[CVS] OpenPKG: openpkg-re/vcheck/ vc.top openpkg-src/top/ top.spec ope...

2003-10-31 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 openpkg-web openpkg$ Date:   31-Oct-2003 08:35:17
  Branch: HEAD Handle: 2003103107351402

  Modified files:
openpkg-re/vcheck   vc.top
openpkg-src/top top.spec
openpkg-web news.txt

  Log:
upgrading package: top 3.5b12.8 - 3.5b12.9

  Summary:
RevisionChanges Path
1.3 +1  -1  openpkg-re/vcheck/vc.top
1.4 +3  -3  openpkg-src/top/top.spec
1.7234  +1  -0  openpkg-web/news.txt
  

  patch -p0 '@@ .'
  Index: openpkg-re/vcheck/vc.top
  
  $ cvs diff -u -r1.2 -r1.3 vc.top
  --- openpkg-re/vcheck/vc.top  10 Oct 2003 18:18:37 -  1.2
  +++ openpkg-re/vcheck/vc.top  31 Oct 2003 07:35:14 -  1.3
  @@ -2,7 +2,7 @@
   }
   
   prog top = {
  -  version   = 3.5beta12.8
  +  version   = 3.5beta12.9
 url   = http://www.spang.uk.eu.org/top/
 regex = top-(__VER__)\.tar\.gz
   }
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/top/top.spec
  
  $ cvs diff -u -r1.3 -r1.4 top.spec
  --- openpkg-src/top/top.spec  10 Oct 2003 18:18:39 -  1.3
  +++ openpkg-src/top/top.spec  31 Oct 2003 07:35:16 -  1.4
  @@ -24,8 +24,8 @@
   ##
   
   #   package version
  -%define   V_dist  3.5beta12.8
  -%define   V_opkg  3.5b12.8
  +%define   V_dist  3.5beta12.9
  +%define   V_opkg  3.5b12.9
   
   #   package information
   Name: top
  @@ -37,7 +37,7 @@
   Group:System
   License:  Freely Redistributable
   Version:  %{V_opkg}
  -Release:  20031010
  +Release:  20031031
   
   #   list of sources
   Source0:  http://www.spang.uk.eu.org/top/top-%{V_dist}.tar.gz
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-web/news.txt
  
  $ cvs diff -u -r1.7233 -r1.7234 news.txt
  --- openpkg-web/news.txt  30 Oct 2003 20:52:35 -  1.7233
  +++ openpkg-web/news.txt  31 Oct 2003 07:35:15 -  1.7234
  @@ -1,3 +1,4 @@
  +31-Oct-2003: Upgraded package: Ptop-3.5b12.9-20031031
   30-Oct-2003: Upgraded package: Popenssh-3.7.1p2-20031030
   30-Oct-2003: Upgraded package: Pbogofilter-0.15.8-20031030
   30-Oct-2003: Upgraded package: Pperl-crypto-20031030-20031030
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


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

2003-10-31 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 openpkg-web  Date:   31-Oct-2003 09:49:13
  Branch: HEAD Handle: 2003103108491101

  Modified files:
openpkg-src/gdb gdb.spec
openpkg-web news.txt

  Log:
parallel building breaks on Solaris 10 at least

  Summary:
RevisionChanges Path
1.22+2  -2  openpkg-src/gdb/gdb.spec
1.7238  +1  -0  openpkg-web/news.txt
  

  patch -p0 '@@ .'
  Index: openpkg-src/gdb/gdb.spec
  
  $ cvs diff -u -r1.21 -r1.22 gdb.spec
  --- openpkg-src/gdb/gdb.spec  8 Oct 2003 08:51:47 -   1.21
  +++ openpkg-src/gdb/gdb.spec  31 Oct 2003 08:49:12 -  1.22
  @@ -33,7 +33,7 @@
   Group:Development
   License:  GPL
   Version:  6.0
  -Release:  20031008
  +Release:  20031031
   
   #   list of sources
   Source0:  ftp://ftp.gnu.org/gnu/gdb/gdb-%{version}.tar.gz
  @@ -60,7 +60,7 @@
   ./configure \
   --prefix=%{l_prefix} \
   --disable-nls
  -%{l_make} %{l_mflags -O} configure-gdb all
  +%{l_make} %{l_mflags} configure-gdb all
   
   %install
   rm -rf $RPM_BUILD_ROOT
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-web/news.txt
  
  $ cvs diff -u -r1.7237 -r1.7238 news.txt
  --- openpkg-web/news.txt  31 Oct 2003 08:34:22 -  1.7237
  +++ openpkg-web/news.txt  31 Oct 2003 08:49:11 -  1.7238
  @@ -1,3 +1,4 @@
  +31-Oct-2003: Upgraded package: Pgdb-6.0-20031031
   31-Oct-2003: Upgraded package: Pmplayer-1.0pre2-20031031
   31-Oct-2003: Upgraded package: Pgnutls-0.9.94-20031031
   31-Oct-2003: Upgraded package: Pgcrypt-1.1.44-20031031
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


[CVS] OpenPKG: openpkg-src/dhcpd/ dhcpd.spec openpkg-web/ news.txt

2003-10-31 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 openpkg-web  Date:   31-Oct-2003 09:56:09
  Branch: HEAD Handle: 2003103108560702

  Modified files:
openpkg-src/dhcpd   dhcpd.spec
openpkg-web news.txt

  Log:
cleanup packaging and remove -Werror which is too strict for platforms
like Solaris 10

  Summary:
RevisionChanges Path
1.53+12 -1  openpkg-src/dhcpd/dhcpd.spec
1.7239  +1  -0  openpkg-web/news.txt
  

  patch -p0 '@@ .'
  Index: openpkg-src/dhcpd/dhcpd.spec
  
  $ cvs diff -u -r1.52 -r1.53 dhcpd.spec
  --- openpkg-src/dhcpd/dhcpd.spec  19 Oct 2003 09:59:38 -  1.52
  +++ openpkg-src/dhcpd/dhcpd.spec  31 Oct 2003 08:56:09 -  1.53
  @@ -33,7 +33,7 @@
   Group:DNS
   License:  ISC/BSD
   Version:  3.0.1rc12
  -Release:  20031019
  +Release:  20031031
   
   #   package options
   %option   with_fsl  yes
  @@ -63,6 +63,7 @@
   %setup -q -n dhcp-%{version}
   
   %build
  +#   configure program
   ( echo 'CC   = %{l_cc}'
 echo 'CFLAGS   = %{l_cflags -O}'
   %if %{with_fsl} == yes
  @@ -87,15 +88,21 @@
 echo 'INSTALL  = %{l_shtool} install -c'
 echo 'MANINSTALL   = %{l_shtool} install -c'
   ) site.conf
  +%{l_shtool} subst \
  +-e 's; -Werror; ;' \
  +Makefile.conf
   ./configure
   %{l_shtool} subst \
   -e 's;^[^#]*\(#define[^_]*_PATH_DHCPD_PID[^]*\).*;\1 
