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

2004-06-07 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:   07-Jun-2004 09:13:49
  Branch: HEAD Handle: 2004060708134900

  Modified files:
openpkg-src/grepgrep.spec

  Log:
reduce dependencies to really essential ones

  Summary:
RevisionChanges Path
1.38+11 -5  openpkg-src/grep/grep.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/grep/grep.spec
  
  $ cvs diff -u -r1.37 -r1.38 grep.spec
  --- openpkg-src/grep/grep.spec7 Feb 2004 17:55:20 -   1.37
  +++ openpkg-src/grep/grep.spec7 Jun 2004 07:13:49 -   1.38
  @@ -34,7 +34,7 @@
   Group:Text
   License:  GPL
   Version:  2.5.1
  -Release:  20040207
  +Release:  20040607
   
   #   list of sources
   Source0:  ftp://ftp.gnu.org/gnu/grep/grep-%{version}.tar.gz
  @@ -42,10 +42,10 @@
   #   build information
   Prefix:   %{l_prefix}
   BuildRoot:%{l_buildroot}
  -BuildPreReq:  OpenPKG, openpkg = 20040130, gcc, make, bison
  +BuildPreReq:  OpenPKG, openpkg = 20040130, gcc, make
   PreReq:   OpenPKG, openpkg = 20040130
  -BuildPreReq:  libiconv, pcre, gettext
  -PreReq:   libiconv, pcre, gettext
  +BuildPreReq:  pcre
  +PreReq:   pcre
   AutoReq:  no
   AutoReqProv:  no
   
  @@ -65,13 +65,19 @@
   %setup -q
   
   %build
  +( echo ac_cv_header_libintl_h=no
  +  echo gt_cv_func_gnugettext1_libintl=no
  +) config.cache
   CC=%{l_cc} \
   CFLAGS=%{l_cflags -O} \
   CPPFLAGS=%{l_cppflags} \
   LDFLAGS=%{l_ldflags} \
  +INTLBISON=true \
   %{l_bash} ./configure \
  +--cache-file=./config.cache \
   --prefix=%{l_prefix} \
  ---with-included-gettext
  +--with-included-gettext \
  +--disable-nls
   %{l_make} %{l_mflags -O}
   
   %install
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


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

2004-06-07 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:   07-Jun-2004 09:14:16
  Branch: HEAD Handle: 2004060708141500

  Modified files:
openpkg-src/gmime   gmime.spec

  Log:
upgrading package: gmime 2.1.5 - 2.1.6

  Summary:
RevisionChanges Path
1.38+2  -2  openpkg-src/gmime/gmime.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/gmime/gmime.spec
  
  $ cvs diff -u -r1.37 -r1.38 gmime.spec
  --- openpkg-src/gmime/gmime.spec  26 May 2004 15:17:48 -  1.37
  +++ openpkg-src/gmime/gmime.spec  7 Jun 2004 07:14:15 -   1.38
  @@ -25,7 +25,7 @@
   
   #   package version
   %define   V_major 2.1
  -%define   V_minor 5
  +%define   V_minor 6
   
   #   package information
   Name: gmime
  @@ -38,7 +38,7 @@
   Group:Converter
   License:  GPL
   Version:  %{V_major}.%{V_minor}
  -Release:  20040526
  +Release:  20040607
   
   #   list of sources
   Source0:  
http://spruce.sourceforge.net/gmime/sources/v%{V_major}/gmime-%{version}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


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

2004-06-07 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:   07-Jun-2004 09:14:17
  Branch: HEAD Handle: 2004060708141600

  Modified files:
openpkg-src/xterm   xterm.spec

  Log:
upgrading package: xterm 190 - 191

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

  patch -p0 '@@ .'
  Index: openpkg-src/xterm/xterm.spec
  
  $ cvs diff -u -r1.75 -r1.76 xterm.spec
  --- openpkg-src/xterm/xterm.spec  26 May 2004 07:50:55 -  1.75
  +++ openpkg-src/xterm/xterm.spec  7 Jun 2004 07:14:16 -   1.76
  @@ -24,7 +24,7 @@
   ##
   
   #   package versions
  -%define   V_xterm190
  +%define   V_xterm191
   %define   V_xtermset 0.5.2
   %define   V_xtermcontrol 2.4
   
  @@ -39,7 +39,7 @@
   Group:XWindow
   License:  X11
   Version:  %{V_xterm}
  -Release:  20040526
  +Release:  20040607
   
   #   list of sources
   Source0:  ftp://invisible-island.net/xterm/xterm-%{V_xterm}.tgz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


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

2004-06-07 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:   07-Jun-2004 09:25:31
  Branch: HEAD Handle: 2004060708253000

  Modified files:
openpkg-src/calamaris   calamaris.spec

  Log:
upgrading package: calamaris 2.58 - 2.59

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

  patch -p0 '@@ .'
  Index: openpkg-src/calamaris/calamaris.spec
  
  $ cvs diff -u -r1.13 -r1.14 calamaris.spec
  --- openpkg-src/calamaris/calamaris.spec  7 Feb 2004 17:53:59 -   1.13
  +++ openpkg-src/calamaris/calamaris.spec  7 Jun 2004 07:25:30 -   1.14
  @@ -33,8 +33,8 @@
   Class:PLUS
   Group:Web
   License:  GPL
  -Version:  2.58
  -Release:  20040207
  +Version:  2.59
  +Release:  20040607
   
   #   list of sources
   Source0:  http://cord.de/tools/squid/calamaris/calamaris-%{version}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


[CVS] OpenPKG: openpkg-web/ status.cgi status.wml

2004-06-07 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-web  Date:   07-Jun-2004 10:02:21
  Branch: HEAD Handle: 2004060709022100

  Modified files:
openpkg-web status.cgi status.wml

  Log:
align, resort, update entries for buil farm status page; welcome HPUX

  Summary:
RevisionChanges Path
1.11+8  -6  openpkg-web/status.cgi
1.12+7  -5  openpkg-web/status.wml
  

  patch -p0 '@@ .'
  Index: openpkg-web/status.cgi
  
  $ cvs diff -u -r1.10 -r1.11 status.cgi
  --- openpkg-web/status.cgi14 May 2004 11:11:57 -  1.10
  +++ openpkg-web/status.cgi7 Jun 2004 08:02:21 -   1.11
  @@ -37,11 +37,13 @@
   'ixS91' = { -host = 'dv17', -important = 0 },
   'ixGL1' = { -host = 'dv18', -important = 0 },
   'ixSO9' = { -host = 'dv7',  -important = 1 },
  -'usSO9' = { -host = 'dv9',  -important = 1 },
  +'usSF9' = { -host = 'dv9',  -important = 1 },
  +'usSO9' = { -host = 'dv24', -important = 1 },
   'usSO8' = { -host = 'dv8',  -important = 1 },
   'ixSOX' = { -host = 'dv16', -important = 1 },
   'usSOX' = { -host = 'dv21', -important = 1 },
   'usSO6' = { -host = 'dv13', -important = 0 },
  +'paH11' = { -host = 'dv28', -important = 0 },
   );
   
   my $io = new IO::File status.txt || die;
  @@ -107,11 +109,11 @@
   }
   $log =~ s|^status.log/||s;
   
  -if ( $host eq -- 
  - $#log = 0 
  - `tail -1 $log[0]` =~ /^Build End:/) {
  -$host = OK;
  -}
  +#if ( $host eq -- 
  +# $#log = 0 
  +# `tail -1 $log[0]` =~ /^Build End:/) {
  +#$host = OK;
  +#}
   
   my $important = ($class eq CORE or 
$id2host{$idlist[$n]}-{-important});
   if ($host eq OK) {
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-web/status.wml
  
  $ cvs diff -u -r1.11 -r1.12 status.wml
  --- openpkg-web/status.wml14 May 2004 11:11:57 -  1.11
  +++ openpkg-web/status.wml7 Jun 2004 08:02:21 -   1.12
  @@ -30,17 +30,19 @@
   trtddv6/td  tdnbsp;nbsp;bixDL3/b/td 
tdnbsp;nbsp;bix86-debian3.0/b/td  tdnbsp;nbsp;Debian 
GNU/Linux 3.0/td tdnbsp;nbsp;supported/td/tr
   trtddv19/td tdnbsp;nbsp;bixDLT/b/td 
tdnbsp;nbsp;bix86-debian3.1/b/td  tdnbsp;nbsp;Debian 
GNU/Linux 3.1-pre/td tdnbsp;nbsp;tentative/td/tr
   trtddv4/td  tdnbsp;nbsp;bixRL9/b/td 
tdnbsp;nbsp;bix86-rhl9/b/td   tdnbsp;nbsp;RedHat 
Linux 9/td   tdnbsp;nbsp;obsoleted/td/tr
  -trtddv22/td tdnbsp;nbsp;bixFC2/b/td 
tdnbsp;nbsp;bix86-fedora1.92/b/td tdnbsp;nbsp;RedHat 
Fedora Core 2T3/td   tdnbsp;nbsp;supported/td/tr
  +trtddv22/td tdnbsp;nbsp;bixFC2/b/td 
tdnbsp;nbsp;bix86-fedora2/b/tdtdnbsp;nbsp;RedHat 
Fedora Core 2/td tdnbsp;nbsp;supported/td/tr
   trtddv23/td tdnbsp;nbsp;bixRE3/b/td 
tdnbsp;nbsp;bix86-rhel3/b/td  tdnbsp;nbsp;RedHat 
Enterprise Linux 3 ES/td tdnbsp;nbsp;supported/td/tr
  -trtddv14/td tdnbsp;nbsp;bixS90/b/td 
tdnbsp;nbsp;bix86-suse9.0/b/tdtdnbsp;nbsp;SuSE Linux 
8.2/td   tdnbsp;nbsp;obsoleted/td/tr
  -trtddv17/td tdnbsp;nbsp;bixS91/b/td 
tdnbsp;nbsp;bix86-suse9.1/b/tdtdnbsp;nbsp;SuSE Linux 
9.0/td   tdnbsp;nbsp;supported/td/tr
  -trtddv18/td tdnbsp;nbsp;bixGL1/b/td 
tdnbsp;nbsp;bix86-gentoo1.4.11/b/td   tdnbsp;nbsp;Gentoo 
Linux 1.4/td tdnbsp;nbsp;tentative/td/tr
  +trtddv14/td tdnbsp;nbsp;bixS90/b/td 
tdnbsp;nbsp;bix86-suse9.0/b/tdtdnbsp;nbsp;SuSE Linux 
9.0/td   tdnbsp;nbsp;obsoleted/td/tr
  +trtddv17/td tdnbsp;nbsp;bixS91/b/td 
tdnbsp;nbsp;bix86-suse9.1/b/tdtdnbsp;nbsp;SuSE Linux 
9.1/td   tdnbsp;nbsp;supported/td/tr
  +trtddv18/td tdnbsp;nbsp;bixGL1/b/td 
tdnbsp;nbsp;bix86-gentoo1.4.15/b/td   tdnbsp;nbsp;Gentoo 
Linux 1.4.11/td  tdnbsp;nbsp;tentative/td/tr
   trtddv7/td  tdnbsp;nbsp;bixSO9/b/td 
tdnbsp;nbsp;bix86-solaris9/b/td   tdnbsp;nbsp;Sun 
Solaris 9/x86/tdtdnbsp;nbsp;supported/td/tr
  -trtddv9/td  tdnbsp;nbsp;busSO9/b/td 
tdnbsp;nbsp;bsparc64-solaris9/b/tdtdnbsp;nbsp;Sun 
Solaris 9/tdtdnbsp;nbsp;supported/td/tr
  +trtddv9/td  tdnbsp;nbsp;busSF9/b/td 

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

2004-06-07 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:   07-Jun-2004 10:33:50
  Branch: HEAD Handle: 2004060709334900

  Modified files:
openpkg-src/imagemagick imagemagick.spec

  Log:
upgrading package: imagemagick 6.0.2.0 - 6.0.2.1

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

  patch -p0 '@@ .'
  Index: openpkg-src/imagemagick/imagemagick.spec
  
  $ cvs diff -u -r1.142 -r1.143 imagemagick.spec
  --- openpkg-src/imagemagick/imagemagick.spec  6 Jun 2004 11:14:47 -   1.142
  +++ openpkg-src/imagemagick/imagemagick.spec  7 Jun 2004 08:33:49 -   1.143
  @@ -25,10 +25,10 @@
   
   #   package version
   %define   V_major 6.0.2
  -%define   V_minor 0
  +%define   V_minor 1
   %define   V_dist1 %{V_major}
   %define   V_dist2 %{V_major}-%{V_minor}
  -%define   V_dist  %{V_dist1}
  +%define   V_dist  %{V_dist2}
   
   #   package information
   Name: imagemagick
  @@ -41,7 +41,7 @@
   Group:Graphics
   License:  GPL
   Version:  %{V_major}.%{V_minor}
  -Release:  20040606
  +Release:  20040607
   
   #   package options
   %option   with_perl   no
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


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

2004-06-07 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:   07-Jun-2004 10:34:35
  Branch: HEAD Handle: 2004060709343500

  Modified files:
openpkg-src/bashbash.patch bash.spec

  Log:
make HP-UX make happy

  Summary:
RevisionChanges Path
1.5 +10 -1  openpkg-src/bash/bash.patch
1.48+1  -1  openpkg-src/bash/bash.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/bash/bash.patch
  
  $ cvs diff -u -r1.4 -r1.5 bash.patch
  --- openpkg-src/bash/bash.patch   4 Jun 2004 10:05:47 -   1.4
  +++ openpkg-src/bash/bash.patch   7 Jun 2004 08:34:35 -   1.5
  @@ -171,7 +171,7 @@
   
   Index: configure
   --- configure.orig   2002-07-16 15:31:47.0 +0200
  -+++ configure2004-06-04 11:51:17.0 +0200
   configure2004-06-07 10:31:26.0 +0200
   @@ -1146,6 +1146,7 @@
*-beos*)opt_bash_malloc=no ;;   # they say it's suitable
*-cygwin*)  opt_bash_malloc=no ;;   # Cygnus's CYGWIN environment
  @@ -180,6 +180,15 @@
