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

2007-05-08 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:   08-May-2007 08:16:37
  Branch: HEAD Handle: 2007050807163700

  Modified files:
openpkg-src/arptoolsarptools.spec

  Log:
fix typo and port to Solaris

  Summary:
RevisionChanges Path
1.3 +10 -6  openpkg-src/arptools/arptools.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/arptools/arptools.spec
  
  $ cvs diff -u -r1.2 -r1.3 arptools.spec
  --- openpkg-src/arptools/arptools.spec1 Jan 2007 17:36:37 -   
1.2
  +++ openpkg-src/arptools/arptools.spec8 May 2007 06:16:37 -   
1.3
  @@ -24,7 +24,7 @@
   
   #   package information
   Name: arptools
  -Summary:  Address Resoltion Protocol (ARP) Tools
  +Summary:  Address Resolution Protocol (ARP) Tools
   URL:  http://www.burghardt.pl/wiki/software/arptools
   Vendor:   Krzysztof Burghardt
   Packager: OpenPKG Foundation e.V.
  @@ -33,7 +33,7 @@
   Group:Mapping
   License:  GPL
   Version:  1.0.2
  -Release:  20061112
  +Release:  20070508
   
   #   list of sources
   Source0:  
http://www.burghardt.pl/wiki/_media/software/arptools-%{version}.tar.gz
  @@ -65,10 +65,14 @@
   %setup -q
   
   %build
  -CC=%{l_cc} \
  -CFLAGS=%{l_cflags -O} \
  -CPPFLAGS=%{l_cppflags} \
  -LDFLAGS=%{l_ldflags} \
  +export CC=%{l_cc}
  +export CFLAGS=%{l_cflags -O}
  +export CPPFLAGS=%{l_cppflags}
  +export LDFLAGS=%{l_ldflags}
  +export LIBS=
  +case %{l_platform -t} in
  +*-sunos5* ) LIBS=$LIBS -lnsl -lsocket ;;
  +esac
   ./configure \
   --prefix=%{l_prefix}
   %{l_make} %{l_mflags -O}
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-05-08 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:   08-May-2007 08:35:50
  Branch: HEAD Handle: 2007050807354900

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

  Log:
require perl-util

  Summary:
RevisionChanges Path
1.83+3  -3  openpkg-src/perl-locale/perl-locale.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/perl-locale/perl-locale.spec
  
  $ cvs diff -u -r1.82 -r1.83 perl-locale.spec
  --- openpkg-src/perl-locale/perl-locale.spec  23 Apr 2007 06:58:50 -  
1.82
  +++ openpkg-src/perl-locale/perl-locale.spec  8 May 2007 06:35:49 -   
1.83
  @@ -51,7 +51,7 @@
   Group:Perl
   License:  GPL/Artistic
   Version:  %{V_perl}
  -Release:  20070423
  +Release:  20070508
   
   #   list of sources
   Source0:  
http://www.cpan.org/modules/by-module/I18N/I18N-LangTags-%{V_i18n_langtags}.tar.gz
  @@ -76,8 +76,8 @@
   BuildRoot:%{l_buildroot}
   BuildPreReq:  OpenPKG, openpkg = 20040130, perl = %{V_perl}, perl-openpkg 
= %{V_perl}-20040126
   PreReq:   OpenPKG, openpkg = 20040130, perl = %{V_perl}
  -BuildPreReq:  gettext, libiconv
  -PreReq:   gettext, libiconv
  +BuildPreReq:  perl-util, gettext, libiconv
  +PreReq:   perl-util, gettext, libiconv
   AutoReq:  no
   AutoReqProv:  no
   
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-05-08 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:   08-May-2007 08:40:34
  Branch: HEAD Handle: 2007050807403400

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

  Log:
add Readonly as it is required by Locale::KeyedText in perl-locale

  Summary:
RevisionChanges Path
1.323   +11 -1  openpkg-src/perl-util/perl-util.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/perl-util/perl-util.spec
  
  $ cvs diff -u -r1.322 -r1.323 perl-util.spec
  --- openpkg-src/perl-util/perl-util.spec  5 May 2007 17:00:59 -   
1.322
  +++ openpkg-src/perl-util/perl-util.spec  8 May 2007 06:40:34 -   