%{l_prefix}/var/dhcpd/dhcpd.pid;' \
   -e 's;^[^#]*\(#define[^_]*_PATH_DHCPD_DB[^]*\).*;\1 
%{l_prefix}/var/dhcpd/dhcpd.leases;' \
   -e 's;^[^#]*\(#define[^_]*_PATH_DHCPD_CONF[^]*\).*;\1 
%{l_prefix}/etc/dhcpd/dhcpd.conf;' \
   includes/site.h
  +
  +#   build program
   %{l_make} %{l_mflags}
   
   %install
  +#   install program
   rm -rf $RPM_BUILD_ROOT
   %{l_shtool} mkdir -f -p -m 755 \
   $RPM_BUILD_ROOT%{l_prefix}/bin \
  @@ -104,9 +111,13 @@
   $RPM_BUILD_ROOT%{l_prefix}/man/man8 \
   $RPM_BUILD_ROOT%{l_prefix}/var/dhcpd
   %{l_make} %{l_mflags} install DESTDIR=$RPM_BUILD_ROOT
  +
  +#   install default configuration
   %{l_shtool} install -c -m 644 \
   %{SOURCE dhcpd.conf} \
   $RPM_BUILD_ROOT%{l_prefix}/etc/dhcpd/dhcpd.conf
  +
  +#   post-adjust and strip down installation
   chmod a-x $RPM_BUILD_ROOT%{l_prefix}/man/man*/*
   rm -f $RPM_BUILD_ROOT%{l_prefix}/sbin/dhclient-script
   rm -f $RPM_BUILD_ROOT%{l_prefix}/man/man8/dhclient-script.8
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-web/news.txt
  
  $ cvs diff -u -r1.7238 -r1.7239 news.txt
  --- openpkg-web/news.txt  31 Oct 2003 08:49:11 -  1.7238
  +++ openpkg-web/news.txt  31 Oct 2003 08:56:07 -  1.7239
  @@ -1,3 +1,4 @@
  +31-Oct-2003: Upgraded package: Pdhcpd-3.0.1rc12-20031031
   31-Oct-2003: Upgraded package: Pgdb-6.0-20031031
   31-Oct-2003: Upgraded package: Pmplayer-1.0pre2-20031031
   31-Oct-2003: Upgraded package: Pgnutls-0.9.94-20031031
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


[CVS] OpenPKG: openpkg-src/nmap/ nmap.patch nmap.spec openpkg-web/ new...

2003-10-31 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 openpkg-web  Date:   31-Oct-2003 10:02:10
  Branch: HEAD Handle: 2003103109020603

  Added files:
openpkg-src/nmapnmap.patch
  Modified files:
openpkg-src/nmapnmap.spec
openpkg-web news.txt

  Log:
port to Solaris 10

  Summary:
RevisionChanges Path
1.1 +39 -0  openpkg-src/nmap/nmap.patch
1.48+3  -1  openpkg-src/nmap/nmap.spec
1.7240  +1  -0  openpkg-web/news.txt
  

  patch -p0 '@@ .'
  Index: openpkg-src/nmap/nmap.patch
  
  $ cvs diff -u -r0 -r1.1 nmap.patch
  --- /dev/null 2003-10-31 10:02:10.0 +0100
  +++ nmap.patch2003-10-31 10:02:10.0 +0100
  @@ -0,0 +1,39 @@
  +Index: configure
  +--- configure.orig   2003-10-31 09:57:22.0 +0100
   configure2003-10-31 10:00:48.0 +0100
  +@@ -2716,7 +2716,7 @@
  + _ACEOF
  + 
  + ;;
  +-  *-solaris2.1*)
  ++  *-solaris2.1 | *-solaris2.1.*)
  + cat confdefs.h \_ACEOF
  + #define STUPID_SOLARIS_CHECKSUM_BUG 1
  + _ACEOF
  +@@ -2726,7 +2726,7 @@
  + _ACEOF
  + 
  + ;;
  +-  *-solaris2.2*)
  ++  *-solaris2.2 | *-solaris2.2.*)
  + cat confdefs.h \_ACEOF
  + #define STUPID_SOLARIS_CHECKSUM_BUG 1
  + _ACEOF
  +@@ -2736,7 +2736,7 @@
  + _ACEOF
  + 
  + ;;
  +-  *-solaris2.3*)
  ++  *-solaris2.3 | *-solaris2.3.*)
  + cat confdefs.h \_ACEOF
  + #define STUPID_SOLARIS_CHECKSUM_BUG 1
  + _ACEOF
  +@@ -2746,7 +2746,7 @@
  + _ACEOF
  + 
  + ;;
  +-  *-solaris2.4*)
  ++  *-solaris2.4 | *-solaris2.4.*)
  + cat confdefs.h \_ACEOF
  + #define STUPID_SOLARIS_CHECKSUM_BUG 1
  + _ACEOF
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/nmap/nmap.spec
  
  $ cvs diff -u -r1.47 -r1.48 nmap.spec
  --- openpkg-src/nmap/nmap.spec6 Oct 2003 17:50:13 -   1.47
  +++ openpkg-src/nmap/nmap.spec31 Oct 2003 09:02:09 -  1.48
  @@ -33,10 +33,11 @@
   Group:Network
   License:  GPL
   Version:  3.48
  -Release:  20031006
  +Release:  20031031
   
   #   list of sources
   Source0:  http://www.insecure.org/nmap/dist/nmap-%{version}.tgz
  +Patch0:   nmap.patch
   
   #   build information
   Prefix:   %{l_prefix}
  @@ -59,6 +60,7 @@
   
   %prep
   %setup -q
  +%patch -p0
   %{l_shtool} subst \
   -e 's;/usr/local/;%{l_prefix}/;g' \
   -e 's;$LIBS -lnsock;-lnsock $LIBS;g' \
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-web/news.txt
  
  $ cvs diff -u -r1.7239 -r1.7240 news.txt
  --- openpkg-web/news.txt  31 Oct 2003 08:56:07 -  1.7239
  +++ openpkg-web/news.txt  31 Oct 2003 09:02:06 -  1.7240
  @@ -1,3 +1,4 @@
  +31-Oct-2003: Upgraded package: Pnmap-3.48-20031031
   31-Oct-2003: Upgraded package: Pdhcpd-3.0.1rc12-20031031
   31-Oct-2003: Upgraded package: Pgdb-6.0-20031031
   31-Oct-2003: Upgraded package: Pmplayer-1.0pre2-20031031
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


[CVS] OpenPKG: openpkg-src/btyacc/ btyacc.spec openpkg-web/ news.txt

2003-10-31 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 openpkg-web  Date:   31-Oct-2003 10:03:27
  Branch: HEAD Handle: 2003103109032502

  Modified files:
openpkg-src/btyacc  btyacc.spec
openpkg-web news.txt

  Log:
do not use -static, which especially ports this to Solaris 10 where no
static libc exists

  Summary:
RevisionChanges Path
1.10+3  -2  openpkg-src/btyacc/btyacc.spec
1.7241  +1  -0  openpkg-web/news.txt
  

  patch -p0 '@@ .'
  Index: openpkg-src/btyacc/btyacc.spec
  
  $ cvs diff -u -r1.9 -r1.10 btyacc.spec
  --- openpkg-src/btyacc/btyacc.spec8 Jul 2003 14:38:52 -   1.9
  +++ openpkg-src/btyacc/btyacc.spec31 Oct 2003 09:03:27 -  1.10
  @@ -37,7 +37,7 @@
   Group:Text
   License:  BSD
   Version:  %{V_here}
  -Release:  20030706
  +Release:  20031031
   
   #   list of sources
   Source0:  http://www.siber.com/btyacc/btyacc-%{V_real}.tar.gz
  @@ -61,7 +61,8 @@
   %build
   %{l_make} %{l_mflags -O} \
   CC=%{l_cc} \
  -CFLAGS=%{l_cflags -O}
  +CFLAGS=%{l_cflags -O} \
  +LDFLAGS=
   
   %install
   rm -rf $RPM_BUILD_ROOT
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-web/news.txt
  
  $ cvs diff -u -r1.7240 -r1.7241 news.txt
  --- openpkg-web/news.txt  31 Oct 2003 09:02:06 -  1.7240
  +++ openpkg-web/news.txt  31 Oct 2003 09:03:25 -  1.7241
  @@ -1,3 +1,4 @@
  +31-Oct-2003: Upgraded package: Pbtyacc-3.0-20031031
   31-Oct-2003: Upgraded package: Pnmap-3.48-20031031
   31-Oct-2003: Upgraded package: Pdhcpd-3.0.1rc12-20031031
   31-Oct-2003: Upgraded package: Pgdb-6.0-20031031
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


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

2003-10-31 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 openpkg-web  Date:   31-Oct-2003 10:06:50
  Branch: HEAD Handle: 2003103109064802

  Modified files:
openpkg-src/crm114  crm114.spec
openpkg-web news.txt

  Log:
remove -static building

  Summary:
RevisionChanges Path
1.11+2  -1  openpkg-src/crm114/crm114.spec
1.7242  +1  -0  openpkg-web/news.txt
  

  patch -p0 '@@ .'
  Index: openpkg-src/crm114/crm114.spec
  
  $ cvs diff -u -r1.10 -r1.11 crm114.spec
  --- openpkg-src/crm114/crm114.spec24 Oct 2003 07:44:18 -  1.10
  +++ openpkg-src/crm114/crm114.spec31 Oct 2003 09:06:50 -  1.11
  @@ -38,7 +38,7 @@
   Group:Text
   License:  GPL
   Version:  %{V_opkg}
  -Release:  20031024
  +Release:  20031031
   
   #   list of sources
   Source0:  http://crm114.sourceforge.net/crm114-%{V_dist}.src.tar.gz
  @@ -79,6 +79,7 @@
   ) || exit $?
   %{l_shtool} subst \
   -e 's;-ltre;-Ltre-%{V_tre}/lib/.libs -ltre;' \
  +-e 's;-static;;' \
   Makefile
   %{l_make} %{l_mflags} \
   CC=%{l_cc} CFLAGS=%{l_cflags -O}
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-web/news.txt
  
  $ cvs diff -u -r1.7241 -r1.7242 news.txt
  --- openpkg-web/news.txt  31 Oct 2003 09:03:25 -  1.7241
  +++ openpkg-web/news.txt  31 Oct 2003 09:06:48 -  1.7242
  @@ -1,3 +1,4 @@
  +31-Oct-2003: Upgraded package: Pcrm114-20031023rc3-20031031
   31-Oct-2003: Upgraded package: Pbtyacc-3.0-20031031
   31-Oct-2003: Upgraded package: Pnmap-3.48-20031031
   31-Oct-2003: Upgraded package: Pdhcpd-3.0.1rc12-20031031
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


[CVS] OpenPKG: openpkg-src/integrit/ integrit.spec openpkg-web/ news.t...

2003-10-31 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 openpkg-web  Date:   31-Oct-2003 10:08:52
  Branch: HEAD Handle: 2003103109085001

  Modified files:
openpkg-src/integritintegrit.spec
openpkg-web news.txt

  Log:
do not build with -static

  Summary:
RevisionChanges Path
1.23+2  -1  openpkg-src/integrit/integrit.spec
1.7243  +1  -0  openpkg-web/news.txt
  

  patch -p0 '@@ .'
  Index: openpkg-src/integrit/integrit.spec
  
  $ cvs diff -u -r1.22 -r1.23 integrit.spec
  --- openpkg-src/integrit/integrit.spec17 Jul 2003 15:32:45 -  1.22
  +++ openpkg-src/integrit/integrit.spec31 Oct 2003 09:08:51 -  1.23
  @@ -37,7 +37,7 @@
   Group:System
   License:  GPL
   Version:  %{V_major}.%{V_minor}
  -Release:  20030717
  +Release:  20031031
   
   #   list of sources
   Source0:  
http://osdn.dl.sourceforge.net/sourceforge/integrit/integrit-%{version}.tar.gz
  @@ -78,6 +78,7 @@
   %build
   CC=%{l_cc} \
   CFLAGS=%{l_cflags -O} \
  +STATIC= \
   ./configure \
   --prefix=%{l_prefix}
   %{l_make} %{l_mflags -O}
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-web/news.txt
  
  $ cvs diff -u -r1.7242 -r1.7243 news.txt
  --- openpkg-web/news.txt  31 Oct 2003 09:06:48 -  1.7242
  +++ openpkg-web/news.txt  31 Oct 2003 09:08:50 -  1.7243
  @@ -1,3 +1,4 @@
  +31-Oct-2003: Upgraded package: Pintegrit-3.02.00-20031031
   31-Oct-2003: Upgraded package: Pcrm114-20031023rc3-20031031
   31-Oct-2003: Upgraded package: Pbtyacc-3.0-20031031
   31-Oct-2003: Upgraded package: Pnmap-3.48-20031031
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


Re: mutt/mutt15

2003-10-31 Thread Michael van Elst
On Fri, Oct 31, 2003 at 07:29:24AM +0100, Matthias Kurz wrote:

 My situation is, that i did not have 'mutt' installed, but only 'mutt15'.
 Then i did a openpkg build -Ua (some day we have to talk about this
 again) and afterwards 'mutt15' was gone and i had 'mutt' instead.

I do not yet see how this can happen. Maybe the files from 'mutt15'
where overwritten or removed, but the package should still be in the
rpm database.

Greetings,
-- 
Michael van Elst
Internet: [EMAIL PROTECTED]
A potential Snark may lurk in every tree.
__
The OpenPKG Projectwww.openpkg.org
Developer Communication List   [EMAIL PROTECTED]


[CVS] OpenPKG: openpkg-src/openpkg/ README openpkg.spec openpkg-web/ n...

2003-10-31 Thread Ralf S. Engelschall
 openpkg-V-R.src.rpm, but is intended
  +  for running the described bootstrapping procedure from scratch without
  +  any RPM.
   
 Platforms and Level of Support
 --
   
  -  Operating System Fully Supported  Partially Supported  Known to work
  -  ---  ---  ---  -
  -  FreeBSD (ix86)   4.8, 5.0 4.[0-7]  -
  -  Debian GNU/Linux (ix86)  3.0, 2.2 --
  -  RedHat Linux (ix86)  -8.0, 9.0 7.[0-2]
  -  Gentoo Linux (ix86)  --1.4
  -  Solaris (SPARC64)8, 9 2.6, 7   -
  -  Solaris (ix86)   --8, 9
  -  NetBSD (ix86)--1.5.[0-2], 1.6[0-1]
  -  OpenBSD (ix86)   --2.9
  -  HP-UX (PA/IPF)   --10.20
  -  Tru64 (ix86) --5.0A, 5.1A
  -  UnixWare ---
  -  Darwin   ---
  -  Cygwin   ---
  -  IRIX ---
  -  AIX  ---
  +  Current this boostrapping package officially supports the following
  +  platforms (older versions are often still working, but no longer
  +  supported):
  +
  +ix86-freebsd4.9
  +ix86-freebsd5.1
  +alpha-freebsd5.1
  +ix86-debian2.2
  +ix86-debian3.0
  +ix86-gentoo1.4
  +ix86-suse8.2
  +ix86-redhat9
  +sparc64-solaris2.6
  +sparc64-solaris8
  +sparc64-solaris9
  +ix86-solaris9
  +ix86-solaris10
  +ix86-unixware7.1.3
  +ix86-darwin6.6.2
  +
  +  The following platforms were supported by older versions of
  +  this package, but their support status is currently not known:
  +
  +ix86-netbsd1.6
  +hppa-hpux11.20
  +
  +  For following platforms until now are not supported, but support for
  +  them is planned:
  +
  +ix86-openbsd2.4
  +alpha-tru645.X
  +mips-irix5.X.X
  +ppc-aix4.X.X
   
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/openpkg/openpkg.spec
  
  $ cvs diff -u -r1.239 -r1.240 openpkg.spec
  --- openpkg-src/openpkg/openpkg.spec  29 Oct 2003 12:57:04 -  1.239
  +++ openpkg-src/openpkg/openpkg.spec  31 Oct 2003 09:56:36 -  1.240
  @@ -39,7 +39,7 @@
   #   o any cc(1)
   
   #   the package version/release
  -%define   V_openpkg  20031029
  +%define   V_openpkg  20031031
   
   #   the used software versions
   %define   V_rpm  4.2.1
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-web/news.txt
  
  $ cvs diff -u -r1.7243 -r1.7244 news.txt
  --- openpkg-web/news.txt  31 Oct 2003 09:08:50 -  1.7243
  +++ openpkg-web/news.txt  31 Oct 2003 09:56:35 -  1.7244
  @@ -1,3 +1,4 @@
  +31-Oct-2003: Upgraded package: Popenpkg-20031031-20031031
   31-Oct-2003: Upgraded package: Pintegrit-3.02.00-20031031
   31-Oct-2003: Upgraded package: Pcrm114-20031023rc3-20031031
   31-Oct-2003: Upgraded package: Pbtyacc-3.0-20031031
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


[CVS] OpenPKG: openpkg-src/lsof/ lsof.patch lsof.spec openpkg-web/ new...

2003-10-31 Thread Michael Schloh
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Michael Schloh
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src openpkg-web  Date:   31-Oct-2003 11:50:22
  Branch: HEAD Handle: 2003103110502001

  Added files:
openpkg-src/lsoflsof.patch
  Modified files:
openpkg-src/lsoflsof.spec
openpkg-web news.txt

  Log:
More patch code just for new features in Solaris 10

  Summary:
RevisionChanges Path
1.1 +37 -0  openpkg-src/lsof/lsof.patch
1.35+3  -4  openpkg-src/lsof/lsof.spec
1.7245  +1  -0  openpkg-web/news.txt
  

  patch -p0 '@@ .'
  Index: openpkg-src/lsof/lsof.patch
  
  $ cvs diff -u -r0 -r1.1 lsof.patch
  --- /dev/null 2003-10-31 11:50:21.0 +0100
  +++ lsof.patch2003-10-31 11:50:21.0 +0100
  @@ -0,0 +1,37 @@
  +diff -Naur lsof_4.69.orig/lsof_4.69_src/dialects/sun/dlsof.h 
lsof_4.69/lsof_4.69_src/dialects/sun/dlsof.h
  +--- lsof_4.69.orig/lsof_4.69_src/dialects/sun/dlsof.hMon Oct 13 15:30:14 
2003
   lsof_4.69/lsof_4.69_src/dialects/sun/dlsof.h Fri Oct 31 11:44:28 2003
  +@@ -96,7 +96,7 @@
  + #define inet_pton   __inet_pton
  + #include inet/ipclassifier.h
  + #undef  inet_ntop
  +-#undef  inet_pto
  ++#undef  inet_pton
  + # endif /* defined(HAS_IPCLASSIFIER_H) */
  + 
  + #include inet/ip.h
  +@@ -159,13 +159,21 @@
  + #include sys/fs/autofs.h
  + 
  + #  if   solaris=10
  ++#define printf  lsof_printf
  ++#define snprintflsof_snprintf
  ++#define sprintf lsof_sprintf
  + #define swablsof_swab
  + #define vprintf lsof_vprintf
  ++#define vsnprintf   lsof_vsnprintf
  + #define vsprintflsof_vsprintf
  + #include sys/fs/dv_node.h
  +-#undef  lsof_swab
  +-#undef  lsof_vprintf
  +-#undef  lsof_vsprintf
  ++#undef  printf
  ++#undef  snprintf
  ++#undef  sprintf
  ++#undef  swab
  ++#undef  vprintf
  ++#undef  vsnprintf
  ++#undef  vsprintf
  + #  endif/* solaris=10 */
  + 
  + #include sys/door.h
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/lsof/lsof.spec
  
  $ cvs diff -u -r1.34 -r1.35 lsof.spec
  --- openpkg-src/lsof/lsof.spec30 Oct 2003 18:42:23 -  1.34
  +++ openpkg-src/lsof/lsof.spec31 Oct 2003 10:50:21 -  1.35
  @@ -33,10 +33,11 @@
   Group:Filesystem
   License:  BSD
   Version:  4.69
  -Release:  20031030
  +Release:  20031031
   
   #   list of sources
   Source0:  ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/lsof_%{version}.tar.gz
  +Patch0:   lsof.patch
   
   #   build information
   Prefix:   %{l_prefix}
  @@ -53,9 +54,7 @@
   %prep
   %setup -q -n lsof_%{version}
   %{l_tar} xf lsof_%{version}_src.tar
  -%{l_shtool} subst \
  --e 's;^\(#.*\)inet_pto$;\1inet_pton;' \
  -lsof_%{version}_src/dialects/sun/dlsof.h
  +%patch -p1
   
   %build
   cd lsof_%{version}_src
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-web/news.txt
  
  $ cvs diff -u -r1.7244 -r1.7245 news.txt
  --- openpkg-web/news.txt  31 Oct 2003 09:56:35 -  1.7244
  +++ openpkg-web/news.txt  31 Oct 2003 10:50:20 -  1.7245
  @@ -1,3 +1,4 @@
  +31-Oct-2003: Upgraded package: Plsof-4.69-20031031
   31-Oct-2003: Upgraded package: Popenpkg-20031031-20031031
   31-Oct-2003: Upgraded package: Pintegrit-3.02.00-20031031
   31-Oct-2003: Upgraded package: Pcrm114-20031023rc3-20031031
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


[CVS] OpenPKG: openpkg-src/gocr/ gocr.spec openpkg-web/ news.txt

2003-10-31 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 openpkg-web  Date:   31-Oct-2003 12:50:46
  Branch: HEAD Handle: 2003103111504402

  Modified files:
openpkg-src/gocrgocr.spec
openpkg-web news.txt

  Log:
move up to EVAL

  Summary:
RevisionChanges Path
1.4 +2  -2  openpkg-src/gocr/gocr.spec
1.7246  +1  -0  openpkg-web/news.txt
  

  patch -p0 '@@ .'
  Index: openpkg-src/gocr/gocr.spec
  
  $ cvs diff -u -r1.3 -r1.4 gocr.spec
  --- openpkg-src/gocr/gocr.spec24 Oct 2003 16:48:49 -  1.3
  +++ openpkg-src/gocr/gocr.spec31 Oct 2003 11:50:46 -  1.4
  @@ -29,11 +29,11 @@
   URL:  http://jocr.sourceforge.net/
   Vendor:   Joerg Schulenburg
   Packager: The OpenPKG Project
  -Distribution: OpenPKG [JUNK]
  +Distribution: OpenPKG [EVAL]
   Group:Graphics
   License:  GPL
   Version:  0.37
  -Release:  20031024
  +Release:  20031031
   
   #   list of sources
   Source0:  http://osdn.dl.sourceforge.net/sourceforge/jocr/gocr-%{version}.tar.gz
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-web/news.txt
  
  $ cvs diff -u -r1.7245 -r1.7246 news.txt
  --- openpkg-web/news.txt  31 Oct 2003 10:50:20 -  1.7245
  +++ openpkg-web/news.txt  31 Oct 2003 11:50:44 -  1.7246
  @@ -1,3 +1,4 @@
  +31-Oct-2003: Upgraded package: Pgocr-0.37-20031031
   31-Oct-2003: Upgraded package: Plsof-4.69-20031031
   31-Oct-2003: Upgraded package: Popenpkg-20031031-20031031
   31-Oct-2003: Upgraded package: Pintegrit-3.02.00-20031031
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


[CVS] OpenPKG: openpkg-src/openmotif/ openmotif.spec openpkg-web/ news...

2003-10-31 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 openpkg-web  Date:   31-Oct-2003 12:51:25
  Branch: HEAD Handle: 2003103111512401

  Modified files:
openpkg-src/openmotif   openmotif.spec
openpkg-web news.txt

  Log:
move up to EVAL

  Summary:
RevisionChanges Path
1.3 +2  -2  openpkg-src/openmotif/openmotif.spec
1.7247  +1  -0  openpkg-web/news.txt
  

  patch -p0 '@@ .'
  Index: openpkg-src/openmotif/openmotif.spec
  
  $ cvs diff -u -r1.2 -r1.3 openmotif.spec
  --- openpkg-src/openmotif/openmotif.spec  24 Oct 2003 18:26:40 -  1.2
  +++ openpkg-src/openmotif/openmotif.spec  31 Oct 2003 11:51:25 -  1.3
  @@ -33,11 +33,11 @@
   URL:  http://www.openmotif.org/
   Vendor:   The Open Group, et al.
   Packager: The OpenPKG Project
  -Distribution: OpenPKG [JUNK]
  +Distribution: OpenPKG [EVAL]
   Group:XWindow
   License:  Open Group Public License
   Version:  %{V_long}
  -Release:  20031024
  +Release:  20031031
   
   #   list of sources
   Source0:  
ftp://ftp.uk.linux.org/pub/linux/openmotif/%{V_short}/src/openMotif-%{V_long}.tar.gz
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-web/news.txt
  
  $ cvs diff -u -r1.7246 -r1.7247 news.txt
  --- openpkg-web/news.txt  31 Oct 2003 11:50:44 -  1.7246
  +++ openpkg-web/news.txt  31 Oct 2003 11:51:24 -  1.7247
  @@ -1,3 +1,4 @@
  +31-Oct-2003: Upgraded package: Popenmotif-2.2.2-20031031
   31-Oct-2003: Upgraded package: Pgocr-0.37-20031031
   31-Oct-2003: Upgraded package: Plsof-4.69-20031031
   31-Oct-2003: Upgraded package: Popenpkg-20031031-20031031
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


[CVS] OpenPKG: openpkg-src/tla/ tla.spec openpkg-web/ news.txt

2003-10-31 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 openpkg-web  Date:   31-Oct-2003 12:52:40
  Branch: HEAD Handle: 2003103111523802

  Modified files:
openpkg-src/tla tla.spec
openpkg-web news.txt

  Log:
move up to EVAL

  Summary:
RevisionChanges Path
1.4 +2  -2  openpkg-src/tla/tla.spec
1.7248  +1  -0  openpkg-web/news.txt
  

  patch -p0 '@@ .'
  Index: openpkg-src/tla/tla.spec
  
  $ cvs diff -u -r1.3 -r1.4 tla.spec
  --- openpkg-src/tla/tla.spec  24 Oct 2003 08:19:36 -  1.3
  +++ openpkg-src/tla/tla.spec  31 Oct 2003 11:52:40 -  1.4
  @@ -29,11 +29,11 @@
   URL:  http://regexps.srparish.net/www/
   Vendor:   Tom Lord
   Packager: The OpenPKG Project
  -Distribution: OpenPKG [JUNK]
  +Distribution: OpenPKG [EVAL]
   Group:SCM
   License:  GPL
   Version:  1.1pre8
  -Release:  20031024
  +Release:  20031031
   
   #   list of sources
   Source0:  http://regexps.srparish.net/src/tla/tla-%{version}.tar.gz
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-web/news.txt
  
  $ cvs diff -u -r1.7247 -r1.7248 news.txt
  --- openpkg-web/news.txt  31 Oct 2003 11:51:24 -  1.7247
  +++ openpkg-web/news.txt  31 Oct 2003 11:52:38 -  1.7248
  @@ -1,3 +1,4 @@
  +31-Oct-2003: Upgraded package: Ptla-1.1pre8-20031031
   31-Oct-2003: Upgraded package: Popenmotif-2.2.2-20031031
   31-Oct-2003: Upgraded package: Pgocr-0.37-20031031
   31-Oct-2003: Upgraded package: Plsof-4.69-20031031
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


[CVS] OpenPKG: openpkg-src/curl/ curl.spec openpkg-web/ news.txt

2003-10-31 Thread Michael Schloh
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Michael Schloh
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src openpkg-web  Date:   31-Oct-2003 16:52:53
  Branch: HEAD Handle: 2003103115525101

  Modified files:
openpkg-src/curlcurl.spec
openpkg-web news.txt

  Log:
Unfortunately needs a standard CPP program that some OS fail to
provide, so use that of GCC

  Summary:
RevisionChanges Path
1.46+2  -2  openpkg-src/curl/curl.spec
1.7249  +1  -0  openpkg-web/news.txt
  

  patch -p0 '@@ .'
  Index: openpkg-src/curl/curl.spec
  
  $ cvs diff -u -r1.45 -r1.46 curl.spec
  --- openpkg-src/curl/curl.spec15 Aug 2003 18:21:58 -  1.45
  +++ openpkg-src/curl/curl.spec31 Oct 2003 15:52:52 -  1.46
  @@ -33,7 +33,7 @@
   Group:Web
   License:  GPL
   Version:  7.10.7
  -Release:  20030815
  +Release:  20031031
   
   #   list of sources
   Source0:  http://curl.haxx.se/download/curl-%{version}.tar.bz2
  @@ -41,7 +41,7 @@
   #   build information
   Prefix:   %{l_prefix}
   BuildRoot:%{l_buildroot}
  -BuildPreReq:  OpenPKG, openpkg = 20021230, make
  +BuildPreReq:  OpenPKG, openpkg = 20021230, make, gcc
   PreReq:   OpenPKG, openpkg = 20021230
   BuildPreReq:  openssl = 0.9.7, zlib
   PreReq:   openssl = 0.9.7, zlib
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-web/news.txt
  
  $ cvs diff -u -r1.7248 -r1.7249 news.txt
  --- openpkg-web/news.txt  31 Oct 2003 11:52:38 -  1.7248
  +++ openpkg-web/news.txt  31 Oct 2003 15:52:51 -  1.7249
  @@ -1,3 +1,4 @@
  +31-Oct-2003: Upgraded package: Pcurl-7.10.7-20031031
   31-Oct-2003: Upgraded package: Ptla-1.1pre8-20031031
   31-Oct-2003: Upgraded package: Popenmotif-2.2.2-20031031
   31-Oct-2003: Upgraded package: Pgocr-0.37-20031031
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


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

2003-10-31 Thread Michael Schloh
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Michael Schloh
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   31-Oct-2003 17:02:05
  Branch: HEAD Handle: 2003103116020400

  Modified files:
openpkg-src/curlcurl.spec

  Log:
Should need to know its C++ compiler, too

  Summary:
RevisionChanges Path
1.47+1  -0  openpkg-src/curl/curl.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/curl/curl.spec
  
  $ cvs diff -u -r1.46 -r1.47 curl.spec
  --- openpkg-src/curl/curl.spec31 Oct 2003 15:52:52 -  1.46
  +++ openpkg-src/curl/curl.spec31 Oct 2003 16:02:04 -  1.47
  @@ -61,6 +61,7 @@
   %build
   echo 'ac_cv_header_openssl_engine_h=no' config.cache
   CC=%{l_cc} \
  +CXX=%{l_cxx} \
   CFLAGS=%{l_cflags -O} %{l_cppflags} \
   CPPFLAGS=%{l_cppflags} \
   LDFLAGS=%{l_ldflags} \
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


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

2003-10-31 Thread Michael Schloh
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Michael Schloh
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   31-Oct-2003 17:20:11
  Branch: HEAD Handle: 2003103116201100

  Modified files:
openpkg-src/openpkg openpkg.spec

  Log:
Fix build failure when native CPP program is busted or not correctly
identified during configure

  Summary:
RevisionChanges Path
1.241   +1  -0  openpkg-src/openpkg/openpkg.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/openpkg/openpkg.spec
  
  $ cvs diff -u -r1.240 -r1.241 openpkg.spec
  --- openpkg-src/openpkg/openpkg.spec  31 Oct 2003 09:56:36 -  1.240
  +++ openpkg-src/openpkg/openpkg.spec  31 Oct 2003 16:20:11 -  1.241
  @@ -509,6 +509,7 @@
   echo 'lt_cv_sys_max_cmd_len=100'
 ) config.cache
 CC=${l_cc} \
  +  CXX=${l_cxx} \
 CFLAGS=-I`pwd`/../zlib-%{V_zlib} \
 CPPFLAGS=-I`pwd`/../zlib-%{V_zlib} \
 LDFLAGS=-L`pwd`/../zlib-%{V_zlib} \
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


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

2003-10-31 Thread Michael Schloh von Bennewitz
On Fri, Oct 31, 2003, Michael Schloh wrote:
   Modified files:
 openpkg-src/openpkg openpkg.spec
 
   Log:
 Fix build failure when native CPP program is busted or not correctly
 identified during configure
 
   $ cvs diff -u -r1.240 -r1.241 openpkg.spec
   --- openpkg-src/openpkg/openpkg.spec31 Oct 2003 09:56:36 -  1.240
   +++ openpkg-src/openpkg/openpkg.spec31 Oct 2003 16:20:11 -  1.241
   @@ -509,6 +509,7 @@
echo 'lt_cv_sys_max_cmd_len=100'
  ) config.cache
  CC=${l_cc} \
   +  CXX=${l_cxx} \
  CFLAGS=-I`pwd`/../zlib-%{V_zlib} \
  CPPFLAGS=-I`pwd`/../zlib-%{V_zlib} \
  LDFLAGS=-L`pwd`/../zlib-%{V_zlib} \

