[CVS] OpenPKG: openpkg-src/rsync/ rc.rsync

2005-01-02 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   02-Jan-2005 17:38:47
  Branch: HEAD Handle: 2005010216384700

  Modified files:
openpkg-src/rsync   rc.rsync

  Log:
remove lonely comment

  Summary:
RevisionChanges Path
1.23+0  -2  openpkg-src/rsync/rc.rsync
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/rsync/rc.rsync
  
  $ cvs diff -u -r1.22 -r1.23 rc.rsync
  --- openpkg-src/rsync/rc.rsync6 Jul 2004 11:18:28 -   1.22
  +++ openpkg-src/rsync/rc.rsync2 Jan 2005 16:38:47 -   1.23
  @@ -66,8 +66,6 @@
   %daily -u @l_susr@
   rcService rsync enable yes || exit 0
   rcVarIsYes rsync_daemon || exit 0
  -
  -#   rotate logfile
   shtool rotate -f \
   -n ${rsync_log_numfiles} -s ${rsync_log_minsize} -d \
   -z ${rsync_log_complevel} -m 644 -o @l_susr@ -g @l_mgrp@ \
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-01-02 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   02-Jan-2005 17:35:01
  Branch: HEAD Handle: 200501021635

  Modified files:
openpkg-src/rsync   rsync.patch

  Log:
apply --bwlimit fix for daemon mode (taken over from Debian)

  Summary:
RevisionChanges Path
1.14+29 -0  openpkg-src/rsync/rsync.patch
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/rsync/rsync.patch
  
  $ cvs diff -u -r1.13 -r1.14 rsync.patch
  --- openpkg-src/rsync/rsync.patch 2 Jan 2005 16:15:06 -   1.13
  +++ openpkg-src/rsync/rsync.patch 2 Jan 2005 16:35:00 -   1.14
  @@ -56,3 +56,32 @@
  while (c->len)
  {
NEEDOUT
  +Index: options.c
  +--- options.c.orig   2004-09-23 19:39:05 +0200
   options.c2005-01-02 17:30:40 +0100
  +@@ -769,6 +769,12 @@
  + }
  + }
  + 
  ++if (bwlimit) {
  ++bwlimit_writemax = (size_t)bwlimit * 128;
  ++if (bwlimit_writemax < 512)
  ++bwlimit_writemax = 512;
  ++}
  ++
  + if (daemon_opt) {
  + daemon_opt = 0;
  + am_daemon = 1;
  +@@ -807,12 +813,6 @@
  + if (do_progress && !verbose)
  + verbose = 1;
  + 
  +-if (bwlimit) {
  +-bwlimit_writemax = (size_t)bwlimit * 128;
  +-if (bwlimit_writemax < 512)
  +-bwlimit_writemax = 512;
  +-}
  +-
  + if (inplace) {
  + #if HAVE_FTRUNCATE
  + if (partial_dir) {
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-01-02 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   02-Jan-2005 17:17:10
  Branch: HEAD Handle: 2005010216171000

  Modified files:
openpkg-src/nailnail.spec

  Log:
upgrading package: nail 11.18 -> 11.19

  Summary:
RevisionChanges Path
1.65+2  -2  openpkg-src/nail/nail.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/nail/nail.spec
  
  $ cvs diff -u -r1.64 -r1.65 nail.spec
  --- openpkg-src/nail/nail.spec1 Jan 2005 10:52:46 -   1.64
  +++ openpkg-src/nail/nail.spec2 Jan 2005 16:17:10 -   1.65
  @@ -33,8 +33,8 @@
   Class:BASE
   Group:Mail
   License:  BSD
  -Version:  11.18
  -Release:  20041210
  +Version:  11.19
  +Release:  20050102
   
   #   list of sources
   Source0:  http://osdn.dl.sourceforge.net/nail/nail-%{version}.tar.bz2
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-01-02 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   02-Jan-2005 17:15:07
  Branch: HEAD Handle: 2005010216150600

  Modified files:
openpkg-src/rsync   rsync.patch

  Log:
fix a few compilation warnings

  Summary:
RevisionChanges Path
1.13+37 -13 openpkg-src/rsync/rsync.patch
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/rsync/rsync.patch
  
  $ cvs diff -u -r1.12 -r1.13 rsync.patch
  --- openpkg-src/rsync/rsync.patch 2 Jan 2005 12:19:27 -   1.12
  +++ openpkg-src/rsync/rsync.patch 2 Jan 2005 16:15:06 -   1.13
  @@ -1,6 +1,42 @@
  +Index: popt/popt.c
  +--- popt/popt.c.orig 2004-06-09 23:41:21 +0200
   popt/popt.c  2005-01-02 17:09:28 +0100
  +@@ -1128,7 +1128,7 @@
  + /[EMAIL PROTECTED]@*/
  + }
  + 
  +-const char *const poptStrerror(const int error)
  ++const char *poptStrerror(const int error)
  + {
  + switch (error) {
  +   case POPT_ERROR_NOARG:
  +Index: popt/popt.h
  +--- popt/popt.h.orig 2004-01-27 17:27:05 +0100
   popt/popt.h  2005-01-02 17:09:01 +0100
  +@@ -373,7 +373,7 @@
  +  * @return  error string
  +  */
  + /[EMAIL PROTECTED]@*/
  +-/[EMAIL PROTECTED]@*/ const char *const poptStrerror(const int error)
  ++/[EMAIL PROTECTED]@*/ const char *poptStrerror(const int error)
  + /[EMAIL PROTECTED]/;
  + /[EMAIL PROTECTED]@*/
  + 
  +Index: receiver.c
  +--- receiver.c.orig  2004-09-21 11:24:06 +0200
   receiver.c   2005-01-02 17:07:40 +0100
  +@@ -116,7 +116,7 @@
  + rprintf(FINFO, "deleting in %s\n", safe_fname(fbuf));
  + 
  + for (i = local_file_list->count-1; i >= 0; i--) {
  +-if (max_delete && deletion_count > max_delete)
  ++if (max_delete && deletion_count >= max_delete)
  + break;
  + if (!local_file_list->files[i]->basename)
  + continue;
   Index: zlib/infcodes.c
   --- zlib/infcodes.c.orig 2002-03-12 02:14:58 +0100
  -+++ zlib/infcodes.c  2004-10-01 08:58:40 +0200
   zlib/infcodes.c  2005-01-02 17:07:40 +0100
   @@ -197,8 +197,18 @@
  c->mode = COPY;
case COPY:  /* o: copying bytes in window, waiting for space */
  @@ -20,15 +56,3 @@
  while (c->len)
  {
NEEDOUT
  -Index: receiver.c
   receiver.c.orig  2004-09-21 11:24:06 +0200
  -+++ receiver.c   2005-01-02 13:11:02 +0100
  -@@ -116,7 +116,7 @@
  - rprintf(FINFO, "deleting in %s\n", safe_fname(fbuf));
  - 
  - for (i = local_file_list->count-1; i >= 0; i--) {
  --if (max_delete && deletion_count > max_delete)
  -+if (max_delete && deletion_count >= max_delete)
  - break;
  - if (!local_file_list->files[i]->basename)
  - continue;
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-01-02 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   02-Jan-2005 13:19:27
  Branch: HEAD Handle: 2005010212192700

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

  Log:
apply --max-delete=N patch from the FreeBSD port and apply the shipped
mkfifo patch for the *BSD systems to get correct socket and fifo
synchronization

  Summary:
RevisionChanges Path
1.12+12 -0  openpkg-src/rsync/rsync.patch
1.71+4  -1  openpkg-src/rsync/rsync.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/rsync/rsync.patch
  
  $ cvs diff -u -r1.11 -r1.12 rsync.patch
  --- openpkg-src/rsync/rsync.patch 1 Oct 2004 07:37:54 -   1.11
  +++ openpkg-src/rsync/rsync.patch 2 Jan 2005 12:19:27 -   1.12
  @@ -20,3 +20,15 @@
  while (c->len)
  {
NEEDOUT
  +Index: receiver.c
  +--- receiver.c.orig  2004-09-21 11:24:06 +0200
   receiver.c   2005-01-02 13:11:02 +0100
  +@@ -116,7 +116,7 @@
  + rprintf(FINFO, "deleting in %s\n", safe_fname(fbuf));
  + 
  + for (i = local_file_list->count-1; i >= 0; i--) {
  +-if (max_delete && deletion_count > max_delete)
  ++if (max_delete && deletion_count >= max_delete)
  + break;
  + if (!local_file_list->files[i]->basename)
  + continue;
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/rsync/rsync.spec
  
  $ cvs diff -u -r1.70 -r1.71 rsync.spec
  --- openpkg-src/rsync/rsync.spec  1 Jan 2005 10:54:26 -   1.70
  +++ openpkg-src/rsync/rsync.spec  2 Jan 2005 12:19:27 -   1.71
  @@ -34,7 +34,7 @@
   Group:Filesystem
   License:  GPL
   Version:  2.6.3
  -Release:  20041001
  +Release:  20050102
   
   #   package options
   %option   with_timelimit  no
  @@ -85,6 +85,9 @@
   %if "%{with_chmod}" == "yes"
   %{l_patch} -p0 

[CVS] OpenPKG: openpkg-re/ todo.txt

2005-01-02 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-re   Date:   02-Jan-2005 12:36:35
  Branch: HEAD Handle: 2005010211363500

  Modified files:
openpkg-re  todo.txt

  Log:
ok, let's rock the next weeks

  Summary:
RevisionChanges Path
1.322   +19 -21 openpkg-re/todo.txt
  

  patch -p0 <<'@@ .'
  Index: openpkg-re/todo.txt
  
  $ cvs diff -u -r1.321 -r1.322 todo.txt
  --- openpkg-re/todo.txt   25 Dec 2004 07:54:10 -  1.321
  +++ openpkg-re/todo.txt   2 Jan 2005 11:36:35 -   1.322
  @@ -27,7 +27,7 @@
   
 FUTURE:
   
  -o 20-Feb-2005: OpenPKG 2.3
  +o 23-Feb-2005: OpenPKG 2.3
   oJun-2005: OpenPKG 2.4
   
 OpenPKG 2.3
  @@ -44,23 +44,23 @@
   
 RELEASE ENGINEERING TIMELINE:
   
  -  ...--- Development
  -  ...-==---  Buildfarm 
Prepare
  - ---===---   Package Fixing
  - -=- Blessing
  -  -=-CVS Branching
  -   -==---Binary Rolling
  --==--Testing
  --Documentation
  ----==Press Release
  -(23-Feb) #   RELEASE
  - Holidays
  -  
---|--|--|--|--|--|--|--|--|--|--|-->
  -  
...|MTWTFS|MTWTFS|MTWTFS|MTWTFS|MTWTFS|MTWTFS|MTWTFS|MTWTFS|MTWTFS|MTWTFS|...
  -  ...| CW01 | CW02 | CW03 | CW04 | CW05 | CW06 | CW07 | CW08 | CW44 | CW45 
|...
  -  ^
  -  # WE ARE HERE
  -  #
  +  -===--- Development
  +  --  Buildfarm Prepare
  +  ---===  Package Fixing
  + -=-  Blessing
  +  -=- CVS Branching
  +   -=---  Binary Rolling
  +   -==--  Testing
  +   -==Documentation
  +   -==Press Release
  + (23-Feb) #   RELEASE
  +  Holidays
  +  |--|--|--|--|--|--|--|--|--|--|-->
  +  |MTWTFS|MTWTFS|MTWTFS|MTWTFS|MTWTFS|MTWTFS|MTWTFS|MTWTFS|MTWTFS|MTWTFS|...
  +  | CW01 | CW02 | CW03 | CW04 | CW05 | CW06 | CW07 | CW08 | CW44 | CW45 |...
  +   ^
  +   # WE ARE HERE
  +   #
   
 Legend:  (=) Primary Period (-) Extended Period (#) Milestone (+) Holiday
   
  @@ -135,7 +135,7 @@
 (test against 2.1 sparc64-solaris9 and ix86-solaris9)
   
 Unscheduled Development Tasks
  -  -
  +  -
   
   o php CURRENT with pdflib activation fails
   o perl-dbi broken with DBD's mysql & oracle
  @@ -214,14 +214,12 @@
   o explain how users can manage private extensions [thl] ??? which 
software and which release ??
   o unixodbc with FreeTDS [thl]
   o PEAR packages
  -o 1.3 MFC: php with pear not working [thl]
   o apache/php: use php.ini to find pear in php package
   o obmtool log file mess [thl]
   o feature request for toolchain [thl]
   o certification for SuSE, RedHat etc. [thl]
   o rc scripts and quoting [thl]
   o extend --ignore(arch|os) logic to --ignoretag [thl]
  -o niamh.de.cw.com:/cw surplus cvs ncftp oracle pam perl-crypto perl-db 
perl-dbi perl-net skey x11 -> /v
   o buglet in rc relying on external commands available in PATH [cs]
   o check OpenPKG binaries (incl. 2.0) for dup files
   o openpkg-audit: "openpkg rpm" overload
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/apache/ apache.spec php.ini

2005-01-02 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   02-Jan-2005 12:28:28
  Branch: HEAD Handle: 2005010211282700

  Modified files:
openpkg-src/apache  apache.spec php.ini

  Log:
increase security even more

  Summary:
RevisionChanges Path
1.283   +1  -1  openpkg-src/apache/apache.spec
1.3 +1  -0  openpkg-src/apache/php.ini
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/apache/apache.spec
  
  $ cvs diff -u -r1.282 -r1.283 apache.spec
  --- openpkg-src/apache/apache.spec1 Jan 2005 10:47:47 -   1.282
  +++ openpkg-src/apache/apache.spec2 Jan 2005 11:28:27 -   1.283
  @@ -66,7 +66,7 @@
   Group:Web
   License:  ASF
   Version:  %{V_apache}
  -Release:  20041223
  +Release:  20050102
   
   #   package options (suexec related)
   %option   with_suexec   yes
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/apache/php.ini
  
  $ cvs diff -u -r1.2 -r1.3 php.ini
  --- openpkg-src/apache/php.ini30 Nov 2004 21:08:25 -  1.2
  +++ openpkg-src/apache/php.ini2 Jan 2005 11:28:27 -   1.3
  @@ -8,6 +8,7 @@
   register_globals   = off; Global variables are no longer registered for 
input data
   safe_mode  = on ; Enable Safe Mode (file UID comparisons)
   safe_mode_gid  = off; Whether to relax Safe Mode to file GID 
comparisons
  +allow_url_fopen= off; Disable the opening of remote URLs
   display_errors = off; Errors will NOT be displayed
   log_errors = on ; Errors will be logged
   max_execution_time = 60 ; Maximum execution time of each script, in 
seconds
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/php/ php.ini php.spec

2005-01-02 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   02-Jan-2005 12:27:03
  Branch: HEAD Handle: 2005010211270200

  Modified files:
openpkg-src/php php.ini php.spec

  Log:
increase security even more

  Summary:
RevisionChanges Path
1.3 +1  -0  openpkg-src/php/php.ini
1.102   +1  -1  openpkg-src/php/php.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/php/php.ini
  
  $ cvs diff -u -r1.2 -r1.3 php.ini
  --- openpkg-src/php/php.ini   30 Nov 2004 21:07:09 -  1.2
  +++ openpkg-src/php/php.ini   2 Jan 2005 11:27:02 -   1.3
  @@ -8,6 +8,7 @@
   register_globals   = off; Global variables are no longer registered for 
input data
   safe_mode  = on ; Enable Safe Mode (file UID comparisons)
   safe_mode_gid  = off; Whether to relax Safe Mode to file GID 
comparisons
  +allow_url_fopen= off; Disable the opening of remote URLs
   display_errors = off; Errors will NOT be displayed
   log_errors = on ; Errors will be logged
   max_execution_time = 60 ; Maximum execution time of each script, in 
seconds
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/php/php.spec
  
  $ cvs diff -u -r1.101 -r1.102 php.spec
  --- openpkg-src/php/php.spec  1 Jan 2005 10:53:51 -   1.101
  +++ openpkg-src/php/php.spec  2 Jan 2005 11:27:02 -   1.102
  @@ -38,7 +38,7 @@
   Group:Language
   License:  PHP
   Version:  %{V_php}
  -Release:  20041223
  +Release:  20050102
   
   #   package options
   %option   with_bc   no
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-01-02 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   02-Jan-2005 10:33:59
  Branch: HEAD Handle: 2005010209335800

  Modified files:
openpkg-src/tetex3  tetex3.spec

  Log:
upgrading package: tetex3 2.99.7.20041226 -> 2.99.8.20050101

  Summary:
RevisionChanges Path
1.11+3  -3  openpkg-src/tetex3/tetex3.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/tetex3/tetex3.spec
  
  $ cvs diff -u -r1.10 -r1.11 tetex3.spec
  --- openpkg-src/tetex3/tetex3.spec1 Jan 2005 10:55:16 -   1.10
  +++ openpkg-src/tetex3/tetex3.spec2 Jan 2005 09:33:58 -   1.11
  @@ -24,8 +24,8 @@
   ##
   
   #   package versions
  -%define   V_src 2.99.7.20041226
  -%define   V_texmf   2.99.7.20041226
  +%define   V_src 2.99.8.20050101
  +%define   V_texmf   2.99.8.20050101
   
   #   package information
   Name: tetex3
  @@ -38,7 +38,7 @@
   Group:Text
   License:  GPL
   Version:  %{V_src}
  -Release:  20041230
  +Release:  20050102
   
   #   package options
   %option   with_x11  no
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/xalan-c/ xalan-c.spec

2005-01-02 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   02-Jan-2005 10:22:48
  Branch: HEAD Handle: 2005010209224800

  Modified files:
openpkg-src/xalan-c xalan-c.spec

  Log:
cleanup packaging

  Summary:
RevisionChanges Path
1.24+22 -52 openpkg-src/xalan-c/xalan-c.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/xalan-c/xalan-c.spec
  
  $ cvs diff -u -r1.23 -r1.24 xalan-c.spec
  --- openpkg-src/xalan-c/xalan-c.spec  1 Jan 2005 10:55:56 -   1.23
  +++ openpkg-src/xalan-c/xalan-c.spec  2 Jan 2005 09:22:48 -   1.24
  @@ -40,7 +40,7 @@
   Group:Web
   License:  Apache Software License 1.1
   Version:  %{V_opkg}
  -Release:  20041021
  +Release:  20050102
   
   #   package options
   %option   with_threads  no
  @@ -83,63 +83,33 @@
   
   %build
   rm -rf $RPM_BUILD_ROOT
  -( XALANCROOT=`pwd`/c ;
  -  XERCESCROOT=%{l_prefix} ;
  -  export XALANCROOT XERCESCROOT ;
  -  cd c/src ;
  +( XALANCROOT=`pwd`/c
  +  XERCESCROOT=%{l_prefix}
  +  export XALANCROOT XERCESCROOT
  +  cd c/src
 %{l_shtool} subst \
 -e 's;@l_ar@;ar cru;' \
 -e 's;@l_ranlib@;ranlib;' \
  -  Makefile.in ;
  -  pf=LINUX;
  -  cf="";
  -  lf="";
  +  Makefile.in
  +  pf=LINUX
  +  cf=""
  +  lf=""
   %if "%{with_threads}" == "yes"
 case "%{l_platform -t}" in
  -*-freebsd*) pf=LINUX
  -cf="-pthread"
  -lf=""
  -;;
  -*-linux*)   pf=LINUX
  -cf="-pthread"
  -lf=""
  -;;
  -*-hpux*)pf=LINUX
  -cf="-pthread"
  -lf=""
  -;;
  -*-sunos*)   pf=LINUX
  -cf=""
  -lf="-lpthread -lsocket -lnsl"
  -;;
  -*-aix*) pf=AIX;
  -cf="-pthread"
  -lf=""
  -;;
  -  esac ;
  +  *-freebsd*) pf=LINUX; cf="-pthread"; lf="" ;;
  +  *-linux*)   pf=LINUX; cf="-pthread"; lf="" ;;
  +  *-hpux*)pf=LINUX; cf="-pthread"; lf="" ;;
  +  *-sunos*)   pf=LINUX; cf=""; lf="-lpthread -lsocket -lnsl" ;;
  +  *-aix*) pf=AIX;   cf="-pthread"; lf="" ;;
  +  esac
   %else
 case "%{l_platform -t}" in
  -*-freebsd*) pf=LINUX
  -cf=""
  -lf=""
  -;;
  -*-linux*)   pf=LINUX
  -cf=""
  -lf=""
  -;;
  -*-hpux*)pf=LINUX
  -cf=""
  -lf=""
  -;;
  -*-sunos*)   pf=LINUX
  -cf=""
  -lf="-lsocket -lnsl"
  -;;
  -*-aix*) pf=AIX;
  -cf=""
  -lf=""
  -;;
  -  esac ;
  +  *-freebsd*) pf=LINUX; cf=""; lf="" ;;
  +  *-linux*)   pf=LINUX; cf=""; lf="" ;;
  +  *-hpux*)pf=LINUX; cf=""; lf="" ;;
  +  *-sunos*)   pf=LINUX; cf=""; lf="-lsocket -lnsl" ;;
  +  *-aix*) pf=AIX;   cf=""; lf="" ;;
  +  esac
   %endif
 CC="%{l_cc}" \
 CXX="%{l_cxx}" \
  @@ -147,7 +117,7 @@
 CXXFLAGS="%{l_cxxflags -O}" \
 LDFLAGS="%{l_ldflags} $lf" \
 ./configure \
  ---prefix=%{l_prefix}
  +  --prefix=%{l_prefix}
 %{l_make} %{l_mflags -O} PLATFORM="$pf"
   ) || exit $?
   
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-01-02 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   02-Jan-2005 10:18:15
  Branch: HEAD Handle: 2005010209181500

  Modified files:
openpkg-src/ncurses ncurses.spec

  Log:
upgrading package: ncurses 5.4.20041225 -> 5.4.20050101

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

  patch -p0 <<'@@ .'
  Index: openpkg-src/ncurses/ncurses.spec
  
  $ cvs diff -u -r1.186 -r1.187 ncurses.spec
  --- openpkg-src/ncurses/ncurses.spec  1 Jan 2005 10:52:49 -   1.186
  +++ openpkg-src/ncurses/ncurses.spec  2 Jan 2005 09:18:15 -   1.187
  @@ -69,8 +69,9 @@
   %define   V_patch42 20041211
   %define   V_patch43 20041218
   %define   V_patch44 20041225
  -%define   V_patchL  %{V_patch44}
  -%define   V_patches 44
  +%define   V_patch45 20050101
  +%define   V_patchL  %{V_patch45}
  +%define   V_patches 45
   
   #   package information
   Name: ncurses
  @@ -83,7 +84,7 @@
   Group:Terminal
   License:  GPL
   Version:  %{V_base}.%{V_patchL}
  -Release:  20041226
  +Release:  20050102
   
   #   list of sources
   Source0:  ftp://invisible-island.net/ncurses/ncurses-%{V_base}.tar.gz
  @@ -131,6 +132,7 @@
   Patch42:  
