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

2008-03-31 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:   01-Apr-2008 08:25:47
  Branch: HEAD Handle: 2008040107254700

  Modified files:
openpkg-src/gdb gdb.spec

  Log:
modifying package: gdb-6.8 20080328 -> 20080401

  Summary:
RevisionChanges Path
1.56+5  -1  openpkg-src/gdb/gdb.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/gdb/gdb.spec
  
  $ cvs diff -u -r1.55 -r1.56 gdb.spec
  --- openpkg-src/gdb/gdb.spec  28 Mar 2008 07:51:32 -  1.55
  +++ openpkg-src/gdb/gdb.spec  1 Apr 2008 06:25:47 -   1.56
  @@ -32,7 +32,7 @@
   Group:Debugging
   License:  GPL
   Version:  6.8
  -Release:  20080328
  +Release:  20080401
   
   #   list of sources
   Source0:  ftp://ftp.gnu.org/gnu/gdb/gdb-%{version}.tar.gz
  @@ -65,6 +65,9 @@
   %patch -p0
   
   %build
  +%{l_shtool} subst \
  +-e 's;-Werror;;' \
  +`find . -type f -name configure -print`
   CC="%{l_cc} %{l_ldflags}" \
   CFLAGS="%{l_cflags -O} %{l_cppflags ncurses .}" \
   CPPFLAGS="%{l_cppflags ncurses .}" \
  @@ -73,6 +76,7 @@
   ./configure \
   --prefix=%{l_prefix} \
   --with-libiconv-prefix=%{l_prefix} \
  +--disable-werror \
   --disable-nls
   %{l_make} %{l_mflags -O}
   
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2008-03-31 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:   31-Mar-2008 20:52:53
  Branch: HEAD Handle: 2008033119525200

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

  Log:
downgrade to 4.23 as 4.24 uses asprintf(3) without providing a
fallback implementation and this way fails to build under Solaris

  Summary:
RevisionChanges Path
1.10+5  -5  openpkg-src/file/file.patch
1.76+2  -2  openpkg-src/file/file.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/file/file.patch
  
  $ cvs diff -u -r1.9 -r1.10 file.patch
  --- openpkg-src/file/file.patch   29 Dec 2007 09:53:21 -  1.9
  +++ openpkg-src/file/file.patch   31 Mar 2008 18:52:52 -  1.10
  @@ -1,6 +1,6 @@
   Index: src/apprentice.c
   --- src/apprentice.c.orig2007-12-27 21:52:36 +0100
  -+++ src/apprentice.c 2007-12-29 10:49:54 +0100
   src/apprentice.c 2008-03-31 20:50:08 +0200
   @@ -549,6 +549,7 @@
file_oomem(ms, maxmagic * sizeof(*marray));
return -1;
  @@ -11,7 +11,7 @@
