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:   06-Sep-2008 09:48:52
  Branch: HEAD                             Handle: 2008090608485100

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

  Log:
    upgrading package: emacs 22.2 -> 22.3

  Summary:
    Revision    Changes     Path
    1.11        +18 -18     openpkg-src/emacs/emacs.patch
    1.68        +3  -3      openpkg-src/emacs/emacs.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/emacs/emacs.patch
  ============================================================================
  $ cvs diff -u -r1.10 -r1.11 emacs.patch
  --- openpkg-src/emacs/emacs.patch     22 Dec 2007 18:59:19 -0000      1.10
  +++ openpkg-src/emacs/emacs.patch     6 Sep 2008 07:48:51 -0000       1.11
  @@ -1,7 +1,7 @@
   Index: configure
  ---- configure.orig   2007-05-25 14:43:29 +0200
  -+++ configure        2007-12-22 19:56:59 +0100
  -@@ -13862,7 +13862,7 @@
  +--- configure.orig   2008-09-05 18:21:51 +0200
  ++++ configure        2008-09-06 09:23:40 +0200
  +@@ -13903,7 +13903,7 @@
      echo $ECHO_N "(cached) $ECHO_C" >&6
    else
      ac_check_lib_save_LIBS=$LIBS
  @@ -10,7 +10,7 @@
    cat >conftest.$ac_ext <<_ACEOF
    /* confdefs.h.  */
    _ACEOF
  -@@ -23103,7 +23103,7 @@
  +@@ -23501,7 +23501,7 @@
    echo "  Does Emacs use -lXpm?                                   ${HAVE_XPM}"
    echo "  Does Emacs use -ljpeg?                                  
${HAVE_JPEG}"
    echo "  Does Emacs use -ltiff?                                  
${HAVE_TIFF}"
  @@ -20,9 +20,9 @@
    echo "  Does Emacs use X toolkit scroll bars?                   
${USE_TOOLKIT_SCROLL_BARS}"
    echo
   Index: src/Makefile.in
  ---- src/Makefile.in.orig     2007-03-21 15:31:24 +0100
  -+++ src/Makefile.in  2007-12-22 19:57:29 +0100
  -@@ -158,8 +158,12 @@
  +--- src/Makefile.in.orig     2008-07-11 10:52:53 +0200
  ++++ src/Makefile.in  2008-09-06 09:23:40 +0200
  +@@ -159,8 +159,12 @@
    /* This holds special options for linking temacs
       that should be used for linking anything else.  */
    #ifndef LD_SWITCH_SYSTEM_TEMACS
  @@ -35,7 +35,7 @@
    
    /* Some s/SYSTEM.h files define this to request special switches
       for compiling temacs.  */
  -@@ -440,7 +444,7 @@
  +@@ -441,7 +445,7 @@
    
    #if HAVE_GIF
    #ifndef LIBGIF
  @@ -45,13 +45,13 @@
    #else /* not HAVE_GIF */
    #define LIBGIF
   Index: src/alloc.c
  ---- src/alloc.c.orig 2007-04-16 07:59:37 +0200
  -+++ src/alloc.c      2007-12-22 19:56:59 +0100
  -@@ -4566,8 +4566,12 @@
  +--- src/alloc.c.orig 2008-08-12 20:35:44 +0200
  ++++ src/alloc.c      2008-09-06 09:26:20 +0200
  +@@ -4573,8 +4573,12 @@
         needed on ia64 too.  See mach_dep.c, where it also says inline
         assembler doesn't work with relevant proprietary compilers.  */
  - #ifdef sparc
  -+#ifdef __sparc64__
  + #ifdef __sparc__
  ++#ifdef __ia64__
   +  asm ("flushw");
   +#else
      asm ("ta 3");
  @@ -61,8 +61,8 @@
      /* Save registers that we need to see on the stack.  We need to see
         registers used to hold register variables and registers used to
   Index: src/m/sparc.h
  ---- src/m/sparc.h.orig       2007-01-14 04:10:22 +0100
  -+++ src/m/sparc.h    2007-12-22 19:56:59 +0100
  +--- src/m/sparc.h.orig       2008-08-12 20:35:45 +0200
  ++++ src/m/sparc.h    2008-09-06 09:23:40 +0200
   @@ -76,7 +76,7 @@
    #define PURESIZE 130000
    #endif
  @@ -74,7 +74,7 @@
    /* Say that the text segment of a.out includes the header;
   Index: src/s/sol2-4.h
   --- src/s/sol2-4.h.orig      2003-09-01 17:45:58 +0200
  -+++ src/s/sol2-4.h   2007-12-22 19:56:59 +0100
  ++++ src/s/sol2-4.h   2008-09-06 09:23:40 +0200
   @@ -24,7 +24,7 @@
    /* We use ./prefix-args because we don't know whether LD_SWITCH_X_SITE_AUX
       has anything in it.  It can be empty.
  @@ -85,8 +85,8 @@
      `NOT_USING_MOTIF || echo ' -R/usr/dt/lib -L/usr/dt/lib'`
    #endif /* GCC */
   Index: src/s/sol2-8.h
  ---- /dev/null        2007-12-22 19:57:00 +0100
  -+++ src/s/sol2-8.h   2007-12-22 19:56:59 +0100
  +--- /dev/null        2008-09-06 09:25:08 +0200
  ++++ src/s/sol2-8.h   2008-09-06 09:23:40 +0200
   @@ -0,0 +1,10 @@
   +/* Handle Solaris 2.8 and 2.9 */
   +
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/emacs/emacs.spec
  ============================================================================
  $ cvs diff -u -r1.67 -r1.68 emacs.spec
  --- openpkg-src/emacs/emacs.spec      27 Mar 2008 07:42:10 -0000      1.67
  +++ openpkg-src/emacs/emacs.spec      6 Sep 2008 07:48:51 -0000       1.68
  @@ -22,8 +22,8 @@
   ##
   
   #   package version
  -%define       V_emacs  22.2
  -%define       V_subdir 22.2
  +%define       V_emacs  22.3
  +%define       V_subdir 22.3
   %define       V_leim   21.4
   
   #   package information
  @@ -37,7 +37,7 @@
   Group:        Editor
   License:      GPL
   Version:      %{V_emacs}
  -Release:      20080327
  +Release:      20080906
   
   #   package options
   %option       with_x11       no
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     [email protected]

Reply via email to