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

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   05-Jul-2008 10:07:39
  Branch: HEAD                             Handle: 2008070509073900

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

  Log:
    modifying package: ctalk-0.0.59a 20080630 -> 20080705

  Summary:
    Revision    Changes     Path
    1.69        +40 -39     openpkg-src/ctalk/ctalk.patch
    1.71        +2  -2      openpkg-src/ctalk/ctalk.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/ctalk/ctalk.patch
  ============================================================================
  $ cvs diff -u -r1.68 -r1.69 ctalk.patch
  --- openpkg-src/ctalk/ctalk.patch     30 Jun 2008 18:00:56 -0000      1.68
  +++ openpkg-src/ctalk/ctalk.patch     5 Jul 2008 08:07:39 -0000       1.69
  @@ -1,7 +1,7 @@
   Index: ctalk-0.0.59/ctpp/Makefile.in
  ---- ctalk-0.0.59/ctpp/Makefile.in.orig       2008-04-28 00:37:48 +0200
  -+++ ctalk-0.0.59/ctpp/Makefile.in    2008-04-28 08:14:42 +0200
  -@@ -120,7 +120,7 @@
  +--- ctalk-0.0.59/ctpp/Makefile.in.orig       2008-06-29 21:26:10 +0200
  ++++ ctalk-0.0.59/ctpp/Makefile.in    2008-07-05 10:03:08 +0200
  +@@ -119,7 +119,7 @@
    LD = @LD@
    LDFLAGS = @LDFLAGS@
    LIBOBJS = @LIBOBJS@
  @@ -11,8 +11,8 @@
    LIB_MAJOR_VERSION = @LIB_MAJOR_VERSION@
    LIB_MINOR_VERSION = @LIB_MINOR_VERSION@
   Index: ctalk-0.0.59/ctpp/builtins.c
  ---- ctalk-0.0.59/ctpp/builtins.c.orig        2008-04-27 13:13:11 +0200
  -+++ ctalk-0.0.59/ctpp/builtins.c     2008-04-28 08:14:42 +0200
  +--- ctalk-0.0.59/ctpp/builtins.c.orig        2008-06-20 18:38:31 +0200
  ++++ ctalk-0.0.59/ctpp/builtins.c     2008-07-05 10:03:08 +0200
   @@ -102,11 +102,12 @@
       *  config file included above.  See the comments in 
       *  config/linux-gnu-x86.c
  @@ -40,8 +40,8 @@
      return FALSE;
    }
   Index: ctalk-0.0.59/ctpp/ccompat.c
  ---- ctalk-0.0.59/ctpp/ccompat.c.orig 2008-04-27 13:13:11 +0200
  -+++ ctalk-0.0.59/ctpp/ccompat.c      2008-04-28 08:14:42 +0200
  +--- ctalk-0.0.59/ctpp/ccompat.c.orig 2008-06-20 18:38:31 +0200
  ++++ ctalk-0.0.59/ctpp/ccompat.c      2008-07-05 10:03:08 +0200
   @@ -55,8 +55,10 @@
    
    char cpp_subdir[FILENAME_MAX];
  @@ -51,9 +51,9 @@
    extern char *host_cpu;
   +#endif
    
  - #if defined(__DJGPP__) || defined(__CYGWIN__)
  - #define GCC_BIN "gcc.exe"
  -@@ -147,7 +149,7 @@
  + char gcc_prefix[FILENAME_MAX];
  + 
  +@@ -154,7 +156,7 @@
      sol10_compat_defines ();
    #endif
    
  @@ -63,8 +63,8 @@
      strcpy (cc_path, which ("cc"));
      cc_include_paths[1] = strdup ("/usr/include");
   Index: ctalk-0.0.59/ctpp/i_opt.c
  ---- ctalk-0.0.59/ctpp/i_opt.c.orig   2008-04-27 13:13:11 +0200
  -+++ ctalk-0.0.59/ctpp/i_opt.c        2008-04-28 08:14:42 +0200
  +--- ctalk-0.0.59/ctpp/i_opt.c.orig   2008-06-20 18:38:32 +0200
  ++++ ctalk-0.0.59/ctpp/i_opt.c        2008-07-05 10:03:08 +0200
   @@ -30,6 +30,8 @@
    #include <stdlib.h>
    #include <string.h>
  @@ -75,8 +75,8 @@
    
    extern char source_file[FILENAME_MAX];  /* Declared in rtinfo.c. */
   Index: ctalk-0.0.59/lib/rtinfo.c
  ---- ctalk-0.0.59/lib/rtinfo.c.orig   2008-04-19 11:00:25 +0200
  -+++ ctalk-0.0.59/lib/rtinfo.c        2008-04-28 08:14:42 +0200
  +--- ctalk-0.0.59/lib/rtinfo.c.orig   2008-06-12 22:03:40 +0200
  ++++ ctalk-0.0.59/lib/rtinfo.c        2008-07-05 10:03:08 +0200
   @@ -32,7 +32,7 @@
    #include "parser.h"
    
  @@ -87,8 +87,8 @@
    
    RT_INFO rtinfo;
   Index: ctalk-0.0.59/libctpp/lex.c
  ---- ctalk-0.0.59/libctpp/lex.c.orig  2008-04-27 13:13:12 +0200
  -+++ ctalk-0.0.59/libctpp/lex.c       2008-04-28 08:14:42 +0200
  +--- ctalk-0.0.59/libctpp/lex.c.orig  2008-06-20 18:38:37 +0200
  ++++ ctalk-0.0.59/libctpp/lex.c       2008-07-05 10:03:08 +0200
   @@ -26,6 +26,8 @@
    #include <string.h>
    #include <ctype.h>
  @@ -99,8 +99,8 @@
    #include "typeof.h"
    #include "prtinfo.h"
   Index: ctalk-0.0.59/src/Makefile.in
  ---- ctalk-0.0.59/src/Makefile.in.orig        2008-04-28 00:37:48 +0200
  -+++ ctalk-0.0.59/src/Makefile.in     2008-04-28 08:19:08 +0200
  +--- ctalk-0.0.59/src/Makefile.in.orig        2008-06-29 21:26:11 +0200
  ++++ ctalk-0.0.59/src/Makefile.in     2008-07-05 10:03:08 +0200
   @@ -126,7 +126,7 @@
    LD = @LD@
    LDFLAGS = @LDFLAGS@
  @@ -110,10 +110,10 @@
    LIBTOOL = @LIBTOOL@
    LIB_MAJOR_VERSION = @LIB_MAJOR_VERSION@
    LIB_MINOR_VERSION = @LIB_MINOR_VERSION@
  -Index: ctpp-1.0.35/ctpp/Makefile.in
  ---- ctpp-1.0.35/ctpp/Makefile.in.orig        2008-04-27 06:26:34 +0200
  -+++ ctpp-1.0.35/ctpp/Makefile.in     2008-04-28 08:14:42 +0200
  -@@ -120,7 +120,7 @@
  +Index: ctpp-1.0.36/ctpp/Makefile.in
  +--- ctpp-1.0.36/ctpp/Makefile.in.orig        2008-07-05 01:30:15 +0200
  ++++ ctpp-1.0.36/ctpp/Makefile.in     2008-07-05 10:03:08 +0200
  +@@ -119,7 +119,7 @@
    LD = @LD@
    LDFLAGS = @LDFLAGS@
    LIBOBJS = @LIBOBJS@
  @@ -122,10 +122,10 @@
    LIBTOOL = @LIBTOOL@
    LIB_MAJOR_VERSION = @LIB_MAJOR_VERSION@
    LIB_MINOR_VERSION = @LIB_MINOR_VERSION@
  -Index: ctpp-1.0.35/ctpp/builtins.c
  ---- ctpp-1.0.35/ctpp/builtins.c.orig 2008-03-25 21:32:00 +0100
  -+++ ctpp-1.0.35/ctpp/builtins.c      2008-04-28 08:14:42 +0200
  -@@ -102,11 +102,12 @@
  +Index: ctpp-1.0.36/ctpp/builtins.c
  +--- ctpp-1.0.36/ctpp/builtins.c.orig 2008-07-05 00:53:40 +0200
  ++++ ctpp-1.0.36/ctpp/builtins.c      2008-07-05 10:03:08 +0200
  +@@ -108,11 +108,12 @@
       *  config file included above.  See the comments in 
       *  config/linux-gnu-x86.c
       */
  @@ -139,7 +139,7 @@
    
      if (gcc_macros_opt) gcc_builtins ();
    
  -@@ -115,9 +116,11 @@
  +@@ -121,10 +122,12 @@
    
    int is_builtin_symbol (char *name) {
      int i;
  @@ -151,9 +151,10 @@
   +#endif
      return FALSE;
    }
  -Index: ctpp-1.0.35/ctpp/ccompat.c
  ---- ctpp-1.0.35/ctpp/ccompat.c.orig  2008-03-26 08:53:09 +0100
  -+++ ctpp-1.0.35/ctpp/ccompat.c       2008-04-28 08:14:42 +0200
  + 
  +Index: ctpp-1.0.36/ctpp/ccompat.c
  +--- ctpp-1.0.36/ctpp/ccompat.c.orig  2008-05-23 00:23:11 +0200
  ++++ ctpp-1.0.36/ctpp/ccompat.c       2008-07-05 10:03:08 +0200
   @@ -55,8 +55,10 @@
    
    char cpp_subdir[FILENAME_MAX];
  @@ -163,9 +164,9 @@
    extern char *host_cpu;
   +#endif
    
  - #if defined(__DJGPP__) || defined(__CYGWIN__)
  - #define GCC_BIN "gcc.exe"
  -@@ -147,7 +149,7 @@
  + char gcc_prefix[FILENAME_MAX];
  + 
  +@@ -154,7 +156,7 @@
      sol10_compat_defines ();
    #endif
    
  @@ -174,9 +175,9 @@
    
      strcpy (cc_path, which ("cc"));
      cc_include_paths[1] = strdup ("/usr/include");
  -Index: ctpp-1.0.35/ctpp/i_opt.c
  ---- ctpp-1.0.35/ctpp/i_opt.c.orig    2008-04-26 08:20:51 +0200
  -+++ ctpp-1.0.35/ctpp/i_opt.c 2008-04-28 08:14:42 +0200
  +Index: ctpp-1.0.36/ctpp/i_opt.c
  +--- ctpp-1.0.36/ctpp/i_opt.c.orig    2008-04-26 08:20:51 +0200
  ++++ ctpp-1.0.36/ctpp/i_opt.c 2008-07-05 10:03:08 +0200
   @@ -30,6 +30,8 @@
    #include <stdlib.h>
    #include <string.h>
  @@ -186,9 +187,9 @@
    #include "ctpp.h"
    
    extern char source_file[FILENAME_MAX];  /* Declared in rtinfo.c. */
  -Index: ctpp-1.0.35/libctpp/lex.c
  ---- ctpp-1.0.35/libctpp/lex.c.orig   2008-01-01 16:05:53 +0100
  -+++ ctpp-1.0.35/libctpp/lex.c        2008-04-28 08:14:42 +0200
  +Index: ctpp-1.0.36/libctpp/lex.c
  +--- ctpp-1.0.36/libctpp/lex.c.orig   2008-06-19 15:38:02 +0200
  ++++ ctpp-1.0.36/libctpp/lex.c        2008-07-05 10:03:08 +0200
   @@ -26,6 +26,8 @@
    #include <string.h>
    #include <ctype.h>
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/ctalk/ctalk.spec
  ============================================================================
  $ cvs diff -u -r1.70 -r1.71 ctalk.spec
  --- openpkg-src/ctalk/ctalk.spec      30 Jun 2008 18:00:57 -0000      1.70
  +++ openpkg-src/ctalk/ctalk.spec      5 Jul 2008 08:07:39 -0000       1.71
  @@ -23,7 +23,7 @@
   
   #   package versions
   %define       V_ctalk 0.0.59a
  -%define       V_ctpp  1.0.35
  +%define       V_ctpp  1.0.36
   
   #   package information
   Name:         ctalk
  @@ -36,7 +36,7 @@
   Group:        Language
   License:      GPL
   Version:      %{V_ctalk}
  -Release:      20080630
  +Release:      20080705
   
   #   list of sources
   Source0:      http://www.ctalklang.org/files/ctalk-%{V_ctalk}.tar.gz
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     [email protected]

Reply via email to