1.323
  @@ -92,6 +92,7 @@
   %define   V_class_insideout  1.06
   %define   V_class_trait  0.22
   %define   V_hash_merge   0.10
  +%define   V_readonly 1.03
   
   #   package information
   Name: perl-util
  @@ -104,7 +105,7 @@
   Group:Perl
   License:  GPL/Artistic
   Version:  %{V_perl}
  -Release:  20070505
  +Release:  20070508
   
   #   list of sources
   Source0:  
http://www.cpan.org/modules/by-module/Test/Test-%{V_test}.tar.gz
  @@ -175,6 +176,7 @@
   Source65: 
http://www.cpan.org/modules/by-module/Class/Class-InsideOut-%{V_class_insideout}.tar.gz
   Source66: 
http://www.cpan.org/modules/by-module/Class/Class-Trait-%{V_class_trait}.tar.gz
   Source67: 
http://www.cpan.org/modules/by-module/Hash/Hash-Merge-%{V_hash_merge}.tar.gz
  +Source68: 
http://www.cpan.org/authors/id/R/RO/ROODE/Readonly-%{V_readonly}.tar.gz
   
   #   build information
   Prefix:   %{l_prefix}
  @@ -254,6 +256,7 @@
   - Data::Page::Pageset (%{V_data_page_pageset})
   - Want (%{V_want})
   - Hash::Merge (%{V_hash_merge})
  +- Readonly (%{V_readonly})
   
   %track
   prog perl-util:Alias = {
  @@ -596,6 +599,11 @@
   url   = http://www.cpan.org/modules/by-module/Hash/
   regex = Hash-Merge-(__VER__)\.tar\.gz
   }
  +prog perl-util:Readonly = {
  +version   = %{V_readonly}
  +url   = http://www.cpan.org/authors/id/R/RO/ROODE/
  +regex = Readonly-(__VER__)\.tar\.gz
  +}
   
   %prep
   %setup -q -c
  @@ -666,6 +674,7 @@
   %setup -q -T -D -a 65
   %setup -q -T -D -a 66
   %setup -q -T -D -a 67
  +%setup -q -T -D -a 68
   
   %build
   
  @@ -740,6 +749,7 @@
   %{l_prefix}/bin/perl-openpkg -d %{SOURCE65} configure build install
   %{l_prefix}/bin/perl-openpkg -d %{SOURCE66} configure build install
   %{l_prefix}/bin/perl-openpkg -d %{SOURCE67} configure build install
  +%{l_prefix}/bin/perl-openpkg -d %{SOURCE68} configure build install
   rm -f $RPM_BUILD_ROOT%{l_prefix}/bin/replace
   rm -f $RPM_BUILD_ROOT%{l_prefix}/bin/prove
   %{l_prefix}/bin/perl-openpkg -F perl-openpkg-files fixate cleanup
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-05-08 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:   08-May-2007 08:50:13
  Branch: HEAD Handle: 2007050807501300

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

  Log:
fix building by removing multiple calls to the C compiler/linker

  Summary:
RevisionChanges Path
1.12+12 -0  openpkg-src/ncurses/ncurses.patch
1.321   +1  -1  openpkg-src/ncurses/ncurses.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/ncurses/ncurses.patch
  
  $ cvs diff -u -r1.11 -r1.12 ncurses.patch
  --- openpkg-src/ncurses/ncurses.patch 1 May 2007 12:34:19 -   1.11
  +++ openpkg-src/ncurses/ncurses.patch 8 May 2007 06:50:13 -   1.12
  @@ -119,3 +119,15 @@
demo_forms  $(LDFLAGS_DEFAULT)  $(LOCAL_LIBS)   demo_forms edit_field
demo_keyok  $(LDFLAGS_CURSES)   $(LOCAL_LIBS)   demo_keyok
demo_menus  $(LDFLAGS_DEFAULT)  $(LOCAL_LIBS)   demo_menus
  +Index: tack/Makefile.in
  +--- tack/Makefile.in.orig2006-12-17 16:58:32 +0100
   tack/Makefile.in 2007-05-08 08:45:30 +0200
  +@@ -93,7 +93,7 @@
  + LOCAL_LIBDIR= @top_builddir@/lib
  + 
  + LD  = @LD@
  +-LINK= @LINK_PROGS@ $(LIBTOOL_LINK) $(CC)
  ++LINK= @LINK_PROGS@ $(LIBTOOL_LINK)
  + LDFLAGS = @EXTRA_LDFLAGS@ \
  + @TINFO_ARGS@ @LDFLAGS@ @LD_MODEL@ @LIBS@
  + 
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/ncurses/ncurses.spec
  
  $ cvs diff -u -r1.320 -r1.321 ncurses.spec
  --- openpkg-src/ncurses/ncurses.spec  6 May 2007 22:17:12 -   1.320
  +++ openpkg-src/ncurses/ncurses.spec  8 May 2007 06:50:13 -   1.321
  @@ -50,7 +50,7 @@
   Group:Terminal
   License:  MIT-style
   Version:  %{V_base}.%{V_patchL}
  -Release:  20070507
  +Release:  20070508
   
   #   list of sources
   Source0:  ftp://invisible-island.net/ncurses/ncurses-%{V_base}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-05-08 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:   08-May-2007 09:33:22
  Branch: HEAD Handle: 2007050808332200

  Modified files:
openpkg-src/data-timezone
data-timezone.spec

  Log:
upgrading package: data-timezone 2007e - 2007f

  Summary:
RevisionChanges Path
1.20+2  -2  openpkg-src/data-timezone/data-timezone.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/data-timezone/data-timezone.spec
  
  $ cvs diff -u -r1.19 -r1.20 data-timezone.spec
  --- openpkg-src/data-timezone/data-timezone.spec  3 Apr 2007 08:36:00 
-   1.19
  +++ openpkg-src/data-timezone/data-timezone.spec  8 May 2007 07:33:22 
-   1.20
  @@ -32,8 +32,8 @@
   Class:BASE
   Group:Data
   License:  Open Source
  -Version:  2007e
  -Release:  20070403
  +Version:  2007f
  +Release:  20070508
   
   #   list of sources
   Source0:  ftp://elsie.nci.nih.gov/pub/tzdata%{version}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-05-08 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:   08-May-2007 09:34:10
  Branch: HEAD Handle: 2007050808340900

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

  Log:
modifying package: perl-math-5.8.8 20070506 - 20070508

  Summary:
RevisionChanges Path
1.54+2  -2  openpkg-src/perl-math/perl-math.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/perl-math/perl-math.spec
  
  $ cvs diff -u -r1.53 -r1.54 perl-math.spec
  --- openpkg-src/perl-math/perl-math.spec  6 May 2007 16:40:28 -   
1.53
  +++ openpkg-src/perl-math/perl-math.spec  8 May 2007 07:34:09 -   
1.54
  @@ -26,7 +26,7 @@
   %define   V_perl 5.8.8
   %define   V_math_gmp 2.04
   %define   V_math_mpfr1.11
  -%define   V_math_bigint  1.85
  +%define   V_math_bigint  1.86
   %define   V_math_bigint_gmp  1.21
   %define   V_math_bigint_constant 1.08
   %define   V_math_bigint_fastcalc 0.14
  @@ -51,7 +51,7 @@
   Group:Perl
   License:  GPL/Artistic
   Version:  %{V_perl}
  -Release:  20070506
  +Release:  20070508
   
   #   package options
   %option   with_gmpno
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-05-08 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:   08-May-2007 09:34:14
  Branch: HEAD Handle: 2007050808341400

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

  Log:
modifying package: perl-time-5.8.8 20070422 - 20070508

  Summary:
RevisionChanges Path
1.162   +2  -2  openpkg-src/perl-time/perl-time.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/perl-time/perl-time.spec
  
  $ cvs diff -u -r1.161 -r1.162 perl-time.spec
  --- openpkg-src/perl-time/perl-time.spec  22 Apr 2007 06:52:21 -  
1.161
  +++ openpkg-src/perl-time/perl-time.spec  8 May 2007 07:34:14 -   
1.162
  @@ -35,7 +35,7 @@
   %define   V_time_tai64 2.11
   %define   V_datetime_locale0.34
   %define   V_datetime   0.37
  -%define   V_datetime_timezone  0.65
  +%define   V_datetime_timezone  0.66
   %define   V_time_piece 1.11
   
   #   package information
  @@ -49,7 +49,7 @@
   Group:Perl
   License:  GPL/Artistic
   Version:  %{V_perl}
  -Release:  20070422
  +Release:  20070508
   
   #   list of sources
   Source0:  
http://www.cpan.org/modules/by-module/Time/TimeDate-%{V_time_date}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-05-08 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:   08-May-2007 09:35:12
  Branch: HEAD Handle: 2007050808351200

  Modified files:
openpkg-src/tightvnctightvnc.spec

  Log:
upgrading package: tightvnc 1.3.8 - 1.3.9

  Summary:
RevisionChanges Path
1.24+2  -2  openpkg-src/tightvnc/tightvnc.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/tightvnc/tightvnc.spec
  
  $ cvs diff -u -r1.23 -r1.24 tightvnc.spec
  --- openpkg-src/tightvnc/tightvnc.spec1 Jan 2007 17:42:21 -   
1.23
  +++ openpkg-src/tightvnc/tightvnc.spec8 May 2007 07:35:12 -   
1.24
  @@ -32,8 +32,8 @@
   Class:EVAL
   Group:XWindow
   License:  GPL
  -Version:  1.3.8
  -Release:  20061016
  +Version:  1.3.9
  +Release:  20070508
   
   #   list of sources
   Source0:  
http://switch.dl.sourceforge.net/vnc-tight/tightvnc-%{version}_unixsrc.tar.bz2
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-05-08 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:   08-May-2007 09:35:41
  Branch: HEAD Handle: 2007050808354100

  Modified files:
openpkg-src/monotonemonotone.spec

  Log:
upgrading package: monotone 0.34 - 0.35

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

  patch -p0 '@@ .'
  Index: openpkg-src/monotone/monotone.spec
  
  $ cvs diff -u -r1.12 -r1.13 monotone.spec
  --- openpkg-src/monotone/monotone.spec1 Apr 2007 16:28:42 -   
1.12
  +++ openpkg-src/monotone/monotone.spec8 May 2007 07:35:41 -   
1.13
  @@ -32,8 +32,8 @@
   Class:EVAL
   Group:SCM
   License:  GPL
  -Version:  0.34
  -Release:  20070401
  +Version:  0.35
  +Release:  20070508
   
   #   list of sources
   Source0:  
http://monotone.ca/downloads/%{version}/monotone-%{version}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/milter-greylist/ milter-greylist.patch milt...

2007-05-08 Thread Ralf S. Engelschall
   --- stat.c.orig  2007-02-21 22:46:36 +0100
  -+++ stat.c   2007-05-05 09:35:39 +0200
   stat.c   2007-05-08 09:28:07 +0200
   @@ -52,7 +52,7 @@
#include sys/queue.h
#endif
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/milter-greylist/milter-greylist.spec
  
  $ cvs diff -u -r1.14 -r1.15 milter-greylist.spec
  --- openpkg-src/milter-greylist/milter-greylist.spec  5 May 2007 07:37:53 
-   1.14
  +++ openpkg-src/milter-greylist/milter-greylist.spec  8 May 2007 07:36:04 
-   1.15
  @@ -32,8 +32,8 @@
   Class:EVAL
   Group:Mail
   License:  BSD
  -Version:  4.0a3
  -Release:  20070505
  +Version:  4.0a4
  +Release:  20070508
   
   #   package options
   %option   with_fsl  yes
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-05-08 Thread Ralf S. Engelschall
 -lodbcinst
  -+  LIBS=$LIBS -lodbcinst -lodbc
  -   have_odbcinst=yes
  - else
  -   LIBS=$save_LIBS
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/myodbc/myodbc.spec
  
  $ cvs diff -u -r1.47 -r1.48 myodbc.spec
  --- openpkg-src/myodbc/myodbc.spec1 Jan 2007 17:39:59 -   1.47
  +++ openpkg-src/myodbc/myodbc.spec8 May 2007 07:37:59 -   1.48
  @@ -24,7 +24,7 @@
   
   #   package version
   %define   V_major 3.51
  -%define   V_minor 12
  +%define   V_minor 15r409
   
   #   package information
   Name: myodbc
  @@ -37,7 +37,7 @@
   Group:Database
   License:  GPL
   Version:  %{V_major}.%{V_minor}
  -Release:  20061218
  +Release:  20070508
   
   #   list of sources
   Source0:  
http://sunsite.informatik.rwth-aachen.de/mysql/Downloads/MyODBC3/mysql-connector-odbc-%{version}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-05-08 Thread Christoph Schug
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Christoph Schug
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   08-May-2007 16:56:58
  Branch: HEAD Handle: 2007050815565700

  Modified files:
openpkg-src/dhtml   dhtml.spec

  Log:
modifying package: dhtml-0 20070502 - 20070508

  Summary:
RevisionChanges Path
1.96+2  -2  openpkg-src/dhtml/dhtml.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/dhtml/dhtml.spec
  
  $ cvs diff -u -r1.95 -r1.96 dhtml.spec
  --- openpkg-src/dhtml/dhtml.spec  2 May 2007 05:52:15 -   1.95
  +++ openpkg-src/dhtml/dhtml.spec  8 May 2007 14:56:57 -   1.96
  @@ -30,7 +30,7 @@
   %define   V_mktree   20051017
   %define   V_dol  20050215
   %define   V_ie7  0_9
  -%define   V_tinymce  2_1_0
  +%define   V_tinymce  2_1_1
   %define   V_os3grid  0.6
   %define   V_toolman  0.2
   %define   V_behaviour1.1
  @@ -89,7 +89,7 @@
   Group:HTML
   License:  Open Source
   Version:  0
  -Release:  20070502
  +Release:  20070508
   
   #   list of sources
   Source0:  
ftp://ftp.openpkg.org/sources/CPY/VERSIONED/dhtml/prototype-%{V_prototype}.js
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-05-08 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:   09-May-2007 07:45:19
  Branch: HEAD Handle: 2007050906451900

  Modified files:
openpkg-src/dpkgdpkg.patch dpkg.spec

  Log:
upgrading package: dpkg 1.13.25 - 1.14.1

  Summary:
RevisionChanges Path
1.2 +49 -40 openpkg-src/dpkg/dpkg.patch
1.4 +7  -3  openpkg-src/dpkg/dpkg.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/dpkg/dpkg.patch
  
  $ cvs diff -u -r1.1 -r1.2 dpkg.patch
  --- openpkg-src/dpkg/dpkg.patch   18 Nov 2006 13:17:48 -  1.1
  +++ openpkg-src/dpkg/dpkg.patch   9 May 2007 05:45:19 -   1.2
  @@ -1,43 +1,43 @@
   Index: dpkg-deb/Makefile.in
   dpkg-deb/Makefile.in.orig2006-10-13 15:37:53 +0200
  -+++ dpkg-deb/Makefile.in 2006-11-18 14:11:58 +0100
  -@@ -140,7 +140,7 @@
  - LIBICONV = @LIBICONV@
  - LIBINTL = @LIBINTL@
  +--- dpkg-deb/Makefile.in.orig2007-05-08 17:24:58 +0200
   dpkg-deb/Makefile.in 2007-05-09 07:42:20 +0200
  +@@ -146,7 +146,7 @@
  + LIBMULTITHREAD = @LIBMULTITHREAD@
LIBOBJS = @LIBOBJS@
  + LIBPTH = @LIBPTH@
   -LIBS = @LIBS@
   +LIBS = $(top_builddir)/getopt/libopt.a @LIBS@
  + LIBTHREAD = @LIBTHREAD@
LTLIBICONV = @LTLIBICONV@
LTLIBINTL = @LTLIBINTL@
  - LTLIBOBJS = @LTLIBOBJS@
   Index: dpkg-split/Makefile.in
   dpkg-split/Makefile.in.orig  2006-10-13 15:37:54 +0200
  -+++ dpkg-split/Makefile.in   2006-11-18 14:11:58 +0100
  -@@ -141,7 +141,7 @@
  - LIBICONV = @LIBICONV@
  - LIBINTL = @LIBINTL@
  +--- dpkg-split/Makefile.in.orig  2007-05-08 17:24:58 +0200
   dpkg-split/Makefile.in   2007-05-09 07:42:20 +0200
  +@@ -147,7 +147,7 @@
  + LIBMULTITHREAD = @LIBMULTITHREAD@
LIBOBJS = @LIBOBJS@
  + LIBPTH = @LIBPTH@
   -LIBS = @LIBS@
   +LIBS = $(top_builddir)/getopt/libopt.a @LIBS@
  + LIBTHREAD = @LIBTHREAD@
LTLIBICONV = @LTLIBICONV@
LTLIBINTL = @LTLIBINTL@
  - LTLIBOBJS = @LTLIBOBJS@
   Index: dselect/Makefile.in
   dselect/Makefile.in.orig 2006-10-13 15:37:54 +0200
  -+++ dselect/Makefile.in  2006-11-18 14:11:58 +0100
  -@@ -156,7 +156,7 @@
  - LIBICONV = @LIBICONV@
  - LIBINTL = @LIBINTL@
  +--- dselect/Makefile.in.orig 2007-05-08 17:24:59 +0200
   dselect/Makefile.in  2007-05-09 07:42:20 +0200
  +@@ -162,7 +162,7 @@
  + LIBMULTITHREAD = @LIBMULTITHREAD@
