[CVS] OpenPKG: openpkg-src/xv/ xv.patch xv.spec

2007-05-27 Thread Ralf S. Engelschall
  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:   27-May-2007 23:06:10
  Branch: HEAD Handle: 2007052722060800

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

  Log:
upgrading package: xv 3.10a -> 3.10a.20070520

  Summary:
RevisionChanges Path
1.5 +8  -26 openpkg-src/xv/xv.patch
1.31+34 -30 openpkg-src/xv/xv.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/xv/xv.patch
  
  $ cvs diff -u -r1.4 -r1.5 xv.patch
  --- openpkg-src/xv/xv.patch   14 Jan 2003 10:10:15 -  1.4
  +++ openpkg-src/xv/xv.patch   27 May 2007 21:06:08 -  1.5
  @@ -1,30 +1,12 @@
  -diff -Naur xv-3.10a.orig/xv.h xv-3.10a/xv.h
   xv-3.10a.orig/xv.h   Mon Jan 23 21:22:23 1995
  -+++ xv-3.10a/xv.hFri Aug  9 21:05:23 2002
  -@@ -115,7 +115,7 @@
  +Index: xv.h
  +--- xv.h.orig2007-05-27 22:01:23 +0200
   xv.h 2007-05-27 22:02:44 +0200
  +@@ -158,7 +158,7 @@
  + 
#ifndef VMS
#  include 
  -extern int   errno; /* SHOULD be in errno.h, but often isn't 
*/
   -#  ifndef __NetBSD__
   +#  if !defined(__NetBSD__) && !defined(__FreeBSD__) && !defined(__linux__)
  -  extern char *sys_errlist[]; /* this too... */
  - #  endif
  - #endif
  -@@ -159,6 +159,7 @@
  -  !defined(bsd43) && \
  -  !defined(aux)   && \
  -  !defined(__bsdi__)  && \
  -+ !defined(__FreeBSD__)   && \
  -  !defined(sequent)
  - 
  - #  if defined(hp300) || defined(hp800) || defined(NeXT)
   xv-3.10a.orig/vdcomp.c.orig  Thu Dec 22 23:34:47 1994
  -+++ xv-3.10a/vdcomp.cTue Jan 14 11:08:01 2003
  -@@ -107,6 +107,7 @@
  -  !defined(__UMAXV__) && \
  -  !defined(bsd43) && \
  -  !defined(aux)   && \
  -+ !defined(__FreeBSD__)   && \
  -  !defined(__bsdi__)  && \
  -  !defined(sequent)
  - 
  + #if !(defined __GLIBC__ && __GLIBC__ >= 2)
  +extern int   errno; /* SHOULD be in errno.h, but often isn't 
*/
  +extern char *sys_errlist[]; /* this too... */
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/xv/xv.spec
  
  $ cvs diff -u -r1.30 -r1.31 xv.spec
  --- openpkg-src/xv/xv.spec1 Jan 2007 17:43:09 -   1.30
  +++ openpkg-src/xv/xv.spec27 May 2007 21:06:08 -  1.31
  @@ -22,6 +22,10 @@
   ##  SUCH DAMAGE.
   ##
   
  +#   package version
  +%define   V_base3.10a
  +%define   V_patches 20070520
  +
   #   package information
   Name: xv
   Summary:  X Window System Graphics Viewer
  @@ -32,53 +36,49 @@
   Class:EVAL
   Group:    XWindow
   License:  XV
  -Version:  3.10a
  -Release:  20061016
  +Version:  %{V_base}.%{V_patches}
  +Release:  20070527
   
   #   list of sources
  -Source0:  ftp://ftp.cis.upenn.edu/pub/xv/xv-%{version}.tar.gz
  -Source1:  ftp://ftp.trilon.com/pub/xv/xv-%{version}-png-1.2d.tar.gz
  -Patch0:   ftp://ftp.cis.upenn.edu/pub/xv/xv-%{version}.JPEG-patch
  -Patch1:   ftp://ftp.cis.upenn.edu/pub/xv/xv-%{version}.TIFF-patch
  -Patch2:   ftp://ftp.trilon.com/pub/xv/patches/xvpng-1.2d-fix3.patch
  -Patch3:   xv.patch
  +Source0:  ftp://ftp.trilon.com/pub/xv/xv-%{V_base}.tar.gz
  +Source1:  
