OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Michael Schloh
  Root:   /e/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   21-Oct-2004 12:54:42
  Branch: HEAD                             Handle: 2004102111544200

  Modified files:
    openpkg-src/ddd         ddd.patch ddd.spec

  Log:
    upgrading package: ddd 3.3.9 -> 3.3.10

  Summary:
    Revision    Changes     Path
    1.12        +13 -73     openpkg-src/ddd/ddd.patch
    1.29        +2  -2      openpkg-src/ddd/ddd.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/ddd/ddd.patch
  ============================================================================
  $ cvs diff -u -r1.11 -r1.12 ddd.patch
  --- openpkg-src/ddd/ddd.patch 9 Jan 2004 20:57:50 -0000       1.11
  +++ openpkg-src/ddd/ddd.patch 21 Oct 2004 10:54:42 -0000      1.12
  @@ -1,7 +1,8 @@
   Index: ddd/LiterateA.C
  ---- ddd/LiterateA.C.orig     2003-05-24 17:27:03.000000000 +0200
  -+++ ddd/LiterateA.C  2004-01-09 21:33:33.000000000 +0100
  -@@ -220,8 +220,12 @@
  +diff -Nau ddd/LiterateA.C.orig ddd/LiterateA.C
  +--- ddd/LiterateA.C.orig     2004-06-13 20:49:16.000000000 +0200
  ++++ ddd/LiterateA.C  2004-09-15 16:57:01.246265199 +0200
  +@@ -216,8 +216,12 @@
        int flags = fcntl(fileno(fp), F_GETFL, 0);
        if (flags == -1)
        _raiseIOWarning("cannot get file descriptor status flags");
  @@ -16,7 +17,7 @@
    #endif
    
        // Read stuff
  -@@ -255,8 +259,12 @@
  +@@ -251,8 +255,12 @@
    
    #if HAVE_FCNTL && defined(F_SETFL)
        // Reset file state
  @@ -32,9 +33,10 @@
    
        return nitems;
   Index: ddd/TTYAgent.C
  ---- ddd/TTYAgent.C.orig      2003-05-24 17:27:05.000000000 +0200
  -+++ ddd/TTYAgent.C   2004-01-09 21:33:33.000000000 +0100
  -@@ -719,8 +719,19 @@
  +diff -Nau ddd/TTYAgent.C.orig ddd/TTYAgent.C
  +--- ddd/TTYAgent.C.orig      2004-06-13 20:49:22.000000000 +0200
  ++++ ddd/TTYAgent.C   2004-09-15 16:57:01.248488126 +0200
  +@@ -715,8 +715,19 @@
        }
        else
        {
  @@ -55,9 +57,10 @@
    #endif
        
   Index: ddd/ddd.C
  ---- ddd/ddd.C.orig   2003-10-07 13:58:23.000000000 +0200
  -+++ ddd/ddd.C        2004-01-09 21:33:02.000000000 +0100
  -@@ -883,7 +883,7 @@
  +diff -Nau ddd/ddd.C.orig ddd/ddd.C
  +--- ddd/ddd.C.orig   2004-06-13 20:49:33.000000000 +0200
  ++++ ddd/ddd.C        2004-09-15 16:57:01.259687914 +0200
  +@@ -885,7 +885,7 @@
    //-----------------------------------------------------------------------------
    
    struct RecentItems {
  @@ -66,66 +69,3 @@
    };
    
    #define RECENT_MENU \
  -Index: libiberty/strerror.c
  ---- libiberty/strerror.c.orig        2003-10-22 20:46:55.000000000 +0200
  -+++ libiberty/strerror.c     2004-01-09 21:33:33.000000000 +0100
  -@@ -460,6 +460,7 @@
  -    same name, it differs from other implementations in that it is dynamically
  -    initialized rather than statically initialized. */
  - 
  -+#ifndef __FreeBSD__
  - #ifndef HAVE_SYS_ERRLIST
  - 
  - static int sys_nerr;
  -@@ -470,7 +471,8 @@
  - extern int sys_nerr;
  - extern char *sys_errlist[];
  - 
  --#endif
  -+#endif /* #ifndef HAVE_SYS_ERRLIST */
  -+#endif /* #ifndef __FreeBSD__ */
  - 
  - 
  - /*
  -Index: libiberty/strsignal.c
  ---- libiberty/strsignal.c.orig       2003-10-22 20:46:55.000000000 +0200
  -+++ libiberty/strsignal.c    2004-01-09 21:33:33.000000000 +0100
  -@@ -241,6 +241,7 @@
  -    same name, it differs from other implementations in that it is dynamically
  -    initialized rather than statically initialized. */
  - 
  -+#ifndef __FreeBSD__
  - #ifndef HAVE_SYS_SIGLIST
  - 
  - static int sys_nsig;
  -@@ -257,7 +258,8 @@
  - #endif
  - extern const char * const sys_siglist[];
  - 
  --#endif
  -+#endif /* #ifndef HAVE_SYS_ERRLIST */
  -+#endif /* #ifndef __FreeBSD__ */
  - 
  - 
  - /*
  -Index: termcap/termcap.h
  ---- termcap/termcap.h.orig   1995-05-17 20:47:28.000000000 +0200
  -+++ termcap/termcap.h        2004-01-09 21:33:17.000000000 +0100
  -@@ -26,7 +26,7 @@
  - extern int tgetflag (const char *name);
  - extern char *tgetstr (const char *name, char **area);
  - 
  --extern char PC;
  -+/*extern char PC;*/
  - extern short ospeed;
  - extern void tputs (const char *string, int nlines, int (*outfun) ());
  - 
  -@@ -45,7 +45,7 @@
  - extern int tgetflag ();
  - extern char *tgetstr ();
  - 
  --extern char PC;
  -+/*extern char PC;*/
  - extern short ospeed;
  - 
  - extern void tputs ();
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/ddd/ddd.spec
  ============================================================================
  $ cvs diff -u -r1.28 -r1.29 ddd.spec
  --- openpkg-src/ddd/ddd.spec  11 Oct 2004 12:18:13 -0000      1.28
  +++ openpkg-src/ddd/ddd.spec  21 Oct 2004 10:54:42 -0000      1.29
  @@ -33,8 +33,8 @@
   Class:        PLUS
   Group:        Development
   License:      GPL
  -Version:      3.3.9
  -Release:      20041011
  +Version:      3.3.10
  +Release:      20041021
   
   #   list of sources
   Source0:      ftp://ftp.gnu.org/gnu/ddd/ddd-%{version}.tar.gz
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to