/* print silly verbose header for USG compat. */
   Index: src/compress.c
   --- src/compress.c.orig  2007-12-02 18:32:23 +0100
  -+++ src/compress.c   2007-12-29 10:49:54 +0100
   src/compress.c   2008-03-31 20:50:08 +0200
   @@ -167,7 +167,7 @@
 * `safe' read for sockets and pipes.
 */
  @@ -41,7 +41,7 @@
strerror(errno));
   Index: src/file.h
   --- src/file.h.orig  2007-11-08 01:31:37 +0100
  -+++ src/file.h   2007-12-29 10:49:54 +0100
   src/file.h   2008-03-31 20:50:08 +0200
   @@ -333,7 +333,7 @@
protected void file_showstr(FILE *, const char *, size_t);
protected size_t file_mbswidth(const char *);
  @@ -53,7 +53,7 @@
#ifndef COMPILE_ONLY
   Index: src/magic.c
   --- src/magic.c.orig 2007-12-27 17:35:59 +0100
  -+++ src/magic.c  2007-12-29 10:49:54 +0100
   src/magic.c  2008-03-31 20:50:08 +0200
   @@ -322,7 +322,7 @@
if (ispipe) {
ssize_t r = 0;
  @@ -65,7 +65,7 @@
if (r < PIPE_BUF) break;
   Index: src/softmagic.c
   --- src/softmagic.c.orig 2007-12-27 17:35:59 +0100
  -+++ src/softmagic.c  2007-12-29 10:49:54 +0100
   src/softmagic.c  2008-03-31 20:50:08 +0200
   @@ -288,10 +288,9 @@
}

  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/file/file.spec
  
  $ cvs diff -u -r1.75 -r1.76 file.spec
  --- openpkg-src/file/file.spec29 Mar 2008 08:47:12 -  1.75
  +++ openpkg-src/file/file.spec31 Mar 2008 18:52:52 -  1.76
  @@ -22,7 +22,7 @@
   ##
   
   #   package version
  -%define   V_api_c   4.24
  +%define   V_api_c   4.23
   %define   V_api_pl  0.85
   
   #   package information
  @@ -36,7 +36,7 @@
   Group:Filesystem
   License:  BSD
   Version:  %{V_api_c}
  -Release:  20080329
  +Release:  20080331
   
   #   package options
   %option   with_perl  no
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2008-03-31 Thread Christoph Schug
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Christoph Schug
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   31-Mar-2008 20:09:28
  Branch: HEAD Handle: 2008033119092800

  Modified files:
openpkg-src/perl-wwwperl-www.spec

  Log:
modifying package: perl-www-5.10.0 20080329 -> 20080331

  Summary:
RevisionChanges Path
1.402   +3  -3  openpkg-src/perl-www/perl-www.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/perl-www/perl-www.spec
  
  $ cvs diff -u -r1.401 -r1.402 perl-www.spec
  --- openpkg-src/perl-www/perl-www.spec29 Mar 2008 14:32:27 -  
1.401
  +++ openpkg-src/perl-www/perl-www.spec31 Mar 2008 18:09:28 -  
1.402
  @@ -26,7 +26,7 @@
   %define   V_libwww_perl   5.808
   %define   V_uri   1.35
   %define   V_uri_fetch 0.08
  -%define   V_cgi   3.34
  +%define   V_cgi   3.35
   %define   V_cgi_untaint   1.26
   %define   V_cgi_auth  3.00
   %define   V_cgi_simple0.077
  @@ -58,7 +58,7 @@
   %define   V_cgi_pathrequest   1.18
   %define   V_fcgi  0.67
   %define   V_rpc_xml   0.59
  -%define   V_soap_lite 0.71
  +%define   V_soap_lite 0.71.01
   %define   V_soap_lite_smartproxy  0.11
   %define   V_soap_payload  1.02
   %define   V_net_google1.0.1
  @@ -98,7 +98,7 @@
   Group:Perl
   License:  GPL/Artistic
   Version:  %{V_perl}
  -Release:  20080329
  +Release:  20080331
   
   #   package options
   %option   with_curl  no
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2008-03-31 Thread Christoph Schug
 2008 17:22:10 -  1.50
  +++ openpkg-src/ctalk/ctalk.spec  31 Mar 2008 18:08:26 -  1.51
  @@ -22,7 +22,7 @@
   ##
   
   #   package versions
  -%define   V_ctalk 0.0.45a
  +%define   V_ctalk 0.0.46a
   %define   V_ctpp  1.0.29
   
   #   package information
  @@ -36,7 +36,7 @@
   Group:Language
   License:  GPL
   Version:  %{V_ctalk}
  -Release:  20080326
  +Release:  20080331
   
   #   list of sources
   Source0:  http://www.ctalklang.org/files/ctalk-%{V_ctalk}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2008-03-31 Thread Christoph Schug
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Christoph Schug
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   31-Mar-2008 20:08:11
  Branch: HEAD Handle: 2008033119081100

  Modified files:
openpkg-src/perl-gfxperl-gfx.spec

  Log:
modifying package: perl-gfx-5.10.0 20080317 -> 20080331

  Summary:
RevisionChanges Path
1.94+4  -4  openpkg-src/perl-gfx/perl-gfx.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/perl-gfx/perl-gfx.spec
  
  $ cvs diff -u -r1.93 -r1.94 perl-gfx.spec
  --- openpkg-src/perl-gfx/perl-gfx.spec17 Mar 2008 07:01:39 -  
1.93
  +++ openpkg-src/perl-gfx/perl-gfx.spec31 Mar 2008 18:08:11 -  
1.94
  @@ -23,13 +23,13 @@
   
   #   versions of individual parts
   %define   V_perl5.10.0
  -%define   V_image_info  1.27
  +%define   V_image_info  1.28
   %define   V_image_size  3.1.1
   %define   V_postscript  0.06
   %define   V_postscript_simple   0.07
   %define   V_postscript_simple_table 1.02
  -%define   V_graph_easy  0.61
  -%define   V_graph_easy_as_svg   0.21
  +%define   V_graph_easy  0.62
  +%define   V_graph_easy_as_svg   0.22
   %define   V_pdf_api20.69
   %define   V_pdf_api2_simple 1.1.4u
   %define   V_pdf_extract 3.02
  @@ -48,7 +48,7 @@
   Group:Perl
   License:  GPL/Artistic
   Version:  %{V_perl}
  -Release:  20080317
  +Release:  20080331
   
   #   list of sources
   Source0:  
http://www.cpan.org/modules/by-module/Image/Image-Info-%{V_image_info}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2008-03-31 Thread Christoph Schug
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Christoph Schug
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   31-Mar-2008 19:59:54
  Branch: HEAD Handle: 2008033118595300

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

  Log:
modifying package: perl-crypto-5.10.0 20080224 -> 20080331

  Summary:
RevisionChanges Path
1.170   +2  -2  openpkg-src/perl-crypto/perl-crypto.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/perl-crypto/perl-crypto.spec
  
  $ cvs diff -u -r1.169 -r1.170 perl-crypto.spec
  --- openpkg-src/perl-crypto/perl-crypto.spec  24 Feb 2008 08:39:35 -  
1.169
  +++ openpkg-src/perl-crypto/perl-crypto.spec  31 Mar 2008 17:59:53 -  
1.170
  @@ -47,7 +47,7 @@
   %define   V_crypt_rot13   0.6
   %define   V_crypt_null1.02
   %define   V_crypt_ecb 1.40
  -%define   V_crypt_cbc 2.24
  +%define   V_crypt_cbc 2.27
   %define   V_crypt_openssl_bignum  0.04
   %define   V_crypt_openssl_dsa 0.13
   %define   V_crypt_openssl_rsa 0.25
  @@ -74,7 +74,7 @@
   Group:Perl
   License:  GPL/Artistic
   Version:  %{V_perl}
  -Release:  20080224
  +Release:  20080331
   
   #   package options
   %option   with_pari  no
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2008-03-31 Thread Christoph Schug
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Christoph Schug
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   31-Mar-2008 19:56:49
  Branch: HEAD Handle: 2008033118564900

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

  Log:
modifying package: perl-devel-5.10.0 20080202 -> 20080331

  Summary:
RevisionChanges Path
1.34+3  -3  openpkg-src/perl-devel/perl-devel.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/perl-devel/perl-devel.spec
  
  $ cvs diff -u -r1.33 -r1.34 perl-devel.spec
  --- openpkg-src/perl-devel/perl-devel.spec2 Feb 2008 16:12:33 -   
1.33
  +++ openpkg-src/perl-devel/perl-devel.spec31 Mar 2008 17:56:49 -  
1.34
  @@ -24,9 +24,9 @@
   #   versions of individual parts
   %define   V_perl5.10.0
   %define   V_devel_callstack 0.19
  -%define   V_devel_stacktrace1.16
  +%define   V_devel_stacktrace1.17
   %define   V_devel_size  0.69
  -%define   V_devel_size_report   0.10
  +%define   V_devel_size_report   0.12
   %define   V_devel_trace 0.10
   %define   V_devel_dumpvar   0.04
   %define   V_data_treedumper 0.33
  @@ -45,7 +45,7 @@
   Group:Perl
   License:  GPL/Artistic
   Version:  %{V_perl}
  -Release:  20080202
  +Release:  20080331
   
   #   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/perl-db/ perl-db.patch perl-db.spec

2008-03-31 Thread Christoph Schug
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Christoph Schug
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   31-Mar-2008 19:55:12
  Branch: HEAD Handle: 2008033118551100

  Modified files:
openpkg-src/perl-db perl-db.patch perl-db.spec

  Log:
modifying package: perl-db-5.10.0 20080118 -> 20080331

  Summary:
RevisionChanges Path
1.11+6  -6  openpkg-src/perl-db/perl-db.patch
1.75+3  -3  openpkg-src/perl-db/perl-db.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/perl-db/perl-db.patch
  
  $ cvs diff -u -r1.10 -r1.11 perl-db.patch
  --- openpkg-src/perl-db/perl-db.patch 18 Jan 2008 07:19:09 -  1.10
  +++ openpkg-src/perl-db/perl-db.patch 31 Mar 2008 17:55:11 -  1.11
  @@ -1,6 +1,6 @@
  -Index: BerkeleyDB-0.33/Makefile.PL
   BerkeleyDB-0.33/Makefile.PL.orig 2005-08-31 23:30:09.0 +0200
  -+++ BerkeleyDB-0.33/Makefile.PL  2005-11-16 20:50:32.640927202 +0100
  +Index: BerkeleyDB-0.34/Makefile.PL
  +--- BerkeleyDB-0.34/Makefile.PL.orig 2005-08-31 23:30:09.0 +0200
   BerkeleyDB-0.34/Makefile.PL  2005-11-16 20:50:32.640927202 +0100
   @@ -32,6 +32,9 @@
else {
if ($^O eq 'MSWin32')
  @@ -11,9 +11,9 @@
elsif ($^O =~ /aix/i )  {
  $LIBS .= '-ldb -lpthread ';
  if ($Config{'cc'} eq 'gcc' && $Config{'osvers'} eq '5.1')
  -Index: DB_File-1.816/Makefile.PL
   DB_File-1.816/Makefile.PL.orig   2005-08-31 23:29:18.0 +0200
  -+++ DB_File-1.816/Makefile.PL2005-11-16 20:50:32.640641367 +0100
  +Index: DB_File-1.817/Makefile.PL
  +--- DB_File-1.817/Makefile.PL.orig   2005-08-31 23:29:18.0 +0200
   DB_File-1.817/Makefile.PL2005-11-16 20:50:32.640641367 +0100
   @@ -29,7 +29,7 @@
}

  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/perl-db/perl-db.spec
  
  $ cvs diff -u -r1.74 -r1.75 perl-db.spec
  --- openpkg-src/perl-db/perl-db.spec  18 Jan 2008 07:19:09 -  1.74
  +++ openpkg-src/perl-db/perl-db.spec  31 Mar 2008 17:55:11 -  1.75
  @@ -23,8 +23,8 @@
   
   #   versions of individual parts
   %define   V_perl   5.10.0
  -%define   V_berkeleydb 0.33
  -%define   V_db_file1.816
  +%define   V_berkeleydb 0.34
  +%define   V_db_file1.817
   %define   V_db_file_lock   0.05
   
   #   package information
  @@ -38,7 +38,7 @@
   Group:Perl
   License:  GPL/Artistic
   Version:  %{V_perl}
  -Release:  20080118
  +Release:  20080331
   
   #   list of sources
   Source0:  
http://www.cpan.org/modules/by-module/BerkeleyDB/BerkeleyDB-%{V_berkeleydb}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2008-03-31 Thread Christoph Schug
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Christoph Schug
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   31-Mar-2008 19:54:22
  Branch: HEAD Handle: 2008033118542101

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

  Log:
upgrading package: memcached 1.2.5 -> 1.3.0

  Summary:
RevisionChanges Path
1.17+3  -3  openpkg-src/memcached/memcached.patch
1.52+2  -2  openpkg-src/memcached/memcached.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/memcached/memcached.patch
  
  $ cvs diff -u -r1.16 -r1.17 memcached.patch
  --- openpkg-src/memcached/memcached.patch 18 Mar 2008 20:55:42 -  
1.16
  +++ openpkg-src/memcached/memcached.patch 31 Mar 2008 17:54:21 -  
1.17
  @@ -9,9 +9,9 @@
#include 
#include 

  -Index: memcached-1.2.5/memcached.h
   memcached-1.2.5/memcached.h.orig 2007-06-20 03:21:51 +0200
  -+++ memcached-1.2.5/memcached.h  2007-10-28 09:17:17 +0100
  +Index: memcached-1.3.0/memcached.h
  +--- memcached-1.3.0/memcached.h.orig 2007-06-20 03:21:51 +0200
   memcached-1.3.0/memcached.h  2007-10-28 09:17:17 +0100
   @@ -5,6 +5,7 @@
#include 
#include 
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/memcached/memcached.spec
  
  $ cvs diff -u -r1.51 -r1.52 memcached.spec
  --- openpkg-src/memcached/memcached.spec  20 Mar 2008 12:50:28 -  
1.51
  +++ openpkg-src/memcached/memcached.spec  31 Mar 2008 17:54:22 -  
1.52
  @@ -22,7 +22,7 @@
   ##
   
   #   package versions
  -%define   V_memcached   1.2.5
  +%define   V_memcached   1.3.0
   %define   V_libmemcache 1.4.0.rc2
   %define   V_libmemcached0.18
   %define   V_cache_memcached 1.24
  @@ -38,7 +38,7 @@
   Group:System
   License:  GPL
   Version:  %{V_memcached}
  -Release:  20080320
  +Release:  20080331
   
   #   list of sources
   Source0:  
http://www.danga.com/memcached/dist/memcached-%{V_memcached}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2008-03-31 Thread Christoph Schug
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Christoph Schug
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   31-Mar-2008 19:53:12
  Branch: HEAD Handle: 2008033118531100

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

  Log:
modifying package: perl-util-5.10.0 20080325 -> 20080331

  Summary:
RevisionChanges Path
1.396   +2  -2  openpkg-src/perl-util/perl-util.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/perl-util/perl-util.spec
  
  $ cvs diff -u -r1.395 -r1.396 perl-util.spec
  --- openpkg-src/perl-util/perl-util.spec  25 Mar 2008 17:51:36 -  
1.395
  +++ openpkg-src/perl-util/perl-util.spec  31 Mar 2008 17:53:11 -  
1.396
  @@ -55,7 +55,7 @@
   %define   V_data_compare 1.18
   %define   V_data_dumper_simple   0.11
   %define   V_data_hierarchy   0.34
  -%define   V_exception_class  1.23
  +%define   V_exception_class  1.24
   %define   V_geography_countries  1.4
   %define   V_object_realize_later 0.18
   %define   V_object_multitype 0.05
  @@ -104,7 +104,7 @@
   Group:Perl
   License:  GPL/Artistic
   Version:  %{V_perl}
  -Release:  20080325
  +Release:  20080331
   
   #   list of sources
   Source0:  
http://www.cpan.org/modules/by-module/Test/Test-%{V_test}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2008-03-31 Thread Christoph Schug
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Christoph Schug
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   31-Mar-2008 19:52:39
  Branch: HEAD Handle: 2008033118523900

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

  Log:
modifying package: perl-module-5.10.0 20080325 -> 20080331

  Summary:
RevisionChanges Path
1.110   +2  -2  openpkg-src/perl-module/perl-module.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/perl-module/perl-module.spec
  
  $ cvs diff -u -r1.109 -r1.110 perl-module.spec
  --- openpkg-src/perl-module/perl-module.spec  25 Mar 2008 07:29:18 -  
1.109
  +++ openpkg-src/perl-module/perl-module.spec  31 Mar 2008 17:52:39 -  
1.110
  @@ -28,7 +28,7 @@
   
   #   versions of individual parts
   %define   V_perl 5.10.0
  -%define   V_extutils_depends 0.205
  +%define   V_extutils_depends 0.300
   %define   V_extutils_pkgconfig   1.11
   %define   V_extutils_modulemaker 0.51
   %define   V_extutils_makemaker   6.42
  @@ -56,7 +56,7 @@
   Group:Perl
   License:  GPL/Artistic
   Version:  %{V_perl}
  -Release:  20080325
  +Release:  20080331
   
   #   list of sources
   Source0:  
http://www.cpan.org/modules/by-module/ExtUtils/ExtUtils-Depends-%{V_extutils_depends}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2008-03-31 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:   31-Mar-2008 19:45:30
  Branch: HEAD Handle: 2008033118452800

  Modified files:
openpkg-src/libarchive  libarchive.patch

  Log:
apply a portability fix

  Summary:
RevisionChanges Path
1.7 +14 -1  openpkg-src/libarchive/libarchive.patch
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/libarchive/libarchive.patch
  
  $ cvs diff -u -r1.6 -r1.7 libarchive.patch
  --- openpkg-src/libarchive/libarchive.patch   31 Mar 2008 06:34:25 -  
1.6
  +++ openpkg-src/libarchive/libarchive.patch   31 Mar 2008 17:45:28 -  
1.7
  @@ -1,6 +1,6 @@
   Index: Makefile.in
   --- Makefile.in.orig 2008-03-31 00:18:35 +0200
  -+++ Makefile.in  2008-03-31 08:30:58 +0200
   Makefile.in  2008-03-31 19:43:38 +0200
   @@ -458,7 +458,7 @@
#
lib_LTLIBRARIES = libarchive.la
  @@ -10,3 +10,16 @@
TESTS_ENVIRONMENT = $(libarchive_TESTS_ENVIRONMENT) 
$(bsdtar_TESTS_ENVIRONMENT) $(bsdcpio_TESTS_ENVIRONMENT)
# Always build and test both bsdtar and bsdcpio as part of 'distcheck'
DISTCHECK_CONFIGURE_FLAGS = --enable-bsdtar --enable-bsdcpio
  +Index: cpio/cpio.c
  +--- cpio/cpio.c.orig 2008-03-29 19:09:21 +0100
   cpio/cpio.c  2008-03-31 19:44:13 +0200
  +@@ -54,6 +54,9 @@
  + #ifdef HAVE_UNISTD_H
  + #include 
  + #endif
  ++#ifdef HAVE_SYS_TIME_H
  ++#include 
  ++#endif
  + 
  + #include "cpio.h"
  + #include "matching.h"
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2008-03-31 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:   31-Mar-2008 12:41:41
  Branch: HEAD Handle: 2008033111414100

  Added files:
openpkg-src/mcppmcpp.spec

  Log:
new package: mcpp 2.7 (Portable C/C++ Pre-Processor)

  Summary:
RevisionChanges Path
1.1 +96 -0  openpkg-src/mcpp/mcpp.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/mcpp/mcpp.spec
  
  $ cvs diff -u -r0 -r1.1 mcpp.spec
  --- /dev/null 2008-03-31 12:40:32 +0200
  +++ mcpp.spec 2008-03-31 12:41:41 +0200
  @@ -0,0 +1,96 @@
  +##
  +##  mcpp.spec -- OpenPKG RPM Package Specification
  +##  Copyright (c) 2000-2008 OpenPKG Foundation e.V. <http://openpkg.net/>
  +##
  +##  Permission to use, copy, modify, and distribute this software for
  +##  any purpose with or without fee is hereby granted, provided that
  +##  the above copyright notice and this permission notice appear in all
  +##  copies.
  +##
  +##  THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
  +##  WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
  +##  MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
  +##  IN NO EVENT SHALL THE AUTHORS AND COPYRIGHT HOLDERS AND THEIR
  +##  CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  +##  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  +##  LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
  +##  USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  +##  ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  +##  OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
  +##  OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  +##  SUCH DAMAGE.
  +##
  +
  +#   package information
  +Name: mcpp
  +Summary:  Portable C/C++ Pre-Processor
  +URL:  http://mcpp.sourceforge.net/
  +Vendor:   Kiyoshi MATSUI
  +Packager: OpenPKG Foundation e.V.
  +Distribution: OpenPKG Community
  +Class:EVAL
  +Group:Language
  +License:  MIT-style
  +Version:      2.7
  +Release:  20080331
  +
  +#   list of sources
  +Source0:  http://switch.dl.sourceforge.net/mcpp/mcpp-%{version}.tar.gz
  +
  +#   build information
  +Prefix:   %{l_prefix}
  +BuildRoot:%{l_buildroot}
  +BuildPreReq:  OpenPKG, openpkg >= 20060823
  +PreReq:   OpenPKG, openpkg >= 20060823
  +AutoReq:  no
  +AutoReqProv:  no
  +
  +%description
  +mcpp(1) is a C/C++ preprocessor with the following features:
  +implements all of C90, C99 and C++98 specifications; provides a
  +validation suite to test C/C++ preprocessor's conformance and
  +quality comprehensively. When this validation suite is applied,
  +mcpp distinguishes itself among many existing preprocessors; has
  +plentiful and on-target diagnostics to check all the preprocessing
  +problems such as latent bug or lack of portability in source code;
  +has #pragma directives to output debugging information; is portable
  +and has been ported to many compliler-systems, including GCC;
  +preprocessors of various behavior modes are able to be generated
  +from the source code; can be built either as a compiler-specific
  +preprocessor to replace the resident preprocessor of a particular
  +compiler system, or as a compiler-independent command, or even as a
  +subroutine called from some other main program.
  +
  +%track
  +prog mcpp = {
  +version   = %{version}
  +url   = http://mcpp.sourceforge.net/download.html
  +regex = mcpp-(__VER__)\.tar\.gz
  +}
  +
  +%prep
  +%setup -q
  +
  +%build
  +CC="%{l_cc}" \
  +CFLAGS="%{l_cflags -O}" \
  +./configure \
  +--prefix=%{l_prefix}
  +%{l_make} %{l_mflags -O}
  +
  +%install
  +rm -rf $RPM_BUILD_ROOT
  +%{l_make} %{l_mflags} install AM_MAKEFLAGS="DESTDIR=$RPM_BUILD_ROOT"
  +strip $RPM_BUILD_ROOT%{l_prefix}/bin/* >/dev/null 2>&1 || true
  +%{l_shtool} mkdir -f -p -m 755 \
  +$RPM_BUILD_ROOT%{l_prefix}/share/mcpp
  +mv  $RPM_BUILD_ROOT%{l_prefix}/share/doc/mcpp/mcpp-manual.html \
  +$RPM_BUILD_ROOT%{l_prefix}/share/mcpp/mcpp-manual.html
  +rm -rf $RPM_BUILD_ROOT%{l_prefix}/share/doc
  +%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
  +
  +%files -f files
  +
  +%clean
  +rm -rf $RPM_BUILD_ROOT
  +
  

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

2008-03-31 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:   31-Mar-2008 09:04:08
  Branch: HEAD Handle: 2008033108040800

  Modified files:
openpkg-src/drupal  drupal.spec

  Log:
modifying package: drupal-6.1 20080328 -> 20080331

  Summary:
RevisionChanges Path
1.180   +2  -2  openpkg-src/drupal/drupal.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/drupal/drupal.spec
  
  $ cvs diff -u -r1.179 -r1.180 drupal.spec
  --- openpkg-src/drupal/drupal.spec28 Mar 2008 18:04:52 -  1.179
  +++ openpkg-src/drupal/drupal.spec31 Mar 2008 07:04:08 -  1.180
  @@ -92,7 +92,7 @@
   %define   V_module_modr8   6.x-1.0-beta1
   %define   V_module_multisite_manager   6.x-1.0-alpha1
   %define   V_module_multisite_search6.x-1.x-dev
  -%define   V_module_nice_menus  6.x-1.0
  +%define   V_module_nice_menus  6.x-1.1
   %define   V_module_nicedit 6.x-1.x-dev
   %define   V_module_node_privacy_byrole 6.x-1.0
   %define   V_module_nodeauthor  6.x-1.5
  @@ -176,7 +176,7 @@
   Group:CMS
   License:  GPL
   Version:  %{V_drupal}
  -Release:  20080328
  +Release:  20080331
   
   #   package options
   %option   with_mysql   yes
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/openssh/ openssh.patch openssh.patch.alias ...

2008-03-31 Thread Ralf S. Engelschall
798,6 +846,7 @@
status = errno_to_portable(errno);
}
if (a->flags & SSH2_FILEXFER_ATTR_UIDGID) {
  @@ -424,7 +423,7 @@
logit("set \"%s\" owner %lu group %lu", name,
(u_long)a->uid, (u_long)a->gid);
#ifdef HAVE_FCHOWN
  -@@ -797,6 +846,14 @@
  +@@ -807,6 +856,14 @@
#endif
if (ret == -1)
status = errno_to_portable(errno);
  @@ -439,7 +438,7 @@
}
}
send_status(id, status);
  -@@ -827,6 +884,8 @@
  +@@ -837,6 +894,8 @@
}

}
  @@ -448,7 +447,7 @@
if (status != SSH2_FX_OK)
send_status(id, status);
xfree(path);
  -@@ -902,6 +961,8 @@
  +@@ -912,6 +971,8 @@
logit("remove name \"%s\"", name);
ret = unlink(name);
status = (ret == -1) ? errno_to_portable(errno) : SSH2_FX_OK;
  @@ -457,7 +456,7 @@
send_status(id, status);
xfree(name);
}
  -@@ -919,6 +980,12 @@
  +@@ -929,6 +990,12 @@
a = get_attrib();
mode = (a->flags & SSH2_FILEXFER_ATTR_PERMISSIONS) ?
a->perm & 0777 : 0777;
  @@ -470,7 +469,7 @@
debug3("request %u: mkdir", id);
logit("mkdir name \"%s\" mode 0%o", name, mode);
ret = mkdir(name, mode);
  -@@ -940,6 +1007,8 @@
  +@@ -950,6 +1017,8 @@
logit("rmdir name \"%s\"", name);
ret = rmdir(name);
status = (ret == -1) ? errno_to_portable(errno) : SSH2_FX_OK;
  @@ -479,7 +478,7 @@
send_status(id, status);
xfree(name);
}
  -@@ -967,6 +1036,8 @@
  +@@ -977,6 +1046,8 @@
s.name = s.long_name = resolvedname;
send_names(id, 1, &s);
}
  @@ -488,7 +487,7 @@
xfree(path);
}

  -@@ -1023,6 +1094,8 @@
  +@@ -1033,6 +1104,8 @@
status = SSH2_FX_OK;
}
send_status(id, status);
  @@ -497,7 +496,7 @@
xfree(oldpath);
xfree(newpath);
}
  -@@ -1049,6 +1122,8 @@
  +@@ -1059,6 +1132,8 @@
s.name = s.long_name = buf;
send_names(id, 1, &s);
}
  @@ -506,7 +505,7 @@
xfree(path);
}

  -@@ -1068,6 +1143,8 @@
  +@@ -1078,6 +1153,8 @@
ret = symlink(oldpath, newpath);
status = (ret == -1) ? errno_to_portable(errno) : SSH2_FX_OK;
send_status(id, status);
  @@ -515,7 +514,7 @@
xfree(oldpath);
xfree(newpath);
}
  -@@ -1215,6 +1292,8 @@
  +@@ -1249,6 +1326,8 @@
ssize_t len, olen, set_size;
SyslogFacility log_facility = SYSLOG_FACILITY_AUTH;
char *cp, buf[4*4096];
  @@ -524,7 +523,7 @@

extern char *optarg;
extern char *__progname;
  -@@ -1253,6 +1332,12 @@
  +@@ -1284,6 +1363,12 @@
}
}

  @@ -537,7 +536,7 @@
log_init(__progname, log_level, log_facility, log_stderr);

if ((cp = getenv("SSH_CONNECTION")) != NULL) {
  -@@ -1276,6 +1361,39 @@
  +@@ -1305,6 +1390,39 @@
in = dup(STDIN_FILENO);
out = dup(STDOUT_FILENO);

  @@ -578,9 +577,9 @@
setmode(in, O_BINARY);
setmode(out, O_BINARY);
   Index: sshd_config.5
   sshd_config.5.orig   2007-06-11 06:07:13 +0200
  -+++ sshd_config.52007-09-05 08:41:42 +0200
  -@@ -483,6 +483,10 @@
  +--- sshd_config.5.orig   2008-03-27 01:02:02 +0100
   sshd_config.52008-03-31 08:57:29 +0200
  +@@ -530,6 +530,10 @@
DEBUG and DEBUG1 are equivalent.
DEBUG2 and DEBUG3 each specify higher levels of debugging output.
Logging with a DEBUG level violates the privacy of users and is not 
recommended.
  @@ -591,7 +590,7 @@
.It Cm MACs
Specifies the available MAC (message authentication code) algorithms.
The MAC algorithm is used in protocol version 2
  -@@ -725,6 +729,37 @@
  +@@ -773,6 +777,37 @@
.It Cm ServerKeyBits
Defines the number of bits in the ephemeral protocol version 1 server key.
The minimum value is 512, and the default is 768.
  @@ -630,9 +629,9 @@
Specifies whether
.Xr sshd 8
   Index: sshd_config
   sshd_config.orig 2007-03-21 10:42:25 +0100
  -+++ sshd_config  2007-09-05 08:41:42 +0200
  -@@ -109,6 +109,17 @@
  +--- sshd_config.orig 2008-02-10 12:40:12 +0100
   sshd_config  2008-03-31 08:57:29 +0200
  +@@ -110,6 +110,17 @@
# override default of no subsystems
Subsystem   sftp/usr/libexec/sftp-server

  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/openssh/openssh.spec
  
  $ cvs diff -u -r1.206 -r1.207 openssh.spec
  --- openpkg-src/openssh/openssh.spec  8 Feb 2008 06:48:05 -   1.206
  +++ openpkg-src/openssh/openssh.spec  31 Mar 2008 07:00:50 -  1.207
  @@ -22,7 +22,7 @@
   ##
   
   #   package versions
  -%define   V_base4.7
  +%define   V_base4.9
   %define   V_portablep1
   %define   V_watchdog4.4p1
   %define   V_ldap_base   4.6p1
  @@ -41,7 +41,7 @@
   Group:SSH
   License:  BSD
   Version:  %{V_base}%{V_portable}
  -Release:  20080208
  +Release:  20080331
   
   #   package options
   %option   with_fsl  yes
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org