Please review, due to possible conflict with our base platform requirements.
We've never stated that a C++ compiler is required, and I'm not sure what
the result is when the above runs on a platform with cc but not c++. I
believe the l_cxx should expand to nothing, so there's no harm done here.

By the way, this change (and that in the curl package) is intended to fix:

  work/curl$ ./configure
  [...]
  checking dependency style of g++... none
  checking how to run the C++ preprocessor... /lib/cpp
  configure: error: C++ preprocessor /lib/cpp fails sanity check
  See `config.log' for more details.
  error: Bad exit status from
  /.am/sv0/vol/vol1/e/openpkg/re/release/tmp/dv16-ix86-solaris10/TMP/rpm-tmp.11368
  (%build)

-- 
[EMAIL PROTECTED]
Development Team, Operations Northern Europe
Cable  Wireless Telecommunications Services GmbH


pgp0.pgp
Description: PGP signature


[CVS] OpenPKG: openpkg-src/openpkg/ HISTORY aux.wrapbin.sh aux.wrapsrc...

2003-10-31 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:   31-Oct-2003 17:29:38
  Branch: HEAD Handle: 2003103116293701

  Modified files:
openpkg-src/openpkg HISTORY aux.wrapbin.sh aux.wrapsrc.sh openpkg.boot

  Log:
completely work-off aux.wrap{src,bin}.sh scripts

  Summary:
RevisionChanges Path
1.85+1  -0  openpkg-src/openpkg/HISTORY
1.12+120 -72openpkg-src/openpkg/aux.wrapbin.sh
1.11+59 -52 openpkg-src/openpkg/aux.wrapsrc.sh
1.39+71 -4  openpkg-src/openpkg/openpkg.boot
  

  patch -p0 '@@ .'
  Index: openpkg-src/openpkg/HISTORY
  
  $ cvs diff -u -r1.84 -r1.85 HISTORY
  --- openpkg-src/openpkg/HISTORY   29 Oct 2003 16:33:49 -  1.84
  +++ openpkg-src/openpkg/HISTORY   31 Oct 2003 16:29:37 -  1.85
  @@ -2,6 +2,7 @@
   2003
   
   
  +20031031 work-off aux.wrap{src,bin}.sh scripts and internal documentation in README
   20031029 switch from uncompressed binary tarball to compressed tarball in tarball 
encapsulation
   20031029 switch from uuencoded to raw tarballs for source/binary .sh files (30% 
space reduction)
   20031028 remove problematic INCPATH stuff in RPM configure which picks up external 
stuff
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/openpkg/aux.wrapbin.sh
  
  $ cvs diff -u -r1.11 -r1.12 aux.wrapbin.sh
  --- openpkg-src/openpkg/aux.wrapbin.sh29 Oct 2003 16:33:49 -  1.11
  +++ openpkg-src/openpkg/aux.wrapbin.sh31 Oct 2003 16:29:37 -  1.12
  @@ -1,6 +1,6 @@
   #!/bin/sh
   ##
  -##  Shell-based package for OpenPKG BINARY bootstrap installation
  +##  OpenPKG Binary Bootstrap Package (self-extracting shell script)
   ##  Copyright (c) 2000-2003 The OpenPKG Project http://www.openpkg.org/
   ##  Copyright (c) 2000-2003 Ralf S. Engelschall [EMAIL PROTECTED]
   ##  Copyright (c) 2000-2003 Cable  Wireless http://www.cw.com/
  @@ -24,98 +24,105 @@
   ##  SUCH DAMAGE.
   ##
   
  -#   defaults
  -me=$0
  -help=0
  -verbose=0
  -prefix='@l_prefix@'
  -susr='@SUSR@'
  -sgrp='@SGRP@'
  -musr='@MUSR@'
  -mgrp='@MGRP@'
  -rusr='@RUSR@'
  -rgrp='@RGRP@'
  -nusr='@NUSR@'
  -ngrp='@NGRP@'
  -suid='@SUID@'
  -sgid='@SGID@'
  -muid='@MUID@'
  -mgid='@MGID@'
  -ruid='@RUID@'
  -rgid='@RGID@'
  -nuid='@NUID@'
  -ngid='@NGID@'
  +#   configuration
  +l_me=$0
  +o_help=no
  +o_version=no
  +l_prefix='@l_prefix@'
  +l_musr='@MUSR@'
  +l_mgrp='@MGRP@'
  +l_platform=@l_platform@
  +l_release=@l_release@
  +l_version=@l_version@
   
   #   establish standard environment
   LC_CTYPE=C
   export LC_CTYPE
   umask 022
   
  -#   make sure all essential unpacking tools are available
  +#   parse command line options
  +for opt
  +do
  +case $opt in
  +-*=*) arg=`echo $opt | sed 's/^[-_a-zA-Z0-9]*=//'` ;;
  +   *) arg='' ;;
  +esac
  +case $opt in
  +-h | --help) o_help=yes ;;
  +-v | --version ) o_version=yes  ;;
  +--prefix=* ) l_prefix=$arg  ;;
  +*  ) o_help=yes ;;
  +esac
  +done
  +if [ .$o_version = .no -a .$l_prefix = . ]; then
  +o_help=yes
  +fi
  +if [ .$o_help = .yes ]; then
  +echo Usage: sh $l_me [--prefix=prefix] 21
  +echo[-h|--help] [-v|--version] 21
  +exit 1
  +fi
  +
  +#   display version and copyright header
  +echo OpenPKG ${l_release} Binary Bootstrap Package, version ${l_version}
  +echo Built for prefix ${l_prefix} on target platform ${l_platform}
  +if [ .$o_version = .yes ]; then
  +exit 0
  +fi
  +
  +#   make sure all essential installation tools are available
   for tool in sed mkdir dd tar chown chgrp; do
  -found=0
  +found=no
   case $tool in
   /* )
   if [ -f $tool ]; then
  -found=1
  +found=yes
   fi
   ;;
   * )
   for p in `IFS=:; echo $PATH`; do
   if [ -f $p/$tool ]; then
  -found=1
  +found=yes
   break
   fi
   done
   ;;
   esac
  -if [ $found -eq 0 ]; then
  -echo $me: unable to find tool \$tool\ 12
  +if [ .$found = .no ]; then
  +echo $l_me:ERROR: unable to find installation tool \$tool\ 12
   exit 1
   fi
   done
   
  -#   parse command line options
  -for opt
  -do
  -case $opt in
  --*=*) arg=`echo $opt | sed 's/^[-_a-zA

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

