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

2007-03-03 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:   03-Mar-2007 22:36:49
  Branch: HEAD Handle: 2007030321364900

  Modified files:
openpkg-src/poptpopt.spec

  Log:
apply the usual Solaris workaround related to grep

  Summary:
RevisionChanges Path
1.40+2  -1  openpkg-src/popt/popt.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/popt/popt.spec
  
  $ cvs diff -u -r1.39 -r1.40 popt.spec
  --- openpkg-src/popt/popt.spec21 Feb 2007 16:56:53 -  1.39
  +++ openpkg-src/popt/popt.spec3 Mar 2007 21:36:49 -   1.40
  @@ -38,7 +38,7 @@
   Group:Libraries
   License:  LGPL
   Version:  %{V_popt}
  -Release:  20070221
  +Release:  20070303
   
   #   list of sources
   Source0:  ftp://jbj.org/pub/rpm-%{V_rpm_class}/rpm-%{V_rpm}.tar.gz
  @@ -82,6 +82,7 @@
   configure
   CC="%{l_cc}" \
   CFLAGS="%{l_cflags -O}" \
  +GREP="grep" \
   ./configure \
   --prefix=%{l_prefix} \
   --mandir=%{l_prefix}/man \
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-03-03 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:   03-Mar-2007 22:35:04
  Branch: HEAD Handle: 2007030321350400

  Modified files:
openpkg-src/libart  libart.spec

  Log:
apply the usual Solaris workaround related to grep

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

  patch -p0 <<'@@ .'
  Index: openpkg-src/libart/libart.spec
  
  $ cvs diff -u -r1.22 -r1.23 libart.spec
  --- openpkg-src/libart/libart.spec28 Feb 2007 17:08:43 -  1.22
  +++ openpkg-src/libart/libart.spec3 Mar 2007 21:35:04 -   1.23
  @@ -37,7 +37,7 @@
   Group:Graphics
   License:  LGPL
   Version:  %{V_major}.%{V_minor}
  -Release:  20070228
  +Release:  20070303
   
   #   list of sources
   Source0:  
ftp://ftp.gnome.org/pub/gnome/sources/libart_lgpl/%{V_major}/libart_lgpl-%{version}.tar.bz2
  @@ -91,6 +91,7 @@
   CFLAGS="%{l_cflags -O}" \
   CPPFLAGS="%{l_cppflags}" \
   LDFLAGS="%{l_ldflags}" \
  +GREP="grep" \
   ./configure \
   --prefix=%{l_prefix} \
   --enable-static \
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-03-03 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:   03-Mar-2007 22:32:54
  Branch: HEAD Handle: 2007030321325300

  Modified files:
openpkg-src/gd  gd.spec

  Log:
apply the usual Solaris workaround related to grep

  Summary:
RevisionChanges Path
1.92+2  -1  openpkg-src/gd/gd.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/gd/gd.spec
  
  $ cvs diff -u -r1.91 -r1.92 gd.spec
  --- openpkg-src/gd/gd.spec27 Feb 2007 07:28:02 -  1.91
  +++ openpkg-src/gd/gd.spec3 Mar 2007 21:32:53 -   1.92
  @@ -33,7 +33,7 @@
   Group:Graphics
   License:  GPL
   Version:  2.0.34
  -Release:  20070227
  +Release:  20070303
   
   #   package options
   %option   with_xpm no
  @@ -104,6 +104,7 @@
   %else
   LIBS="-lm" \
   %endif
  +GREP="grep" \
   ./configure \
   --cache-file=./config.cache \
   --prefix=%{l_prefix} \
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-03-03 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:   03-Mar-2007 22:31:53
  Branch: HEAD Handle: 2007030321315300

  Modified files:
openpkg-src/dmalloc dmalloc.spec

  Log:
requires GNU make to correctly build dmalloc.info

  Summary:
RevisionChanges Path
1.47+2  -2  openpkg-src/dmalloc/dmalloc.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/dmalloc/dmalloc.spec
  
  $ cvs diff -u -r1.46 -r1.47 dmalloc.spec
  --- openpkg-src/dmalloc/dmalloc.spec  8 Feb 2007 08:30:27 -   1.46
  +++ openpkg-src/dmalloc/dmalloc.spec  3 Mar 2007 21:31:53 -   1.47
  @@ -33,7 +33,7 @@
   Group:Debugging
   License:  GPL
   Version:  5.5.0
  -Release:  20070208
  +Release:  20070303
   
   #   list of sources
   Source0:  http://dmalloc.com/releases/dmalloc-%{version}.tgz
  @@ -42,7 +42,7 @@
   #   build information
   Prefix:   %{l_prefix}
   BuildRoot:%{l_buildroot}
  -BuildPreReq:  OpenPKG, openpkg >= 20040130, gcc, texinfo
  +BuildPreReq:  OpenPKG, openpkg >= 20040130, gcc, texinfo, make
   PreReq:   OpenPKG, openpkg >= 20040130
   AutoReq:  no
   AutoReqProv:  no
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: OPENPKG_2_STABLE: openpkg-src/fsl/ fsl.spec openpkg-src...

