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

2005-02-11 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:   11-Feb-2005 09:09:38
  Branch: HEAD Handle: 2005021108093800

  Modified files:
openpkg-src/findutils   rc.findutils

  Log:
use the usually larger /var/tmp instead of the usually smaller /tmp

  Summary:
RevisionChanges Path
1.13+1  -1  openpkg-src/findutils/rc.findutils
  

  patch -p0 '@@ .'
  Index: openpkg-src/findutils/rc.findutils
  
  $ cvs diff -u -r1.12 -r1.13 rc.findutils
  --- openpkg-src/findutils/rc.findutils11 Feb 2005 08:08:12 -  
1.12
  +++ openpkg-src/findutils/rc.findutils11 Feb 2005 08:09:38 -  
1.13
  @@ -5,7 +5,7 @@
   
   %config
   findutils_enable=$openpkg_rc_def
  -findutils_tmpdir=/tmp
  +findutils_tmpdir=/var/tmp
   findutils_localpaths=/
   findutils_netpaths=
   findutils_prunepaths=/tmp /usr/tmp /var/tmp /afs
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-02-11 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:   11-Feb-2005 09:26:58
  Branch: HEAD Handle: 2005021108265800

  Modified files:
openpkg-src/apache2 apache2.spec

  Log:
fix building under Solaris

  Summary:
RevisionChanges Path
1.55+4  -1  openpkg-src/apache2/apache2.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/apache2/apache2.spec
  
  $ cvs diff -u -r1.54 -r1.55 apache2.spec
  --- openpkg-src/apache2/apache2.spec  8 Feb 2005 18:47:38 -   1.54
  +++ openpkg-src/apache2/apache2.spec  11 Feb 2005 08:26:58 -  1.55
  @@ -34,7 +34,7 @@
   Group:Web
   License:  ASF
   Version:  2.0.53
  -Release:  20050208
  +Release:  20050211
   
   #   package options (suexec related)
   %option   with_suexec   yes
  @@ -112,6 +112,9 @@
   export CPPFLAGS=%{l_cppflags}
   export LDFLAGS=%{l_ldflags}
   export LIBS=
  +case %{l_platform -t} in
  +*-sunos* ) LIBS=$LIBS -lrt ;;
  +esac
   %if %{with_mod_ldap} == yes
   LIBS=$LIBS -lssl -lcrypto
   %endif
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-tools/cmd/ bf-ui.pl

2005-02-11 Thread Thomas Lotterer
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Thomas Lotterer
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-toolsDate:   11-Feb-2005 10:11:40
  Branch: HEAD Handle: 2005021109114000

  Modified files:
openpkg-tools/cmd   bf-ui.pl

  Log:
change default status query to empty (match all)

  Summary:
RevisionChanges Path
1.11+2  -2  openpkg-tools/cmd/bf-ui.pl
  

  patch -p0 '@@ .'
  Index: openpkg-tools/cmd/bf-ui.pl
  
  $ cvs diff -u -r1.10 -r1.11 bf-ui.pl
  --- openpkg-tools/cmd/bf-ui.pl4 Feb 2005 09:41:15 -   1.10
  +++ openpkg-tools/cmd/bf-ui.pl11 Feb 2005 09:11:40 -  1.11
  @@ -875,12 +875,12 @@
   $html .= $cgi-popup_menu(
   -name = vs_color,
   -value= [EMAIL PROTECTED],
  --default  = red,
  +-default  = ,
   ) . \n;
   $html .= $cgi-popup_menu(
   -name = vs_class,
   -value= [EMAIL PROTECTED],
  --default  = CORE,
  +-default  = ,
   ) . \n;
   $html .= $cgi-hidden(-name='page', -value = status);
   $html .= $cgi-end_form;
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-tools/cmd/ bf-mk.pl

2005-02-11 Thread Thomas Lotterer
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Thomas Lotterer
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-toolsDate:   11-Feb-2005 11:28:16
  Branch: HEAD Handle: 2005021110281600

  Modified files:
openpkg-tools/cmd   bf-mk.pl

  Log:
add bf alias for easy use of correct ssh(1); print information about
bf alias and location of config file; allow concurrent screen sessions

  Summary:
RevisionChanges Path
1.16+8  -2  openpkg-tools/cmd/bf-mk.pl
  

  patch -p0 '@@ .'
  Index: openpkg-tools/cmd/bf-mk.pl
  
  $ cvs diff -u -r1.15 -r1.16 bf-mk.pl
  --- openpkg-tools/cmd/bf-mk.pl7 Feb 2005 15:42:54 -   1.15
  +++ openpkg-tools/cmd/bf-mk.pl11 Feb 2005 10:28:16 -  1.16
  @@ -231,6 +231,7 @@
   my $osspcfg = new OSSP::cfg::simple;
   
   die no config file specified unless (defined $cfgfile);
  +$cfg-{global}-{cfgfile} = $cfgfile;
   my $io = new IO::File $cfgfile;
   die cannot open \$cfgfile\ for reading ($!) if(not defined $io);
   my $txt = ''; $txt .= $_ while ($io);
  @@ -394,9 +395,14 @@
   my ($cfg) = @_;
   my $txt = 'EOT';
   . .bashrc
  +alias bf=%{master.ssh}
   echo Welcome to the OpenPKG build farm %{shared.prefix}
   echo 
  -echo recreate scripts and config based on %{master.host} configuration
  +echo connect to build-farm on slave via ssh(1)
  +echo $ bf host
  +echo 
  +echo recreate scripts and config based on configuration
  +echo located on host %{master.host}, file \%{global.cfgfile}\
   echo $ master
   echo 
   echo run WORKER (attach to or create screens)
  @@ -651,7 +657,7 @@
   cmd_attach ()
   {
   %{driver.shtool} echo -e %B++ [EMAIL PROTECTED]:%{shared.prefix}: 
attach to screen%b
  -cd %{shared.prefix}  exec %{master.screen} -r openpkg-buildfarm -p =
  +cd %{shared.prefix}  exec %{master.screen} -r openpkg-buildfarm -p = -x
   }
   
   cmd_create ()
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-tools/cmd/ bf-db.pl

2005-02-11 Thread Thomas Lotterer
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Thomas Lotterer
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-toolsDate:   11-Feb-2005 16:23:26
  Branch: HEAD Handle: 2005021115232600

  Modified files:
openpkg-tools/cmd   bf-db.pl

  Log:
fix early string termination bug

  Summary:
RevisionChanges Path
1.8 +1  -1  openpkg-tools/cmd/bf-db.pl
  

  patch -p0 '@@ .'
  Index: openpkg-tools/cmd/bf-db.pl
  
  $ cvs diff -u -r1.7 -r1.8 bf-db.pl
  --- openpkg-tools/cmd/bf-db.pl1 Feb 2005 13:58:44 -   1.7
  +++ openpkg-tools/cmd/bf-db.pl11 Feb 2005 15:23:26 -  1.8
  @@ -69,7 +69,7 @@
  -i|inst=s  instance (host-arch-os-tag)\n .
  -p|package=s   package (name-version-release)\n .
  -H|helpprint out this usage page\n .
  -   -V|verbose enable verbose run-time mode\n;
  +   -V|verbose enable verbose run-time mode\n .
  -C|config=sspecifiy config file ($opt_config)\n .
 Available commands:\n .
  begin  log beginning of build for instance and 
package\n .
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-tools/cmd/ bf-db.pl

2005-02-11 Thread Thomas Lotterer
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Thomas Lotterer
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-toolsDate:   11-Feb-2005 16:27:28
  Branch: HEAD Handle: 2005021115272800

  Modified files:
openpkg-tools/cmd   bf-db.pl

  Log:
reduce uniqueness in favor of maintenance reduction (overwrite
information obsoleted by OS upgrade)

  Summary:
RevisionChanges Path
1.9 +2  -2  openpkg-tools/cmd/bf-db.pl
  

  patch -p0 '@@ .'
  Index: openpkg-tools/cmd/bf-db.pl
  
  $ cvs diff -u -r1.8 -r1.9 bf-db.pl
  --- openpkg-tools/cmd/bf-db.pl11 Feb 2005 15:23:26 -  1.8
  +++ openpkg-tools/cmd/bf-db.pl11 Feb 2005 15:27:28 -  1.9
  @@ -347,7 +347,7 @@
   $sql .= st_build_begin INTEGER DEFAULT 0,\n; # time_t 
build began, 0 if unknown   | 1105654183
   $sql .= st_build_end   INTEGER DEFAULT 0,\n; # time_t 
build ended, 0 if unknown   | 1105654224
   $sql .= st_build_color TEXT DEFAULT \\,\n; # red/green 
depending on binary RPM  | green
  -$sql .= PRIMARY KEY ( st_inst_host, st_inst_arch, st_inst_os, 
st_inst_tag, st_package_name ) ON CONFLICT REPLACE\n;
  +$sql .= PRIMARY KEY ( st_inst_host, st_inst_tag, st_package_name ) 
ON CONFLICT REPLACE\n;
   $sql .= );\n;
   $dbh-do($sql);
   $sql = '';
  @@ -373,7 +373,7 @@
   $sql .= pr_package_version TEXT,\n;  # 2nd part of 
$pkg in Makefile.rules | 4.13b
   $sql .= pr_package_release TEXT,\n;  # 3rd part of 
$pkg in Makefile.rules | 20040816
   $sql .= pr_heartbeat   INTEGER DEFAULT 0,\n; # time_t last 
update, 0 if unknown   | 1105654183
  -$sql .= PRIMARY KEY ( pr_inst_host, pr_inst_arch, pr_inst_os, 
pr_inst_tag ) ON CONFLICT REPLACE\n;
  +$sql .= PRIMARY KEY ( pr_inst_host, pr_inst_tag ) ON CONFLICT 
REPLACE\n;
   $sql .= );\n;
   $dbh-do($sql);
   };
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-tools/cmd/ bf-mk.pl

2005-02-11 Thread Thomas Lotterer
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Thomas Lotterer
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-toolsDate:   11-Feb-2005 16:32:54
  Branch: HEAD Handle: 2005021115325400

  Modified files:
openpkg-tools/cmd   bf-mk.pl

  Log:
add argument shifting and align command evaluation

  Summary:
RevisionChanges Path
1.17+13 -16 openpkg-tools/cmd/bf-mk.pl
  

  patch -p0 '@@ .'
  Index: openpkg-tools/cmd/bf-mk.pl
  
  $ cvs diff -u -r1.16 -r1.17 bf-mk.pl
  --- openpkg-tools/cmd/bf-mk.pl11 Feb 2005 10:28:16 -  1.16
  +++ openpkg-tools/cmd/bf-mk.pl11 Feb 2005 15:32:54 -  1.17
  @@ -471,7 +471,7 @@
   %{driver.shtool} mkdir -f -m 775 $target || die cannot create directory 
\$target\
   }
   
  -oneshot ()
  +cmd_oneshot ()
   {
   createslavestructure
   
  @@ -536,7 +536,7 @@
   )
   }
   
  -amend ()
  +cmd_amend ()
   {
   createslavestructure
   
  @@ -580,7 +580,7 @@
   exit 0
   }
   
  -loop ()
  +cmd_loop ()
   {
   round=1
   while [ 1 ]; do
  @@ -617,18 +617,15 @@
   if [ .$TERM = .screen ]; then %{driver.shtool} echo -n 
k$HOST-$ARCH-$OS\\; fi
   
   cmd=
  -if [ .$1 = .-1 -o .$1 = .--oneshot ]; then cmd=oneshot; fi
  -if [ .$1 = .-l -o .$1 = .--loop ];then cmd=loop; fi
  -if [ .$1 = .-A -o .$1 = .--amend ];   then cmd=amend; fi
  -if [ .$1 = .-H -o .$1 = .--help ];then cmd=help; fi
  -if [ .$cmd = . ]; then usage ERROR; fi
  +if [ .$1 = .-1 -o .$1 = .--oneshot ]; then shift; cmd=oneshot; fi
  +if [ .$1 = .-l -o .$1 = .--loop ];then shift; cmd=loop; fi
  +if [ .$1 = .-A -o .$1 = .--amend ];   then shift; cmd=amend; fi
  +if [ .$1 = .-H -o .$1 = .--help ];then shift; cmd=help; fi
   if [ .$cmd = .help ]; then usage; fi
   
  -if [ .$cmd = .oneshot ]; then oneshot; fi
  -if [ .$cmd = .loop ]; then loop; fi
  -if [ .$cmd = .amend ]; then amend; fi
  +if [ .$cmd = . ]; then usage ERROR; fi
  +cmd_$cmd $@
   exit 1
  -
   EOT
   return subst($cfg, $txt);
   }
  @@ -715,9 +712,9 @@
   if [ .$TERM = .screen ]; then %{driver.shtool} echo -n k$HOST 
[WORKER]\\; fi
   
   cmd=
  -if [ .$1 = .-a -o .$1 = .--attach ]; then cmd=attach; fi
  -if [ .$1 = .-c -o .$1 = .--create ]; then cmd=create; fi
  -if [ .$1 = .-H -o .$1 = .--help ];   then cmd=help; fi
  +if [ .$1 = .-a -o .$1 = .--attach ]; then shift; cmd=attach; fi
  +if [ .$1 = .-c -o .$1 = .--create ]; then shift; cmd=create; fi
  +if [ .$1 = .-H -o .$1 = .--help ];   then shift; cmd=help; fi
   if [ .$cmd = .help ]; then usage; fi
   
   # fallback to command autodetection
  @@ -730,7 +727,7 @@
   fi
   
   if [ .$cmd = . ]; then usage ERROR; fi
  -cmd_$cmd
  +cmd_$cmd $@
   exit 1
   EOT
   return subst($cfg, $txt);
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-tools/cmd/ bf-mk.pl

2005-02-11 Thread Thomas Lotterer
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Thomas Lotterer
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-toolsDate:   11-Feb-2005 16:33:45
  Branch: HEAD Handle: 2005021115334500

  Modified files:
openpkg-tools/cmd   bf-mk.pl

  Log:
make sure correct ssh(1) is called

  Summary:
RevisionChanges Path
1.18+2  -1  openpkg-tools/cmd/bf-mk.pl
  

  patch -p0 '@@ .'
  Index: openpkg-tools/cmd/bf-mk.pl
  
  $ cvs diff -u -r1.17 -r1.18 bf-mk.pl
  --- openpkg-tools/cmd/bf-mk.pl11 Feb 2005 15:32:54 -  1.17
  +++ openpkg-tools/cmd/bf-mk.pl11 Feb 2005 15:33:45 -  1.18
  @@ -820,7 +820,7 @@
   prefix  /bf/slaves;
   openpkg %{prefix}/bin/openpkg;
   rpm %{openpkg} rpm;
  -bfdbssh [EMAIL PROTECTED] %{master.bfdb};
  +bfdb%{driver.ssh} [EMAIL PROTECTED] %{master.bfdb};
   
   #   large and fast temporary disk space for building
   #   openpkg-team using /ltmp/openpkg-bf
  @@ -843,6 +843,7 @@
   rm  rm;
   sed sed;
   sh  /bin/sh;
  +ssh ssh;
   shtool  shtool;
   sudosudo;
   sudoers /etc/sudoers;
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-tools/cmd/ bf-db.pl bf-mk.pl