2003-10-31 Thread Ralf S. Engelschall
On Fri, Oct 31, 2003, Michael Schloh wrote:

 [...]
 Fix build failure when native CPP program is busted or not correctly
 identified during configure
 [...]
  CC=${l_cc} \
   +  CXX=${l_cxx} \
  CFLAGS=-I`pwd`/../zlib-%{V_zlib} \
  CPPFLAGS=-I`pwd`/../zlib-%{V_zlib} \
  LDFLAGS=-L`pwd`/../zlib-%{V_zlib} \

Be more careful here: the openpkg.spec is not allowed to use %{l_cxx}
or the ${l_cxx} variable, because it is not provided by openpkg.boot!
openpkg.spec is only allowed to use _basic_ features of RPM which all
have to be emulated by openpkg.boot in case of bootstrapping. I'll back
this out, especially because cURL is C only and does not use C++ -- it
is a failure of its Autoconf stuff to also search (and on some platforms
fail) for C++...

   Ralf S. Engelschall
   [EMAIL PROTECTED]
   www.engelschall.com

__
The OpenPKG Projectwww.openpkg.org
Developer Communication List   [EMAIL PROTECTED]


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

2003-10-31 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:   31-Oct-2003 17:34:25
  Branch: HEAD Handle: 2003103116342500

  Modified files:
openpkg-src/openpkg openpkg.spec

  Log:
the openpkg.spec is not allowed to use l_cxx, because it is not
provided by openpkg.boot

  Summary:
RevisionChanges Path
1.242   +0  -1  openpkg-src/openpkg/openpkg.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/openpkg/openpkg.spec
  
  $ cvs diff -u -r1.241 -r1.242 openpkg.spec
  --- openpkg-src/openpkg/openpkg.spec  31 Oct 2003 16:20:11 -  1.241
  +++ openpkg-src/openpkg/openpkg.spec  31 Oct 2003 16:34:25 -  1.242
  @@ -509,7 +509,6 @@
   echo 'lt_cv_sys_max_cmd_len=100'
 ) config.cache
 CC=${l_cc} \
  -  CXX=${l_cxx} \
 CFLAGS=-I`pwd`/../zlib-%{V_zlib} \
 CPPFLAGS=-I`pwd`/../zlib-%{V_zlib} \
 LDFLAGS=-L`pwd`/../zlib-%{V_zlib} \
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


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

2003-10-31 Thread Michael Schloh von Bennewitz
On Fri, Oct 31, 2003, Ralf S. Engelschall wrote:
 On Fri, Oct 31, 2003, Michael Schloh wrote:

 [...]
 Fix build failure when native CPP program is busted or not correctly
 identified during configure
 [...]
  CC=${l_cc} \
   +  CXX=${l_cxx} \
  CFLAGS=-I`pwd`/../zlib-%{V_zlib} \
  CPPFLAGS=-I`pwd`/../zlib-%{V_zlib} \
  LDFLAGS=-L`pwd`/../zlib-%{V_zlib} \

 Be more careful here: the openpkg.spec is not allowed to use %{l_cxx}
 or the ${l_cxx} variable, because it is not provided by openpkg.boot!

Thanks for checking that out. Only now our curl package is not consistent
with the openpkg package. Not nice, but maybe necessary.

 I'll back this out, especially because cURL is C only and does not use
 C++. -- it is a failure of its Autoconf stuff to also search (and on
 some platforms fail) for C++...

I partially agree, but I assume that the author might have put the C++ check
in for some reason. It mentions something about this (building cURL's C code
with a C++ compiler) in the cURL docs.

It would be nice to just do CPP=${l_cc} -E there, but an additional
problem is that the configure script picks up CPP when checking on 'cc', but
not when checking on 'c++'.

-- 
[EMAIL PROTECTED]
Development Team, Operations Northern Europe
Cable  Wireless Telecommunications Services GmbH


pgp0.pgp
Description: PGP signature


Re: [CVS] OpenPKG: openpkg-src/curl/ curl.spec openpkg-web/ news.txt

2003-10-31 Thread Michael Schloh von Bennewitz
On Fri, Oct 31, 2003, Ralf S. Engelschall wrote:
 On Fri, Oct 31, 2003, Michael Schloh wrote:

 Unfortunately needs a standard CPP program that some OS fail to
 provide, so use that of GCC

 Wait a little bit on those issues, Michael. We have many more similar
 packages which fail with the same error under Solaris 10 and I'm still
 not convinced that adding the GCC dependency is the correct and most
 reasonable solution.