LIBOBJS = @LIBOBJS@
  + LIBPTH = @LIBPTH@
   -LIBS = @LIBS@
   +LIBS = $(top_builddir)/getopt/libopt.a @LIBS@
  + LIBTHREAD = @LIBTHREAD@
LTLIBICONV = @LTLIBICONV@
LTLIBINTL = @LTLIBINTL@
  - LTLIBOBJS = @LTLIBOBJS@
   Index: lib/Makefile.in
   lib/Makefile.in.orig 2006-10-13 15:37:55 +0200
  -+++ lib/Makefile.in  2006-11-18 14:11:58 +0100
  -@@ -77,7 +77,7 @@
  +--- lib/Makefile.in.orig 2007-05-08 17:24:59 +0200
   lib/Makefile.in  2007-05-09 07:42:20 +0200
  +@@ -78,7 +78,7 @@
showcright.$(OBJEXT) showpkg.$(OBJEXT) tarfn.$(OBJEXT) \
utils.$(OBJEXT) varbuf.$(OBJEXT) vercmp.$(OBJEXT)
libdpkg_a_OBJECTS = $(am_libdpkg_a_OBJECTS)
  @@ -48,7 +48,7 @@
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
   Index: lib/tarfn.c
   --- lib/tarfn.c.orig 2006-06-21 15:41:12 +0200
  -+++ lib/tarfn.c  2006-11-18 14:11:58 +0100
   lib/tarfn.c  2007-05-09 07:42:20 +0200
   @@ -60,7 +60,9 @@
int len;
char *  str;
  @@ -61,21 +61,30 @@
memcpy(str, s, len);
str[len] = 0;
   Index: man/Makefile.in
   man/Makefile.in.orig 2006-10-13 15:37:55 +0200
  -+++ man/Makefile.in  2006-11-18 14:11:58 +0100
  -@@ -214,7 +214,7 @@
  +--- man/Makefile.in.orig 2007-05-08 17:24:59 +0200
   man/Makefile.in  2007-05-09 07:43:14 +0200
  +@@ -226,7 +226,7 @@
target_vendor = @target_vendor@

  - # po4a must be the first sub-directory because it generates the 
translations.
  --SUBDIRS = C po4a de es fr hu ja pl pt_BR ru sv
  -+SUBDIRS = C
  - all: all-recursive
  + # Extract the list of languages from the po4a config file.
  +-LINGUAS = $(shell sed -ne 's/^.*\[po4a_langs\] \(.*\)$$/\1/p' 
$(srcdir)/po/po4a.cfg)
  ++LINGUAS =
  + dist_man_MANS = \
  + 822-date.1 \
  + cleanup-info.8 \
  +@@ -562,7 +562,7 @@
  + uninstall-man uninstall-man1 uninstall-man5 uninstall-man8
  + 

  - .SUFFIXES:
  +-all-local: man.stamp
  ++all-local:
  + 
  + # FIXME: Use a stamp file until po4a supports them internally.
  + man.stamp:
   Index: scripts/Makefile.in
   scripts/Makefile.in.orig 2006-10-13 15:37:57 +0200
  -+++ scripts/Makefile.in  2006-11-18 

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

2007-05-08 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:   09-May-2007 07:46:16
  Branch: HEAD Handle: 2007050906461600

  Modified files:
openpkg-src/perltidyperltidy.spec

  Log:
upgrading package: perltidy 20070504 - 20070508

  Summary:
RevisionChanges Path
1.33+2  -2  openpkg-src/perltidy/perltidy.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/perltidy/perltidy.spec
  
  $ cvs diff -u -r1.32 -r1.33 perltidy.spec
  --- openpkg-src/perltidy/perltidy.spec5 May 2007 07:32:31 -   
1.32
  +++ openpkg-src/perltidy/perltidy.spec9 May 2007 05:46:16 -   
1.33
  @@ -32,8 +32,8 @@
   Class:PLUS
   Group:Perl
   License:  GPL
  -Version:  20070504
  -Release:  20070505
  +Version:  20070508
  +Release:  20070509
   
   #   list of sources
   Source0:  