2005-02-11 Thread Thomas Lotterer
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Thomas Lotterer
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-toolsDate:   11-Feb-2005 16:35:13
  Branch: HEAD Handle: 2005021115351300

  Modified files:
openpkg-tools/cmd   bf-db.pl bf-mk.pl

  Log:
add support table to track importance grace of instances

  Summary:
RevisionChanges Path
1.10+57 -5  openpkg-tools/cmd/bf-db.pl
1.19+17 -0  openpkg-tools/cmd/bf-mk.pl
  

  patch -p0 '@@ .'
  Index: openpkg-tools/cmd/bf-db.pl
  
  $ cvs diff -u -r1.9 -r1.10 bf-db.pl
  --- openpkg-tools/cmd/bf-db.pl11 Feb 2005 15:27:28 -  1.9
  +++ openpkg-tools/cmd/bf-db.pl11 Feb 2005 15:35:13 -  1.10
  @@ -52,6 +52,7 @@
   my $opt_help   = 0;
   my $opt_verbose= 0;
   my $opt_color  = undef;
  +my $opt_support= undef;
   my $opt_inst   = undef;
   my $opt_package= undef;
   
  @@ -66,6 +67,7 @@
   print $progname:$level: Usage: $progname [common options][[specific 
options] command]\n .
 Available options:\n .
  -c|color=s color (red|green)\n .
  +   -s|support=s   support 
(deprecated|obsoleted|supported|tentative|forecasted)\n .
  -i|inst=s  instance (host-arch-os-tag)\n .
  -p|package=s   package (name-version-release)\n .
  -H|helpprint out this usage page\n .
  @@ -74,7 +76,8 @@
 Available commands:\n .
  begin  log beginning of build for instance and 
package\n .
  endlog end and color of build for instance and 
package\n .
  -   amend  log end and color only if entry currently 
missing\n;
  +   amend  log end and color only if entry currently 
missing\n .
  +   supportset support grade for instance\n;
   exit(1) if (defined $level);
   exit(0);
   }
  @@ -86,6 +89,7 @@
   Getopt::Long::Configure(bundling);
   my $result = GetOptions(
   'c|color=s'  = \$opt_color,
  +'s|support=s'= \$opt_support,
   'i|inst=s'   = \$opt_inst,
   'p|package=s'= \$opt_package,
   'C|config=s' = \$opt_config,
  @@ -101,10 +105,11 @@
   my $lockretries = $cfg-{master}-{lockretries} || 250;
   
   my $dbh = dbinit($dbfile);
  -if( $ARGV[0] =~ m|^init$|  ) { }
  -elsif ( $ARGV[0] =~ m|^begin$| ) { status_begin($opt_inst, $opt_package); }
  -elsif ( $ARGV[0] =~ m|^end$|   ) { status_end  ($opt_inst, $opt_package, 
$opt_color, 0); }
  -elsif ( $ARGV[0] =~ m|^amend$| ) { status_end  ($opt_inst, $opt_package, 
$opt_color, 1); }
  +if( $ARGV[0] =~ m|^init$|) { }
  +elsif ( $ARGV[0] =~ m|^begin$|   ) { status_begin ($opt_inst, 
$opt_package); }
  +elsif ( $ARGV[0] =~ m|^end$| ) { status_end   ($opt_inst, $opt_package, 
$opt_color, 0); }
  +elsif ( $ARGV[0] =~ m|^amend$|   ) { status_end   ($opt_inst, $opt_package, 
$opt_color, 1); }
  +elsif ( $ARGV[0] =~ m|^support$| ) { support  ($opt_inst, 
$opt_support); }
   else { usage(); }
   $dbh-disconnect();
   undef $dbh;
  @@ -320,6 +325,36 @@
   
   }
   
  +sub support ($$)
  +{
  +my ($inst, $support) = @_;
  +my ($host, $arch, $os, $tag) = splitinst($inst);
  +my ($sth, $rv, $retries);
  +printf STDERR DEBUG:$0: support(%s, %s) host=%s, arch=%s, os=%s, 
tag=%s;\n, $inst, $support, $host, $arch, $os, $tag if ($opt_verbose);
  +
  +if (not $support =~ 
m/^(deprecated|obsoleted|supported|tentative|forecasted)$/) {
  +die support must be one of \deprecated\, \obsoleted\, 
\supported\, \tentative\, \forecasted\;
  +}
  +
  +$sth = $dbh-prepare(
  +INSERT INTO support (  .
  +su_inst_host, su_inst_arch, su_inst_os, su_inst_tag,  .
  +su_support )  .
  +VALUES ( ?, ?, ?, ?, ? );
  +);
  +$retries = $lockretries; do {
  +$rv = $sth-execute(
  +$host, $arch, $os, $tag,
  +$support
  +);
  +} while (not $rv and $dbh-errstr =~ m|lock|i and sleep(1) and 
$retries-- = 1);
  +printf STDERR DEBUG:$0: countdown from %d to %d\n, $lockretries, 
$retries if($opt_verbose);
  +if (not $rv) {
  +print STDERR ERROR:$0: SQLite error: .$dbh-errstr.\n;
  +exit(2);
  +}
  +}
  +
   #   open/create database and create all missing tables on the fly
   sub dbinit ($)
   {
  @@ -378,6 +413,23 @@
   $dbh-do($sql);
   };
   
  +unless ($tables-{support}) {
  +printf STDERR DEBUG:$0: creating \support\ table in database file 

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

2005-02-11 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:   11-Feb-2005 20:21:43
  Branch: HEAD Handle: 2005021119214200

  Modified files:
openpkg-src/findutils   findutils.patch

  Log:
Make sure the TMPDIR is not overwritten in updatedb. Submitted by Bill
Campbell.

  Summary:
RevisionChanges Path
1.4 +23 -6  openpkg-src/findutils/findutils.patch
  

  patch -p0 '@@ .'
  Index: openpkg-src/findutils/findutils.patch
  
  $ cvs diff -u -r1.3 -r1.4 findutils.patch
  --- openpkg-src/findutils/findutils.patch 11 Feb 2005 08:08:12 -  
1.3
  +++ openpkg-src/findutils/findutils.patch 11 Feb 2005 19:21:42 -  
1.4
  @@ -1,7 +1,24 @@
   Index: locate/updatedb.sh
   locate/updatedb.sh.orig  2005-02-11 08:51:54 +0100
  -+++ locate/updatedb.sh   2005-02-11 08:52:57 +0100
  -@@ -166,7 +166,7 @@
  +--- locate/updatedb.sh.orig  2005-01-29 18:34:23 +0100
   locate/updatedb.sh   2005-02-11 20:20:27 +0100
  +@@ -108,6 +108,7 @@
  + : [EMAIL PROTECTED]@}
  + 
  + # Directory to hold intermediate files.
  ++if [ .$TMPDIR = . ]; then
  + if test -d /var/tmp; then
  +   : ${TMPDIR=/var/tmp}
  + elif test -d /usr/tmp; then
  +@@ -115,7 +116,7 @@
  + else
  +   : ${TMPDIR=/tmp}
  + fi
  +-export TMPDIR
  ++fi
  + 
  + # The user to search network directories as.
  + : ${NETUSER=daemon}
  +@@ -166,7 +167,7 @@