I don't see many options in this case (a broken 'cpp' - or even none at
all), but of course a better solution would be nice. I'll be happy to
see what you come up with this time. 

Schoenes Wochenende,
Michael



pgp0.pgp
Description: PGP signature


[OpenPKG] Version Tracking Report (2003-10-31 19:36)

2003-10-31 Thread OpenPKG Version Tracker
 OpenPKG Version Tracking Report
 ===

 Reporting Time:2003-10-31 19:36
 Tracking Duration: 0:36:09 (H:M:S)
 Tracking Input:918 sources (612 packages)
 Tracking Result:   868 up-to-date, 11 out-dated, 39 error

 The following 11 sources were determined to be out-dated because newer
 vendor versions were found. Upgrade the corresponding OpenPKG packages.

 - - -
 Package   Old Version   New Version  
 - - -
 cfengine  2.0.8 2.1.0
 gqview1.3.3 1.3.4
 gtk2  2.2.4 2.3.0
 linkchecker   1.9.4 1.9.5
 mng   1.0.5 1.0.6 [1]
 perl-tk:Tk-TreeGraph  1.024 1.026
 postgresql:libpqxx1.5.1 2.0.0
 proftpd   1.2.9rc3  1.2.9
 scribus   1.1.1 1.1.2
 uvscan:datfiles   4300  4301
 xine-lib  1-rc1 1-rc2 [2]
 - - -
 [1] mng: rse: 1.0.6 as of 19-Oct-2003 had no pre-generated Autoconf/Automake files at 
all
 [2] xine-lib: rse: 1-rc2: FBIOVERTICAL undeclared

 The following 39 sources could not be successfully checked because
 an error occurred while processing. Keep at least an eye on them.

 - - -
 Package   Old Version   Error
 - - -
 calamaris 2.58  regex didn't match (pro..
 cdrecord:cdrtools 2.00.3connection failed or ti..
 cocor 17connection failed or ti..
 cups  1.1.192nd connection failed o..
 dia   0.92.11st connection failed o..
 expect:tcl8.4.4 connection failed or ti..
 flex:release  2.5.4aconnection failed or ti..
 gcc32:bounds  3.2.3-1.01regex didn't match (pro..
 glimpse   4.17.4latest version online [1]
 imlib 1.9.141st connection failed o..
 kde-qt3.1.2 connection failed or ti..
 libart2.3.161st connection failed o..
 libidl0.8.2 1st connection failed o..
 libmikmod 3.1.10connection failed or ti..
 max   7.4.2 regex didn't match (pro..
 mkisofs:cdrtools  2.00.3connection failed or ti..
 mozilla   1.5   1st connection failed o..
 nessus-libs:libnasl   2.0.8alatest version online l..
 nessus-libs:nessus-libraries 2.0.8alatest version online l..
 nessus-tool:nessus-core   2.0.8alatest version online l..
 nessus-tool:nessus-plugins 2.0.8alatest version online l..
 nspr  4.3   1st connection failed o..
 ocaml 3.07  regex didn't match (pro..
 orbit 0.5.17connection failed or ti..
 orbit22.9.0 1st connection failed o..
 patch:alpha   2.5.9 connection failed or ti..
 postfix:pfixtls   0.8.16-2.0.16-0.9.7b  connection failed or ti..
 postgresql7.3.4 1st connection failed o..
 postgresql:psqlodbc   07.03.0200connection failed or ti..
 rdist 7.0.0-alpha10 connection failed or ti..
 ruby  1.8.0 connection failed or ti..
 smtpfeed  1.18  connection failed or  [2]
 suck  4.3.2 connection failed or  [3]
 sysmon0.91.20   connection failed or ti..
 tcl:tcl   8.4.4 connection failed or ti..
 tcl:tk8.4.4 connection failed or ti..
 tomcat4-adapter   4.1.242nd regex didn't match ..
 tsmc:solaris  22658 2nd regex didn't matc [4]
 vcheck1.2.1 regex didn't match (p [5]

[CVS] OpenPKG: openpkg-re/vcheck/ vc.gqview openpkg-src/gqview/ gqview...

2003-10-31 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 openpkg-web openpkg$ Date:   31-Oct-2003 20:10:56
  Branch: HEAD Handle: 2003103119105402

  Modified files:
openpkg-re/vcheck   vc.gqview
openpkg-src/gqview  gqview.spec
openpkg-web news.txt

  Log:
upgrading package: gqview 1.3.3 - 1.3.4

  Summary:
RevisionChanges Path
1.2 +1  -1  openpkg-re/vcheck/vc.gqview
1.3 +2  -2  openpkg-src/gqview/gqview.spec
1.7250  +1  -0  openpkg-web/news.txt
  

  patch -p0 '@@ .'
  Index: openpkg-re/vcheck/vc.gqview
  
  $ cvs diff -u -r1.1 -r1.2 vc.gqview
  --- openpkg-re/vcheck/vc.gqview   27 Oct 2003 14:56:25 -  1.1
  +++ openpkg-re/vcheck/vc.gqview   31 Oct 2003 19:10:54 -  1.2
  @@ -2,7 +2,7 @@
   }
   
   prog gqview = {
  -  version   = 1.3.3
  +  version   = 1.3.4
 url   = http://gqview.sourceforge.net/view-down.html
 regex = gqview-(__VER__)\.tar\.gz
   }
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/gqview/gqview.spec
  
  $ cvs diff -u -r1.2 -r1.3 gqview.spec
  --- openpkg-src/gqview/gqview.spec27 Oct 2003 18:50:21 -  1.2
  +++ openpkg-src/gqview/gqview.spec31 Oct 2003 19:10:56 -  1.3
  @@ -32,8 +32,8 @@
   Distribution: OpenPKG [EVAL]
   Group:Graphics
   License:  GPL
  -Version:  1.3.3
  -Release:  20031027
  +Version:  1.3.4
  +Release:  20031031
   
   #   list of sources
   Source0:  
http://osdn.dl.sourceforge.net/sourceforge/gqview/gqview-%{version}.tar.gz
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-web/news.txt
  
  $ cvs diff -u -r1.7249 -r1.7250 news.txt
  --- openpkg-web/news.txt  31 Oct 2003 15:52:51 -  1.7249
  +++ openpkg-web/news.txt  31 Oct 2003 19:10:54 -  1.7250
  @@ -1,3 +1,4 @@
  +31-Oct-2003: Upgraded package: Pgqview-1.3.4-20031031
   31-Oct-2003: Upgraded package: Pcurl-7.10.7-20031031
   31-Oct-2003: Upgraded package: Ptla-1.1pre8-20031031
   31-Oct-2003: Upgraded package: Popenmotif-2.2.2-20031031
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


[CVS] OpenPKG: openpkg-re/vcheck/ vc.linkchecker openpkg-src/linkcheck...

2003-10-31 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 openpkg-web openpkg$ Date:   31-Oct-2003 20:11:31
  Branch: HEAD Handle: 2003103119112902

  Modified files:
openpkg-re/vcheck   vc.linkchecker
openpkg-src/linkchecker linkchecker.spec
openpkg-web news.txt

  Log:
upgrading package: linkchecker 1.9.4 - 1.9.5

  Summary:
RevisionChanges Path
1.34+1  -1  openpkg-re/vcheck/vc.linkchecker
1.43+2  -2  openpkg-src/linkchecker/linkchecker.spec
1.7251  +1  -0  openpkg-web/news.txt
  

  patch -p0 '@@ .'
  Index: openpkg-re/vcheck/vc.linkchecker
  
  $ cvs diff -u -r1.33 -r1.34 vc.linkchecker
  --- openpkg-re/vcheck/vc.linkchecker  22 Oct 2003 19:11:43 -  1.33
  +++ openpkg-re/vcheck/vc.linkchecker  31 Oct 2003 19:11:29 -  1.34
  @@ -2,7 +2,7 @@
   }
   
   prog linkchecker = {
  -  version   = 1.9.4
  +  version   = 1.9.5
 url   = http://prdownloads.sourceforge.net/linkchecker/
 regex = linkchecker-(__VER__)\.tar\.gz
   }
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/linkchecker/linkchecker.spec
  
  $ cvs diff -u -r1.42 -r1.43 linkchecker.spec
  --- openpkg-src/linkchecker/linkchecker.spec  22 Oct 2003 19:11:45 -  1.42
  +++ openpkg-src/linkchecker/linkchecker.spec  31 Oct 2003 19:11:31 -  1.43
  @@ -24,7 +24,7 @@
   ##
   
   #   package version
  -%define   V_linkchecker 1.9.4
  +%define   V_linkchecker 1.9.5
   %define   V_pydns   2.3.0
   
   #   package information
  @@ -37,7 +37,7 @@
   Group:Misc
   License:  GPL
   Version:  %{V_linkchecker}
  -Release:  20031022
  +Release:  20031031
   
   #   list of sources
   Source0:  
http://osdn.dl.sourceforge.net/linkchecker/linkchecker-%{V_linkchecker}.tar.gz
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-web/news.txt
  
  $ cvs diff -u -r1.7250 -r1.7251 news.txt
  --- openpkg-web/news.txt  31 Oct 2003 19:10:54 -  1.7250
  +++ openpkg-web/news.txt  31 Oct 2003 19:11:29 -  1.7251
  @@ -1,3 +1,4 @@
  +31-Oct-2003: Upgraded package: Plinkchecker-1.9.5-20031031
   31-Oct-2003: Upgraded package: Pgqview-1.3.4-20031031
   31-Oct-2003: Upgraded package: Pcurl-7.10.7-20031031
   31-Oct-2003: Upgraded package: Ptla-1.1pre8-20031031
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


[CVS] OpenPKG: openpkg-re/vcheck/ vc.proftpd openpkg-src/proftpd/ prof...

2003-10-31 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 openpkg-web openpkg$ Date:   31-Oct-2003 20:13:50
  Branch: HEAD Handle: 2003103119134802

  Modified files:
openpkg-re/vcheck   vc.proftpd
openpkg-src/proftpd proftpd.spec
openpkg-web news.txt

  Log:
upgrading package: proftpd 1.2.9rc3 - 1.2.9

  Summary:
RevisionChanges Path
1.9 +1  -1  openpkg-re/vcheck/vc.proftpd
1.75+3  -3  openpkg-src/proftpd/proftpd.spec
1.7252  +1  -0  openpkg-web/news.txt
  

  patch -p0 '@@ .'
  Index: openpkg-re/vcheck/vc.proftpd
  
  $ cvs diff -u -r1.8 -r1.9 vc.proftpd
  --- openpkg-re/vcheck/vc.proftpd  16 Oct 2003 09:37:42 -  1.8
  +++ openpkg-re/vcheck/vc.proftpd  31 Oct 2003 19:13:48 -  1.9
  @@ -2,7 +2,7 @@
   }
   
   prog proftpd = {
  -  version   = 1.2.9rc3
  +  version   = 1.2.9
 url   = ftp://ftp.proftpd.net/distrib/source/
 regex = proftpd-(__VER__)\.tar\.bz2
   }
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/proftpd/proftpd.spec
  
  $ cvs diff -u -r1.74 -r1.75 proftpd.spec
  --- openpkg-src/proftpd/proftpd.spec  16 Oct 2003 09:37:44 -  1.74
  +++ openpkg-src/proftpd/proftpd.spec  31 Oct 2003 19:13:50 -  1.75
  @@ -32,8 +32,8 @@
   Distribution: OpenPKG [BASE]
   Group:FTP
   License:  GPL
  -Version:  1.2.9rc3
  -Release:  20031016
  +Version:  1.2.9
  +Release:  20031031
   
   #   package options
   %option   with_ifsession  no
  @@ -181,7 +181,7 @@
   %endif
   
   #   build ProFTPd programs
  -%{l_make} %{l_mflags -O}
  +%{l_make} %{l_mflags}
   
   %install
   rm -rf $RPM_BUILD_ROOT
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-web/news.txt
  
  $ cvs diff -u -r1.7251 -r1.7252 news.txt
  --- openpkg-web/news.txt  31 Oct 2003 19:11:29 -  1.7251
  +++ openpkg-web/news.txt  31 Oct 2003 19:13:49 -  1.7252
  @@ -1,3 +1,4 @@
  +31-Oct-2003: Upgraded package: Pproftpd-1.2.9-20031031
   31-Oct-2003: Upgraded package: Plinkchecker-1.9.5-20031031
   31-Oct-2003: Upgraded package: Pgqview-1.3.4-20031031
   31-Oct-2003: Upgraded package: Pcurl-7.10.7-20031031
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


[CVS] OpenPKG: openpkg-src/uvscan/ uvscan.spec openpkg-web/ news.txt

2003-10-31 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 openpkg-web  Date:   31-Oct-2003 20:15:59
  Branch: HEAD Handle: 2003103119155603

  Modified files:
openpkg-src/uvscan  uvscan.spec
openpkg-web news.txt

  Log:
upgrading package: uvscan 4.24+4300 - 4.24+4301

  Summary:
RevisionChanges Path
1.122   +2  -2  openpkg-src/uvscan/uvscan.spec
1.7253  +1  -0  openpkg-web/news.txt
  

  patch -p0 '@@ .'
  Index: openpkg-src/uvscan/uvscan.spec
  
  $ cvs diff -u -r1.121 -r1.122 uvscan.spec
  --- openpkg-src/uvscan/uvscan.spec30 Oct 2003 08:12:07 -  1.121
  +++ openpkg-src/uvscan/uvscan.spec31 Oct 2003 19:15:59 -  1.122
  @@ -26,7 +26,7 @@
   #   package versions
   %define   V_engine  4.24
   %define   V_engine_comp 424
  -%define   V_datfiles4300
  +%define   V_datfiles4301
   
   #   package information
   Name: uvscan
  @@ -38,7 +38,7 @@
   Group:Filesystem
   License:  Commercial/Free-Trial
   Version:  %{V_engine}+%{V_datfiles}
  -Release:  20031030
  +Release:  20031031
   
   #   list of sources
   Source0:  ftp://ftp.nai.com/pub/antivirus/datfiles/4.x/dat-%{V_datfiles}.tar
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-web/news.txt
  
  $ cvs diff -u -r1.7252 -r1.7253 news.txt
  --- openpkg-web/news.txt  31 Oct 2003 19:13:49 -  1.7252
  +++ openpkg-web/news.txt  31 Oct 2003 19:15:56 -  1.7253
  @@ -1,3 +1,4 @@
  +31-Oct-2003: Upgraded package: Puvscan-4.24+4301-20031031
   31-Oct-2003: Upgraded package: Pproftpd-1.2.9-20031031
   31-Oct-2003: Upgraded package: Plinkchecker-1.9.5-20031031
   31-Oct-2003: Upgraded package: Pgqview-1.3.4-20031031
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


[CVS] OpenPKG: openpkg-re/vcheck/ vc.perl-tk openpkg-src/perl-tk/ perl...

2003-10-31 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 openpkg-web openpkg$ Date:   31-Oct-2003 20:16:34
  Branch: HEAD Handle: 2003103119163103

  Modified files:
openpkg-re/vcheck   vc.perl-tk
openpkg-src/perl-tk perl-tk.spec
openpkg-web news.txt

  Log:
upgrading package: perl-tk 20031028 - 20031031

  Summary:
RevisionChanges Path
1.21+1  -1  openpkg-re/vcheck/vc.perl-tk
1.36+3  -3  openpkg-src/perl-tk/perl-tk.spec
1.7254  +1  -0  openpkg-web/news.txt
  

  patch -p0 '@@ .'
  Index: openpkg-re/vcheck/vc.perl-tk
  
  $ cvs diff -u -r1.20 -r1.21 vc.perl-tk
  --- openpkg-re/vcheck/vc.perl-tk  28 Oct 2003 18:52:09 -  1.20
  +++ openpkg-re/vcheck/vc.perl-tk  31 Oct 2003 19:16:31 -  1.21
  @@ -132,7 +132,7 @@
 regex = Tk-TIFF-(__VER__)\.tar\.gz
   }
   prog perl-tk:Tk-TreeGraph = {
  -  version   = 1.024
  +  version   = 1.026
 url   = http://www.cpan.org/modules/by-module/Tk/
 regex = Tk-TreeGraph-(__VER__)\.tar\.gz
   }
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/perl-tk/perl-tk.spec
  
  $ cvs diff -u -r1.35 -r1.36 perl-tk.spec
  --- openpkg-src/perl-tk/perl-tk.spec  28 Oct 2003 18:52:11 -  1.35
  +++ openpkg-src/perl-tk/perl-tk.spec  31 Oct 2003 19:16:34 -  1.36
  @@ -51,7 +51,7 @@
   %define   V_tk_splashscreen  1.0
   %define   V_tk_task  1.1
   %define   V_tk_textansicolor 0.15
  -%define   V_tk_treegraph 1.024
  +%define   V_tk_treegraph 1.026
   %define   V_tk_workspace 1.75
   %define   V_tk_worldcanvas   1.2.7
   
  @@ -64,8 +64,8 @@
   Distribution: OpenPKG [BASE]
   Group:Language
   License:  GPL/Artistic
  -Version:  20031028
  -Release:  20031028
  +Version:  20031031
  +Release:  20031031
   
   #   list of sources
   Source0:  http://www.cpan.org/modules/by-module/Tk/Tk-%{V_tk}.tar.gz
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-web/news.txt
  
  $ cvs diff -u -r1.7253 -r1.7254 news.txt
  --- openpkg-web/news.txt  31 Oct 2003 19:15:56 -  1.7253
  +++ openpkg-web/news.txt  31 Oct 2003 19:16:31 -  1.7254
  @@ -1,3 +1,4 @@
  +31-Oct-2003: Upgraded package: Pperl-tk-20031031-20031031
   31-Oct-2003: Upgraded package: Puvscan-4.24+4301-20031031
   31-Oct-2003: Upgraded package: Pproftpd-1.2.9-20031031
   31-Oct-2003: Upgraded package: Plinkchecker-1.9.5-20031031
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


tcpwrappers

2003-10-31 Thread Matthias Kurz

Hi.

Is anybody working on tcpwrappers for Solaris ?
I got it to compile, but it does not work as expected, so one needs
to do some debugging. I'm going to do this, when nobody speeks up.


   (mk)

-- 
Matthias Kurz; Fuldastr. 3; D-28199 Bremen; VOICE +49 421 53 600 47
Im prämotorischen Cortex kann jeder ein Held sein. (bdw) 
__
The OpenPKG Projectwww.openpkg.org
Developer Communication List   [EMAIL PROTECTED]


Re: tcpwrappers

2003-10-31 Thread Bill Campbell
On Fri, Oct 31, 2003, Matthias Kurz wrote:

Hi.

Is anybody working on tcpwrappers for Solaris ?
I got it to compile, but it does not work as expected, so one needs
to do some debugging. I'm going to do this, when nobody speeks up.

I haven't tried it, but do know that there was a bigendian issue
with the RBL patch to tcp_wrappers.

Bill
--
INTERNET:   [EMAIL PROTECTED]  Bill Campbell; Celestial Software LLC
UUCP:   camco!bill  PO Box 820; 6641 E. Mercer Way
FAX:(206) 232-9186  Mercer Island, WA 98040-0820; (206) 236-1676
URL: http://www.celestial.com/

``We shouldn't elect a President;  we should elect a magician.''
Will Rogers
__
The OpenPKG Projectwww.openpkg.org
Developer Communication List   [EMAIL PROTECTED]


Re: tcpwrappers

2003-10-31 Thread Ralf S. Engelschall
On Fri, Oct 31, 2003, Bill Campbell wrote:

 Is anybody working on tcpwrappers for Solaris ?
 I got it to compile, but it does not work as expected, so one needs
 to do some debugging. I'm going to do this, when nobody speeks up.

 I haven't tried it, but do know that there was a bigendian issue
 with the RBL patch to tcp_wrappers.

For those and similar reasons I've not included the RBL patch in our
tcpwrappers package for now. But anyway, what patches for Solaris are
available? Perhaps we can already start including those...

   Ralf S. Engelschall
   [EMAIL PROTECTED]
   www.engelschall.com

__
The OpenPKG Projectwww.openpkg.org
Developer Communication List   [EMAIL PROTECTED]