ftp://invisible-island.net/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch42}.patch.gz
   Patch43:  
ftp://invisible-island.net/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch43}.patch.gz
   Patch44:  
ftp://invisible-island.net/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch44}.patch.gz
  +Patch45:  
ftp://invisible-island.net/ncurses/%{V_base}/ncurses-%{V_base}-%{V_patch45}.patch.gz
   Patch100: ncurses.patch
   
   #   build information
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org



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

2005-01-02 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   02-Jan-2005 10:17:59
  Branch: HEAD Handle: 2005010209175900

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

  Log:
modifying package: perl-util-5.8.6 20041230 -> 20050102

  Summary:
RevisionChanges Path
1.161   +3  -3  openpkg-src/perl-util/perl-util.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/perl-util/perl-util.spec
  
  $ cvs diff -u -r1.160 -r1.161 perl-util.spec
  --- openpkg-src/perl-util/perl-util.spec  1 Jan 2005 10:53:44 -   
1.160
  +++ openpkg-src/perl-util/perl-util.spec  2 Jan 2005 09:17:59 -   
1.161
  @@ -54,7 +54,7 @@
   %define   V_data_table   1.43
   %define   V_data_compare 0.13
   %define   V_data_dumper_simple   0.06
  -%define   V_exception_class  1.19
  +%define   V_exception_class  1.20
   %define   V_geography_countries  1.4
   %define   V_object_realize_later 0.15
   %define   V_object_multitype 0.05
  @@ -70,7 +70,7 @@
   %define   V_universal_moniker0.08
   %define   V_fields_aliased   1.04
   %define   V_regexp_bind  0.05
  -%define   V_regexp_common2.118
  +%define   V_regexp_common2.119
   %define   V_regexp_copy  0.06
   %define   V_regexp_extended  0.01
   %define   V_regexp_keep  0.02
  @@ -92,7 +92,7 @@
   Group:Language
   License:  GPL/Artistic
   Version:  %{V_perl}
  -Release:  20041230
  +Release:  20050102
   
   #   list of sources
   Source0:  