if test -n $SEARCHPATHS; then
  if [ $LOCALUSER !=  ]; then
# : A1
  @@ -10,7 +27,7 @@
$find $SEARCHPATHS $FINDOPTIONS \
 \\( $prunefs_exp \
 -type d -regex '$PRUNEREGEX' \\) -prune -o $print_option
  -@@ -182,7 +182,7 @@
  +@@ -182,7 +183,7 @@
myuid=`getuid` 
if [ $myuid = 0 ]; then
# : A3
  @@ -19,7 +36,7 @@
 $find $NETPATHS $FINDOPTIONS \\( -type d -regex '$PRUNEREGEX' -prune 
\\) -o $print_option ||
exit $?
  else
  -@@ -236,7 +236,7 @@
  +@@ -236,7 +237,7 @@
if test -n $SEARCHPATHS; then
  if [ $LOCALUSER !=  ]; then
# : A5
  @@ -28,7 +45,7 @@
$find $SEARCHPATHS $FINDOPTIONS \
 \( $prunefs_exp \
 -type d -regex '$PRUNEREGEX' \) -prune -o $print_option || exit $?
  -@@ -252,7 +252,7 @@
  +@@ -252,7 +253,7 @@
  myuid=`getuid`
  if [ $myuid = 0 ]; then
# : A7
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-02-11 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:   11-Feb-2005 20:30:05
  Branch: HEAD Handle: 2005021119300400

  Modified files:
openpkg-src/smbcsmbc.spec

  Log:
upgrading package: smbc 1.0.4 - 1.1.0

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

  patch -p0 '@@ .'
  Index: openpkg-src/smbc/smbc.spec
  
  $ cvs diff -u -r1.12 -r1.13 smbc.spec
  --- openpkg-src/smbc/smbc.spec9 Feb 2005 19:00:58 -   1.12
  +++ openpkg-src/smbc/smbc.spec11 Feb 2005 19:30:04 -  1.13
  @@ -33,8 +33,8 @@
   Class:EVAL
   Group:Filesystem
   License:  GPL
  -Version:  1.0.4
  -Release:  20050209
  +Version:  1.1.0
  +Release:  20050211
   
   #   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


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

2005-02-11 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:   11-Feb-2005 20:43:48
  Branch: HEAD Handle: 2005021119434800

  Modified files:
openpkg-src/winewine.spec

  Log:
upgrading package: wine 20050111 - 20050211

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

  patch -p0 '@@ .'
  Index: openpkg-src/wine/wine.spec
  
  $ cvs diff -u -r1.34 -r1.35 wine.spec
  --- openpkg-src/wine/wine.spec12 Jan 2005 20:43:24 -  1.34
  +++ openpkg-src/wine/wine.spec11 Feb 2005 19:43:48 -  1.35
  @@ -33,8 +33,8 @@
   Class:EVAL
   Group:XWindow
   License:  LGPL
  -Version:  20050111
  -Release:  20050112
  +Version:  20050211
  +Release:  20050211
   
   #   list of sources
   Source0:  
http://www.ibiblio.org/pub/Linux/ALPHA/wine/development/Wine-%{version}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-tools/cmd/ bf-mk.pl

2005-02-11 Thread Thomas Lotterer
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Thomas Lotterer
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-toolsDate:   11-Feb-2005 21:23:24
  Branch: HEAD Handle: 2005021120232300

  Modified files:
openpkg-tools/cmd   bf-mk.pl

  Log:
move bf alias to bashrc making it available inside screens; fix slave
loop problem where new prefix was missing

  Summary:
RevisionChanges Path
1.20+2  -2  openpkg-tools/cmd/bf-mk.pl
  

  patch -p0 '@@ .'
  Index: openpkg-tools/cmd/bf-mk.pl
  
  $ cvs diff -u -r1.19 -r1.20 bf-mk.pl
  --- openpkg-tools/cmd/bf-mk.pl11 Feb 2005 15:35:13 -  1.19
  +++ openpkg-tools/cmd/bf-mk.pl11 Feb 2005 20:23:23 -  1.20
  @@ -385,6 +385,7 @@
   fi
   export PATH=%{shared.prefix}/bin:$PATH
   export PS1=[EMAIL PROTECTED] | %{driver.sed} -e 's;\..*$;;'`\$ 
  +alias bf=%{master.ssh}
   unset TMOUT
   EOT
   return subst($cfg, $txt);
  @@ -395,7 +396,6 @@
   my ($cfg) = @_;
   my $txt = 'EOT';
   . .bashrc
  -alias bf=%{master.ssh}
   echo Welcome to the OpenPKG build farm %{shared.prefix}
   echo 
   echo connect to build-farm on slave via ssh(1)
  @@ -601,7 +601,7 @@
   round=1
   while [ 1 ]; do
   %{driver.shtool} echo -e %B++ [EMAIL PROTECTED]:%{shared.prefix}: 
loop%b round $round
  -oneshot
  +cmd_oneshot
   
   slavebreak=%{shared.prefix}/ctl/$HOST-$ARCH-$OS/slave.break
   if [ -f $slavebreak ]; then
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-02-11 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:   12-Feb-2005 08:54:25
  Branch: HEAD Handle: 2005021207542500

  Modified files:
openpkg-src/txt2htmltxt2html.spec

  Log:
upgrading package: txt2html 2.37 - 2.40

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

  patch -p0 '@@ .'
  Index: openpkg-src/txt2html/txt2html.spec
  
  $ cvs diff -u -r1.28 -r1.29 txt2html.spec
  --- openpkg-src/txt2html/txt2html.spec10 Feb 2005 07:49:23 -  
1.28
  +++ openpkg-src/txt2html/txt2html.spec12 Feb 2005 07:54:25 -  
1.29
  @@ -33,8 +33,8 @@
   Class:PLUS
   Group:Converter
   License:  GPL/Artistic
  -Version:  2.37
  -Release:  20050210
  +Version:  2.40
  +Release:  20050212
   
   #   list of sources
   Source0:  
http://osdn.dl.sourceforge.net/sourceforge/txt2html/txt2html-%{version}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-02-11 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:   12-Feb-2005 08:54:29
  Branch: HEAD Handle: 2005021207542900

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

  Log:
modifying package: perl-ds-5.8.6 20050210 - 20050212

  Summary:
RevisionChanges Path
1.75+2  -2  openpkg-src/perl-ds/perl-ds.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/perl-ds/perl-ds.spec
  
  $ cvs diff -u -r1.74 -r1.75 perl-ds.spec
  --- openpkg-src/perl-ds/perl-ds.spec  10 Feb 2005 08:55:15 -  1.74
  +++ openpkg-src/perl-ds/perl-ds.spec  12 Feb 2005 07:54:29 -  1.75
  @@ -39,7 +39,7 @@
   %define   V_array_each0.02
   %define   V_scalar_list_utils 1.14
   %define   V_heap  0.71
  -%define   V_graph 0.55
  +%define   V_graph 0.56
   %define   V_graph_simple  0.12
   
   #   package information
  @@ -53,7 +53,7 @@
   Group:Language
   License:  GPL/Artistic
   Version:  %{V_perl}
  -Release:  20050210
  +Release:  20050212
   
   #   list of sources
   Source0:  
http://www.cpan.org/modules/by-module/Bit/Bit-Vector-%{V_bit_vector}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-02-11 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:   12-Feb-2005 08:57:41
  Branch: HEAD Handle: 2005021207574100

  Modified files:
openpkg-src/squid   squid.spec

  Log:
upgrading package: squid 2.5.7 - 2.5.8

  Summary:
RevisionChanges Path
1.76+2  -27 openpkg-src/squid/squid.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/squid/squid.spec
  
  $ cvs diff -u -r1.75 -r1.76 squid.spec
  --- openpkg-src/squid/squid.spec  6 Feb 2005 13:33:54 -   1.75
  +++ openpkg-src/squid/squid.spec  12 Feb 2005 07:57:41 -  1.76
  @@ -26,7 +26,7 @@
   #   package version
   %define   V_maj  2
   %define   V_min  5
  -%define   V_rev  7
  +%define   V_rev  8
   
   #   package information
   Name: squid
  @@ -39,7 +39,7 @@
   Group:Web
   License:  GPL
   Version:  %{V_maj}.%{V_min}.%{V_rev}
  -Release:  20050206
  +Release:  20050212
   
   #   package options
   %option   with_fsl   yes
  @@ -51,30 +51,6 @@
   Source0:  
http://www.squid-cache.org/Versions/v%{V_maj}/%{V_maj}.%{V_min}/squid-%{V_maj}.%{V_min}.STABLE%{V_rev}.tar.gz
   Source1:  rc.squid
   Source2:  fsl.squid
  -Patch0:   
http://www.squid-cache.org/Versions/v%{V_maj}/%{V_maj}.%{V_min}/bugs/squid-%{V_maj}.%{V_min}.STABLE%{V_rev}-half_closed_POST.patch
  -Patch1:   
http://www.squid-cache.org/Versions/v%{V_maj}/%{V_maj}.%{V_min}/bugs/squid-%{V_maj}.%{V_min}.STABLE%{V_rev}-LDAP_version_documentation.patch
  -Patch2:   
http://www.squid-cache.org/Versions/v%{V_maj}/%{V_maj}.%{V_min}/bugs/squid-%{V_maj}.%{V_min}.STABLE%{V_rev}_req_resp_header.patch
  -Patch3:   
http://www.squid-cache.org/Versions/v%{V_maj}/%{V_maj}.%{V_min}/bugs/squid-%{V_maj}.%{V_min}.STABLE%{V_rev}-helper_shutdown.patch
  -Patch4:   
http://www.squid-cache.org/Versions/v%{V_maj}/%{V_maj}.%{V_min}/bugs/squid-%{V_maj}.%{V_min}.STABLE%{V_rev}-non_blocking_disk.patch
  -Patch5:   
http://www.squid-cache.org/Versions/v%{V_maj}/%{V_maj}.%{V_min}/bugs/squid-%{V_maj}.%{V_min}.STABLE%{V_rev}-blank_response.patch
  -Patch6:   
http://www.squid-cache.org/Versions/v%{V_maj}/%{V_maj}.%{V_min}/bugs/squid-%{V_maj}.%{V_min}.STABLE%{V_rev}-dothost.patch
  -Patch7:   
http://www.squid-cache.org/Versions/v%{V_maj}/%{V_maj}.%{V_min}/bugs/squid-%{V_maj}.%{V_min}.STABLE%{V_rev}-PURGE_internal.patch
  -Patch8:   
http://www.squid-cache.org/Versions/v%{V_maj}/%{V_maj}.%{V_min}/bugs/squid-%{V_maj}.%{V_min}.STABLE%{V_rev}-httpd_accel_vport.patch
  -Patch9:   
http://www.squid-cache.org/Versions/v%{V_maj}/%{V_maj}.%{V_min}/bugs/squid-%{V_maj}.%{V_min}.STABLE%{V_rev}-cachemgr_vmobjects.patch
  -Patch10:  
http://www.squid-cache.org/Versions/v%{V_maj}/%{V_maj}.%{V_min}/bugs/squid-%{V_maj}.%{V_min}.STABLE%{V_rev}-empty_acls.patch
  -Patch11:  
http://www.squid-cache.org/Versions/v%{V_maj}/%{V_maj}.%{V_min}/bugs/squid-%{V_maj}.%{V_min}.STABLE%{V_rev}-close_other.patch
  -Patch12:  
http://www.squid-cache.org/Versions/v%{V_maj}/%{V_maj}.%{V_min}/bugs/squid-%{V_maj}.%{V_min}.STABLE%{V_rev}-fakeauth_auth.patch
  -Patch13:  
http://www.squid-cache.org/Versions/v%{V_maj}/%{V_maj}.%{V_min}/bugs/squid-%{V_maj}.%{V_min}.STABLE%{V_rev}-gopher_html_parsing.patch
  -Patch14:  
http://www.squid-cache.org/Versions/v%{V_maj}/%{V_maj}.%{V_min}/bugs/squid-%{V_maj}.%{V_min}.STABLE%{V_rev}-wccp_denial_of_service.patch
  -Patch15:  
http://www.squid-cache.org/Versions/v%{V_maj}/%{V_maj}.%{V_min}/bugs/squid-%{V_maj}.%{V_min}.STABLE%{V_rev}-dns_memleak.patch
  -Patch16:  
http://www.squid-cache.org/Versions/v%{V_maj}/%{V_maj}.%{V_min}/bugs/squid-%{V_maj}.%{V_min}.STABLE%{V_rev}-fqdn_truncated.patch
  -Patch17:  
http://www.squid-cache.org/Versions/v%{V_maj}/%{V_maj}.%{V_min}/bugs/squid-%{V_maj}.%{V_min}.STABLE%{V_rev}-ldap_spaces.patch
  -Patch18:  
http://www.squid-cache.org/Versions/v%{V_maj}/%{V_maj}.%{V_min}/bugs/squid-%{V_maj}.%{V_min}.STABLE%{V_rev}-header_parsing.patch
  -Patch19:  
http://www.squid-cache.org/Versions/v%{V_maj}/%{V_maj}.%{V_min}/bugs/squid-%{V_maj}.%{V_min}.STABLE%{V_rev}-httpd_accel_no_pmtu_disc.patch
  -Patch20:  
http://www.squid-cache.org/Versions/v%{V_maj}/%{V_maj}.%{V_min}/bugs/squid-%{V_maj}.%{V_min}.STABLE%{V_rev}-ftp_datachannel.patch
  -Patch21:  
http://www.squid-cache.org/Versions/v%{V_maj}/%{V_maj}.%{V_min}/bugs/squid-%{V_maj}.%{V_min}.STABLE%{V_rev}-short_icons_urls.patch
  -Patch22:  

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

2005-02-11 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:   12-Feb-2005 08:57:47
  Branch: HEAD Handle: 2005021207574700

  Modified files:
openpkg-src/perl-xmlperl-xml.spec

  Log:
modifying package: perl-xml-5.8.6 20050201 - 20050212

  Summary:
RevisionChanges Path
1.174   +2  -2  openpkg-src/perl-xml/perl-xml.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/perl-xml/perl-xml.spec
  
  $ cvs diff -u -r1.173 -r1.174 perl-xml.spec
  --- openpkg-src/perl-xml/perl-xml.spec1 Feb 2005 18:34:25 -   
1.173
  +++ openpkg-src/perl-xml/perl-xml.spec12 Feb 2005 07:57:47 -  
1.174
  @@ -55,7 +55,7 @@
   %define   V_xml_sax_base1.02
   %define   V_xml_sax_expat   0.37
   %define   V_xml_simple  2.14
  -%define   V_xml_twig3.15
  +%define   V_xml_twig3.16
   %define   V_xml_writer  0.530
   %define   V_xml_writer_string   0.1
   %define   V_xml_xpath   1.13
  @@ -80,7 +80,7 @@
   Group:Language
   License:  GPL/Artistic
   Version:  %{V_perl}
  -Release:  20050201
  +Release:  20050212
   
   #   package options
   %option   with_libxmlno
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-02-11 Thread Thomas Lotterer
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Thomas Lotterer
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   12-Feb-2005 00:46:24
  Branch: HEAD Handle: 2005021123462400

  Modified files:
openpkg-src/config  config.spec

  Log:
bless config to BASE because a2ps, fetchmail, pinfo, recode and zebra
need it

  Summary:
RevisionChanges Path
1.2 +2  -2  openpkg-src/config/config.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/config/config.spec
  
  $ cvs diff -u -r1.1 -r1.2 config.spec
  --- openpkg-src/config/config.spec24 Jan 2005 13:32:32 -  1.1
  +++ openpkg-src/config/config.spec11 Feb 2005 23:46:24 -  1.2
  @@ -30,11 +30,11 @@
   Vendor:   Free Software Foundation
   Packager: The OpenPKG Project
   Distribution: OpenPKG
  -Class:EVAL
  +Class:BASE
   Group:System
   License:  GPL
   Version:  20050124
  -Release:  20050124
  +Release:  20050212
   
   #   list of sources
   Source0:  
ftp://ftp.openpkg.org/sources/CPY/config/config-%{version}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-02-11 Thread Thomas Lotterer
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Thomas Lotterer
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   12-Feb-2005 00:49:48
  Branch: HEAD Handle: 2005021123494800

  Modified files:
openpkg-src/fontconfig  fontconfig.spec

  Log:
bless fontconfig to BASE because graphwiz needs it

  Summary:
RevisionChanges Path
1.16+2  -2  openpkg-src/fontconfig/fontconfig.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/fontconfig/fontconfig.spec
  
  $ cvs diff -u -r1.15 -r1.16 fontconfig.spec
  --- openpkg-src/fontconfig/fontconfig.spec1 Jan 2005 10:49:09 -   
1.15
  +++ openpkg-src/fontconfig/fontconfig.spec11 Feb 2005 23:49:48 -  
1.16
  @@ -30,11 +30,11 @@
   Vendor:   Keith Packard
   Packager: The OpenPKG Project
   Distribution: OpenPKG
  -Class:PLUS
  +Class:BASE
   Group:XWindow
   License:  GPL
   Version:  2.2.90
  -Release:  20040920
  +Release:  20050212
   
   #   list of sources
   Source0:  
http://freedesktop.org/software/fontconfig/releases/fontconfig-%{version}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org