2007-03-03 Thread Thomas Lotterer
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Thomas Lotterer
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   03-Mar-2007 21:17:47
  Branch: OPENPKG_2_STABLE Handle: 2007030320173905

  Modified files:   (Branch: OPENPKG_2_STABLE)
openpkg-src/fsl fsl.spec
openpkg-src/gcc gcc.spec
openpkg-src/openpkg HISTORY openpkg.spec
openpkg-src/openssh openssh.spec
openpkg-src/openssl openssl.patch openssl.spec

  Log:
MFC: make up leeway for 2_STABLE by virtue of build-time results

  Summary:
RevisionChanges Path
1.83.2.3+5  -4  openpkg-src/fsl/fsl.spec
1.127.2.4   +4  -4  openpkg-src/gcc/gcc.spec
1.337.2.20  +7  -0  openpkg-src/openpkg/HISTORY
1.490.2.20  +5  -5  openpkg-src/openpkg/openpkg.spec
1.161.2.13  +4  -3  openpkg-src/openssh/openssh.spec
1.23.2.1+47 -0  openpkg-src/openssl/openssl.patch
1.73.2.6+2  -2  openpkg-src/openssl/openssl.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/fsl/fsl.spec
  
  $ cvs diff -u -r1.83.2.2 -r1.83.2.3 fsl.spec
  --- openpkg-src/fsl/fsl.spec  16 Oct 2006 14:50:09 -  1.83.2.2
  +++ openpkg-src/fsl/fsl.spec  3 Mar 2007 20:17:42 -   1.83.2.3
  @@ -1,7 +1,7 @@
   ##
   ##  fsl.spec -- OpenPKG RPM Package Specification
  -##  Copyright (c) 2000-2006 OpenPKG Foundation e.V. <http://openpkg.net/>
  -##  Copyright (c) 2000-2006 Ralf S. Engelschall <http://engelschall.com/>
  +##  Copyright (c) 2000-2007 OpenPKG Foundation e.V. <http://openpkg.net/>
  +##  Copyright (c) 2000-2007 Ralf S. Engelschall <http://engelschall.com/>
   ##
   ##  Permission to use, copy, modify, and distribute this software for
   ##  any purpose with or without fee is hereby granted, provided that
  @@ -32,8 +32,8 @@
   Class:CORE
   Group:Libraries
   License:  MIT-style
  -Version:  1.6.1
  -Release:  2.20061018
  +Version:  1.7.0
  +Release:  2.20070303
   
   #   package options
   %option   with_fsl_debuglogcode   no
  @@ -77,6 +77,7 @@
   %build
   CC="%{l_cc}" \
   CFLAGS="%{l_cflags -O}" \
  +GREP="grep" \
   ./configure \
   --prefix=%{l_prefix} \
   %if "%{with_fsl_debuglogcode}" == "yes"
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/gcc/gcc.spec
  
  $ cvs diff -u -r1.127.2.3 -r1.127.2.4 gcc.spec
  --- openpkg-src/gcc/gcc.spec  21 Dec 2006 18:42:07 -  1.127.2.3
  +++ openpkg-src/gcc/gcc.spec  3 Mar 2007 20:17:41 -   1.127.2.4
  @@ -1,7 +1,7 @@
   ##
   ##  gcc.spec -- OpenPKG RPM Package Specification
  -##  Copyright (c) 2000-2006 OpenPKG Foundation e.V. <http://openpkg.net/>
  -##  Copyright (c) 2000-2006 Ralf S. Engelschall <http://engelschall.com/>
  +##  Copyright (c) 2000-2007 OpenPKG Foundation e.V. <http://openpkg.net/>
  +##  Copyright (c) 2000-2007 Ralf S. Engelschall <http://engelschall.com/>
   ##
   ##  Permission to use, copy, modify, and distribute this software for
   ##  any purpose with or without fee is hereby granted, provided that
  @@ -23,7 +23,7 @@
   ##
   
   #   package version
  -%define   V_full 4.1.1
  +%define   V_full 4.1.2
   %define   V_comp %nil
   
   #   package information
  @@ -37,7 +37,7 @@
   Group:Compiler
   License:  GPL
   Version:  %{V_full}
  -Release:  2.20061221
  +Release:  2.20070303
   
   #   package options
   %option   with_cxx   yes
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/openpkg/HISTORY
  
  $ cvs diff -u -r1.337.2.19 -r1.337.2.20 HISTORY
  --- openpkg-src/openpkg/HISTORY   21 Feb 2007 17:22:11 -0000  