http://switch.dl.sourceforge.net/sourceforge/perltidy/Perl-Tidy-%{version}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-05-08 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:   09-May-2007 07:46:26
  Branch: HEAD Handle: 2007050906462500

  Modified files:
openpkg-src/bazaar  bazaar.spec

  Log:
modifying package: bazaar-0.16 20070507 - 20070509

  Summary:
RevisionChanges Path
1.15+2  -2  openpkg-src/bazaar/bazaar.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/bazaar/bazaar.spec
  
  $ cvs diff -u -r1.14 -r1.15 bazaar.spec
  --- openpkg-src/bazaar/bazaar.spec7 May 2007 15:34:54 -   1.14
  +++ openpkg-src/bazaar/bazaar.spec9 May 2007 05:46:25 -   1.15
  @@ -24,7 +24,7 @@
   
   #   package version
   %define   V_bzr  0.16
  -%define   V_bzrtools 0.16.0
  +%define   V_bzrtools 0.16.1
   
   #   package information
   Name: bazaar
  @@ -37,7 +37,7 @@
   Group:SCM
   License:  GPL
   Version:  %{V_bzr}
  -Release:  20070507
  +Release:  20070509
   
   #   list of sources
   Source0:  http://bazaar-vcs.org/releases/src/bzr-%{V_bzr}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-05-08 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:   09-May-2007 07:46:30
  Branch: HEAD Handle: 2007050906462900

  Modified files:
openpkg-src/gperf   gperf.spec

  Log:
upgrading package: gperf 3.0.2 - 3.0.3

  Summary:
RevisionChanges Path
1.8 +2  -2  openpkg-src/gperf/gperf.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/gperf/gperf.spec
  
  $ cvs diff -u -r1.7 -r1.8 gperf.spec
  --- openpkg-src/gperf/gperf.spec  1 Jan 2007 17:38:21 -   1.7
  +++ openpkg-src/gperf/gperf.spec  9 May 2007 05:46:29 -   1.8
  @@ -32,8 +32,8 @@
   Class:PLUS
   Group:CompilerCompiler
   License:  GPL
  -Version:  3.0.2
  -Release:  20061013
  +Version:  3.0.3
  +Release:  20070509
   
   #   list of sources
   Source0:  ftp://ftp.gnu.org/gnu/gperf/gperf-%{version}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-05-08 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:   09-May-2007 07:46:38
  Branch: HEAD Handle: 2007050906463800

  Modified files:
openpkg-src/perl-wwwperl-www.spec

  Log:
modifying package: perl-www-5.8.8 20070504 - 20070509

  Summary:
RevisionChanges Path
1.347   +2  -2  openpkg-src/perl-www/perl-www.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/perl-www/perl-www.spec
  
  $ cvs diff -u -r1.346 -r1.347 perl-www.spec
  --- openpkg-src/perl-www/perl-www.spec4 May 2007 06:10:05 -   
1.346
  +++ openpkg-src/perl-www/perl-www.spec9 May 2007 05:46:38 -   
1.347
  @@ -69,7 +69,7 @@
   %define   V_www_mechanize_shell   0.42
   %define   V_www_mechanize_sleepy  0.6
   %define   V_www_mechanize_timed   0.42
  -%define   V_www_search2.491
  +%define   V_www_search2.492
   %define   V_www_search_google 0.22
   %define   V_www_search_yahoo  2.409
   %define   V_www_search_lycos  2.221
  @@ -96,7 +96,7 @@
   Group:Perl
   License:  GPL/Artistic
   Version:  %{V_perl}
  -Release:  20070504
  +Release:  20070509
   
   #   list of sources
   Source0:  http://www.cpan.org/modules/by-module/URI/URI-%{V_uri}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-05-08 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:   09-May-2007 07:46:32
  Branch: HEAD Handle: 2007050906463200

  Modified files:
openpkg-src/js  js.spec

  Log:
modifying package: js-1.6.20070208 20070428 - 20070509

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

  patch -p0 '@@ .'
  Index: openpkg-src/js/js.spec
  
  $ cvs diff -u -r1.43 -r1.44 js.spec
  --- openpkg-src/js/js.spec28 Apr 2007 20:16:06 -  1.43
  +++ openpkg-src/js/js.spec9 May 2007 05:46:32 -   1.44
  @@ -29,7 +29,7 @@
   %define   V_javascript_squish   0.05
   %define   V_javascript_code 0.08
   %define   V_javascript_jslint   0.06
  -%define   V_javascript_engine   0.008
  +%define   V_javascript_engine   0.009
   %define   V_jsmin   20070108
   
   #   package information
  @@ -43,7 +43,7 @@
   Group:Language
   License:  MPL/GPL/LGPL
   Version:  %{V_js}
  -Release:  20070428
  +Release:  20070509
   
   #   package options
   %option   with_fileyes
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2007-05-08 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:   09-May-2007 07:52:51
  Branch: HEAD Handle: 2007050906525100

  Modified files:
openpkg-src/arptoolsarptools.spec

  Log:
finally fix building under Solaris

  Summary:
RevisionChanges Path
1.4 +3  -2  openpkg-src/arptools/arptools.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/arptools/arptools.spec
  
  $ cvs diff -u -r1.3 -r1.4 arptools.spec
  --- openpkg-src/arptools/arptools.spec8 May 2007 06:16:37 -   
1.3
  +++ openpkg-src/arptools/arptools.spec9 May 2007 05:52:51 -   
1.4
  @@ -33,7 +33,7 @@
   Group:Mapping
   License:  GPL
   Version:  1.0.2
  -Release:  20070508
  +Release:  20070509
   
   #   list of sources
   Source0:  
http://www.burghardt.pl/wiki/_media/software/arptools-%{version}.tar.gz
  @@ -71,8 +71,9 @@
   export LDFLAGS=%{l_ldflags}
   export LIBS=
   case %{l_platform -t} in
  -*-sunos5* ) LIBS=$LIBS -lnsl -lsocket ;;
  +*-sunos5* ) LIBS=$LIBS -lnsl -lsocket -lresolv ;;
   esac
  +export GREP=grep
   ./configure \
   --prefix=%{l_prefix}
   %{l_make} %{l_mflags -O}
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/perl-module/ perl-module.patch perl-module....

2007-05-08 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:   09-May-2007 07:46:33
  Branch: HEAD Handle: 2007050906463300

  Modified files:
openpkg-src/perl-module perl-module.patch perl-module.spec

  Log:
modifying package: perl-module-5.8.8 20070501 - 20070509

  Summary:
RevisionChanges Path
1.11+3  -3  openpkg-src/perl-module/perl-module.patch
1.76+2  -2  openpkg-src/perl-module/perl-module.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/perl-module/perl-module.patch
  
  $ cvs diff -u -r1.10 -r1.11 perl-module.patch
  --- openpkg-src/perl-module/perl-module.patch 23 Apr 2007 16:13:50 -  
1.10
  +++ openpkg-src/perl-module/perl-module.patch 9 May 2007 05:46:33 -   
1.11
  @@ -15,9 +15,9 @@
WriteMakefile(
# FIXME this doesn't work very well with native win32 perl
'dist' = {
  -Index: CPAN-1.9101/Makefile.PL
   CPAN-1.9101/Makefile.PL.orig 2005-12-25 09:23:51 +0100
  -+++ CPAN-1.9101/Makefile.PL  2005-12-25 09:52:02 +0100
  +Index: CPAN-1.9102/Makefile.PL
  +--- CPAN-1.9102/Makefile.PL.orig 2005-12-25 09:23:51 +0100
   CPAN-1.9102/Makefile.PL  2005-12-25 09:52:02 +0100
   @@ -93,7 +93,7 @@
my $cmd;
if ($cmd = MM-maybe_command($abs)) {
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/perl-module/perl-module.spec
  
  $ cvs diff -u -r1.75 -r1.76 perl-module.spec
  --- openpkg-src/perl-module/perl-module.spec  1 May 2007 17:46:46 -   
1.75
  +++ openpkg-src/perl-module/perl-module.spec  9 May 2007 05:46:33 -   
1.76
  @@ -41,7 +41,7 @@
   %define   V_module_pluggable 3.6
   %define   V_module_pluggable_ordered 1.5
   %define   V_class_inspector  1.16
  -%define   V_cpan 1.9101
  +%define   V_cpan 1.9102
   %define   V_cpan_wait0.27-2
   %define   V_version  0.7203
   
  @@ -56,7 +56,7 @@
   Group:Perl
   License:  GPL/Artistic
   Version:  %{V_perl}
  -Release:  20070501
  +Release:  20070509
   
   #   list of sources
   Source0:  
http://www.cpan.org/modules/by-module/ExtUtils/ExtUtils-Depends-%{V_extutils_depends}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org