esac

# memory scrambling on free()
  +@@ -1211,7 +1212,7 @@
  + 
  + else
  + MALLOC_LIB=
  +-MALLOC_LIBRARY=
  ++MALLOC_LIBRARY=dummy
  + MALLOC_LDFLAGS=
  + MALLOC_DEP=
  + fi
   Index: mksyntax.c
   --- mksyntax.c.orig  2002-02-07 15:32:28.0 +0100
   +++ mksyntax.c   2004-06-04 11:53:19.0 +0200
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/bash/bash.spec
  
  $ cvs diff -u -r1.47 -r1.48 bash.spec
  --- openpkg-src/bash/bash.spec4 Jun 2004 10:05:47 -   1.47
  +++ openpkg-src/bash/bash.spec7 Jun 2004 08:34:35 -   1.48
  @@ -40,7 +40,7 @@
   Group:Shell
   License:  GPL
   Version:  %{V_base_real}.%{V_plvl_raw}
  -Release:  20040604
  +Release:  20040607
   
   #   list of sources
   Source0:  ftp://ftp.cwru.edu/pub/bash/bash-%{V_base_real}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


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

2004-06-07 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:   07-Jun-2004 13:59:38
  Branch: HEAD Handle: 2004060712593700

  Modified files:
openpkg-src/l2  l2.spec

  Log:
remove the nonessential and incomplete test for a C++ preprocessor,
but use a substitution instead of a patch for future maintenance
concerns

  Summary:
RevisionChanges Path
1.23+4  -1  openpkg-src/l2/l2.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/l2/l2.spec
  
  $ cvs diff -u -r1.22 -r1.23 l2.spec
  --- openpkg-src/l2/l2.spec22 Apr 2004 15:53:15 -  1.22
  +++ openpkg-src/l2/l2.spec7 Jun 2004 11:59:37 -   1.23
  @@ -34,7 +34,7 @@
   Group:System
   License:  MIT-style
   Version:  0.9.8
  -Release:  20040422
  +Release:  20040607
   
   #   list of sources
   Source0:  ftp://ftp.ossp.org/pkg/lib/l2/l2-%{version}.tar.gz
  @@ -78,6 +78,9 @@
   
   %prep
   %setup -q
  +%{l_shtool} subst \
  +-e '/LINENO: error: C\+\+ preprocessor/{N;N;N;N;s/.*/:/;}' \
  +configure
   
   %build
   CC=%{l_cc} \
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


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

2004-06-07 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:   07-Jun-2004 16:46:40
  Branch: HEAD Handle: 2004060715463901

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

  Log:
repair syntax

  Summary:
RevisionChanges Path
1.5 +3  -3  openpkg-src/cvs/cvs.patch
1.89+1  -1  openpkg-src/cvs/cvs.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/cvs/cvs.patch
  
  $ cvs diff -u -r1.4 -r1.5 cvs.patch
  --- openpkg-src/cvs/cvs.patch 30 Jun 2003 08:40:35 -  1.4
  +++ openpkg-src/cvs/cvs.patch 7 Jun 2004 14:46:39 -   1.5
  @@ -4,7 +4,7 @@

#include assert.h
#include cvs.h
  -+#ifdef SERVER_SUPPORT  HAVE_SYSLOG_H
  ++#if defined(SERVER_SUPPORT)  defined(HAVE_SYSLOG_H)
   +#include syslog.h
   +#include stdarg.h
   +#endif
  @@ -16,8 +16,8 @@
don't use it. */
int option_index = 0;
   +
  -+#ifdef SERVER_SUPPORT  HAVE_SYSLOG_H
  -+/* fsl identification */
  ++#if defined(SERVER_SUPPORT)  defined(HAVE_SYSLOG_H)
  ++/* OSSP fsl identification */
   +openlog(cvs, 0, LOG_DAEMON);
   +#endif

  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/cvs/cvs.spec
  
  $ cvs diff -u -r1.88 -r1.89 cvs.spec
  --- openpkg-src/cvs/cvs.spec  4 Jun 2004 19:15:54 -   1.88
  +++ openpkg-src/cvs/cvs.spec  7 Jun 2004 14:46:40 -   1.89
  @@ -38,7 +38,7 @@
   Group:SCM
   License:  GPL
   Version:  %{V_cvs}
  -Release:  20040604
  +Release:  20040607
   
   #   package options
   %option   with_fsl yes
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]