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

2004-03-24 Thread Torsten Homeyer
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Torsten Homeyer
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   24-Mar-2004 10:04:02
  Branch: HEAD Handle: 2004032409040200

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

  Log:
upgrading package: file 4.07 - 4.08

  Summary:
RevisionChanges Path
1.2 +45 -0  openpkg-src/file/file.patch
1.44+4  -2  openpkg-src/file/file.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/file/file.patch
  
  $ cvs diff -u -r0 -r1.2 file.patch
  --- /dev/null 2004-03-24 10:04:02.0 +0100
  +++ file.patch2004-03-24 10:04:02.0 +0100
  @@ -0,0 +1,45 @@
  +--- config.h.in.orig2004-03-24 08:47:38.0 +0100
   config.h.in 2004-03-24 08:51:39.0 +0100
  +@@ -200,3 +200,9 @@
  + 
  + /* Define to `unsigned' if sys/types.h does not define. */
  + #undef size_t
  ++
  ++/* Define to 1 if you have the `mbrtowc' function. */
  ++#undef HAVE_MBRTOWC
  ++
  ++/* Define to 1 if you have the `wcwidth' function. */
  ++#undef HAVE_WCWIDTH
  +--- configure.in.orig   2004-03-24 08:35:36.0 +0100
   configure.in2004-03-24 08:36:13.0 +0100
  +@@ -97,7 +97,7 @@
  + AC_CHECK_SIZEOF_STDC_HEADERS(uint64_t, 0)
  + 
  + dnl Checks for functions
  +-AC_CHECK_FUNCS(mmap strerror strtoul mkstemp getopt_long utimes utime)
  ++AC_CHECK_FUNCS(mmap strerror strtoul mkstemp getopt_long utimes utime mbrtowc 
wcwidth)
  + 
  + dnl Checks for libraries
  + AC_CHECK_LIB(z,gzopen)
  +--- configure.orig   2004-03-24 09:42:17.0 +0100
   configure2004-03-24 09:42:44.0 +0100
  +@@ -7612,7 +7612,7 @@
  + 
  + 
  + 
  +-for ac_func in mmap strerror strtoul mkstemp getopt_long utimes utime
  ++for ac_func in mmap strerror strtoul mkstemp getopt_long utimes utime mbrtowc 