http://www.cpan.org/modules/by-module/Test/Test-%{V_test}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-01-02 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   02-Jan-2005 10:17:55
  Branch: HEAD Handle: 2005010209175400

  Modified files:
openpkg-src/ecartis ecartis.spec

  Log:
upgrading package: ecartis 1.0.0.20040426 -> 1.0.0.20050101

  Summary:
RevisionChanges Path
1.11+2  -2  openpkg-src/ecartis/ecartis.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/ecartis/ecartis.spec
  
  $ cvs diff -u -r1.10 -r1.11 ecartis.spec
  --- openpkg-src/ecartis/ecartis.spec  1 Jan 2005 10:48:54 -   1.10
  +++ openpkg-src/ecartis/ecartis.spec  2 Jan 2005 09:17:54 -   1.11
  @@ -25,7 +25,7 @@
   
   #   package version
   %define   V_main1.0.0
  -%define   V_snap20040426
  +%define   V_snap20050101
   %define   V_here%{V_main}.%{V_snap}
   
   #   package information
  @@ -39,7 +39,7 @@
   Group:Mail
   License:  GPL
   Version:  %{V_here}
  -Release:  20040427
  +Release:  20050102
   
   #   list of sources
   Source0:  
ftp://ftp.ecartis.org/pub/ecartis/snapshots/tar/ecartis-%{V_main}-snap%{V_snap}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-01-02 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   02-Jan-2005 10:17:47
  Branch: HEAD Handle: 2005010209174700

  Modified files:
openpkg-src/crm114  crm114.spec

  Log:
upgrading package: crm114 20041209 -> 20041231

  Summary:
RevisionChanges Path
1.31+4  -4  openpkg-src/crm114/crm114.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/crm114/crm114.spec
  
  $ cvs diff -u -r1.30 -r1.31 crm114.spec
  --- openpkg-src/crm114/crm114.spec1 Jan 2005 10:48:24 -   1.30
  +++ openpkg-src/crm114/crm114.spec2 Jan 2005 09:17:47 -   1.31
  @@ -24,9 +24,9 @@
   ##
   
   #   package version
  -%define   V_dist 20041209
  -%define   V_opkg 20041209
  -%define   V_name BlameFidelisEvenMore
  +%define   V_dist 20041231
  +%define   V_opkg 20041231
  +%define   V_name BlameSanAndreas
   
   #   package information
   Name: crm114
  @@ -39,7 +39,7 @@
   Group:Text
   License:  GPL
   Version:  %{V_opkg}
  -Release:  20041209
  +Release:  20050102
   
   #   list of sources
   Source0:  
http://crm114.sourceforge.net/crm114-%{V_dist}.%{V_name}.src.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-01-02 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   02-Jan-2005 10:17:44
  Branch: HEAD Handle: 2005010209174400

  Modified files:
openpkg-src/kcd kcd.spec

  Log:
upgrading package: kcd 7.9.0 -> 7.11.0

  Summary:
RevisionChanges Path
1.14+2  -2  openpkg-src/kcd/kcd.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/kcd/kcd.spec
  
  $ cvs diff -u -r1.13 -r1.14 kcd.spec
  --- openpkg-src/kcd/kcd.spec  1 Jan 2005 10:50:56 -   1.13
  +++ openpkg-src/kcd/kcd.spec  2 Jan 2005 09:17:44 -   1.14
  @@ -33,8 +33,8 @@
   Class:EVAL
   Group:Terminal
   License:  GPL
  -Version:  7.9.0
  -Release:  20041206
  +Version:  7.11.0
  +Release:  20050102
   
   #   list of sources
   Source0:  http://osdn.dl.sourceforge.net/kcd/kcd-%{version}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-01-02 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   02-Jan-2005 10:17:41
  Branch: HEAD Handle: 2005010209174100

  Modified files:
openpkg-src/sudosudo.spec

  Log:
upgrading package: sudo 1.6.8p5 -> 1.6.8p6

  Summary:
RevisionChanges Path
1.73+2  -2  openpkg-src/sudo/sudo.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/sudo/sudo.spec
  
  $ cvs diff -u -r1.72 -r1.73 sudo.spec
  --- openpkg-src/sudo/sudo.spec1 Jan 2005 10:55:05 -   1.72
  +++ openpkg-src/sudo/sudo.spec2 Jan 2005 09:17:41 -   1.73
  @@ -33,8 +33,8 @@
   Class:BASE
   Group:System
   License:  BSD
  -Version:  1.6.8p5
  -Release:  20041222
  +Version:  1.6.8p6
  +Release:  20050102
   
   #   package options
   %option   with_fslyes
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-01-02 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   02-Jan-2005 10:17:34
  Branch: HEAD Handle: 2005010209173400

  Modified files:
openpkg-src/libgsasllibgsasl.spec

  Log:
upgrading package: libgsasl 0.2.3 -> 0.2.4

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

  patch -p0 <<'@@ .'
  Index: openpkg-src/libgsasl/libgsasl.spec
  
  $ cvs diff -u -r1.5 -r1.6 libgsasl.spec
  --- openpkg-src/libgsasl/libgsasl.spec1 Jan 2005 10:51:28 -   
1.5
  +++ openpkg-src/libgsasl/libgsasl.spec2 Jan 2005 09:17:34 -   
1.6
  @@ -33,8 +33,8 @@
   Class:EVAL
   Group:Cryptography
   License:  LGPL
  -Version:  0.2.3
  -Release:  20041216
  +Version:  0.2.4
  +Release:  20050102
   
   #   list of sources
   Source0:  http://josefsson.org/gsasl/releases/libgsasl-%{version}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-01-02 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   02-Jan-2005 10:17:23
  Branch: HEAD Handle: 2005010209172300

  Modified files:
openpkg-src/smbcsmbc.spec

  Log:
upgrading package: smbc 1.0.0 -> 1.0.1

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

  patch -p0 <<'@@ .'
  Index: openpkg-src/smbc/smbc.spec
  
  $ cvs diff -u -r1.8 -r1.9 smbc.spec
  --- openpkg-src/smbc/smbc.spec1 Jan 2005 10:54:47 -   1.8
  +++ openpkg-src/smbc/smbc.spec2 Jan 2005 09:17:23 -   1.9
  @@ -33,8 +33,8 @@
   Class:EVAL
   Group:Filesystem
   License:  GPL
  -Version:  1.0.0
  -Release:  20040930
  +Version:  1.0.1
  +Release:  20050102
   
   #   list of sources
   Source0:  http://smbc.airm.net/%{version}/smbc-%{version}.tgz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org