1.337.2.19
  +++ openpkg-src/openpkg/HISTORY   3 Mar 2007 20:17:39 -   
1.337.2.20
  @@ -2,6 +2,13 @@
   2007
   
   
  +20070303  RELEASE AS PART OF OPENPKG 2.20070303 
  +20070302 upgrade to openpkg-registry 1.1.1 upgrade safety
  +20070302 upgrade to openpkg-tools 1.4.3 direct access relative path names 
(identified by leading "./") 
  +20070226 upgrade to openpkg-tools 1.4.2 direct access absolut path names 
(identified by leading "/"), download from URLs (including "file://")
  +20070223 upgrade to OpenSSL 0.9.8e
  +20070222 upgrade to openpkg-tools 1.4.1 avoid "openpkg curl" to emit 
confusin

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

2007-03-03 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:   03-Mar-2007 18:24:32
  Branch: HEAD Handle: 2007030317243101

  Modified files:
openpkg-src/newtnewt.patch newt.spec

  Log:
upgrading package: newt 0.52.5.1 -> 0.52.6.1

  Summary:
RevisionChanges Path
1.5 +13 -15 openpkg-src/newt/newt.patch
1.36+2  -2  openpkg-src/newt/newt.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/newt/newt.patch
  
  $ cvs diff -u -r1.4 -r1.5 newt.patch
  --- openpkg-src/newt/newt.patch   27 Oct 2006 17:34:49 -  1.4
  +++ openpkg-src/newt/newt.patch   3 Mar 2007 17:24:31 -   1.5
  @@ -1,7 +1,7 @@
   Index: Makefile.in
   Makefile.in.orig 2006-10-13 15:34:27 +0200
  -+++ Makefile.in  2006-10-27 19:28:57 +0200
  -@@ -1,160 +1,70 @@
  +--- Makefile.in.orig 2007-03-02 13:00:51 +0100
   Makefile.in  2007-03-03 18:22:34 +0100
  +@@ -1,158 +1,70 @@
   -LIBS = -lslang
   -LIBTCL = -ltcl8.4

  @@ -73,11 +73,9 @@
   -
   -_snackmodule.so:   snackmodule.c $(LIBNEWTSH)
   -for ver in $(PYTHONVERS) ; do \
  --if [ ! -f "$$ver/_snackmodule.so" -o $(LIBNEWTSH) -nt 
"$$ver/_snackmodule.so" ]; then \
   -mkdir -p $$ver ;\
   -$(CC) $(CFLAGS) -I/usr/include/$$ver $(SHCFLAGS) -c -o 
$$ver/snackmodule.o snackmodule.c ;\
   -$(CC) --shared $(SHCFLAGS) -o $$ver/_snackmodule.so 
$$ver/snackmodule.o -L .  -lnewt -lslang ;\
  --fi ; \
   -done
   -touch $@
   -
  @@ -200,7 +198,7 @@
   -for ver in $(PYTHONVERS) ; do \
   -   [ -d $(instroot)/$(libdir)/$$ver/site-packages ] || install -m 755 
-d $(instroot)/$(libdir)/$$ver/site-packages ;\
   -   install -m 755 $$ver/_snackmodule.so 
$(instroot)/$(libdir)/$$ver/site-packages ;\
  --   install -m 755 snack.py $(instroot)/$(libdir)/$$ver/site-packages ;\
  +-   install -m 644 snack.py $(instroot)/$(libdir)/$$ver/site-packages ;\
   -done
   -
   -configure:  configure.ac newt.spec
  @@ -228,8 +226,8 @@
   -include .depend
   -endif
   Index: newt.c
   newt.c.orig  2006-09-15 15:38:21 +0200
  -+++ newt.c   2006-10-27 19:30:05 +0200
  +--- newt.c.orig  2007-02-28 18:35:01 +0100
   newt.c   2007-03-03 18:22:34 +0100
   @@ -9,7 +9,9 @@
#include 
#include 
  @@ -294,8 +292,8 @@
*p = '\0';
return;
   Index: shtool
   /dev/null2006-10-27 19:30:04 +0200
  -+++ shtool   2006-10-27 19:28:08 +0200
  +--- shtool.orig  2007-03-03 18:22:34 +0100
   shtool   2007-03-03 18:22:34 +0100
   @@ -0,0 +1,661 @@
   +#!/bin/sh
   +##
  @@ -960,7 +958,7 @@
   +
   Index: textbox.c
   --- textbox.c.orig   2006-10-12 16:18:38 +0200
  -+++ textbox.c2006-10-27 19:28:08 +0200
   textbox.c2007-03-03 18:22:34 +0100
   @@ -4,7 +4,9 @@