wcwidth
  + do
  + as_ac_var=`echo ac_cv_func_$ac_func | $as_tr_sh`
  + echo $as_me:$LINENO: checking for $ac_func 5
  +--- src/file.c.orig  2004-03-24 09:22:13.0 +0100
   src/file.c   2004-03-24 09:22:48.0 +0100
  +@@ -453,7 +453,7 @@
  + size_t
  + file_mbswidth(const char *s)
  + {
  +-#ifdef HAVE_WCHAR_H
  ++#if (defined(HAVE_WCHAR_H)  defined (HAVE_MBRTOWC)  defined (HAVE_WCWIDTH))
  + size_t bytesconsumed, old_n, n, width = 0;
  + mbstate_t state;
  + wchar_t nextchar;
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/file/file.spec
  
  $ cvs diff -u -r1.43 -r1.44 file.spec
  --- openpkg-src/file/file.spec7 Feb 2004 17:54:49 -   1.43
  +++ openpkg-src/file/file.spec24 Mar 2004 09:04:02 -  1.44
  @@ -33,11 +33,12 @@
   Class:BASE
   Group:Filesystem
   License:  BSD
  -Version:  4.07
  -Release:  20040207
  +Version:  4.08
  +Release:  20040324
   
   #   list of sources
   Source0:  ftp://ftp.astron.com/pub/file/file-%{version}.tar.gz
  +Patch0:   file.patch
   
   #   build information
   Prefix:   %{l_prefix}
  @@ -62,6 +63,7 @@
   
   %prep
   %setup -q
  +%patch -p0
   
   %build
   %{l_shtool} subst \
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


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

2004-03-24 Thread Torsten Homeyer
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Torsten Homeyer
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   24-Mar-2004 11:48:17
  Branch: HEAD Handle: 2004032410481601

  Added files:
openpkg-src/w3m w3m.patch
  Modified files:
openpkg-src/w3m w3m.spec

  Log:
Fixed -I /OpkgRoot/include for libwc

  Summary:
RevisionChanges Path
1.2 +11 -0  openpkg-src/w3m/w3m.patch
1.51+3  -1  openpkg-src/w3m/w3m.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/w3m/w3m.patch
  
  $ cvs diff -u -r0 -r1.2 w3m.patch
  --- /dev/null 2004-03-24 11:48:17.0 +0100
  +++ w3m.patch 2004-03-24 11:48:17.0 +0100
  @@ -0,0 +1,11 @@
  +--- Makefile.in.orig2004-03-24 11:29:09.0 +0100
   Makefile.in 2004-03-24 11:30:52.0 +0100
  +@@ -35,7 +35,7 @@
  + ETC_DIR = $(sysconfdir)
  + CONF_DIR = $(sysconfdir)/$(PACKAGE)
  + 
  +-CFLAGS = $(OPTS) @CFLAGS@ $(DEFS)
  ++CFLAGS = $(OPTS) @CFLAGS@ -I$(includedir) $(DEFS)
  + WCCFLAGS = @WCCFLAGS@
  + CPPFLAGS = @CPPFLAGS@
  + DEFS = @DEFS@ -I. -I$(top_srcdir) -DAUXBIN_DIR=\$(AUXBIN_DIR)\ \
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/w3m/w3m.spec
  
  $ cvs diff -u -r1.50 -r1.51 w3m.spec
  --- openpkg-src/w3m/w3m.spec  22 Mar 2004 09:14:20 -  1.50
  +++ openpkg-src/w3m/w3m.spec  24 Mar 2004 10:48:17 -  1.51
  @@ -34,10 +34,11 @@
   Group:Web
   License:  BSD
   Version:  0.5
  -Release:  20040322
  +Release:  20040324
   
   #   list of sources
   Source0:  http://osdn.dl.sourceforge.net/sourceforge/w3m/w3m-%{version}.tar.gz
  +Patch0:   w3m.patch
   
   #   build information
   Prefix:   %{l_prefix}
  @@ -65,6 +66,7 @@
   
   %prep
   %setup -q
  +%patch -p0
   %{l_shtool} subst \
   -e 's;^\(#define JP_CHARSET\);/*\1*/;g' \
   fm.h \
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


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

2004-03-24 Thread Torsten Homeyer
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Torsten Homeyer
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   24-Mar-2004 14:08:06
  Branch: HEAD Handle: 2004032413080500

  Modified files:
openpkg-src/vim vim.spec

  Log:
upgrading package: vim 6.2.393 - 6.2.399

  Summary:
RevisionChanges Path
1.304   +8  -2  openpkg-src/vim/vim.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/vim/vim.spec
  
  $ cvs diff -u -r1.303 -r1.304 vim.spec
  --- openpkg-src/vim/vim.spec  23 Mar 2004 17:28:52 -  1.303
  +++ openpkg-src/vim/vim.spec  24 Mar 2004 13:08:05 -  1.304
  @@ -26,7 +26,7 @@
   #   package versions
   %define   V_vl  6.2
   %define   V_vs  62
  -%define   V_pl  393
  +%define   V_pl  399
   
   #   package information
   Name: vim
  @@ -39,7 +39,7 @@
   Group:Editor
   License:  Charityware
   Version:  %{V_vl}.%{V_pl}
  -Release:  20040323
  +Release:  20040324
   
   #   package options
   %option   with_x11no
  @@ -448,6 +448,12 @@
   Patch391: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.391
   Patch392: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.392
   Patch393: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.393
  +Patch394: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.394
  +Patch395: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.395
  +Patch396: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.396
  +Patch397: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.397
  +Patch398: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.398
  +Patch399: ftp://ftp.vim.org/pub/vim/patches/%{V_vl}.399
   
   #   build information
   Prefix:   %{l_prefix}
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


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

2004-03-24 Thread Christoph Schug
 nfiles = 0;
  +   bool posixly_correct = (getenv (POSIXLY_CORRECT) != NULL);
  +-  bool obsolete_usage = (posix2_version ()  200112);
  ++  bool obsolete_usage = (posix2_version ()  200112) || !posixly_correct;
  +   char const *short_options = (obsolete_usage
  +? COMMON_SHORT_OPTIONS y::
  +: COMMON_SHORT_OPTIONS y:);
  +--- src/split.c.orig 2004-01-21 23:27:02.0 +0100
   src/split.c  2004-03-24 15:32:48.0 +0100
  +@@ -498,6 +498,8 @@
  + }
  + 
  +   if (digits_optind  200112 = posix2_version ())
  ++  if (digits_optind  200112 = posix2_version ()
  ++ getenv (POSIXLY_CORRECT))
  + {
  +   char buffer[INT_BUFSIZE_BOUND (uintmax_t)];
  +   char const *a = umaxtostr (n_units, buffer);
  +--- src/tail.c.orig  2004-01-21 23:27:02.0 +0100
   src/tail.c   2004-03-24 15:33:32.0 +0100
  +@@ -1364,7 +1364,7 @@
  +   if (argc  2)
  + return 0;
  + 
  +-  obsolete_usage = (posix2_version ()  200112);
  ++  obsolete_usage = (posix2_version ()  200112) || !getenv (POSIXLY_CORRECT);
  + 
  +   /* If P starts with `+' and the POSIX version predates 1003.1-2001,
  +  or if P starts with `-N' (where N is a digit), or `-l', then it
  +--- src/touch.c.orig 2004-01-21 23:27:02.0 +0100
   src/touch.c  2004-03-24 15:34:28.0 +0100
  +@@ -385,7 +385,7 @@
  +   /* The obsolete `MMDDhhmm[YY]' form is valid IFF there are
  +  two or more non-option arguments.  */
  +   if (!date_set  2 = argc - optind  !STREQ (argv[optind - 1], --)
  +-   posix2_version ()  200112)
  ++   (posix2_version ()  200112 || !getenv (POSIXLY_CORRECT)))
  + {
  +   if (posixtime (newtime.tv_sec, argv[optind], PDS_TRAILING_YEAR))
  + {
  +--- src/unexpand.c.orig  2004-01-21 23:27:02.0 +0100
   src/unexpand.c   2004-03-24 15:35:09.0 +0100
  +@@ -461,7 +461,8 @@
  + }
  + }
  + 
  +-  if (obsolete_tablist  200112 = posix2_version ())
  ++  if (obsolete_tablist  200112 = posix2_version ()
  ++ getenv (POSIXLY_CORRECT))
  + {
  +   error (0, 0,
  +  _(`-LIST' option is obsolete; use `--first-only -t LIST'));
  +--- src/uniq.c.orig  2004-01-21 23:27:02.0 +0100
   src/uniq.c   2004-03-24 15:36:59.0 +0100
  +@@ -446,7 +446,7 @@
  +   {
  + unsigned long int size;
  + if (optarg[0] == '+'
  +- posix2_version ()  200112
  ++ (posix2_version ()  200112 || !getenv (POSIXLY_CORRECT))
  +  xstrtoul (optarg, NULL, 10, size, ) == LONGINT_OK
  +  size = SIZE_MAX)
  +   skip_chars = size;
  +@@ -531,7 +531,8 @@
  + }
  + }
  + 
  +-  if (obsolete_skip_fields  200112 = posix2_version ())
  ++  if (obsolete_skip_fields  200112 = posix2_version ()
  ++ getenv (POSIXLY_CORRECT))
  + {
  +   error (0, 0, _(`-%lu' option is obsolete; use `-f %lu'),
  +  (unsigned long) skip_fields, (unsigned long) skip_fields);
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/coreutils/coreutils.spec
  
  $ cvs diff -u -r1.38 -r1.39 coreutils.spec
  --- openpkg-src/coreutils/coreutils.spec  13 Mar 2004 07:28:06 -  1.38
  +++ openpkg-src/coreutils/coreutils.spec  24 Mar 2004 15:10:20 -  1.39
  @@ -38,7 +38,7 @@
   Group:Utility
   License:  GPL
   Version:  %{V_release}
  -Release:  20040313
  +Release:  20040324
   
   #   package options
   %option   with_legacy  no
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


[CVS] OpenPKG: openpkg-src/samba/ samba.spec smb.conf

2004-03-24 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:   24-Mar-2004 16:14:18
  Branch: HEAD Handle: 2004032415141800

  Modified files:
openpkg-src/samba   samba.spec smb.conf

  Log:
use more reasonable names and values in home dirs

  Summary:
RevisionChanges Path
1.62+1  -1  openpkg-src/samba/samba.spec
1.6 +2  -1  openpkg-src/samba/smb.conf
  

  patch -p0 '@@ .'
  Index: openpkg-src/samba/samba.spec
  
  $ cvs diff -u -r1.61 -r1.62 samba.spec
  --- openpkg-src/samba/samba.spec  7 Feb 2004 17:58:35 -   1.61
  +++ openpkg-src/samba/samba.spec  24 Mar 2004 15:14:18 -  1.62
  @@ -34,7 +34,7 @@
   Group:Filesystem
   License:  GPL
   Version:  2.2.8a
  -Release:  20040207
  +Release:  20040324
   
   #   package options
   %option   with_pam  no
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/samba/smb.conf
  
  $ cvs diff -u -r1.5 -r1.6 smb.conf
  --- openpkg-src/samba/smb.conf24 Jul 2003 14:39:41 -  1.5
  +++ openpkg-src/samba/smb.conf24 Mar 2004 15:14:18 -  1.6
  @@ -61,7 +61,8 @@
   comment  = Home Directories
   browseable   = yes
   read only= no
  -create mode  = 0664
  +create mask  = 0644
  +directory mask   = 0755
   map archive  = no
   
   #   magic share for all printers
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


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

2004-03-24 Thread Christoph Schug
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Christoph Schug
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   24-Mar-2004 16:34:37
  Branch: HEAD Handle: 2004032415343700

  Modified files:
openpkg-src/perl-dbiperl-dbi.spec

  Log:
fixed Oracle support

  Summary:
RevisionChanges Path
1.101   +2  -2  openpkg-src/perl-dbi/perl-dbi.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/perl-dbi/perl-dbi.spec
  
  $ cvs diff -u -r1.100 -r1.101 perl-dbi.spec
  --- openpkg-src/perl-dbi/perl-dbi.spec18 Mar 2004 15:29:58 -  1.100
  +++ openpkg-src/perl-dbi/perl-dbi.spec24 Mar 2004 15:34:37 -  1.101
  @@ -46,7 +46,7 @@
   Group:Language
   License:  GPL/Artistic
   Version:  %{V_perl}
  -Release:  20040318
  +Release:  20040324
   
   #   package options
   %option   with_dbd_mysql   no
  @@ -213,8 +213,8 @@
 exit 1
 ;;
 esac
  +  %{l_prefix}/bin/perl-openpkg configure build install
   ) || exit $?
  -%{l_prefix}/bin/perl-openpkg -d DBD-Oracle-%{V_dbd_oracle} configure build 
install
   %endif
   
   %if %{with_dbd_odbc} == yes
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


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

2004-03-24 Thread Christoph Schug
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Christoph Schug
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   24-Mar-2004 17:05:55
  Branch: HEAD Handle: 2004032416055400

  Modified files:
openpkg-src/webalizer   webalizer.spec

  Log:
fixed DNS resolving db build

  Summary:
RevisionChanges Path
1.18+5  -1  openpkg-src/webalizer/webalizer.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/webalizer/webalizer.spec
  
  $ cvs diff -u -r1.17 -r1.18 webalizer.spec
  --- openpkg-src/webalizer/webalizer.spec  7 Feb 2004 17:59:49 -   1.17
  +++ openpkg-src/webalizer/webalizer.spec  24 Mar 2004 16:05:54 -  1.18
  @@ -38,7 +38,7 @@
   Group:Web
   License:  GPL
   Version:  %{V_here}
  -Release:  20040207
  +Release:  20040324
   
   #   package options
   %option   with_dns   no
  @@ -53,6 +53,10 @@
   PreReq:   OpenPKG, openpkg = 20040130
   BuildPreReq:  gd, png, zlib, db = 4.1.24
   PreReq:   gd, png, zlib, db = 4.1.24
  +%if %{with_dns} == yes
  +BuildPreReq:  db::with_compat = yes
  +PreReq:   db::with_compat = yes
  +%endif
   AutoReq:  no
   AutoReqProv:  no
   
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


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

2004-03-24 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:   24-Mar-2004 17:15:46
  Branch: HEAD Handle: 2004032416154600

  Modified files:
openpkg-src/x11 x11.spec

  Log:
use a more beautiful output ;-)

  Summary:
RevisionChanges Path
1.26+17 -16 openpkg-src/x11/x11.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/x11/x11.spec
  
  $ cvs diff -u -r1.25 -r1.26 x11.spec
  --- openpkg-src/x11/x11.spec  18 Feb 2004 12:14:08 -  1.25
  +++ openpkg-src/x11/x11.spec  24 Mar 2004 16:15:46 -  1.26
  @@ -34,7 +34,7 @@
   Group:Meta
   License:  PD
   Version:  0
  -Release:  20040218
  +Release:  20040324
   
   #   list of sources
   Source0:  rc.x11
  @@ -152,23 +152,24 @@
   done
   
   #   make sure everything was found
  -if [ .$x11_bindir = . ] ||\
  +if [ .$x11_bindir != . ] ||\
  [ .$x11_incdir = . ] ||\
  [ .$x11_libdir = . ]; then
  -   echo 
  -   echo **  ERROR: SOME X11 INFORMATION COULD NOT BE DETERMINED!!
  -   echo **  ERROR: SOME X11 INFORMATION COULD NOT BE DETERMINED!!
  -   echo **
  -   echo **  We found out:
  -   echo **X11 Binary  Directory: ${x11_bindir}
  -   echo **X11 Include Directory: ${x11_incdir}
  -   echo **X11 Library Directory: ${x11_libdir}
  -   echo **
  -   echo **  Unfortunately, some information is missing here.
  -   echo **
  -   echo **  ERROR: SOME X11 INFORMATION COULD NOT BE DETERMINED!!
  -   echo **  ERROR: SOME X11 INFORMATION COULD NOT BE DETERMINED!!
  -   echo 
  +   set +x
  +   ( echo ERROR: SOME X11 INFORMATION COULD NOT BE DETERMINED!!
  + echo ERROR: SOME X11 INFORMATION COULD NOT BE DETERMINED!!
  + echo 
  + echo We found out:
  + echo 
  + echo X11 Binary  Directory: ${x11_bindir}
  + echo X11 Include Directory: ${x11_incdir}
  + echo X11 Library Directory: ${x11_libdir}
  + echo 
  + echo Unfortunately, some information is missing here.
  + echo 
  + echo ERROR: SOME X11 INFORMATION COULD NOT BE DETERMINED!!
  + echo ERROR: SOME X11 INFORMATION COULD NOT BE DETERMINED!!
  +   ) | %{l_rpmtool} msg -b -t error
  exit 1
   fi
   
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


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

2004-03-24 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:   24-Mar-2004 17:25:43
  Branch: HEAD Handle: 2004032416254300

  Modified files:
openpkg-src/openpkg HISTORY openpkg.spec rpmmacros

  Log:
fix %l_check_nosource: the output went directly into the shell scripts

  Summary:
RevisionChanges Path
1.150   +1  -0  openpkg-src/openpkg/HISTORY
1.305   +1  -1  openpkg-src/openpkg/openpkg.spec
1.60+1  -1  openpkg-src/openpkg/rpmmacros
  

  patch -p0 '@@ .'
  Index: openpkg-src/openpkg/HISTORY
  
  $ cvs diff -u -r1.149 -r1.150 HISTORY
  --- openpkg-src/openpkg/HISTORY   20 Mar 2004 07:47:14 -  1.149
  +++ openpkg-src/openpkg/HISTORY   24 Mar 2004 16:25:43 -  1.150
  @@ -2,6 +2,7 @@
   2004
   
   
  +20040324 fix %l_check_nosource: the output went directly into the shell scripts
   20040320 upgrade to cURL 7.11.1
   20040320 bump provide for 2.0.0-2.0.0
   
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/openpkg/openpkg.spec
  
  $ cvs diff -u -r1.304 -r1.305 openpkg.spec
  --- openpkg-src/openpkg/openpkg.spec  20 Mar 2004 07:47:14 -  1.304
  +++ openpkg-src/openpkg/openpkg.spec  24 Mar 2004 16:25:43 -  1.305
  @@ -39,7 +39,7 @@
   #   o any cc(1)
   
   #   the package version/release
  -%define   V_openpkg  20040320
  +%define   V_openpkg  20040324
   
   #   the used software versions
   %define   V_rpm  4.2.1
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/openpkg/rpmmacros
  
  $ cvs diff -u -r1.59 -r1.60 rpmmacros
  --- openpkg-src/openpkg/rpmmacros 16 Feb 2004 21:06:51 -  1.59
  +++ openpkg-src/openpkg/rpmmacros 24 Mar 2004 16:25:43 -  1.60
  @@ -325,7 +325,7 @@
   %integrity() %{l_check_nosource}
   
   #   macros for checking build environment
  -%l_check_nosource()  %(%{l_sane_env}; for url in . %{?_restricted}; do [ 
.$url = .. ]  continue; eval `echo $url | sed -e 
's!^\\(.*\\)::/\\([^/][^/]*\\)$!;url=1 -- \\; file=2\\!' -e 
's!^\\([^:;][^:]*://.*/\\)\\([^/][^/]*\\)$!;url=1\\; file=2\\!' -e 
's:^\\([^;].*\\)$:;url=(from unknown location) ; file=\\1:' -e 's:^;::'`; if [ ! 
-f %{_specdir}/$file ]  [ ! -f %{_sourcedir}/$file ]; then ( echo Sorry, this 
OpenPKG package contains a DISTRIBUTION RESTRICTED source file.; echo Before you can 
proceed building this package you have to MANUALLY fetch; echo ${url}${file}; 
echo and provide it locally under the path; echo %{_sourcedir}/$file ) | 
%{l_rpmtool} msg -b -t error; echo exit 1; fi; done)
  +%l_check_nosource()  %(%{l_sane_env}; for url in . %{?_restricted}; do [ 
.$url = .. ]  continue; eval `echo $url | sed -e 
's!^\\(.*\\)::/\\([^/][^/]*\\)$!;url=1 -- \\; file=2\\!' -e 
's!^\\([^:;][^:]*://.*/\\)\\([^/][^/]*\\)$!;url=1\\; file=2\\!' -e 
's:^\\([^;].*\\)$:;url=(from unknown location) ; file=\\1:' -e 's:^;::'`; if [ ! 
-f %{_specdir}/$file ]  [ ! -f %{_sourcedir}/$file ]; then ( echo Sorry, this 
OpenPKG package contains a DISTRIBUTION RESTRICTED source file.; echo Before you can 
proceed building this package you have to MANUALLY fetch; echo ${url}${file}; 
echo and provide it locally under the path; echo %{_sourcedir}/$file ) | 
%{l_rpmtool} msg -b -t error | sed -e 's;^;echo ;' -e 's;$;;'; echo exit 1; fi; 
done)
   %l_check_class() %(%{l_sane_env}; class=`echo %{?class} | sed -e 
's;^$;JUNK;'`; %{l_rpmtool} check-class $class)
   %prep %%prep\
   %{l_check_nosource} \
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


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

2004-03-24 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-re   Date:   24-Mar-2004 17:31:39
  Branch: HEAD Handle: 2004032416313800

  Modified files:
openpkg-re  upgrade.txt

  Log:
log ulimit and openssh pitfall

  Summary:
RevisionChanges Path
1.42+23 -1  openpkg-re/upgrade.txt
  

  patch -p0 '@@ .'
  Index: openpkg-re/upgrade.txt
  
  $ cvs diff -u -r1.41 -r1.42 upgrade.txt
  --- openpkg-re/upgrade.txt15 Mar 2004 22:18:03 -  1.41
  +++ openpkg-re/upgrade.txt24 Mar 2004 16:31:38 -  1.42
  @@ -2,7 +2,7 @@
 General Notes
 =
   
  -  o $Revision: 1.41 $. The most recent update of this file can be
  +  o $Revision: 1.42 $. The most recent update of this file can be
   downloaded from http://cvs.openpkg.org/openpkg-re/upgrade.txt
   
 o This file upgrade.txt file talks about tweaks and quirks when
  @@ -59,6 +59,28 @@
   rpmdb: rebuilding RPM database (built-in RPM procedure)
   rpmdb: performing read/write operation on RPM database
   rpmdb: making sure RPM database files have consistent attributes
  +
  +  o RPM reports Resource temporarily unavailable during build
  +
  +The OpenPKG build process restricts itself from consuming too much
  +resources by setting ulimit(1) through the %{l_build_ulim} macro.
  +This can lead to situations where the build of a package breaks at
  +arbitrary points. If you want to modify the limits redefine the
  +macro. For no limits set ~/.rpmmacros of the building user to %nil.
  +
  +$ echo %l_build_ulim %nil $PREFIX/.rpmmacros 
  +
  +  o openssh does not restart after upgrade
  +
  +The OpenSSH daemon in OpenPKG 1.3 uses a different pid file than
  +the one in 2.0. The postinstall scriptlet running at the end of the
  +install process belongs to 2.0, does not find the previous pid file
  +and is unable to stop the old daemon. As a result it cannot start
  +the new daemon. Workaround is to either stop the old daemon before
  +the installation or to kill the old daemon manually. In both cases
  +the new daemon has to be started manually.
  +
  +$ $PREFIX/etc/rc openssh start status
   
 o the following options were renamed
   
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


[CVS] OpenPKG: openpkg-src/openpkg/ rpmmacros

2004-03-24 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:   24-Mar-2004 17:48:08
  Branch: HEAD Handle: 2004032416480800

  Modified files:
openpkg-src/openpkg rpmmacros

  Log:
add set +x to shut up displaying the echos

  Summary:
RevisionChanges Path
1.61+1  -1  openpkg-src/openpkg/rpmmacros
  

  patch -p0 '@@ .'
  Index: openpkg-src/openpkg/rpmmacros
  
  $ cvs diff -u -r1.60 -r1.61 rpmmacros
  --- openpkg-src/openpkg/rpmmacros 24 Mar 2004 16:25:43 -  1.60
  +++ openpkg-src/openpkg/rpmmacros 24 Mar 2004 16:48:08 -  1.61
  @@ -325,7 +325,7 @@
   %integrity() %{l_check_nosource}
   
   #   macros for checking build environment
  -%l_check_nosource()  %(%{l_sane_env}; for url in . %{?_restricted}; do [ 
.$url = .. ]  continue; eval `echo $url | sed -e 
's!^\\(.*\\)::/\\([^/][^/]*\\)$!;url=1 -- \\; file=2\\!' -e 
's!^\\([^:;][^:]*://.*/\\)\\([^/][^/]*\\)$!;url=1\\; file=2\\!' -e 
's:^\\([^;].*\\)$:;url=(from unknown location) ; file=\\1:' -e 's:^;::'`; if [ ! 
-f %{_specdir}/$file ]  [ ! -f %{_sourcedir}/$file ]; then ( echo Sorry, this 
OpenPKG package contains a DISTRIBUTION RESTRICTED source file.; echo Before you can 
proceed building this package you have to MANUALLY fetch; echo ${url}${file}; 
echo and provide it locally under the path; echo %{_sourcedir}/$file ) | 
%{l_rpmtool} msg -b -t error | sed -e 's;^;echo ;' -e 's;$;;'; echo exit 1; fi; 
done)
  +%l_check_nosource()  %(%{l_sane_env}; for url in . %{?_restricted}; do [ 
.$url = .. ]  continue; eval `echo $url | sed -e 
's!^\\(.*\\)::/\\([^/][^/]*\\)$!;url=1 -- \\; file=2\\!' -e 
's!^\\([^:;][^:]*://.*/\\)\\([^/][^/]*\\)$!;url=1\\; file=2\\!' -e 
's:^\\([^;].*\\)$:;url=(from unknown location) ; file=\\1:' -e 's:^;::'`; if [ ! 
-f %{_specdir}/$file ]  [ ! -f %{_sourcedir}/$file ]; then echo set +x; ( echo 
Sorry, this OpenPKG package contains a DISTRIBUTION RESTRICTED source file.; echo 
Before you can proceed building this package you have to MANUALLY fetch; echo 
${url}${file}; echo and provide it locally under the path; echo 
%{_sourcedir}/$file ) | %{l_rpmtool} msg -b -t error | sed -e 's;^;echo ;' -e 
's;$;;'; echo exit 1; fi; done)
   %l_check_class() %(%{l_sane_env}; class=`echo %{?class} | sed -e 
's;^$;JUNK;'`; %{l_rpmtool} check-class $class)
   %prep %%prep\
   %{l_check_nosource} \
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


[OpenPKG] Version Tracking Report (2004-03-24 19:36)

2004-03-24 Thread OpenPKG Version Tracker
 OpenPKG Version Tracking Report
 ===

 Reporting Time:2004-03-24 19:36
 Tracking Duration: 0:24:57 (H:M:S)
 Tracking Input:1025 sources (704 packages)
 Tracking Result:   968 up-to-date, 19 out-dated, 38 error

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

 - - -
 Package   Old Version   New Version  
 - - -
 abiword   2.1.0 2.1.1
 cvs   1.12.51.12.6
 dia   0.92.20.93-pre1
 distcache 1.4.4 1.5.0
 gcc34 3.4-20040317  3.4-20040324
 kde-arts  1.1.4 1.2.1
 kde-base  3.1.4 3.2.1
 kde-libs  3.1.4 3.2.1
 mixmaster 2.9.1 3.0b1
 mozilla-mplayer   1.2   2.50
 perl-gtk:Gtk2-Perl:Glib   1.03911.040
 perl-gtk:Gtk2-Perl:Gtk1.03911.040
 perl-mail:MailTools   1.61  1.62
 perl-sys:Storable 2.11  2.12
 pound 1.6   1.7
 qdbm  1.8.6 1.8.7
 snmp  5.0.9 5.1.1 [1]
 synaptic  0.47  0.48.1[2]
 tar   1.13.92   1.13.93   [3]
 - - -
 [1] snmp: rse: 5.1: contains network structure fiddling which breaks under FreeBSD4
 [2] synaptic: rse. savannah.nongnu.org partly down
 [3] tar: rse: 1.13.93: build failures related to iconv

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

 - - -
 Package   Old Version   Error
 - - -
 atk   1.6.0 1st connection failed o..
 bs0.99b2regex didn't match (pro..
 cocor 17connection failed or ti..
 crm11420031219-RC12 regex didn't match (pro..
 firefox   0.8   2nd connection failed o..
 flex:release  2.5.4aconnection failed or ti..
 gimp  1.2.5 1st connection failed o..
 glib  1.2.10connection failed or ti..
 glib2 2.4.0 1st connection failed o..
 glimpse   4.17.4latest version online [1]
 gtk   1.2.101st connection failed o..
 gtk2  2.2.4 1st connection failed o..
 kde-qt3.2.3 connection failed or ti..
 less  382   latest version online l..
 libart2.3.162nd connection failed o..
 lyx:xforms1.0   2nd regex didn't matc [2]
 max   7.4.2 regex didn't match (p [3]
 mirror2.9   connection failed or ti..
 nail  10.7  connection failed or ti..
 newsyslog 1.1   connection failed or ti..
 newt  0.51.6-2.1.1  connection failed or ti..
 nspr  4.4.1 1st connection failed o..
 ocaml 3.07pl2   regex didn't match (pro..
 oidentd   2.0.7 regex didn't match (pro..
 pango 1.4.0 1st connection failed o..
 patch:alpha   2.5.9 connection failed or ti..
 php5  5.0.0RC1  regex didn't match (pro..
 postgresql7.4.2 1st connection failed o..
 postgresql:psqlodbc   07.03.0200connection failed or ti..
 rdist 7.0.0-alpha10 connection failed or ti..
 smtpfeed  1.18  connection failed or  [4]
 top   3.5beta12.10  connection failed or ti

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

2004-03-24 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:   24-Mar-2004 19:55:00
  Branch: HEAD Handle: 200403241855

  Modified files:
openpkg-src/perl-sysperl-sys.spec

  Log:
modifying package: perl-sys-5.8.3 20040318 - 20040324

  Summary:
RevisionChanges Path
1.59+2  -2  openpkg-src/perl-sys/perl-sys.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/perl-sys/perl-sys.spec
  
  $ cvs diff -u -r1.58 -r1.59 perl-sys.spec
  --- openpkg-src/perl-sys/perl-sys.spec18 Mar 2004 20:25:17 -  1.58
  +++ openpkg-src/perl-sys/perl-sys.spec24 Mar 2004 18:55:00 -  1.59
  @@ -29,7 +29,7 @@
   %define   V_archive_tar 1.08
   %define   V_archive_zip 1.09
   %define   V_expect  1.15
  -%define   V_storable2.11
  +%define   V_storable2.12
   %define   V_ipc_shareable   0.60
   %define   V_file_tail   0.98
   %define   V_freezethaw  0.43
  @@ -50,7 +50,7 @@
   Group:Language
   License:  GPL/Artistic
   Version:  %{V_perl}
  -Release:  20040318
  +Release:  20040324
   
   #   list of sources
   Source0:  
http://www.cpan.org/modules/by-module/Unix/Unix-Syslog-%{V_unix_syslog}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


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

2004-03-24 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:   24-Mar-2004 19:55:12
  Branch: HEAD Handle: 2004032418551200

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

  Log:
modifying package: perl-mail-5.8.3 20040318 - 20040324

  Summary:
RevisionChanges Path
1.116   +2  -2  openpkg-src/perl-mail/perl-mail.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/perl-mail/perl-mail.spec
  
  $ cvs diff -u -r1.115 -r1.116 perl-mail.spec
  --- openpkg-src/perl-mail/perl-mail.spec  18 Mar 2004 15:30:08 -  1.115
  +++ openpkg-src/perl-mail/perl-mail.spec  24 Mar 2004 18:55:12 -  1.116
  @@ -31,7 +31,7 @@
   %define   V_mail_mboxparser 0.45
   %define   V_mail_sender 0.8.10
   %define   V_mail_sendmail   0.79
  -%define   V_mailtools   1.61
  +%define   V_mailtools   1.62
   %define   V_mime_base64 3.00
   %define   V_mime_explode0.29
   %define   V_mime_lite   3.01
  @@ -50,7 +50,7 @@
   Group:Language
   License:  GPL/Artistic
   Version:  %{V_perl}
  -Release:  20040318
  +Release:  20040324
   
   #   list of sources
   Source0:  
http://www.cpan.org/modules/by-module/Mail/MailTools-%{V_mailtools}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


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

2004-03-24 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:   24-Mar-2004 19:55:16
  Branch: HEAD Handle: 2004032418551600

  Modified files:
openpkg-src/distcache   distcache.spec

  Log:
upgrading package: distcache 1.4.4 - 1.5.0

  Summary:
RevisionChanges Path
1.10+2  -2  openpkg-src/distcache/distcache.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/distcache/distcache.spec
  
  $ cvs diff -u -r1.9 -r1.10 distcache.spec
  --- openpkg-src/distcache/distcache.spec  20 Feb 2004 07:41:04 -  1.9
  +++ openpkg-src/distcache/distcache.spec  24 Mar 2004 18:55:16 -  1.10
  @@ -33,8 +33,8 @@
   Class:PLUS
   Group:Cryptography
   License:  LGPL
  -Version:  1.4.4
  -Release:  20040220
  +Version:  1.5.0
  +Release:  20040324
   
   #   list of sources
   Source0:  
http://osdn.dl.sourceforge.net/sourceforge/distcache/distcache-%{version}.tar.bz2
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


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

2004-03-24 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:   24-Mar-2004 19:56:46
  Branch: HEAD Handle: 2004032418564500

  Modified files:
openpkg-src/qdbmqdbm.spec

  Log:
upgrading package: qdbm 1.8.6 - 1.8.7

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

  patch -p0 '@@ .'
  Index: openpkg-src/qdbm/qdbm.spec
  
  $ cvs diff -u -r1.13 -r1.14 qdbm.spec
  --- openpkg-src/qdbm/qdbm.spec22 Mar 2004 08:10:01 -  1.13
  +++ openpkg-src/qdbm/qdbm.spec24 Mar 2004 18:56:45 -  1.14
  @@ -33,8 +33,8 @@
   Class:EVAL
   Group:Database
   License:  LGPL
  -Version:  1.8.6
  -Release:  20040322
  +Version:  1.8.7
  +Release:  20040324
   
   #   list of sources
   Source0:  http://qdbm.sourceforge.net/qdbm-%{version}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


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

2004-03-24 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:   24-Mar-2004 19:59:00
  Branch: HEAD Handle: 200403241859

  Modified files:
openpkg-src/perl-gtkperl-gtk.spec

  Log:
modifying package: perl-gtk-5.8.3 20040320 - 20040324

  Summary:
RevisionChanges Path
1.50+3  -3  openpkg-src/perl-gtk/perl-gtk.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/perl-gtk/perl-gtk.spec
  
  $ cvs diff -u -r1.49 -r1.50 perl-gtk.spec
  --- openpkg-src/perl-gtk/perl-gtk.spec20 Mar 2004 07:35:54 -  1.49
  +++ openpkg-src/perl-gtk/perl-gtk.spec24 Mar 2004 18:59:00 -  1.50
  @@ -28,8 +28,8 @@
   %define   V_gtk_perl   0.7009
   %define   V_extutils_depends   0.202
   %define   V_extutils_pkgconfig 1.03
  -%define   V_glib   1.0391
  -%define   V_gtk2   1.0391
  +%define   V_glib   1.040
  +%define   V_gtk2   1.040
   
   #   package information
   Name: perl-gtk
  @@ -42,7 +42,7 @@
   Group:Language
   License:  GPL/Artistic
   Version:  %{V_perl}
  -Release:  20040320
  +Release:  20040324
   
   #   package options
   %option   with_gtk1  yes
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


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

2004-03-24 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:   24-Mar-2004 20:27:11
  Branch: HEAD Handle: 2004032419271100

  Modified files:
openpkg-src/gimpgimp.spec
  Removed files:
openpkg-src/gimpgimp.patch

  Log:
upgrading package: gimp 1.2.5 - 2.0.0

  Summary:
RevisionChanges Path
1.3 +0  -12 openpkg-src/gimp/gimp.patch
1.43+18 -20 openpkg-src/gimp/gimp.spec
  

  rm -f openpkg-src/gimp/gimp.patch '@@ .'
  Index: openpkg-src/gimp/gimp.patch
  
  [NO CHANGE SUMMARY BECAUSE FILE AS A WHOLE IS JUST REMOVED]
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/gimp/gimp.spec
  
  $ cvs diff -u -r1.42 -r1.43 gimp.spec
  --- openpkg-src/gimp/gimp.spec7 Feb 2004 17:55:07 -   1.42
  +++ openpkg-src/gimp/gimp.spec24 Mar 2004 19:27:11 -  1.43
  @@ -33,20 +33,19 @@
   Class:PLUS
   Group:Graphics
   License:  GPL
  -Version:  1.2.5
  -Release:  20040207
  +Version:  2.0.0
  +Release:  20040324
   
   #   list of sources
  -Source0:  ftp://ftp.gimp.org/pub/gimp/v1.2/v%{version}/gimp-%{version}.tar.bz2
  -Patch0:   gimp.patch
  +Source0:  ftp://ftp.gimp.org/pub/gimp/v2.0/v%{version}/gimp-%{version}.tar.bz2
   
   #   build information
   Prefix:   %{l_prefix}
   BuildRoot:%{l_buildroot}
  -BuildPreReq:  OpenPKG, openpkg = 20040130, libiconv, gtk, glib, gcc
  -BuildPreReq:  tiff, jpeg, png, zlib, xpm, make
  -PreReq:   OpenPKG, openpkg = 20040130, libiconv, gtk, glib
  -PreReq:   tiff, jpeg, png, zlib, xpm
  +BuildPreReq:  OpenPKG, openpkg = 20040130, libiconv, gtk2, glib2, gcc
  +BuildPreReq:  tiff, jpeg, png, xpm, zlib, make, pkgconfig
  +PreReq:   OpenPKG, openpkg = 20040130, libiconv, gtk2, glib2
  +PreReq:   tiff, jpeg, png, xpm, zlib
   AutoReq:  no
   AutoReqProv:  no
   
  @@ -59,7 +58,7 @@
   prog gimp = {
   version   = %{version}
   url   = ftp://ftp.gimp.org/pub/gimp/
  -regex = (?!\w)v(1\.[24])
  +regex = (?!\w)v(2\.[024])
   url   = ftp://ftp.gimp.org/pub/gimp/v__NEWVER__/
   regex = (?!\w)v(__VER__)
   url   = ftp://ftp.gimp.org/pub/gimp/v__NEWVER1__/v__NEWVER__/
  @@ -68,32 +67,31 @@
   
   %prep
   %setup -q
  -%patch -p1
   
   %build
  -CC=%{l_cc} %{l_cppflags tiff glib} \
  -CFLAGS=%{l_cflags -O} %{l_cppflags tiff glib} \
  -CPPFLAGS=%{l_cppflags tiff glib} \
  +CC=%{l_cc} %{l_cppflags tiff gtk2 glib2} \
  +CFLAGS=%{l_cflags -O} %{l_cppflags tiff gtk2 glib2} \
  +CPPFLAGS=%{l_cppflags tiff gtk2 glib2} \
   LDFLAGS=%{l_ldflags} \
  +LIBS=-lpangoft2 \
   ./configure \
   --prefix=%{l_prefix} \
  +--disable-shared \
  +--enable-static \
   --with-x \
   --x-includes=`%{l_prefix}/etc/rc --query x11_incdir` \
   --x-libraries=`%{l_prefix}/etc/rc --query x11_libdir` \
  ---with-gtk-prefix=%{l_prefix} \
  ---with-libiconv-prefix=%{l_prefix} \
  ---enable-gimpdir=.gimp \
  +--with-gimpdir=.gimp \
   --with-html-dir=%{l_prefix}/share/gimp/doc \
  ---disable-print \
  ---disable-perl \
  ---disable-nls
  +--disable-print
   %{l_make} %{l_mflags}
   
   %install
   rm -rf $RPM_BUILD_ROOT
   %{l_make} %{l_mflags} install AM_MAKEFLAGS=DESTDIR=$RPM_BUILD_ROOT
  -rm -f $RPM_BUILD_ROOT%{l_prefix}/info/dir
   rm -f $RPM_BUILD_ROOT%{l_prefix}/lib/lib*.so*
  +rm -rf $RPM_BUILD_ROOT%{l_prefix}/share/aclocal
  +rm -rf $RPM_BUILD_ROOT%{l_prefix}/share/locale
   ( cd $RPM_BUILD_ROOT%{l_prefix}/bin
 rm -f gimp; mv gimp-[0-9].[0-9]* gimp
 rm -f gimptool; mv gimptool-[0-9].[0-9]* gimptool
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


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

2004-03-24 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:   24-Mar-2004 20:31:40
  Branch: HEAD Handle: 2004032419314000

  Modified files:
openpkg-src/gcc34   gcc34.spec

  Log:
upgrading package: gcc34 3.4s20040317 - 3.4s20040324

  Summary:
RevisionChanges Path
1.44+2  -2  openpkg-src/gcc34/gcc34.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/gcc34/gcc34.spec
  
  $ cvs diff -u -r1.43 -r1.44 gcc34.spec
  --- openpkg-src/gcc34/gcc34.spec  18 Mar 2004 14:14:42 -  1.43
  +++ openpkg-src/gcc34/gcc34.spec  24 Mar 2004 19:31:40 -  1.44
  @@ -26,7 +26,7 @@
   #   package version
   %define   V_full 3.4
   %define   V_comp 34
  -%define   V_snap 20040317
  +%define   V_snap 20040324
   
   #   package information
   Name: gcc34
  @@ -39,7 +39,7 @@
   Group:Compiler
   License:  GPL
   Version:  %{V_full}s%{V_snap}
  -Release:  20040318
  +Release:  20040324
   
   #   package options
   %option   with_cxx   yes
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


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

2004-03-24 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:   24-Mar-2004 20:52:13
  Branch: HEAD Handle: 2004032419521300

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

  Log:
disable rsync daemon by default because in 90% of all cases this is
the way rsync is used

  Summary:
RevisionChanges Path
1.21+1  -1  openpkg-src/rsync/rc.rsync
1.59+1  -1  openpkg-src/rsync/rsync.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/rsync/rc.rsync
  
  $ cvs diff -u -r1.20 -r1.21 rc.rsync
  --- openpkg-src/rsync/rc.rsync7 Aug 2003 08:51:05 -   1.20
  +++ openpkg-src/rsync/rc.rsync24 Mar 2004 19:52:13 -  1.21
  @@ -5,7 +5,7 @@
   
   %config
   rsync_enable=$openpkg_rc_def
  -rsync_daemon=yes
  +rsync_daemon=no
   rsync_flags=
   rsync_bind=127.0.0.1
   rsync_port=873
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/rsync/rsync.spec
  
  $ cvs diff -u -r1.58 -r1.59 rsync.spec
  --- openpkg-src/rsync/rsync.spec  7 Feb 2004 17:58:30 -   1.58
  +++ openpkg-src/rsync/rsync.spec  24 Mar 2004 19:52:13 -  1.59
  @@ -34,7 +34,7 @@
   Group:Filesystem
   License:  GPL
   Version:  2.6.0
  -Release:  20040207
  +Release:  20040324
   
   #   list of sources
   Source0:  http://rsync.samba.org/ftp/rsync/rsync-%{version}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


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

2004-03-24 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:   24-Mar-2004 20:55:41
  Branch: HEAD Handle: 2004032419554100

  Modified files:
openpkg-src/openssh openssh.spec

  Log:
remove extra space

  Summary:
RevisionChanges Path
1.127   +4  -4  openpkg-src/openssh/openssh.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/openssh/openssh.spec
  
  $ cvs diff -u -r1.126 -r1.127 openssh.spec
  --- openpkg-src/openssh/openssh.spec  12 Mar 2004 11:39:56 -  1.126
  +++ openpkg-src/openssh/openssh.spec  24 Mar 2004 19:55:41 -  1.127
  @@ -42,7 +42,7 @@
   Group:Security
   License:  BSD
   Version:  %{V_base}%{V_portable}
  -Release:  20040312
  +Release:  20040324
   
   #   package options
   %option   with_fsl  yes
  @@ -288,7 +288,7 @@
   %post
   #   generate server RSA1 (SSH1) key
   if [ ! -f $RPM_INSTALL_PREFIX/etc/openssh/ssh_host_key -o \
  - ! -s $RPM_INSTALL_PREFIX/etc/openssh/ssh_host_key ] ; then
  + ! -s $RPM_INSTALL_PREFIX/etc/openssh/ssh_host_key ]; then
   $RPM_INSTALL_PREFIX/bin/ssh-keygen -t rsa1 -b 2048 \
   -f $RPM_INSTALL_PREFIX/etc/openssh/ssh_host_key \
   -N '' -C `hostname` 12
  @@ -296,7 +296,7 @@
   
   #   generate server RSA (SSH2) key
   if [ ! -f $RPM_INSTALL_PREFIX/etc/openssh/ssh_host_rsa_key -o \
  - ! -s $RPM_INSTALL_PREFIX/etc/openssh/ssh_host_rsa_key ] ; then
  + ! -s $RPM_INSTALL_PREFIX/etc/openssh/ssh_host_rsa_key ]; then
   $RPM_INSTALL_PREFIX/bin/ssh-keygen -t rsa -b 2048 \
   -f $RPM_INSTALL_PREFIX/etc/openssh/ssh_host_rsa_key \
   -N '' -C `hostname` 12
  @@ -304,7 +304,7 @@
   
   #   generate server DSA (SSH2) key
   if [ ! -f $RPM_INSTALL_PREFIX/etc/openssh/ssh_host_dsa_key -o \
  - ! -s $RPM_INSTALL_PREFIX/etc/openssh/ssh_host_dsa_key ] ; then
  + ! -s $RPM_INSTALL_PREFIX/etc/openssh/ssh_host_dsa_key ]; then
   $RPM_INSTALL_PREFIX/bin/ssh-keygen -t dsa -b 2048 \
   -f $RPM_INSTALL_PREFIX/etc/openssh/ssh_host_dsa_key \
   -N '' -C `hostname` 12
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


[CVS] OpenPKG: openpkg-src/apache/ apache.conf

2004-03-24 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:   24-Mar-2004 21:25:53
  Branch: HEAD Handle: 2004032420255300

  Modified files:
openpkg-src/apache  apache.conf

  Log:
the listen usually should be done before any virtual host sections, so
do this in the default config, too.

  Summary:
RevisionChanges Path
1.4 +3  -1  openpkg-src/apache/apache.conf
  

  patch -p0 '@@ .'
  Index: openpkg-src/apache/apache.conf
  
  $ cvs diff -u -r1.3 -r1.4 apache.conf
  --- openpkg-src/apache/apache.conf22 Jul 2003 12:54:34 -  1.3
  +++ openpkg-src/apache/apache.conf24 Mar 2004 20:25:53 -  1.4
  @@ -10,7 +10,9 @@
   #   include Apache default/base configuration
   Include @l_prefix@/etc/apache/apache.base
   
  +#   global network listening
  +Listen   127.0.0.1:80
  +
   #   override/extend with local configuration
   #Include @l_prefix@/etc/apache/apache.vhost
  -Listen 127.0.0.1:80
   
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]