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:   09-Dec-2008 11:39:17
  Branch: HEAD                             Handle: 2008120910391600

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

  Log:
    upgrading package: guile 1.8.5 -> 1.8.6

  Summary:
    Revision    Changes     Path
    1.8         +17 -29     openpkg-src/guile/guile.patch
    1.60        +2  -2      openpkg-src/guile/guile.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/guile/guile.patch
  ============================================================================
  $ cvs diff -u -r1.7 -r1.8 guile.patch
  --- openpkg-src/guile/guile.patch     19 Dec 2006 07:47:30 -0000      1.7
  +++ openpkg-src/guile/guile.patch     9 Dec 2008 10:39:16 -0000       1.8
  @@ -1,7 +1,7 @@
   Index: configure
  ---- configure.orig   2006-10-07 05:54:24 +0200
  -+++ configure        2006-12-19 08:31:30 +0100
  -@@ -38902,6 +38902,7 @@
  +--- configure.orig   2008-12-08 18:49:13 +0100
  ++++ configure        2008-12-09 08:30:04 +0100
  +@@ -33479,6 +33479,7 @@
    cat >>conftest.$ac_ext <<_ACEOF
    /* end confdefs.h.  */
    $ac_includes_default
  @@ -10,9 +10,9 @@
    main ()
    {
   Index: libguile/__scm.h
  ---- libguile/__scm.h.orig    2006-02-18 07:08:44 +0100
  -+++ libguile/__scm.h 2006-12-19 08:31:30 +0100
  -@@ -421,7 +421,8 @@
  +--- libguile/__scm.h.orig    2008-12-08 18:42:53 +0100
  ++++ libguile/__scm.h 2008-12-09 08:30:04 +0100
  +@@ -427,7 +427,8 @@
     * that all the state of the process is contained in the stack.
     */
    
  @@ -23,9 +23,9 @@
    #else
    # define SCM_FLUSH_REGISTER_WINDOWS /* empty */
   Index: libguile/filesys.c
  ---- libguile/filesys.c.orig  2006-10-04 05:35:07 +0200
  -+++ libguile/filesys.c       2006-12-19 08:31:30 +0100
  -@@ -881,7 +881,7 @@
  +--- libguile/filesys.c.orig  2008-12-08 18:42:54 +0100
  ++++ libguile/filesys.c       2008-12-09 08:30:04 +0100
  +@@ -883,7 +883,7 @@
      if (!SCM_DIR_OPEN_P (port))
        SCM_MISC_ERROR ("Directory ~S is not open.", scm_list_1 (port));
    
  @@ -35,10 +35,10 @@
         d_name[] field is only 1 char and you're expected to size the dirent
         buffer for readdir_r based on NAME_MAX.  The SCM_MAX expressions below
   Index: libguile/gc_os_dep.c
  ---- libguile/gc_os_dep.c.orig        2006-04-16 01:34:26 +0200
  -+++ libguile/gc_os_dep.c     2006-12-19 08:31:30 +0100
  -@@ -110,6 +110,14 @@
  - #    define OPENBSD
  +--- libguile/gc_os_dep.c.orig        2008-12-04 19:30:41 +0100
  ++++ libguile/gc_os_dep.c     2008-12-09 08:30:04 +0100
  +@@ -115,6 +115,14 @@
  + #    define NETBSD
    #    define mach_type_known
    # endif
   +# if defined(__FreeBSD__) && defined(__sparc__)
  @@ -52,7 +52,7 @@
    # if defined(__NetBSD__) && defined(__powerpc__)
    #    define POWERPC
    #    define NETBSD
  -@@ -244,7 +252,21 @@
  +@@ -249,7 +257,21 @@
    #    define ARM32
    #    define mach_type_known
    # endif
  @@ -73,9 +73,9 @@
   +#   define mach_type_known
   +# elif defined(__alpha) || defined(__alpha__)
    #   define ALPHA
  - #   if !defined(LINUX)
  + #   if !defined(LINUX) && !defined (NETBSD)
    #     define OSF1   /* a.k.a Digital Unix */
  -@@ -1154,6 +1176,13 @@
  +@@ -1158,6 +1180,13 @@
    #   endif
    # endif
    
  @@ -89,7 +89,7 @@
    # ifdef IA64
    #   define MACH_TYPE "IA64"
    #   define ALIGN_DOUBLE
  -@@ -1499,7 +1528,7 @@
  +@@ -1503,7 +1532,7 @@
    #   include <setjmp.h>
    #endif
    
  @@ -98,15 +98,3 @@
    #  include <machine/trap.h>
    #endif
    
  -Index: libguile/guile.c
  ---- libguile/guile.c.orig    2006-02-18 07:08:45 +0100
  -+++ libguile/guile.c 2006-12-19 08:31:30 +0100
  -@@ -68,7 +68,7 @@
  - {
  - #if !defined (__MINGW32__)
  -   /* libtool automagically inserts this variable into your executable... */
  --  extern const lt_dlsymlist lt_preloaded_symbols[];
  -+  extern const lt_dlsymlist *lt_preloaded_symbols;
  -   lt_dlpreload_default (lt_preloaded_symbols);
  - #endif
  -   scm_boot_guile (argc, argv, inner_main, 0);
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/guile/guile.spec
  ============================================================================
  $ cvs diff -u -r1.59 -r1.60 guile.spec
  --- openpkg-src/guile/guile.spec      8 May 2008 06:33:48 -0000       1.59
  +++ openpkg-src/guile/guile.spec      9 Dec 2008 10:39:16 -0000       1.60
  @@ -31,8 +31,8 @@
   Class:        EVAL
   Group:        Language
   License:      GPL
  -Version:      1.8.5
  -Release:      20080508
  +Version:      1.8.6
  +Release:      20081209
   
   #   list of sources
   Source0:      ftp://ftp.gnu.org/gnu/guile/guile-%{version}.tar.gz
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to