http://osdn.dl.sourceforge.net/png-mng/xv-%{V_base}-jumbo-patches-%{V_patches}.tar.gz
  +Patch0:   xv.patch
   
   #   build information
   Prefix:   %{l_prefix}
   BuildRoot:%{l_buildroot}
  -BuildPreReq:  OpenPKG, openpkg >= 20040130, X11, jpeg, png, zlib, tiff, sed
  -PreReq:   OpenPKG, openpkg >= 20040130, X11, jpeg, png, zlib, tiff, gzip
  +BuildPreReq:  OpenPKG, openpkg >= 20040130, sed
  +PreReq:   OpenPKG, openpkg >= 20040130, gzip
  +BuildPreReq:  X11, jpeg, jasper, png, zlib, tiff
  +PreReq:   X11, jpeg, jasper, png, zlib, tiff
   AutoReq:  no
   AutoReqProv:  no
   
   %description
   XV is an interactive image manipulation program for the X Window
   System. It can operate on images in the GIF, JPEG, TIFF, PBM, PGM,
  -PPM, XPM, X11 bitmap, Sun Rasterfile, Targa, RLE, RGB, BMP, PCX, FITS,
  -and PM formats on all known types of X displays. It can generate
  -PostScript

[CVS] OpenPKG: openpkg-src/gcc43/ gcc43.spec

2007-05-27 Thread Ralf S. Engelschall
  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:   27-May-2007 13:50:48
  Branch: HEAD Handle: 2007052712504700

  Modified files:
openpkg-src/gcc43   gcc43.spec

  Log:
upgrading package: gcc43 4.3s20070518 -> 4.3s20070525

  Summary:
RevisionChanges Path
1.23+2  -2  openpkg-src/gcc43/gcc43.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/gcc43/gcc43.spec
  
  $ cvs diff -u -r1.22 -r1.23 gcc43.spec
  --- openpkg-src/gcc43/gcc43.spec  19 May 2007 10:13:50 -  1.22
  +++ openpkg-src/gcc43/gcc43.spec  27 May 2007 11:50:47 -  1.23
  @@ -28,7 +28,7 @@
   #   package version
   %define   V_full 4.3
   %define   V_comp 43
  -%define   V_snap 20070518
  +%define   V_snap 20070525
   
   #   package information
   Name: gcc43
  @@ -41,7 +41,7 @@
   Group:Compiler
   License:  GPL
   Version:  %{V_full}s%{V_snap}
  -Release:  20070519
  +Release:  20070527
   
   #   package options
   %option   with_cxx   no
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/gimp/ gimp.spec

2007-05-27 Thread Ralf S. Engelschall
  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:   27-May-2007 13:47:47
  Branch: HEAD Handle: 2007052712474700

  Modified files:
openpkg-src/gimpgimp.spec

  Log:
upgrading package: gimp 2.2.14 -> 2.2.15

  Summary:
RevisionChanges Path
1.85+2  -2  openpkg-src/gimp/gimp.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/gimp/gimp.spec
  
  $ cvs diff -u -r1.84 -r1.85 gimp.spec
  --- openpkg-src/gimp/gimp.spec19 Apr 2007 08:13:56 -  1.84
  +++ openpkg-src/gimp/gimp.spec27 May 2007 11:47:47 -  1.85
  @@ -24,7 +24,7 @@
   
   #   package version
   %define   V_major 2.2
  -%define   V_minor 14
  +%define   V_minor 15
   
   #   package information
   Name: gimp
  @@ -37,7 +37,7 @@
   Group:Graphics
   License:  GPL
   Version:  %{V_major}.%{V_minor}
  -Release:  20070419
  +Release:  20070527
   
   #   list of sources
   Source0:  ftp://ftp.gimp.org/pub/gimp/v%{V_major}/gimp-%{version}.tar.bz2
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/tor/ tor.patch tor.spec

2007-05-27 Thread Ralf S. Engelschall
  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:   27-May-2007 13:36:02
  Branch: HEAD Handle: 2007052712360100

  Added files:
openpkg-src/tor tor.patch
  Modified files:
openpkg-src/tor tor.spec

  Log:
upgrading package: tor 0.1.2.13 -> 0.1.2.14

  Summary:
RevisionChanges Path
1.1 +12 -0  openpkg-src/tor/tor.patch
1.40+5  -3  openpkg-src/tor/tor.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/tor/tor.patch
  
  $ cvs diff -u -r0 -r1.1 tor.patch
  --- /dev/null 2007-05-27 13:36:02 +0200
  +++ tor.patch 2007-05-27 13:36:01 +0200
  @@ -0,0 +1,12 @@
  +Index: src/or/config.c
  +--- src/or/config.c.orig 2007-05-25 02:51:40 +0200
   src/or/config.c  2007-05-27 13:31:50 +0200
  +@@ -3901,7 +3901,7 @@
  + #if defined(__OpenBSD__) || defined(__FreeBSD__) || defined(__NetBSD__)
  +   if (server && version < LE_13B) {
  + thread_unsafe = 1;
  +-sad_os = "BSD variants"
  ++sad_os = "BSD variants";
  +   }
  + #elif defined(__APPLE__) || defined(__darwin__)
  +   if (server && version < LE_13B) {
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/tor/tor.spec
  
  $ cvs diff -u -r1.39 -r1.40 tor.spec
  --- openpkg-src/tor/tor.spec  25 Apr 2007 06:30:13 -  1.39
  +++ openpkg-src/tor/tor.spec  27 May 2007 11:36:01 -  1.40
  @@ -23,8 +23,8 @@
   ##
   
   #   package version
  -%define   V_dist  0.1.2.13
  -%define   V_opkg  0.1.2.13
  +%define   V_dist  0.1.2.14
  +%define   V_opkg  0.1.2.14
   
   #   package information
   Name: tor
  @@ -37,12 +37,13 @@
   Group:Network
   License:  LGPL
   Version:  %{V_opkg}
  -Release:  20070425
  +Release:  20070527
   
   #   list of sources
   Source0:  http://tor.eff.org/dist/tor-%{V_dist}.tar.gz
   Source1:  rc.tor
   Source2:  torrc
  +Patch0:   tor.patch
   
   #   build information
   Prefix:   %{l_prefix}
  @@ -77,6 +78,7 @@
   
   %prep
   %setup -q -n tor-%{V_dist}
  +%patch -p0
   
   %build
   CC="%{l_cc}" \
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/pan/ pan.spec

2007-05-27 Thread Ralf S. Engelschall
  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:   27-May-2007 13:32:28
  Branch: HEAD Handle: 2007052712322700

  Modified files:
openpkg-src/pan pan.spec

  Log:
upgrading package: pan 0.130 -> 0.131

  Summary:
RevisionChanges Path
1.29+2  -2  openpkg-src/pan/pan.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/pan/pan.spec
  
  $ cvs diff -u -r1.28 -r1.29 pan.spec
  --- openpkg-src/pan/pan.spec  20 May 2007 07:02:02 -  1.28
  +++ openpkg-src/pan/pan.spec  27 May 2007 11:32:27 -  1.29
  @@ -32,8 +32,8 @@
   Class:EVAL
   Group:News
   License:  GPL
  -Version:  0.130
  -Release:  20070520
  +Version:  0.131
  +Release:  20070527
   
   #   list of sources
   Source0:  
http://pan.rebelbase.com/download/releases/%{version}/source/pan-%{version}.tar.bz2
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/gnutls/ gnutls.spec

2007-05-27 Thread Ralf S. Engelschall
  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:   27-May-2007 13:32:34
  Branch: HEAD Handle: 2007052712323300

  Modified files:
openpkg-src/gnutls  gnutls.spec

  Log:
upgrading package: gnutls 1.6.2 -> 1.6.3

  Summary:
RevisionChanges Path
1.89+2  -2  openpkg-src/gnutls/gnutls.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/gnutls/gnutls.spec
  
  $ cvs diff -u -r1.88 -r1.89 gnutls.spec
  --- openpkg-src/gnutls/gnutls.spec19 Apr 2007 06:34:31 -  1.88
  +++ openpkg-src/gnutls/gnutls.spec27 May 2007 11:32:33 -  1.89
  @@ -32,8 +32,8 @@
   Class:PLUS
   Group:SSL
   License:  GPL
  -Version:  1.6.2
  -Release:  20070419
  +Version:  1.6.3
  +Release:  20070527
   
   #   package options
   %option   with_cxx   no
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/ncurses/ ncurses.spec

2007-05-27 Thread Ralf S. Engelschall
  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:   27-May-2007 13:27:45
  Branch: HEAD Handle: 2007052712274500

  Modified files:
openpkg-src/ncurses ncurses.spec

  Log:
upgrading package: ncurses 5.6.20070512 -> 5.6.20070526

  Summary:
RevisionChanges Path
1.323   +5  -3  openpkg-src/ncurses/ncurses.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/ncurses/ncurses.spec
  
  $ cvs diff -u -r1.322 -r1.323 ncurses.spec
  --- openpkg-src/ncurses/ncurses.spec  13 May 2007 08:03:04 -  1.322
  +++ openpkg-src/ncurses/ncurses.spec  27 May 2007 11:27:45 -  1.323
  @@ -36,9 +36,10 @@
   %define   V_patch10 20070428
   %define   V_patch11 20070505
   %define   V_patch12 20070512
  +%define   V_patch13 20070526
   %define   V_patchB  %{V_patch1}
  -%define   V_patchL  %{V_patch12}
  -%define   V_patches 12
  +%define   V_patchL  %{V_patch13}
  +%define   V_patches 13
   
   #   package information
   Name: ncurses
  @@ -51,7 +52,7 @@
   Group:Terminal
   License:  MIT-style
   Version:  %{V_base}.%{V_patchL}
  -Release:  20070513
  +Release:  20070527
   
   #   list of sources
   Source0:  ftp://invisible-island.net/ncurses/ncurses-%{V_base}.tar.gz
  @@ -67,6 +68,7 @@
   Patch10:  
ftp://invisible-island.net/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch10}.patch.gz
   Patch11:  
ftp://invisible-island.net/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch11}.patch.gz
   Patch12:  
ftp://invisible-island.net/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch12}.patch.gz
  +Patch13:  
ftp://invisible-island.net/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch13}.patch.gz
   Patch100: ncurses.patch
   
   #   build information
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/libarchive/ libarchive.spec

2007-05-27 Thread Ralf S. Engelschall
  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:   27-May-2007 13:26:42
  Branch: HEAD Handle: 2007052712264100

  Modified files:
openpkg-src/libarchive  libarchive.spec

  Log:
upgrading package: libarchive 2.2.2 -> 2.2.3

  Summary:
RevisionChanges Path
1.83+2  -2  openpkg-src/libarchive/libarchive.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/libarchive/libarchive.spec
  
  $ cvs diff -u -r1.82 -r1.83 libarchive.spec
  --- openpkg-src/libarchive/libarchive.spec14 May 2007 08:08:14 -  
1.82
  +++ openpkg-src/libarchive/libarchive.spec27 May 2007 11:26:41 -  
1.83
  @@ -32,8 +32,8 @@
   Class:EVAL
   Group:Archiver
   License:  MIT-style
  -Version:  2.2.2
  -Release:  20070514
  +Version:  2.2.3
  +Release:  20070527
   
   #   list of sources
   Source0:  
http://people.freebsd.org/~kientzle/libarchive/src/libarchive-%{version}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/glpk/ glpk.spec

2007-05-27 Thread Ralf S. Engelschall
  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:   27-May-2007 12:49:01
  Branch: HEAD Handle: 200705271149

  Modified files:
openpkg-src/glpkglpk.spec

  Log:
upgrading package: glpk 4.16 -> 4.17

  Summary:
RevisionChanges Path
1.27+2  -2  openpkg-src/glpk/glpk.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/glpk/glpk.spec
  
  $ cvs diff -u -r1.26 -r1.27 glpk.spec
  --- openpkg-src/glpk/glpk.spec6 May 2007 16:33:57 -   1.26
  +++ openpkg-src/glpk/glpk.spec27 May 2007 10:49:00 -  1.27
  @@ -32,8 +32,8 @@
   Class:PLUS
   Group:Algorithm
   License:  GPL
  -Version:  4.16
  -Release:  20070506
  +Version:  4.17
  +Release:  20070527
   
   #   list of sources
   Source0:  ftp://ftp.gnu.org/gnu/glpk/glpk-%{version}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/nwcc/ nwcc.spec

2007-05-27 Thread Ralf S. Engelschall
  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:   27-May-2007 12:46:28
  Branch: HEAD Handle: 2007052711462800

  Modified files:
openpkg-src/nwccnwcc.spec

  Log:
upgrading package: nwcc 0.7.2 -> 0.7.3

  Summary:
RevisionChanges Path
1.6 +2  -2  openpkg-src/nwcc/nwcc.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/nwcc/nwcc.spec
  
  $ cvs diff -u -r1.5 -r1.6 nwcc.spec
  --- openpkg-src/nwcc/nwcc.spec14 Apr 2007 08:21:24 -  1.5
  +++ openpkg-src/nwcc/nwcc.spec27 May 2007 10:46:28 -  1.6
  @@ -32,8 +32,8 @@
   Class:EVAL
   Group:Compiler
   License:  BSD
  -Version:  0.7.2
  -Release:  20070414
  +Version:  0.7.3
  +Release:  20070527
   
   #   list of sources
   Source0:  http://switch.dl.sourceforge.net/nwcc/nwcc_%{version}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org