[CVS] OpenPKG: openpkg-src/openpkg/ HISTORY platform

2003-10-31 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:   31-Oct-2003 22:05:17
  Branch: HEAD Handle: 2003103121051700

  Modified files:
openpkg-src/openpkg HISTORY platform

  Log:
upgrade to latest OSSP platform script version

  Summary:
RevisionChanges Path
1.86+1  -0  openpkg-src/openpkg/HISTORY
1.12+27 -9  openpkg-src/openpkg/platform
  

  patch -p0 '@@ .'
  Index: openpkg-src/openpkg/HISTORY
  
  $ cvs diff -u -r1.85 -r1.86 HISTORY
  --- openpkg-src/openpkg/HISTORY   31 Oct 2003 16:29:37 -  1.85
  +++ openpkg-src/openpkg/HISTORY   31 Oct 2003 21:05:17 -  1.86
  @@ -2,6 +2,7 @@
   2003
   
   
  +20031031 upgrade to latest OSSP platform script version
   20031031 work-off aux.wrap{src,bin}.sh scripts and internal documentation in README
   20031029 switch from uncompressed binary tarball to compressed tarball in tarball 
encapsulation
   20031029 switch from uuencoded to raw tarballs for source/binary .sh files (30% 
space reduction)
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/openpkg/platform
  
  $ cvs diff -u -r1.11 -r1.12 platform
  --- openpkg-src/openpkg/platform  28 Oct 2003 09:37:34 -  1.11
  +++ openpkg-src/openpkg/platform  31 Oct 2003 21:05:17 -  1.12
  @@ -1,5 +1,5 @@
   ##
  -##  OSSP platform - Platform Identification
  +##  OSSP platform - Unix Platform Identification
   ##  Copyright (c) 2003 The OSSP Project http://www.ossp.org/
   ##  Copyright (c) 2003 Ralf S. Engelschall [EMAIL PROTECTED]
   ##
  @@ -29,7 +29,7 @@
   prog_cmd=platform
   prog_name=OSSP platform
   prog_vers=0.1.0
  -prog_date=06-Sep-2003
  +prog_date=30-Oct-2003
   
   ##  _
   ##
  @@ -384,7 +384,10 @@
   #   determine architecture
   AT=${UNAME_MACHINE}
   case ${AT} in
  -   x86_64 ) AT='AMD64' ;;
  +   ia64 ) AT=IA64   ;;
  +   x86_64   ) AT='AMD64'  ;;
  +   parisc   ) AT=HPPA32 ;;
  +   parisc64 ) AT=HPPA64 ;;
   esac
   AP=${AT}
   case ${AP} in
  @@ -513,7 +516,7 @@
   ST=[SGI ]IRIX ${v}
   v=${UNAME_RELEASE}
   SP=[SGI ]IRIX ${v}
  -SC=4.2BSD${opt_C}SVR3
  +SC=4.2BSD/SVR3
   ;;
   
   #   HP HP-UX
  @@ -545,7 +548,7 @@
   AC=${AP}
   #   determine system
   v=`echo ${UNAME_RELEASE} | sed -e 's;^[^0-9]*;;'`
  -ST=[HP ]HP-UX ${v}
  +ST=[HP ]HP-UX ${v}
   SP=${ST}
   case ${v} in
   10.*   ) SC=SVR4.2 ;;
  @@ -573,12 +576,27 @@
   
   #   IBM AIX
   *:AIX:* )
  -AT=${UNAME_MACHINE}
  +cpu_arch=rs6000
  +if [ -x /usr/sbin/lsdev -a -x /usr/sbin/lsattr ]; then
  +cpu_id=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ 
print $1 }'`
  +if [ .`/usr/sbin/lsattr -El ${cpu_id} | grep -i powerpc` != . ]; then
  +cpu_arch=powerpc
  +fi
  +fi
  +if [ -x /usr/bin/oslevel ]; then
  +os_level=`/usr/bin/oslevel`
  +else
  +os_level=`uname -r`.`uname -v`
  +fi
  +os_level=`echo ${os_level} |\
  +  sed -e 
's;^\([0-9][0-9]*\.[0-9][0-9]*\)\(\.[0-9][0-9]*\)\(.*\)$;\1\2[\3];' \
  +  -e 's;^\([0-9][0-9]*\.[0-9][0-9]*\)\(.*\)$;\1\2;'`
  +AT=${cpu_arch}
   AP=${AT}
   AC=${AP}
  -ST=[IBM ]AIX ${UNAME_RELEASE}
  +ST=[IBM ]AIX ${os_level}
   SP=${ST}
  -case ${UNAME_RELEASE} in
  +case ${os_level} in
   [12]* ) SC=SVR2 ;;
   * ) SC=SVR4 ;;
   esac
  @@ -597,7 +615,7 @@
   esac
   ST=[Apple ]${UNAME_SYSTEM} ${UNAME_RELEASE}
   SP=${ST}
  -SC=4.4BSD${opt_C}Mach3
  +SC=4.4BSD/Mach3
   ;;
   
   #   TODO ...ADD YOUR NEW PLATFORM CHECK HERE... TODO
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


Re: tcpwrappers

2003-10-31 Thread Matthias Kurz
On Fri, Oct 31, 2003, Bill Campbell wrote:

 On Fri, Oct 31, 2003, Matthias Kurz wrote:
 
 Hi.
 
 Is anybody working on tcpwrappers for Solaris ?
 I got it to compile, but it does not work as expected, so one needs
 to do some debugging. I'm going to do this, when nobody speeks up.
 
 I haven't tried it, but do know that there was a bigendian issue
 with the RBL patch to tcp_wrappers.

Ahhh, thanks for the hint (something unusual). Actually, my problems seem
to be related to IPv6. When i change the protocol in /etc/inetd.conf from
tcp6 (IPv6) to tcp (IPv4) it works... Now i'm going to investigate what
the real problem is...

   (mk)


 Bill
 --
 INTERNET:   [EMAIL PROTECTED]  Bill Campbell; Celestial Software LLC
 UUCP:   camco!bill  PO Box 820; 6641 E. Mercer Way
 FAX:(206) 232-9186  Mercer Island, WA 98040-0820; (206) 236-1676
 URL: http://www.celestial.com/
 
 ``We shouldn't elect a President;  we should elect a magician.''
 Will Rogers
-- 
Matthias Kurz; Fuldastr. 3; D-28199 Bremen; VOICE +49 421 53 600 47
  `` GO ! Buy an american President. It pays back ! ''
  `` http://www.spiegel.de/wirtschaft/0,1518,271957,00.html ''
__
The OpenPKG Projectwww.openpkg.org
Developer Communication List   [EMAIL PROTECTED]


[OpenPKG] Version Tracking Report (2003-11-01 07:28)

2003-10-31 Thread OpenPKG Version Tracker
 OpenPKG Version Tracking Report
 ===

 Reporting Time:2003-11-01 07:28
 Tracking Duration: 0:27:37 (H:M:S)
 Tracking Input:918 sources (612 packages)
 Tracking Result:   876 up-to-date, 8 out-dated, 34 error

 The following 8 sources were determined to be out-dated because newer
 vendor versions were found. Upgrade the corresponding OpenPKG packages.

 - - -
 Package   Old Version   New Version  
 - - -
 cfengine  2.0.8 2.1.0
 gtk2  2.2.4 2.3.0
 mng   1.0.5 1.0.6 [1]
 openpkg:tar   1.13.25   1.13.90
 postgresql:libpqxx1.5.1 2.0.0
 scribus   1.1.1 1.1.2
 uvscan:datfiles   4300  4301
 xine-lib  1-rc1 1-rc2 [2]
 - - -
 [1] mng: rse: 1.0.6 as of 19-Oct-2003 had no pre-generated Autoconf/Automake files at 
all
 [2] xine-lib: rse: 1-rc2: FBIOVERTICAL undeclared

 The following 34 sources could not be successfully checked because
 an error occurred while processing. Keep at least an eye on them.

 - - -
 Package   Old Version   Error
 - - -
 amavisd   20030616-p5   connection failed or ti..
 bar   1.03  regex didn't match (pro..
 calamaris 2.58  regex didn't match (pro..
 cocor 17connection failed or ti..
 cups  1.1.192nd connection failed o..
 expect:tcl8.4.4 connection failed or ti..
 flex:release  2.5.4aconnection failed or ti..
 gcc32:bounds  3.2.3-1.01regex didn't match (pro..
 glimpse   4.17.4latest version online [1]
 kde-qt3.1.2 connection failed or ti..
 libart2.3.162nd connection failed o..
 libmikmod 3.1.10connection failed or ti..
 lyx   1.3.3 connection failed or ti..
 max   7.4.2 regex didn't match (pro..
 mozilla   1.5   1st connection failed o..
 nessus-libs:libnasl   2.0.8alatest version online l..
 nessus-libs:nessus-libraries 2.0.8alatest version online l..
 nessus-tool:nessus-core   2.0.8alatest version online l..
 nessus-tool:nessus-plugins 2.0.8alatest version online l..
 nspr  4.3   1st connection failed o..
 ocaml 3.07  regex didn't match (pro..
 patch:alpha   2.5.9 connection failed or ti..
 postgresql7.3.4 2nd regex didn't match ..
 rdist 7.0.0-alpha10 connection failed or ti..
 siege 2.56  connection failed or ti..
 smtpfeed  1.18  connection failed or  [2]
 suck  4.3.2 connection failed or  [3]
 sysmon0.91.20   connection failed or ti..
 tcl:tcl   8.4.4 connection failed or ti..
 tcl:tk8.4.4 connection failed or ti..
 tomcat4   4.1.27regex didn't match (pro..
 tomcat4-adapter   4.1.242nd regex didn't match ..
 tsmc:solaris  22658 2nd regex didn't matc [4]
 vcheck1.2.1 regex didn't match (p [5]
 - - -
 [1] glimpse: rse: website still does not show latest version
 [2] smtpfeed: thl: master site down and only known mirror is netsw!
 [3] suck: rse: domain expired, still no new home known
 [4] tsmc:solaris: rse: 22658 was 5.1.6.2
 [5] vcheck: rse: webserver currently broken

 The remaining 876 sources were successfully determined to be still
 up to date. No action is required on your part. Just be happy ;)

  OpenPKG Version Tracker