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

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

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   01-Nov-2008 14:21:38
  Branch: HEAD Handle: 2008110113213700

  Modified files:
openpkg-src/gcc44   gcc44.spec

  Log:
upgrading package: gcc44 4.4s20080704 -> 4.4s20081031

  Summary:
RevisionChanges Path
1.18+3  -3  openpkg-src/gcc44/gcc44.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/gcc44/gcc44.spec
  
  $ cvs diff -u -r1.17 -r1.18 gcc44.spec
  --- openpkg-src/gcc44/gcc44.spec  5 Jul 2008 09:05:49 -   1.17
  +++ openpkg-src/gcc44/gcc44.spec  1 Nov 2008 13:21:37 -   1.18
  @@ -28,7 +28,7 @@
   #   package version
   %define   V_full 4.4
   %define   V_comp 44
  -%define   V_snap 20080704
  +%define   V_snap 20081031
   
   #   package information
   Name: gcc44
  @@ -41,7 +41,7 @@
   Group:Compiler
   License:  GPL
   Version:  %{V_full}s%{V_snap}
  -Release:  20080705
  +Release:  20081101
   
   #   package options
   %option   with_binutils  yes
  @@ -49,7 +49,7 @@
   %option   with_objc  no
   %option   with_java  no
   %option   with_fortran   no
  -%option   with_optimize  yes
  +%option   with_optimize  no
   %option   with_profile   no
   %option   with_threads   yes
   %option   with_multilib  no
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

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

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   01-Nov-2008 11:11:16
  Branch: HEAD Handle: 2008110110111600

  Modified files:
openpkg-src/mktemp  mktemp.spec

  Log:
fix paths

  Summary:
RevisionChanges Path
1.17+5  -3  openpkg-src/mktemp/mktemp.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/mktemp/mktemp.spec
  
  $ cvs diff -u -r1.16 -r1.17 mktemp.spec
  --- openpkg-src/mktemp/mktemp.spec19 Aug 2008 16:19:49 -  1.16
  +++ openpkg-src/mktemp/mktemp.spec1 Nov 2008 10:11:16 -   1.17
  @@ -32,7 +32,7 @@
   Group:ShellUtils
   License:  BSD
   Version:  1.6
  -Release:  20080819
  +Release:  20081101
   
   #   list of sources
   Source0:  ftp://ftp.mktemp.org/pub/mktemp/mktemp-%{version}.tar.gz
  @@ -65,14 +65,16 @@
   CPPFLAGS="%{l_cppflags}" \
   LDFLAGS="%{l_ldflags}" \
   ./configure \
  ---prefix=%{l_prefix}
  +--prefix=%{l_prefix} \
  +--mandir=%{l_prefix}/man
   %{l_make} %{l_mflags -O}
   
   %install
   rm -rf $RPM_BUILD_ROOT
   %{l_make} %{l_mflags} install \
   prefix=$RPM_BUILD_ROOT%{l_prefix} \
  -exec_prefix=$RPM_BUILD_ROOT%{l_prefix}
  +exec_prefix=$RPM_BUILD_ROOT%{l_prefix} \
  +mandir=$RPM_BUILD_ROOT%{l_prefix}/man
   strip $RPM_BUILD_ROOT%{l_prefix}/bin/* >/dev/null 2>&1 || true
   %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
   
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

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

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   01-Nov-2008 11:11:12
  Branch: HEAD Handle: 200811011001

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

  Log:
upgrading package: libidn 1.10 -> 1.11

  Summary:
RevisionChanges Path
1.5 +41 -0  openpkg-src/libidn/libidn.patch
1.58+4  -8  openpkg-src/libidn/libidn.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/libidn/libidn.patch
  
  $ cvs diff -u -r0 -r1.5 libidn.patch
  --- /dev/null 2008-11-01 11:11:06 +0100
  +++ libidn.patch  2008-11-01 11:11:12 +0100
  @@ -0,0 +1,41 @@
  +Index: lib/gl/stdint.in.h
  +--- lib/gl/stdint.in.h.orig  2008-10-22 11:16:31 +0200
   lib/gl/stdint.in.h   2008-11-01 11:04:53 +0100
  +@@ -82,7 +82,7 @@
  + # include 
  + #endif
  + 
  +-#if @HAVE_SYS_BITYPES_H@ && ! defined __BIT_TYPES_DEFINED__
  ++#if (@HAVE_SYS_BITYPES_H@ + 0) && ! defined __BIT_TYPES_DEFINED__
  +   /* Linux libc4 >= 4.6.7 and libc5 have a  that defines
  +  int{8,16,32,64}_t and __BIT_TYPES_DEFINED__.  In libc5 >= 5.2.2 it is
  +  included by .  */
  +@@ -437,8 +437,9 @@
  + 
  + 
  + /* size_t limit */
  +-#undef SIZE_MAX
  ++#ifndef SIZE_MAX
  + #define SIZE_MAX  _STDINT_MAX (0, @BITSIZEOF_SIZE_T@, [EMAIL PROTECTED]@)
  ++#endif
  + 
  + /* wchar_t limits */
  + #undef WCHAR_MIN
  +Index: configure
  +--- configure.orig   2008-10-28 19:05:45 +0100
   configure2008-11-01 11:08:40 +0100
  +@@ -4591,13 +4591,7 @@
  + if $ac_preproc_ok; then
  +   :
  + else
  +-  { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
  +-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
  +-{ { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity 
check
  +-See \`config.log' for more details." >&5
  +-$as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
  +-See \`config.log' for more details." >&2;}
  +-   { (exit 1); exit 1; }; }; }
  ++  :
  + fi
  + 
  + ac_ext=c
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/libidn/libidn.spec
  
  $ cvs diff -u -r1.57 -r1.58 libidn.spec
  --- openpkg-src/libidn/libidn.spec27 Aug 2008 15:22:20 -  1.57
  +++ openpkg-src/libidn/libidn.spec1 Nov 2008 10:11:12 -   1.58
  @@ -31,11 +31,12 @@
   Class:BASE
   Group:DNS
   License:  LGPL
  -Version:  1.10
  -Release:  20080827
  +Version:  1.11
  +Release:  20081101
   
   #   list of sources
   Source0:  ftp://ftp.gnu.org/pub/gnu/libidn/libidn-%{version}.tar.gz
  +Patch0:   libidn.patch
   
   #   build information
   Prefix:   %{l_prefix}
  @@ -74,9 +75,7 @@
   
   %prep
   %setup -q
  -%{l_shtool} subst \
  --e '/LINENO: error: C[+]* preprocessor/{N;N;N;N;s/.*/:/;}' \
  -configure
  +%patch -p0
   %{l_shtool} subst \
   -e 's;^\(SUBDIRS = .*\) doc \(.*\)$;\1 \2;' \
   Makefile.in
  @@ -84,9 +83,6 @@
   -e 's;^\(Libs: -L${libdir} -lidn\)$;\1 @LTLIBICONV@;' \
   libidn.pc.in
   %{l_shtool} subst \
  --e 's;^\(#if \)\(@[EMAIL PROTECTED])\( && ! defined 
__BIT_TYPES_DEFINED__.*\)$;\1(\2+0)\3;' \
  -lib/gl/stdint_.h
  -%{l_shtool} subst \
   -e 's;string.h $(WCHAR_H);string.h stdint.h $(WCHAR_H);' \
   lib/gl/Makefile.in
   
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2008-11-01 Thread Ralf S. Engelschall
0:39:12 +0100
   @@ -1,3 +1,6 @@
   +#ifdef solaris2
   +#undef _FILE_OFFSET_BITS /* solaris procfs doesn't support 64bit off_t */
  @@ -106,8 +106,8 @@
#ifdef solaris2
   Index: agent/mibgroup/util_funcs.c
   --- agent/mibgroup/util_funcs.c.orig 2007-08-16 16:12:47 +0200
  -+++ agent/mibgroup/util_funcs.c  2008-07-15 09:27:57 +0200
  -@@ -408,6 +408,9 @@
   agent/mibgroup/util_funcs.c  2008-11-01 10:39:12 +0100
  +@@ -461,6 +461,9 @@
int fd[2][2], i, cnt;
charctmp[STRMAX], *cptr1, *cptr2, argvs[STRMAX], **argv,
**aptr;
  @@ -118,8 +118,8 @@
 * Setup our pipes 
 */
   Index: include/net-snmp/library/system.h
   include/net-snmp/library/system.h.orig   2004-10-21 01:52:36 +0200
  -+++ include/net-snmp/library/system.h2008-07-15 09:27:57 +0200
  +--- include/net-snmp/library/system.h.orig   2007-01-11 23:13:56 +0100
   include/net-snmp/library/system.h2008-11-01 10:39:12 +0100
   @@ -114,7 +114,8 @@
char   *strdup(const char *);
#endif
  @@ -131,9 +131,9 @@

int calculate_time_diff(struct timeval *,
   Index: snmplib/system.c
   snmplib/system.c.orig2005-08-30 02:29:24 +0200
  -+++ snmplib/system.c 2008-07-15 09:27:57 +0200
  -@@ -871,7 +871,7 @@
  +--- snmplib/system.c.orig2008-06-05 23:11:53 +0200
   snmplib/system.c 2008-11-01 10:39:12 +0100
  +@@ -894,7 +894,7 @@

#ifndef HAVE_SETENV
int
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/snmp/snmp.spec
  
  $ cvs diff -u -r1.95 -r1.96 snmp.spec
  --- openpkg-src/snmp/snmp.spec15 Jul 2008 07:34:39 -  1.95
  +++ openpkg-src/snmp/snmp.spec1 Nov 2008 10:00:34 -   1.96
  @@ -31,8 +31,8 @@
   Class:BASE
   Group:Network
   License:  BSD
  -Version:  5.2.5
  -Release:  20080715
  +Version:  5.4.2.1
  +Release:  20081101
   
   #   package options
   %option   with_fsl  yes
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

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

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   01-Nov-2008 10:54:14
  Branch: HEAD Handle: 2008110109541400

  Modified files:
openpkg-src/ghostscript ghostscript.spec

  Log:
modifying package: ghostscript-8.63 20080918 -> 20081101

  Summary:
RevisionChanges Path
1.112   +2  -2  openpkg-src/ghostscript/ghostscript.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/ghostscript/ghostscript.spec
  
  $ cvs diff -u -r1.111 -r1.112 ghostscript.spec
  --- openpkg-src/ghostscript/ghostscript.spec  18 Sep 2008 18:52:59 -  
1.111
  +++ openpkg-src/ghostscript/ghostscript.spec  1 Nov 2008 09:54:14 -   
1.112
  @@ -27,7 +27,7 @@
   %define   V_font_std   8.11
   %define   V_font_other 6.0
   %define   V_jpeg   6b
  -%define   V_png1.2.32
  +%define   V_png1.2.33
   %define   V_zlib   1.2.3
   
   #   package information
  @@ -41,7 +41,7 @@
   Group:Postscript
   License:  GPL
   Version:  %{V_real}
  -Release:  20080918
  +Release:  20081101
   
   #   package options
   %option   with_x11 yes
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

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

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   01-Nov-2008 10:54:10
  Branch: HEAD Handle: 2008110109540900

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

  Log:
upgrading package: png 1.2.32 -> 1.2.33

  Summary:
RevisionChanges Path
1.20+1  -1  openpkg-src/png/png.patch
1.83+2  -2  openpkg-src/png/png.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/png/png.patch
  
  $ cvs diff -u -r1.19 -r1.20 png.patch
  --- openpkg-src/png/png.patch 18 Sep 2008 18:52:54 -  1.19
  +++ openpkg-src/png/png.patch 1 Nov 2008 09:54:09 -   1.20
  @@ -30,7 +30,7 @@
   @@ -6,5 +6,6 @@
Name: libpng
Description: Loads and saves PNG files
  - Version: 1.2.32
  + Version: 1.2.33
   -Libs: -L${libdir} -lpng12
   +Libs: -L${libdir} -lpng
   +Libs.private: -lz
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/png/png.spec
  
  $ cvs diff -u -r1.82 -r1.83 png.spec
  --- openpkg-src/png/png.spec  18 Sep 2008 18:52:54 -  1.82
  +++ openpkg-src/png/png.spec  1 Nov 2008 09:54:09 -   1.83
  @@ -31,8 +31,8 @@
   Class:BASE
   Group:Graphics
   License:  BSD
  -Version:  1.2.32
  -Release:  20080918
  +Version:      1.2.33
  +Release:  20081101
   
   #   list of sources
   Source0:  
http://switch.dl.sourceforge.net/sourceforge/libpng/libpng-%{version}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

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

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   01-Nov-2008 10:41:47
  Branch: HEAD Handle: 2008110109414700

  Modified files:
openpkg-src/highlight   highlight.spec

  Log:
upgrading package: highlight 2.6.13 -> 2.6.14

  Summary:
RevisionChanges Path
1.38+3  -3  openpkg-src/highlight/highlight.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/highlight/highlight.spec
  
  $ cvs diff -u -r1.37 -r1.38 highlight.spec
  --- openpkg-src/highlight/highlight.spec  2 Oct 2008 17:07:15 -   
1.37
  +++ openpkg-src/highlight/highlight.spec  1 Nov 2008 09:41:47 -   
1.38
  @@ -22,8 +22,8 @@
   ##
   
   #   package version
  -%define   V_opkg 2.6.13
  -%define   V_dist 2.6.13
  +%define   V_opkg 2.6.14
  +%define   V_dist 2.6.14
   
   #   package information
   Name: highlight
  @@ -36,7 +36,7 @@
   Group:Typesetting
   License:  GPL
   Version:  %{V_opkg}
  -Release:  20081002
  +Release:  20081101
   
   #   list of sources
   Source0:  http://www.andre-simon.de/zip/highlight-%{V_dist}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

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

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   01-Nov-2008 10:39:59
  Branch: HEAD Handle: 2008110109395800

  Modified files:
openpkg-src/drupal  drupal.spec

  Log:
modifying package: drupal-6.6 20081031 -> 20081101

  Summary:
RevisionChanges Path
1.378   +2  -2  openpkg-src/drupal/drupal.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/drupal/drupal.spec
  
  $ cvs diff -u -r1.377 -r1.378 drupal.spec
  --- openpkg-src/drupal/drupal.spec31 Oct 2008 21:53:21 -  1.377
  +++ openpkg-src/drupal/drupal.spec1 Nov 2008 09:39:58 -   1.378
  @@ -218,7 +218,7 @@
   %define   V_aux_tinymce2_1_3
   %define   V_aux_dompdf 0.5.1
   %define   V_aux_shadowbox  1.0
  -%define   V_aux_dashplayer 12
  +%define   V_aux_dashplayer 121
   
   #   package information
   Name: drupal
  @@ -231,7 +231,7 @@
   Group:CMS
   License:  GPL
   Version:  %{V_drupal}
  -Release:  20081031
  +Release:  20081101
   
   #   package options
   %option   with_mysql   yes
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

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

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   01-Nov-2008 10:28:26
  Branch: HEAD Handle: 2008110109282600

  Modified files:
openpkg-src/apr apr.spec

  Log:
I don't see why sed(1) should be required under run-time, so remove it
there

  Summary:
RevisionChanges Path
1.57+4  -4  openpkg-src/apr/apr.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/apr/apr.spec
  
  $ cvs diff -u -r1.56 -r1.57 apr.spec
  --- openpkg-src/apr/apr.spec  16 Aug 2008 15:16:04 -  1.56
  +++ openpkg-src/apr/apr.spec  1 Nov 2008 09:28:26 -   1.57
  @@ -36,7 +36,7 @@
   Group:Libraries
   License:  Apache
   Version:  %{V_apr}
  -Release:  20080816
  +Release:  20081101
   
   #   package options
   %option   with_threads  no
  @@ -53,10 +53,10 @@
   #   build information
   Prefix:   %{l_prefix}
   BuildRoot:%{l_buildroot}
  -BuildPreReq:  OpenPKG, openpkg >= 20040130, make
  +BuildPreReq:  OpenPKG, openpkg >= 20040130, make, sed
   PreReq:   OpenPKG, openpkg >= 20040130
  -BuildPreReq:  expat, sed
  -PreReq:   expat, sed
  +BuildPreReq:  expat
  +PreReq:   expat
   %if "%{with_db}" == "yes"
   BuildPreReq:  db >= 4.6
   PreReq:   db >= 4.6
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org