#include 
#include 
  @@ -1034,8 +1032,8 @@
}
}
   Index: tutorial.txt
   /dev/null2006-10-27 19:30:04 +0200
  -+++ tutorial.txt 2006-10-27 19:28:08 +0200
  +--- tutorial.txt.orig2007-03-03 18:22:34 +0100
   tutorial.txt 2007-03-03 18:22:34 +0100
   @@ -0,0 +1,1079 @@
   +
   +Writing Programs Using newtErik Troan, <[EMAIL PROTECTED]>
  @@ -2117,8 +2115,8 @@
   +void newtFormSetHeight(newtComponent co, int height);
   +void newtFormSetWidth(newtComponent co, int width);
   Index: whiptail.c
   whiptail.c.orig  2006-10-12 16:31:16 +0200
  -+++ whiptail.c   2006-10-27 19:28:08 +0200
  +--- whiptail.c.orig  2007-01-31 14:48:15 +0100
   whiptail.c   2007-03-03 18:22:34 +0100
   @@ -8,6 +8,7 @@
#include 
#include 
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/newt/newt.spec
  
  $ cvs diff -u -r1.35 -r1.36 newt.spec
  --- openpkg-src/newt/newt.spec1 Feb 2007 17:29:18 -   1.35
  +++ openpkg-src/newt/newt.spec3 Mar 2007 17:24:32 -   1.36
  @@ -23,7 +23,7 @@
   ##
   
   #   package version
  -%define   V_major 0.52.5
  +%define   V_major 0.52.6
   %define   V_minor 1
   %define   V_tag   fc7
   
  @@ -38,7 +38,7 @@
   Group:Terminal
   License:  LGPL
   Version:  %{V_major}.%{V_minor}
  -Release:  20070201
  +Release:  20070303
   
   #   list of sources
   Source0:  
ftp://download.fedora.redhat.com/pub/fedora/linux/co

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

2007-03-03 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:   03-Mar-2007 18:24:06
  Branch: HEAD Handle: 2007030317240600

  Modified files:
openpkg-src/delegatedelegate.spec

  Log:
upgrading package: delegate 9.4.4 -> 9.5.0

  Summary:
RevisionChanges Path
1.113   +3  -3  openpkg-src/delegate/delegate.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/delegate/delegate.spec
  
  $ cvs diff -u -r1.112 -r1.113 delegate.spec
  --- openpkg-src/delegate/delegate.spec12 Feb 2007 07:13:05 -  
1.112
  +++ openpkg-src/delegate/delegate.spec3 Mar 2007 17:24:06 -   
1.113
  @@ -23,8 +23,8 @@
   ##
   
   #   package version
  -%define   V_dist   9.4.4
  -%define   V_opkg   9.4.4
  +%define   V_dist   9.5.0
  +%define   V_opkg   9.5.0
   
   #   package information
   Name: delegate
  @@ -37,7 +37,7 @@
   Group:Network
   License:  Freely distributable
   Version:  %{V_opkg}
  -Release:  20070212
  +Release:  20070303
   
   #   list of sources
   Source0:  ftp://ftp:[EMAIL 
PROTECTED]/pub/DeleGate/delegate%{V_dist}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-03-03 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:   03-Mar-2007 18:21:38
  Branch: HEAD Handle: 2007030317213800

  Modified files:
openpkg-src/libarchive  libarchive.spec

  Log:
upgrading package: libarchive 2.0b17 -> 2.0.20

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

  patch -p0 <<'@@ .'
  Index: openpkg-src/libarchive/libarchive.spec
  
  $ cvs diff -u -r1.60 -r1.61 libarchive.spec
  --- openpkg-src/libarchive/libarchive.spec1 Mar 2007 15:28:43 -   
1.60
  +++ openpkg-src/libarchive/libarchive.spec3 Mar 2007 17:21:38 -   
1.61
  @@ -32,8 +32,8 @@
   Class:EVAL
   Group:Archiver
   License:  MIT-style
  -Version:  2.0b17
  -Release:  20070301
  +Version:  2.0.20
  +Release:  20070303
   
   #   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/file/ file.patch file.spec

2007-03-03 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:   03-Mar-2007 18:18:02
  Branch: HEAD Handle: 2007030317180200

  Modified files:
openpkg-src/filefile.patch file.spec

  Log:
workaround for older platforms like Solaris < 10 where REG_STARTEND is
not existing

  Summary:
RevisionChanges Path
1.5 +30 -4  openpkg-src/file/file.patch
1.67+1  -1  openpkg-src/file/file.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/file/file.patch
  
  $ cvs diff -u -r1.4 -r1.5 file.patch
  --- openpkg-src/file/file.patch   19 Sep 2006 11:23:02 -  1.4
  +++ openpkg-src/file/file.patch   3 Mar 2007 17:18:02 -   1.5
  @@ -1,11 +1,37 @@
   Index: src/apprentice.c
   src/apprentice.c.orig2006-03-02 23:08:57.0 +0100
  -+++ src/apprentice.c 2006-09-19 13:19:42.234166634 +0200
  -@@ -386,6 +386,7 @@
  - file_oomem(ms);
  +--- src/apprentice.c.orig2007-01-19 20:54:39 +0100
   src/apprentice.c 2007-03-03 18:03:23 +0100
  +@@ -533,6 +533,7 @@
  + file_oomem(ms, maxmagic * sizeof(*marray));
return -1;
}
   +memset(marray, 0, maxmagic * sizeof(*marray));
marraycount = 0;

/* print silly verbose header for USG compat. */
  +Index: src/softmagic.c
  +--- src/softmagic.c.orig 2007-01-18 06:45:35 +0100
   src/softmagic.c  2007-03-03 18:16:35 +0100
  +@@ -1523,10 +1523,22 @@
  + }
  + else {
  + regmatch_t pmatch[1];
  ++#ifdef REG_STARTEND
  + pmatch[0].rm_so = 0;
  + pmatch[0].rm_eo = ms->search.s_len;
  + rc = regexec(&rx, (const char *)ms->search.s,
  + 1, pmatch, REG_STARTEND);
  ++#else
  ++char *search;
  ++if (ms->search.s[ms->search.s_len] == '\0')
  ++rc = regexec(&rx, (const char *)ms->search.s, 
1, pmatch, 0);
  ++else {
  ++search = strdup(ms->search.s);
  ++search[ms->search.s_len] = '\0';
  ++rc = regexec(&rx, (const char *)search, 1, 
pmatch, 0);
  ++free(search);
  ++}
  ++#endif
  + switch (rc) {
  + case 0:
  + ms->search.s += (int)pmatch[0].rm_so;
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/file/file.spec
  
  $ cvs diff -u -r1.66 -r1.67 file.spec
  --- openpkg-src/file/file.spec2 Mar 2007 05:15:24 -   1.66
  +++ openpkg-src/file/file.spec3 Mar 2007 17:18:02 -   1.67
  @@ -37,7 +37,7 @@
   Group:Filesystem
   License:  BSD
   Version:  %{V_api_c}
  -Release:  20070302
  +Release:  20070303
   
   #   package options
   %option   with_perl  no
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-03-03 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:   03-Mar-2007 11:08:49
  Branch: HEAD Handle: 2007030310084900

  Modified files:
openpkg-src/gcc43   gcc43.spec

  Log:
upgrading package: gcc43 4.3s20070223 -> 4.3s20070302

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

  patch -p0 <<'@@ .'
  Index: openpkg-src/gcc43/gcc43.spec
  
  $ cvs diff -u -r1.11 -r1.12 gcc43.spec
  --- openpkg-src/gcc43/gcc43.spec  24 Feb 2007 09:19:31 -  1.11
  +++ openpkg-src/gcc43/gcc43.spec  3 Mar 2007 10:08:49 -   1.12
  @@ -28,7 +28,7 @@
   #   package version
   %define   V_full 4.3
   %define   V_comp 43
  -%define   V_snap 20070223
  +%define   V_snap 20070302
   
   #   package information
   Name: gcc43
  @@ -41,7 +41,7 @@
   Group:Compiler
   License:  GPL
   Version:  %{V_full}s%{V_snap}
  -Release:  20070224
  +Release:  20070303
   
   #   package options
   %option   with_cxx   no
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-03-03 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:   03-Mar-2007 10:24:15
  Branch: HEAD Handle: 2007030309241500

  Modified files:
openpkg-src/imagemagick imagemagick.spec

  Log:
upgrading package: imagemagick 6.3.2.9 -> 6.3.3.0

  Summary:
RevisionChanges Path
1.354   +3  -3  openpkg-src/imagemagick/imagemagick.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/imagemagick/imagemagick.spec
  
  $ cvs diff -u -r1.353 -r1.354 imagemagick.spec
  --- openpkg-src/imagemagick/imagemagick.spec  25 Feb 2007 08:47:44 -  
1.353
  +++ openpkg-src/imagemagick/imagemagick.spec  3 Mar 2007 09:24:15 -   
1.354
  @@ -23,8 +23,8 @@
   ##
   
   #   package version
  -%define   V_major 6.3.2
  -%define   V_minor 9
  +%define   V_major 6.3.3
  +%define   V_minor 0
   %define   V_dist  %{V_major}-%{V_minor}
   %define   V_opkg  %{V_major}.%{V_minor}
   
  @@ -39,7 +39,7 @@
   Group:Graphics
   License:  GPL
   Version:  %{V_opkg}
  -Release:  20070225
  +Release:  20070303
   
   #   package options
   %option   with_perl   no
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-03-03 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:   03-Mar-2007 10:20:05
  Branch: HEAD Handle: 2007030309200500

  Modified files:
openpkg-src/winewine.spec

  Log:
upgrading package: wine 0.9.31 -> 0.9.32

  Summary:
RevisionChanges Path
1.74+2  -2  openpkg-src/wine/wine.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/wine/wine.spec
  
  $ cvs diff -u -r1.73 -r1.74 wine.spec
  --- openpkg-src/wine/wine.spec16 Feb 2007 16:44:20 -  1.73
  +++ openpkg-src/wine/wine.spec3 Mar 2007 09:20:05 -   1.74
  @@ -32,8 +32,8 @@
   Class:EVAL
   Group:XWindow
   License:  LGPL
  -Version:  0.9.31
  -Release:  20070216
  +Version:  0.9.32
  +Release:  20070303
   
   #   list of sources
   Source0:  
http://ibiblio.org/pub/linux/system/emulators/wine/wine-%{version}.tar.bz2
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-03-03 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:   03-Mar-2007 10:04:14
  Branch: HEAD Handle: 2007030309041300

  Modified files:
openpkg-src/postfix postfix.spec

  Log:
upgrading package: postfix 2.3.7 -> 2.3.8

  Summary:
RevisionChanges Path
1.253   +2  -2  openpkg-src/postfix/postfix.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/postfix/postfix.spec
  
  $ cvs diff -u -r1.252 -r1.253 postfix.spec
  --- openpkg-src/postfix/postfix.spec  14 Feb 2007 19:51:59 -  1.252
  +++ openpkg-src/postfix/postfix.spec  3 Mar 2007 09:04:13 -   1.253
  @@ -23,7 +23,7 @@
   ##
   
   #   package versions
  -%define   V_postfix  2.3.7
  +%define   V_postfix  2.3.8
   %define   V_pflogsumm1.1.0
   %define   V_whoson   2.3.7
   
  @@ -38,7 +38,7 @@
   Group:Mail
   License:  IPL
   Version:  %{V_postfix}
  -Release:  20070214
  +Release:  20070303
   
   #   package options
   %option   with_fsl   yes
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-03-03 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:   03-Mar-2007 10:04:12
  Branch: HEAD Handle: 2007030309041100

  Modified files:
openpkg-src/perl-dbiperl-dbi.patch perl-dbi.spec

  Log:
modifying package: perl-dbi-5.8.8 20070302 -> 20070303

  Summary:
RevisionChanges Path
1.25+3  -3  openpkg-src/perl-dbi/perl-dbi.patch
1.225   +2  -2  openpkg-src/perl-dbi/perl-dbi.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/perl-dbi/perl-dbi.patch
  
  $ cvs diff -u -r1.24 -r1.25 perl-dbi.patch
  --- openpkg-src/perl-dbi/perl-dbi.patch   2 Mar 2007 18:27:16 -   
1.24
  +++ openpkg-src/perl-dbi/perl-dbi.patch   3 Mar 2007 09:04:11 -   
1.25
  @@ -95,9 +95,9 @@

/* 30 second timeout by default */
#define SQL_TIMEOUT 3
  -Index: DBD-mysql-4.002/dbdimp.h
   DBD-mysql-4.002/dbdimp.h.orig2007-01-06 20:00:08 +0100
  -+++ DBD-mysql-4.002/dbdimp.h 2007-01-08 19:32:01 +0100
  +Index: DBD-mysql-4.003/dbdimp.h
  +--- DBD-mysql-4.003/dbdimp.h.orig2007-01-06 20:00:08 +0100
   DBD-mysql-4.003/dbdimp.h 2007-01-08 19:32:01 +0100
   @@ -19,6 +19,7 @@
 *  Header files we use
 */
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/perl-dbi/perl-dbi.spec
  
  $ cvs diff -u -r1.224 -r1.225 perl-dbi.spec
  --- openpkg-src/perl-dbi/perl-dbi.spec2 Mar 2007 18:27:17 -   
1.224
  +++ openpkg-src/perl-dbi/perl-dbi.spec3 Mar 2007 09:04:11 -   
1.225
  @@ -35,7 +35,7 @@
   %define   V_dbd_csv 0.22
   %define   V_dbd_sprite  0.59
   %define   V_dbd_sqlite  1.13
  -%define   V_dbd_mysql   4.002
  +%define   V_dbd_mysql   4.003
   %define   V_dbd_pgsql   1.49
   %define   V_dbd_oracle  1.19
   %define   V_dbd_sybase  1.07_03
  @@ -53,7 +53,7 @@
   Group:Perl
   License:  GPL/Artistic
   Version:  %{V_perl}
  -Release:  20070302
  +Release:  20070303
   
   #   package options
   %option   with_dbd_sqlite  yes
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-03-03 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:   03-Mar-2007 10:03:32
  Branch: HEAD Handle: 2007030309033100

  Modified files:
openpkg-src/vim vim.spec

  Log:
upgrading package: vim 7.0.205 -> 7.0.206

  Summary:
RevisionChanges Path
1.474   +3  -2  openpkg-src/vim/vim.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/vim/vim.spec
  
  $ cvs diff -u -r1.473 -r1.474 vim.spec
  --- openpkg-src/vim/vim.spec  28 Feb 2007 07:28:24 -  1.473
  +++ openpkg-src/vim/vim.spec  3 Mar 2007 09:03:31 -   1.474
  @@ -25,7 +25,7 @@
   #   package versions
   %define   V_vl  7.0
   %define   V_vs  70
  -%define   V_pl  205
  +%define   V_pl  206
   
   #   package information
   Name: vim
  @@ -38,7 +38,7 @@
   Group:Editor
   License:  Charityware
   Version:  %{V_vl}.%{V_pl}
  -Release:  20070228
  +Release:  20070303
   
   #   package options
   %option   with_x11no
  @@ -259,6 +259,7 @@
   Patch203: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.203
   Patch204: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.204
   Patch205: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.205
  +Patch206: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}/%{V_vl}.206
   
   #   build information
   Prefix:   %{l_prefix}
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-03-03 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:   03-Mar-2007 10:02:44
  Branch: HEAD Handle: 2007030309024400

  Modified files:
openpkg-src/libedit libedit.spec

  Log:
upgrading package: libedit 2.10.20061228 -> 2.10.20070302

  Summary:
RevisionChanges Path
1.32+2  -2  openpkg-src/libedit/libedit.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/libedit/libedit.spec
  
  $ cvs diff -u -r1.31 -r1.32 libedit.spec
  --- openpkg-src/libedit/libedit.spec  1 Jan 2007 17:39:06 -   1.31
  +++ openpkg-src/libedit/libedit.spec  3 Mar 2007 09:02:44 -   1.32
  @@ -24,7 +24,7 @@
   
   #   package version
   %define   V_main 2.10
  -%define   V_snap 20061228
  +%define   V_snap 20070302
   
   #   package information
   Name: libedit
  @@ -37,7 +37,7 @@
   Group:Terminal
   License:  BSD
   Version:  %{V_main}.%{V_snap}
  -Release:  20061229
  +Release:  20070303
   
   #   list of sources
   Source0:  
http://www.thrysoee.dk/editline/libedit-%{V_snap}-%{V_main}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-03-03 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:   03-Mar-2007 10:02:17
  Branch: HEAD Handle: 2007030309021400

  Modified files:
openpkg-src/imapimap.spec

  Log:
upgrading package: imap 2006e -> 2006f

  Summary:
RevisionChanges Path
1.54+3  -3  openpkg-src/imap/imap.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/imap/imap.spec
  
  $ cvs diff -u -r1.53 -r1.54 imap.spec
  --- openpkg-src/imap/imap.spec26 Jan 2007 09:26:15 -  1.53
  +++ openpkg-src/imap/imap.spec3 Mar 2007 09:02:14 -   1.54
  @@ -23,8 +23,8 @@
   ##
   
   #   package version
  -%define   V_real 2006e
  -%define   V_here 2006e
  +%define   V_real 2006f
  +%define   V_here 2006f
   
   #   package information
   Name: imap
  @@ -37,7 +37,7 @@
   Group:Mail
   License:  University of Washington's Free-Fork License
   Version:  %{V_here}
  -Release:  20070126
  +Release:  20070303
   
   #   package options
   %option   with_ssl  yes
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-03-03 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:   03-Mar-2007 10:02:13
  Branch: HEAD Handle: 2007030309021200

  Modified files:
openpkg-src/wordpress   wordpress.spec

  Log:
upgrading package: wordpress 2.1.1 -> 2.1.2

  Summary:
RevisionChanges Path
1.34+2  -2  openpkg-src/wordpress/wordpress.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/wordpress/wordpress.spec
  
  $ cvs diff -u -r1.33 -r1.34 wordpress.spec
  --- openpkg-src/wordpress/wordpress.spec  22 Feb 2007 08:13:59 -  
1.33
  +++ openpkg-src/wordpress/wordpress.spec  3 Mar 2007 09:02:12 -   
1.34
  @@ -23,7 +23,7 @@
   ##
   
   #   package versions
  -%define   V_wordpress2.1.1
  +%define   V_wordpress2.1.2
   %define   V_plugin_simpletagging 1-5
   %define   V_plugin_dbmanager 210
   %define   V_plugin_pagenavi  210
  @@ -46,7 +46,7 @@
   Group:CMS
   License:  GPL
   Version:  %{V_wordpress}
  -Release:  20070222
  +Release:  20070303
   
   #   list of sources
   Source0:  http://wordpress.org/wordpress-%{V_wordpress}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-03-03 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:   03-Mar-2007 10:02:06
  Branch: HEAD Handle: 2007030309020500

  Modified files:
openpkg-src/uni2ascii   uni2ascii.spec

  Log:
upgrading package: uni2ascii 4.1.1 -> 4.2

  Summary:
RevisionChanges Path
1.9 +2  -2  openpkg-src/uni2ascii/uni2ascii.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/uni2ascii/uni2ascii.spec
  
  $ cvs diff -u -r1.8 -r1.9 uni2ascii.spec
  --- openpkg-src/uni2ascii/uni2ascii.spec  2 Mar 2007 05:51:21 -   
1.8
  +++ openpkg-src/uni2ascii/uni2ascii.spec  3 Mar 2007 09:02:05 -   
1.9
  @@ -32,8 +32,8 @@
   Class:EVAL
   Group:Charset
   License:  GPL
  -Version:  4.1.1
  -Release:  20070302
  +Version:  4.2
  +Release:  20070303
   
   #   list of sources
   Source0:  
http://billposer.org/Software/Downloads/uni2ascii-%{version}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/perl-devel/ perl-devel.spec

2007-03-03 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:   03-Mar-2007 10:01:35
  Branch: HEAD Handle: 2007030309013200

  Modified files:
openpkg-src/perl-devel  perl-devel.spec

  Log:
modifying package: perl-devel-5.8.8 20070224 -> 20070303

  Summary:
RevisionChanges Path
1.24+2  -2  openpkg-src/perl-devel/perl-devel.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/perl-devel/perl-devel.spec
  
  $ cvs diff -u -r1.23 -r1.24 perl-devel.spec
  --- openpkg-src/perl-devel/perl-devel.spec24 Feb 2007 18:47:48 -  
1.23
  +++ openpkg-src/perl-devel/perl-devel.spec3 Mar 2007 09:01:32 -   
1.24
  @@ -26,7 +26,7 @@
   %define   V_perl5.8.8
   %define   V_devel_callstack 0.19
   %define   V_devel_stacktrace1.13
  -%define   V_devel_size  0.65
  +%define   V_devel_size  0.66
   %define   V_devel_size_report   0.10
   %define   V_devel_trace 0.10
   %define   V_devel_dumpvar   0.02
  @@ -46,7 +46,7 @@
   Group:Perl
   License:  GPL/Artistic
   Version:  %{V_perl}
  -Release:  20070224
  +Release:  20070303
   
   #   list of sources
   Source0:  
http://www.cpan.org/modules/by-module/Devel/Devel-CallStack-%{V_devel_callstack}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-03-03 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:   03-Mar-2007 10:01:38
  Branch: HEAD Handle: 2007030309013800

  Modified files:
openpkg-src/bittorrent  bittorrent.spec

  Log:
upgrading package: bittorrent 5.0.6 -> 5.0.7

  Summary:
RevisionChanges Path
1.59+2  -2  openpkg-src/bittorrent/bittorrent.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/bittorrent/bittorrent.spec
  
  $ cvs diff -u -r1.58 -r1.59 bittorrent.spec
  --- openpkg-src/bittorrent/bittorrent.spec23 Feb 2007 15:57:12 -  
1.58
  +++ openpkg-src/bittorrent/bittorrent.spec3 Mar 2007 09:01:38 -   
1.59
  @@ -32,8 +32,8 @@
   Class:EVAL
   Group:P2P
   License:  MIT-style
  -Version:  5.0.6
  -Release:  20070223
  +Version:  5.0.7
  +Release:  20070303
   
   #   list of sources
   Source0:  http://download.bittorrent.com/dl/BitTorrent-%{version}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org