[CVS] OpenPKG: OPENPKG_2_5_SOLID: openpkg-src/gup/ gup.patch

2005-10-14 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:   15-Oct-2005 08:58:07
  Branch: OPENPKG_2_5_SOLIDHandle: 2005101507580700

  Modified files:   (Branch: OPENPKG_2_5_SOLID)
openpkg-src/gup gup.patch

  Log:
MFC: fix building under NetBSD

  Summary:
RevisionChanges Path
1.1.18.1+13 -4  openpkg-src/gup/gup.patch
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/gup/gup.patch
  
  $ cvs diff -u -r1.1 -r1.1.18.1 gup.patch
  --- openpkg-src/gup/gup.patch 15 Mar 2002 20:12:23 -  1.1
  +++ openpkg-src/gup/gup.patch 15 Oct 2005 06:58:07 -  1.1.18.1
  @@ -1,6 +1,15 @@
   gup.h.orig   Sat Nov 24 20:23:54 2001
  -+++ gup.hSat Nov 24 20:23:44 2001
  -@@ -13,6 +13,7 @@
  +Index: gup.h
  +--- gup.h.orig   2002-12-29 19:25:36 +0100
   gup.h2005-10-15 08:56:19 +0200
  +@@ -3,6 +3,7 @@
  + #else
  + #define _XOPEN_SOURCE
  + #define _BSD_SOURCE
  ++#define _NETBSD_SOURCE
  + #endif
  + 
  + #include 
  +@@ -13,6 +14,7 @@
#include   /* isspace */
#include   /* Needed for errno */
#include 
  @@ -8,7 +17,7 @@

#include 
#include/* umask */
  -@@ -31,7 +32,7 @@
  +@@ -35,7 +37,7 @@
#define MAX_LINE_SIZE   512
#define MODEST_SIZE 128

  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-10-14 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:   15-Oct-2005 08:57:14
  Branch: HEAD Handle: 2005101507571400

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

  Log:
fix building under NetBSD

  Summary:
RevisionChanges Path
1.2 +13 -4  openpkg-src/gup/gup.patch
1.38+1  -1  openpkg-src/gup/gup.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/gup/gup.patch
  
  $ cvs diff -u -r1.1 -r1.2 gup.patch
  --- openpkg-src/gup/gup.patch 15 Mar 2002 20:12:23 -  1.1
  +++ openpkg-src/gup/gup.patch 15 Oct 2005 06:57:14 -  1.2
  @@ -1,6 +1,15 @@
   gup.h.orig   Sat Nov 24 20:23:54 2001
  -+++ gup.hSat Nov 24 20:23:44 2001
  -@@ -13,6 +13,7 @@
  +Index: gup.h
  +--- gup.h.orig   2002-12-29 19:25:36 +0100
   gup.h2005-10-15 08:56:19 +0200
  +@@ -3,6 +3,7 @@
  + #else
  + #define _XOPEN_SOURCE
  + #define _BSD_SOURCE
  ++#define _NETBSD_SOURCE
  + #endif
  + 
  + #include 
  +@@ -13,6 +14,7 @@
#include   /* isspace */
#include   /* Needed for errno */
#include 
  @@ -8,7 +17,7 @@

#include 
#include/* umask */
  -@@ -31,7 +32,7 @@
  +@@ -35,7 +37,7 @@
#define MAX_LINE_SIZE   512
#define MODEST_SIZE 128

  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/gup/gup.spec
  
  $ cvs diff -u -r1.37 -r1.38 gup.spec
  --- openpkg-src/gup/gup.spec  24 Mar 2005 11:19:00 -  1.37
  +++ openpkg-src/gup/gup.spec  15 Oct 2005 06:57:14 -  1.38
  @@ -33,7 +33,7 @@
   Group:Converter
   License:  Public Domain
   Version:  0.5.11
  -Release:  20050128
  +Release:  20051015
   
   #   list of sources
   Source0:  
ftp://ftp.debian.org/debian/pool/main/g/gup/gup_%{version}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-10-14 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:   15-Oct-2005 08:51:41
  Branch: OPENPKG_2_5_SOLIDHandle: 2005101507514000

  Modified files:   (Branch: OPENPKG_2_5_SOLID)
openpkg-src/axyftp  axyftp.spec

  Log:
MFC: requires pkgconfig for gtk

  Summary:
RevisionChanges Path
1.29.4.3+1  -1  openpkg-src/axyftp/axyftp.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/axyftp/axyftp.spec
  
  $ cvs diff -u -r1.29.4.2 -r1.29.4.3 axyftp.spec
  --- openpkg-src/axyftp/axyftp.spec14 Oct 2005 06:25:36 -  1.29.4.2
  +++ openpkg-src/axyftp/axyftp.spec15 Oct 2005 06:51:40 -  1.29.4.3
  @@ -41,7 +41,7 @@
   #   build information
   Prefix:   %{l_prefix}
   BuildRoot:%{l_buildroot}
  -BuildPreReq:  OpenPKG, openpkg >= 2.5.0, gtk
  +BuildPreReq:  OpenPKG, openpkg >= 2.5.0, gtk, pkgconfig
   PreReq:   OpenPKG, openpkg >= 2.5.0, gtk
   AutoReq:  no
   AutoReqProv:  no
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-10-14 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:   15-Oct-2005 08:51:08
  Branch: HEAD Handle: 2005101507510700

  Modified files:
openpkg-src/axyftp  axyftp.spec

  Log:
requires pkgconfig for gtk

  Summary:
RevisionChanges Path
1.31+2  -2  openpkg-src/axyftp/axyftp.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/axyftp/axyftp.spec
  
  $ cvs diff -u -r1.30 -r1.31 axyftp.spec
  --- openpkg-src/axyftp/axyftp.spec14 Oct 2005 06:25:04 -  1.30
  +++ openpkg-src/axyftp/axyftp.spec15 Oct 2005 06:51:07 -  1.31
  @@ -33,7 +33,7 @@
   Group:FTP
   License:  Artistic
   Version:  0.5.1
  -Release:  20051014
  +Release:  20051015
   
   #   list of sources
   Source0:  ftp://ftp.wxftp.seul.org/pub/wxftp/axyftp-%{version}.tar.gz
  @@ -41,7 +41,7 @@
   #   build information
   Prefix:   %{l_prefix}
   BuildRoot:%{l_buildroot}
  -BuildPreReq:  OpenPKG, openpkg >= 20040130, gtk
  +BuildPreReq:  OpenPKG, openpkg >= 20040130, gtk, pkgconfig
   PreReq:   OpenPKG, openpkg >= 20040130, gtk
   AutoReq:  no
   AutoReqProv:  no
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-10-14 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:   15-Oct-2005 08:48:27
  Branch: OPENPKG_2_5_SOLIDHandle: 2005101507482700

  Modified files:   (Branch: OPENPKG_2_5_SOLID)
openpkg-src/png png.spec

  Log:
MFC: unbreak build after recent CFLAGS passing

  Summary:
RevisionChanges Path
1.44.4.3+2  -2  openpkg-src/png/png.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/png/png.spec
  
  $ cvs diff -u -r1.44.4.2 -r1.44.4.3 png.spec
  --- openpkg-src/png/png.spec  14 Oct 2005 15:14:54 -  1.44.4.2
  +++ openpkg-src/png/png.spec  15 Oct 2005 06:48:27 -  1.44.4.3
  @@ -70,8 +70,8 @@
   %build
   %{l_make} %{l_mflags} \
   -f scripts/makefile.std \
  -CC="%{l_cc}" \
  -CFLAGS="%{l_cflags -O}" \
  +CC='%{l_cc}' \
  +CFLAGS='%{l_cflags -O} -I$(ZLIBINC)' \
   ZLIBINC=%{l_prefix}/include \
   ZLIBLIB=%{l_prefix}/lib \
   libpng.a
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-10-14 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:   15-Oct-2005 08:47:42
  Branch: HEAD Handle: 2005101507474200

  Modified files:
openpkg-src/png png.spec

  Log:
unbreak build after recent CFLAGS passing

  Summary:
RevisionChanges Path
1.46+3  -3  openpkg-src/png/png.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/png/png.spec
  
  $ cvs diff -u -r1.45 -r1.46 png.spec
  --- openpkg-src/png/png.spec  14 Oct 2005 15:04:51 -  1.45
  +++ openpkg-src/png/png.spec  15 Oct 2005 06:47:42 -  1.46
  @@ -33,7 +33,7 @@
   Group:Graphics
   License:  BSD
   Version:  1.2.8
  -Release:  20051014
  +Release:  20051015
   
   #   list of sources
   Source0:  
http://osdn.dl.sourceforge.net/sourceforge/libpng/libpng-%{version}.tar.gz
  @@ -70,8 +70,8 @@
   %build
   %{l_make} %{l_mflags} \
   -f scripts/makefile.std \
  -CC="%{l_cc}" \
  -CFLAGS="%{l_cflags -O}" \
  +CC='%{l_cc}' \
  +CFLAGS='%{l_cflags -O} -I$(ZLIBINC)' \
   ZLIBINC=%{l_prefix}/include \
   ZLIBLIB=%{l_prefix}/lib \
   libpng.a
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-10-14 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:   15-Oct-2005 08:16:57
  Branch: OPENPKG_2_5_SOLIDHandle: 2005101507165700

  Modified files:   (Branch: OPENPKG_2_5_SOLID)
openpkg-src/lftplftp.spec

  Log:
MFC

  Summary:
RevisionChanges Path
1.83.2.2+2  -2  openpkg-src/lftp/lftp.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/lftp/lftp.spec
  
  $ cvs diff -u -r1.83.2.1 -r1.83.2.2 lftp.spec
  --- openpkg-src/lftp/lftp.spec11 Oct 2005 12:50:33 -  1.83.2.1
  +++ openpkg-src/lftp/lftp.spec15 Oct 2005 06:16:57 -  1.83.2.2
  @@ -32,11 +32,11 @@
   Class:BASE
   Group:FTP
   License:  GPL
  -Version:  3.3.0
  +Version:  3.3.1
   Release:  2.5.0
   
   #   list of sources
  -Source0:  
http://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/lftp-%{version}.tar.bz2
  +Source0:  
http://ftp.yars.free.net/pub/source/lftp/lftp-%{version}.tar.bz2
   Patch0:   lftp.patch
   
   #   build information
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-10-14 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:   15-Oct-2005 08:16:19
  Branch: HEAD Handle: 2005101507161800

  Modified files:
openpkg-src/lftplftp.spec

  Log:
upgrading package: lftp 3.3.0 -> 3.3.1

  Summary:
RevisionChanges Path
1.84+3  -3  openpkg-src/lftp/lftp.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/lftp/lftp.spec
  
  $ cvs diff -u -r1.83 -r1.84 lftp.spec
  --- openpkg-src/lftp/lftp.spec24 Aug 2005 18:33:29 -  1.83
  +++ openpkg-src/lftp/lftp.spec15 Oct 2005 06:16:18 -  1.84
  @@ -32,11 +32,11 @@
   Class:BASE
   Group:FTP
   License:  GPL
  -Version:  3.3.0
  -Release:  20050824
  +Version:  3.3.1
  +Release:  20051015
   
   #   list of sources
  -Source0:  
http://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/lftp-%{version}.tar.bz2
  +Source0:  
http://ftp.yars.free.net/pub/source/lftp/lftp-%{version}.tar.bz2
   Patch0:   lftp.patch
   
   #   build information
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-10-14 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:   15-Oct-2005 08:16:10
  Branch: OPENPKG_2_5_SOLIDHandle: 2005101507161000

  Modified files:   (Branch: OPENPKG_2_5_SOLID)
openpkg-src/perl-xmlperl-xml.spec

  Log:
MFC

  Summary:
RevisionChanges Path
1.203.2.2   +1  -1  openpkg-src/perl-xml/perl-xml.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/perl-xml/perl-xml.spec
  
  $ cvs diff -u -r1.203.2.1 -r1.203.2.2 perl-xml.spec
  --- openpkg-src/perl-xml/perl-xml.spec11 Oct 2005 12:51:26 -  
1.203.2.1
  +++ openpkg-src/perl-xml/perl-xml.spec15 Oct 2005 06:16:10 -  
1.203.2.2
  @@ -55,7 +55,7 @@
   %define   V_xml_sax_base1.02
   %define   V_xml_sax_expat   0.37
   %define   V_xml_simple  2.14
  -%define   V_xml_twig3.21
  +%define   V_xml_twig3.22
   %define   V_xml_writer  0.600
   %define   V_xml_writer_string   0.1
   %define   V_xml_xpath   1.13
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-10-14 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:   15-Oct-2005 08:14:05
  Branch: HEAD Handle: 2005101507140400

  Modified files:
openpkg-src/perl-xmlperl-xml.spec

  Log:
modifying package: perl-xml-5.8.7 20051003 -> 20051015

  Summary:
RevisionChanges Path
1.204   +2  -2  openpkg-src/perl-xml/perl-xml.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/perl-xml/perl-xml.spec
  
  $ cvs diff -u -r1.203 -r1.204 perl-xml.spec
  --- openpkg-src/perl-xml/perl-xml.spec3 Oct 2005 12:32:46 -   
1.203
  +++ openpkg-src/perl-xml/perl-xml.spec15 Oct 2005 06:14:04 -  
1.204
  @@ -55,7 +55,7 @@
   %define   V_xml_sax_base1.02
   %define   V_xml_sax_expat   0.37
   %define   V_xml_simple  2.14
  -%define   V_xml_twig3.21
  +%define   V_xml_twig3.22
   %define   V_xml_writer  0.600
   %define   V_xml_writer_string   0.1
   %define   V_xml_xpath   1.13
  @@ -81,7 +81,7 @@
   Group:Language
   License:  GPL/Artistic
   Version:  %{V_perl}
  -Release:  20051003
  +Release:  20051015
   
   #   package options
   %option   with_libxmlno
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-10-14 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:   14-Oct-2005 21:50:38
  Branch: OPENPKG_2_5_SOLIDHandle: 2005101420503800

  Modified files:   (Branch: OPENPKG_2_5_SOLID)
openpkg-src/libnids libnids.spec

  Log:
MFC: add FreeBSD/amd64 support

  Summary:
RevisionChanges Path
1.25.4.2+2  -1  openpkg-src/libnids/libnids.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/libnids/libnids.spec
  
  $ cvs diff -u -r1.25.4.1 -r1.25.4.2 libnids.spec
  --- openpkg-src/libnids/libnids.spec  11 Oct 2005 12:50:37 -  1.25.4.1
  +++ openpkg-src/libnids/libnids.spec  14 Oct 2005 19:50:38 -  1.25.4.2
  @@ -41,7 +41,7 @@
   #   build information
   Prefix:   %{l_prefix}
   BuildRoot:%{l_buildroot}
  -BuildPreReq:  OpenPKG, openpkg >= 2.5.0, libnet, libpcap, make, gcc
  +BuildPreReq:  OpenPKG, openpkg >= 2.5.0, libnet, libpcap, make, gcc, config
   PreReq:   OpenPKG, openpkg >= 2.5.0, libnet, libpcap
   AutoReq:  no
   AutoReqProv:  no
  @@ -61,6 +61,7 @@
   
   %prep
   %setup -q
  +%{l_prefix}/bin/config install .
   
   %build
   define="LIBNET_LIL_ENDIAN"
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-10-14 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:   14-Oct-2005 21:49:16
  Branch: HEAD Handle: 2005101420491600

  Modified files:
openpkg-src/libnids libnids.spec

  Log:
add FreeBSD/amd64 support

  Summary:
RevisionChanges Path
1.26+3  -2  openpkg-src/libnids/libnids.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/libnids/libnids.spec
  
  $ cvs diff -u -r1.25 -r1.26 libnids.spec
  --- openpkg-src/libnids/libnids.spec  24 Mar 2005 11:19:17 -  1.25
  +++ openpkg-src/libnids/libnids.spec  14 Oct 2005 19:49:16 -  1.26
  @@ -33,7 +33,7 @@
   Group:Network
   License:  GPL
   Version:  1.20
  -Release:  20050211
  +Release:  20051014
   
   #   list of sources
   Source0:  
http://osdn.dl.sourceforge.net/sourceforge/libnids/libnids-%{version}.tar.gz
  @@ -41,7 +41,7 @@
   #   build information
   Prefix:   %{l_prefix}
   BuildRoot:%{l_buildroot}
  -BuildPreReq:  OpenPKG, openpkg >= 20040130, libnet, libpcap, make, gcc
  +BuildPreReq:  OpenPKG, openpkg >= 20040130, libnet, libpcap, make, gcc, 
config
   PreReq:   OpenPKG, openpkg >= 20040130, libnet, libpcap
   AutoReq:  no
   AutoReqProv:  no
  @@ -61,6 +61,7 @@
   
   %prep
   %setup -q
  +%{l_prefix}/bin/config install .
   
   %build
   define="LIBNET_LIL_ENDIAN"
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-10-14 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:   14-Oct-2005 21:43:41
  Branch: OPENPKG_2_5_SOLIDHandle: 2005101420434100

  Modified files:   (Branch: OPENPKG_2_5_SOLID)
openpkg-src/perl-vcsperl-vcs.spec

  Log:
add VCS::LibCVS

  Summary:
RevisionChanges Path
1.13.4.2+15 -5  openpkg-src/perl-vcs/perl-vcs.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/perl-vcs/perl-vcs.spec
  
  $ cvs diff -u -r1.13.4.1 -r1.13.4.2 perl-vcs.spec
  --- openpkg-src/perl-vcs/perl-vcs.spec11 Oct 2005 12:51:25 -  
1.13.4.1
  +++ openpkg-src/perl-vcs/perl-vcs.spec14 Oct 2005 19:43:41 -  
1.13.4.2
  @@ -29,6 +29,7 @@
   %define   V_vcs 0.14
   %define   V_vcs_lite0.07
   %define   V_vcs_rcs_parser  0.06
  +%define   V_vcs_libcvs  1.0002
   %define   V_rcs 1.05
   %define   V_rcs_agent   1.03
   %define   V_rcs_parser  0.02
  @@ -54,11 +55,12 @@
   Source2:  http://www.cpan.org/modules/by-module/VCS/VCS-%{V_vcs}.tar.gz
   Source3:  
http://www.cpan.org/modules/by-module/VCS/VCS-Lite-%{V_vcs_lite}.tar.gz
   Source4:  
http://www.cpan.org/modules/by-module/VCS/VCS-Rcs-Parser-%{V_vcs_rcs_parser}.tar.gz
  -Source5:  http://www.cpan.org/modules/by-module/Rcs/Rcs-%{V_rcs}.tar.gz
  -Source6:  
http://www.cpan.org/modules/by-module/Rcs/Rcs-Agent-%{V_rcs_agent}.tar.gz
  -Source7:  
http://www.cpan.org/modules/by-module/Rcs/Rcs-Parser-%{V_rcs_parser}.tar.gz
  -Source8:  
http://www.cpan.org/modules/by-module/Text/Text-Diff-%{V_text_diff}.tar.gz
  -Source9:  
http://www.cpan.org/modules/by-module/Text/Text-Patch-%{V_text_patch}.tar.gz
  +Source5:  
http://www.cpan.org/modules/by-module/VCS/VCS-LibCVS-%{V_vcs_libcvs}.tar.gz
  +Source6:  http://www.cpan.org/modules/by-module/Rcs/Rcs-%{V_rcs}.tar.gz
  +Source7:  
http://www.cpan.org/modules/by-module/Rcs/Rcs-Agent-%{V_rcs_agent}.tar.gz
  +Source8:  
http://www.cpan.org/modules/by-module/Rcs/Rcs-Parser-%{V_rcs_parser}.tar.gz
  +Source9:  
http://www.cpan.org/modules/by-module/Text/Text-Diff-%{V_text_diff}.tar.gz
  +Source10: 
http://www.cpan.org/modules/by-module/Text/Text-Patch-%{V_text_patch}.tar.gz
   
   #   build information
   Prefix:   %{l_prefix}
  @@ -77,6 +79,7 @@
   - VCS (%{V_vcs})
   - VCS::Lite (%{V_vcs_lite})
   - VCS::Rcs::Parser (%{V_vcs_rcs_parser})
  +- VCS::LibCVS (%{V_vcs_libcvs})
   - Rcs (%{V_rcs})
   - Rcs::Agent (%{V_rcs_agent})
   - Rcs::Parser (%{V_rcs_parser})
  @@ -109,6 +112,11 @@
   url   = http://www.cpan.org/modules/by-module/VCS/
   regex = VCS-Rcs-Parser-(__VER__)\.tar\.gz
   }
  +prog perl-vcs:VCS-LibCVS = {
  +version   = %{V_vcs_libcvs}
  +url   = http://www.cpan.org/modules/by-module/VCS/
  +regex = VCS-LibCVS-(__VER__)\.tar\.gz
  +}
   prog perl-vcs:Rcs = {
   version   = %{V_rcs}
   url   = http://www.cpan.org/modules/by-module/Rcs/
  @@ -146,6 +154,7 @@
   %setup -q -T -D -a 7
   %setup -q -T -D -a 8
   %setup -q -T -D -a 9
  +%setup -q -T -D -a 10
   
   %build
   
  @@ -162,6 +171,7 @@
   %{l_prefix}/bin/perl-openpkg -d %{SOURCE7}  configure build install
   %{l_prefix}/bin/perl-openpkg -d %{SOURCE8}  configure build install
   %{l_prefix}/bin/perl-openpkg -d %{SOURCE9}  configure build install
  +%{l_prefix}/bin/perl-openpkg -d %{SOURCE10} configure build install
   %{l_prefix}/bin/perl-openpkg -F perl-openpkg-files fixate cleanup
   %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std} `cat 
perl-openpkg-files`
   
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-10-14 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:   14-Oct-2005 21:43:05
  Branch: HEAD Handle: 2005101420430500

  Modified files:
openpkg-src/perl-vcsperl-vcs.spec

  Log:
add VCS::LibCVS

  Summary:
RevisionChanges Path
1.14+16 -6  openpkg-src/perl-vcs/perl-vcs.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/perl-vcs/perl-vcs.spec
  
  $ cvs diff -u -r1.13 -r1.14 perl-vcs.spec
  --- openpkg-src/perl-vcs/perl-vcs.spec3 Jun 2005 07:05:27 -   
1.13
  +++ openpkg-src/perl-vcs/perl-vcs.spec14 Oct 2005 19:43:05 -  
1.14
  @@ -29,6 +29,7 @@
   %define   V_vcs 0.14
   %define   V_vcs_lite0.07
   %define   V_vcs_rcs_parser  0.06
  +%define   V_vcs_libcvs  1.0002
   %define   V_rcs 1.05
   %define   V_rcs_agent   1.03
   %define   V_rcs_parser  0.02
  @@ -46,7 +47,7 @@
   Group:Language
   License:  GPL/Artistic
   Version:  %{V_perl}
  -Release:  20050603
  +Release:  20051014
   
   #   list of sources
   Source0:  
http://www.cpan.org/modules/by-module/Algorithm/Algorithm-Diff-%{V_algorithm_diff}.tar.gz
  @@ -54,11 +55,12 @@
   Source2:  http://www.cpan.org/modules/by-module/VCS/VCS-%{V_vcs}.tar.gz
   Source3:  
http://www.cpan.org/modules/by-module/VCS/VCS-Lite-%{V_vcs_lite}.tar.gz
   Source4:  
http://www.cpan.org/modules/by-module/VCS/VCS-Rcs-Parser-%{V_vcs_rcs_parser}.tar.gz
  -Source5:  http://www.cpan.org/modules/by-module/Rcs/Rcs-%{V_rcs}.tar.gz
  -Source6:  
http://www.cpan.org/modules/by-module/Rcs/Rcs-Agent-%{V_rcs_agent}.tar.gz
  -Source7:  
http://www.cpan.org/modules/by-module/Rcs/Rcs-Parser-%{V_rcs_parser}.tar.gz
  -Source8:  
http://www.cpan.org/modules/by-module/Text/Text-Diff-%{V_text_diff}.tar.gz
  -Source9:  
http://www.cpan.org/modules/by-module/Text/Text-Patch-%{V_text_patch}.tar.gz
  +Source5:  
http://www.cpan.org/modules/by-module/VCS/VCS-LibCVS-%{V_vcs_libcvs}.tar.gz
  +Source6:  http://www.cpan.org/modules/by-module/Rcs/Rcs-%{V_rcs}.tar.gz
  +Source7:  
http://www.cpan.org/modules/by-module/Rcs/Rcs-Agent-%{V_rcs_agent}.tar.gz
  +Source8:  
http://www.cpan.org/modules/by-module/Rcs/Rcs-Parser-%{V_rcs_parser}.tar.gz
  +Source9:  
http://www.cpan.org/modules/by-module/Text/Text-Diff-%{V_text_diff}.tar.gz
  +Source10: 
http://www.cpan.org/modules/by-module/Text/Text-Patch-%{V_text_patch}.tar.gz
   
   #   build information
   Prefix:   %{l_prefix}
  @@ -77,6 +79,7 @@
   - VCS (%{V_vcs})
   - VCS::Lite (%{V_vcs_lite})
   - VCS::Rcs::Parser (%{V_vcs_rcs_parser})
  +- VCS::LibCVS (%{V_vcs_libcvs})
   - Rcs (%{V_rcs})
   - Rcs::Agent (%{V_rcs_agent})
   - Rcs::Parser (%{V_rcs_parser})
  @@ -109,6 +112,11 @@
   url   = http://www.cpan.org/modules/by-module/VCS/
   regex = VCS-Rcs-Parser-(__VER__)\.tar\.gz
   }
  +prog perl-vcs:VCS-LibCVS = {
  +version   = %{V_vcs_libcvs}
  +url   = http://www.cpan.org/modules/by-module/VCS/
  +regex = VCS-LibCVS-(__VER__)\.tar\.gz
  +}
   prog perl-vcs:Rcs = {
   version   = %{V_rcs}
   url   = http://www.cpan.org/modules/by-module/Rcs/
  @@ -146,6 +154,7 @@
   %setup -q -T -D -a 7
   %setup -q -T -D -a 8
   %setup -q -T -D -a 9
  +%setup -q -T -D -a 10
   
   %build
   
  @@ -162,6 +171,7 @@
   %{l_prefix}/bin/perl-openpkg -d %{SOURCE7}  configure build install
   %{l_prefix}/bin/perl-openpkg -d %{SOURCE8}  configure build install
   %{l_prefix}/bin/perl-openpkg -d %{SOURCE9}  configure build install
  +%{l_prefix}/bin/perl-openpkg -d %{SOURCE10} configure build install
   %{l_prefix}/bin/perl-openpkg -F perl-openpkg-files fixate cleanup
   %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std} `cat 
perl-openpkg-files`
   
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-10-14 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:   14-Oct-2005 21:32:05
  Branch: HEAD Handle: 2005101420320400

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

  Log:
add narcisse81, a X11/Gtk GUI for diogene87

  Summary:
RevisionChanges Path
1.1 +41 -0  openpkg-src/diogene87/diogene87.patch
1.9 +40 -6  openpkg-src/diogene87/diogene87.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/diogene87/diogene87.patch
  
  $ cvs diff -u -r0 -r1.1 diogene87.patch
  --- /dev/null 2005-10-14 21:31:38 +0200
  +++ diogene87.patch   2005-10-14 21:32:05 +0200
  @@ -0,0 +1,41 @@
  +Index: src/Makefile
  +--- src/Makefile.orig2005-10-12 20:37:57 +0200
   src/Makefile 2005-10-14 21:28:04 +0200
  +@@ -1,6 +1,6 @@
  + CC=gcc
  + LDLIBS=`gtk-config --libs`
  +-CFLAGS=-Wall -Werror -g `gtk-config --cflags`
  ++CFLAGS=`gtk-config --cflags`
  + 
  + OBJECTS = main.o mainmenu.o global.o icon.o command.o \
  + ref_view.o ref_edit.o ref_dele.o ref_copy.o ref_plan.o \
  +@@ -24,7 +24,7 @@
  + user_view.o user_edit.o user_dele.o \
  + monitor.o connection.o about.o graph.o message.o
  + 
  +-all: run 
  ++all: narcisse81 
  + 
  + run: narcisse81
  + ./narcisse81 -s
  +@@ -33,7 +33,7 @@
  + $(CC) $(CFLAGS) -c $< -o $@ 
  + 
  + narcisse81: $(OBJECTS) 
  +-$(CC) $(LDLIBS) $(OBJECTS) -o narcisse81
  ++$(CC) $(OBJECTS) -o narcisse81 $(LDLIBS)
  + 
  + main.o: main.c global.h icon.h
  + mainmenu.o: mainmenu.c global.h icon.h
  +Index: src/main.c
  +--- src/main.c.orig  2005-10-11 20:38:40 +0200
   src/main.c   2005-10-14 21:28:09 +0200
  +@@ -27,7 +27,7 @@
  + #include "global.h"
  + #include "icon.h"
  + 
  +-static GtkWidget *main_window;
  ++GtkWidget *main_window;
  + static GtkWidget *actual_form = NULL;
  + static GtkWidget *form_container;
  + static GtkWidget *menu_item_edit;
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/diogene87/diogene87.spec
  
  $ cvs diff -u -r1.8 -r1.9 diogene87.spec
  --- openpkg-src/diogene87/diogene87.spec  11 Sep 2005 17:37:29 -  
1.8
  +++ openpkg-src/diogene87/diogene87.spec  14 Oct 2005 19:32:04 -  
1.9
  @@ -22,6 +22,10 @@
   ##  SUCH DAMAGE.
   ##
   
  +#   package version
  +%define   V_diogene87  1.0.0pre1
  +%define   V_narcisse81 0.0.4
  +
   #   package information
   Name: diogene87
   Summary:  Job Scheduling System
  @@ -32,16 +36,19 @@
   Class:EVAL
   Group:System
   License:  GPL
  -Version:  1.0.0pre1
  -Release:  20050911
  +Version:  %{V_diogene87}
  +Release:  20051014
   
   #   package options
   %option   with_fsl  yes
  +%option   with_x11  yes
   
   #   list of sources
  -Source0:  
http://osdn.dl.sourceforge.net/diogene87/diogene87-%{version}.tar.gz
  -Source1:  rc.diogene87
  -Source2:  fsl.diogene87
  +Source0:  
http://osdn.dl.sourceforge.net/diogene87/diogene87-%{V_diogene87}.tar.gz
  +Source1:  
http://osdn.dl.sourceforge.net/narcisse81/narcisse81-%{V_narcisse81}.tar.gz
  +Source2:  rc.diogene87
  +Source3:  fsl.diogene87
  +Patch0:   diogene87.patch
   
   #   build information
   Prefix:   %{l_prefix}
  @@ -52,6 +59,10 @@
   BuildPreReq:  fsl >= 1.2.0
   PreReq:   fsl >= 1.2.0
   %endif
  +%if "%{with_x11}" == "yes"
  +BuildPreReq:  X11, gtk
  +PreReq:   X11, gtk
  +%endif
   AutoReq:  no
   AutoReqProv:  no
   
  @@ -63,13 +74,22 @@
   
   %track
   prog diogene87 = {
  -version   = %{version}
  +version   = %{V_diogene87}
   url   = http://prdownloads.sourceforge.net/diogene87/
   regex = diogene87-(__VER__)\.tar\.gz
   }
  +prog diogene87:narcisse81 = {
  +version   = %{V_narcisse81}
  +url   = http://prdownloads.sourceforge.net/narcisse81/
  +regex = narcisse81-(__VER__)\.tar\.gz
  +}
   
   %prep
   %setup -q
  +%if "%{with_x11}" == "yes"
  +%setup -q -T -D -a 1
  +%patch -p0 -d narcisse81-%{V_narcisse81}
  +%endif
   
   %build
   #   configure program
  @@ -90,11 +110,25 @@
   #   build program
   %{l_make} %{l_mflags -O}
   
  +%if "%{with_x11}" == "yes"
  +#   build GUI
  +( cd narcisse81-%{V_n

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

2005-10-14 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:   14-Oct-2005 21:19:43
  Branch: OPENPKG_2_5_SOLIDHandle: 2005101420194200

  Modified files:   (Branch: OPENPKG_2_5_SOLID)
openpkg-src/gtk gtk.spec

  Log:
MFC: add support for FreeBSD/amd64

  Summary:
RevisionChanges Path
1.34.4.2+2  -1  openpkg-src/gtk/gtk.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/gtk/gtk.spec
  
  $ cvs diff -u -r1.34.4.1 -r1.34.4.2 gtk.spec
  --- openpkg-src/gtk/gtk.spec  11 Oct 2005 12:50:14 -  1.34.4.1
  +++ openpkg-src/gtk/gtk.spec  14 Oct 2005 19:19:42 -  1.34.4.2
  @@ -41,7 +41,7 @@
   #   build information
   Prefix:   %{l_prefix}
   BuildRoot:%{l_buildroot}
  -BuildPreReq:  OpenPKG, openpkg >= 2.5.0, glib, X11
  +BuildPreReq:  OpenPKG, openpkg >= 2.5.0, glib, X11, config
   PreReq:   OpenPKG, openpkg >= 2.5.0, glib, X11
   AutoReq:  no
   AutoReqProv:  no
  @@ -60,6 +60,7 @@
   
   %prep
   %setup -q -n gtk+-%{version}
  +%{l_prefix}/bin/config install .
   
   %build
   %{l_shtool} subst -e "s;/gtk-1.2;/gtk;g" \
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-10-14 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:   14-Oct-2005 21:19:08
  Branch: HEAD Handle: 2005101420190800

  Modified files:
openpkg-src/gtk gtk.spec

  Log:
add support for FreeBSD/amd64

  Summary:
RevisionChanges Path
1.35+3  -2  openpkg-src/gtk/gtk.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/gtk/gtk.spec
  
  $ cvs diff -u -r1.34 -r1.35 gtk.spec
  --- openpkg-src/gtk/gtk.spec  24 Mar 2005 11:18:59 -  1.34
  +++ openpkg-src/gtk/gtk.spec  14 Oct 2005 19:19:08 -  1.35
  @@ -33,7 +33,7 @@
   Group:XWindow
   License:  GPL
   Version:  1.2.10
  -Release:  20040920
  +Release:  20051014
   
   #   list of sources
   Source0:  ftp://ftp.gtk.org/pub/gtk/v1.2/gtk+-%{version}.tar.gz
  @@ -41,7 +41,7 @@
   #   build information
   Prefix:   %{l_prefix}
   BuildRoot:%{l_buildroot}
  -BuildPreReq:  OpenPKG, openpkg >= 20040130, glib, X11
  +BuildPreReq:  OpenPKG, openpkg >= 20040130, glib, X11, config
   PreReq:   OpenPKG, openpkg >= 20040130, glib, X11
   AutoReq:  no
   AutoReqProv:  no
  @@ -60,6 +60,7 @@
   
   %prep
   %setup -q -n gtk+-%{version}
  +%{l_prefix}/bin/config install .
   
   %build
   %{l_shtool} subst -e "s;/gtk-1.2;/gtk;g" \
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/crossroads/ crossroads.conf crossroads.patc...

2005-10-14 Thread Ralf S. Engelschall
+Group:Network
  +License:  Open Source
  +Version:  0.08
  +Release:  20051014
  +
  +#   package options
  +%option   with_fsl  yes
  +
  +#   list of sources
  +Source0:  
ftp://ftp.openpkg.org/sources/CPY/VERSIONED/crossroads/crossroads-%{version}.tar.gz
  +Source1:  crossroads.conf
  +Source2:  fsl.crossroads
  +Source3:  rc.crossroads
  +Patch0:   crossroads.patch
  +
  +#   build information
  +Prefix:   %{l_prefix}
  +BuildRoot:%{l_buildroot}
  +BuildPreReq:  OpenPKG, openpkg >= 20040130, bison, flex, make
  +PreReq:   OpenPKG, openpkg >= 20040130
  +%if "%{with_fsl}" == "yes"
  +BuildPreReq:  fsl >= 1.2.0
  +PreReq:   fsl >= 1.2.0
  +%endif
  +AutoReq:  no
  +AutoReqProv:  no
  +
  +%description
  +Crossroads is a load balance and fail over utility for TCP based
  +services. It is a daemon program running in user space, and
  +features extensive configurability, polling of back ends using
  +'wakeup calls', detailed status reporting, 'hooks' for special
  +actions when backend calls fail, and much more. Crossroads is
  +service-independent: it is usable for HTTP(S), SSH, SMTP, DNS, etc.
  +
  +%track
  +prog crossroads = {
  +version   = %{version}
  +url   = ftp://ftp.openpkg.org/sources/CPY/VERSIONED/crossroads/
  +regex = crossroads-(__VER__)\.tar\.gz
  +}
  +
  +%prep
  +%setup -q
  +%patch -p0
  +
  +%build
  +%{l_make} %{l_mflags} local \
  +DEFAULT_CONF="%{l_prefix}/etc/crossroads/crossroads.conf" \
  +CC="%{l_cc} %{l_cflags -O}" \
  +LDFLAGS="%{l_ldflags} %{l_fsl_ldflags}" \
  +LIBS="%{l_fsl_libs}"
  +
  +%install
  +rm -rf $RPM_BUILD_ROOT
  +%{l_shtool} mkdir -f -p -m 755 \
  +$RPM_BUILD_ROOT%{l_prefix}/sbin \
  +$RPM_BUILD_ROOT%{l_prefix}/man/man8 \
  +$RPM_BUILD_ROOT%{l_prefix}/etc/rc.d \
  +$RPM_BUILD_ROOT%{l_prefix}/etc/fsl \
  +$RPM_BUILD_ROOT%{l_prefix}/etc/crossroads \
  +$RPM_BUILD_ROOT%{l_prefix}/var/crossroads
  +%{l_shtool} install -c -s -m 755 \
  +src/crossroads $RPM_BUILD_ROOT%{l_prefix}/sbin/
  +%{l_shtool} install -c -m 644 \
  +doc/crossroads.man $RPM_BUILD_ROOT%{l_prefix}/man/man8/
  +%{l_shtool} install -c -m 644 %{l_value -s -a} \
  +%{SOURCE crossroads.conf} $RPM_BUILD_ROOT%{l_prefix}/etc/crossroads/
  +%{l_shtool} install -c -m 755 %{l_value -s -a} \
  +%{SOURCE rc.crossroads} $RPM_BUILD_ROOT%{l_prefix}/etc/rc.d/
  +%{l_shtool} install -c -m 644 %{l_value -s -a} \
  +%{SOURCE fsl.crossroads} $RPM_BUILD_ROOT%{l_prefix}/etc/fsl/
  +%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT \
  +%{l_files_std} \
  +'%not %dir %{l_prefix}/etc/fsl' \
  +'%config %{l_prefix}/etc/fsl/*' \
  +'%config %{l_prefix}/etc/crossroads/*' \
  +'%attr(-,%{l_nusr},%{l_ngrp}) %{l_prefix}/var/crossroads/'
  +
  +%files -f files
  +
  +%clean
  +rm -rf $RPM_BUILD_ROOT
  +
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/crossroads/fsl.crossroads
  
  $ cvs diff -u -r0 -r1.1 fsl.crossroads
  --- /dev/null 2005-10-14 21:16:11 +0200
  +++ fsl.crossroads2005-10-14 21:16:19 +0200
  @@ -0,0 +1,16 @@
  +##
  +##  fsl.crossroads -- OSSP fsl configuration
  +##
  +
  +ident (crossroads)/.+ q{
  +prefix(
  +prefix="%b %d %H:%M:%S %N <%L> $1[%P]: "
  +)
  +-> {
  +debug: file(
  +path="@l_prefix@/var/crossroads/crossroads.log",
  +perm=0664
  +)
  +}
  +};
  +
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/crossroads/rc.crossroads
  
  $ cvs diff -u -r0 -r1.1 rc.crossroads
  --- /dev/null 2005-10-14 21:16:11 +0200
  +++ rc.crossroads 2005-10-14 21:16:19 +0200
  @@ -0,0 +1,50 @@
  [EMAIL PROTECTED]@/lib/openpkg/bash @l_prefix@/etc/rc
  +##
  +##  rc.crossroads -- Run-Commands
  +##
  +
  +%config
  +crossroads_enable="$openpkg_rc_def"
  +crossroads_log_prolog="true"
  +crossroads_log_epilog="true"
  +crossroads_log_numfiles="10"
  +crossroads_log_minsize="1M"
  +crossroads_log_complevel="9"
  +
  +%common
  +crossroads_logfile="@l_prefix@/var/crossroads/crossroads.log"
  +
  +%status -u @l_susr@ -o
  +crossroads_usable="unknown"
  +crossroads_active="no"
  +rcService crossroads enable yes && \
  +@l_prefix@/sbin/crossroads status >/dev/null 2>&1 && \
  +crossroads_active="yes"
  +ech

[CVS] OpenPKG: OPENPKG_2_5_SOLID: openpkg-src/giftcurs/ giftcurs.patch...

2005-10-14 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:   14-Oct-2005 21:15:21
  Branch: OPENPKG_2_5_SOLIDHandle: 2005101420152100

  Added files:  (Branch: OPENPKG_2_5_SOLID)
openpkg-src/giftcursgiftcurs.patch
  Modified files:   (Branch: OPENPKG_2_5_SOLID)
openpkg-src/giftcursgiftcurs.spec

  Log:
MFC: fix building under FreeBSD/amd64 and similar different platforms

  Summary:
RevisionChanges Path
1.1.2.1 +42 -0  openpkg-src/giftcurs/giftcurs.patch
1.6.4.2 +3  -1  openpkg-src/giftcurs/giftcurs.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/giftcurs/giftcurs.patch
  
  $ cvs diff -u -r0 -r1.1.2.1 giftcurs.patch
  --- /dev/null 2005-10-14 21:15:21 +0200
  +++ giftcurs.patch2005-10-14 21:15:21 +0200
  @@ -0,0 +1,42 @@
  +Index: src/ui_draw.c
  +--- src/ui_draw.c.orig   2003-11-16 17:15:36 +0100
   src/ui_draw.c2005-10-14 21:12:03 +0200
  +@@ -83,7 +83,7 @@
  + g_free(s);
  + }
  + 
  +-G_INLINE_FUNC int selection_color(int selected, int color)
  ++static int selection_color(int selected, int color)
  + {
  + if (INVERT_SEL)
  + return selected ? COLOR_PAIR(color) | A_REVERSE : 
COLOR_PAIR(color);
  +@@ -91,7 +91,7 @@
  + return selected ? COLOR_PAIR(COLOR_SELECTION) | A_BOLD : 
COLOR_PAIR(color);
  + }
  + 
  +-G_INLINE_FUNC int selection_color_special(int selected, int color)
  ++static int selection_color_special(int selected, int color)
  + {
  + if (INVERT_SEL)
  + return selected ? COLOR_PAIR(color) | A_REVERSE : 
COLOR_PAIR(color);
  +Index: src/xcommon.c
  +--- src/xcommon.c.orig   2003-06-30 14:31:03 +0200
   src/xcommon.c2005-10-14 21:12:33 +0200
  +@@ -38,7 +38,7 @@
  + 
  + #include "xcommon.h"
  + 
  +-G_INLINE_FUNC int xconnect_unix(const char *hostname, const char *path)
  ++static int xconnect_unix(const char *hostname, const char *path)
  + {
  + #ifdef AF_UNIX
  + int sock;
  +@@ -64,7 +64,7 @@
  + #endif
  + }
  + 
  +-G_INLINE_FUNC int xconnect_ip(const char *hostname, const char *port)
  ++static int xconnect_ip(const char *hostname, const char *port)
  + {
  + int sock;
  + 
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/giftcurs/giftcurs.spec
  
  $ cvs diff -u -r1.6.4.1 -r1.6.4.2 giftcurs.spec
  --- openpkg-src/giftcurs/giftcurs.spec11 Oct 2005 12:50:07 -  
1.6.4.1
  +++ openpkg-src/giftcurs/giftcurs.spec14 Oct 2005 19:15:21 -  
1.6.4.2
  @@ -37,6 +37,7 @@
   
   #   list of sources
   Source0:  
http://savannah.nongnu.org/download/giftcurs/giFTcurs-%{version}.tar.gz
  +Patch0:   giftcurs.patch
   
   #   build information
   Prefix:   %{l_prefix}
  @@ -62,11 +63,12 @@
   
   %prep
   %setup -q -n giFTcurs-%{version}
  +%patch -p0
   
   %build
   CC="%{l_cc}" \
   CFLAGS="%{l_cflags -O}" \
  -CPPFLAGS="%{l_cppflags ncurses}" \
  +CPPFLAGS="%{l_cppflags ncurses .}" \
   LDFLAGS="%{l_ldflags}" \
   ./configure \
   --prefix=%{l_prefix} \
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/giftcurs/ giftcurs.patch

2005-10-14 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:   14-Oct-2005 21:14:42
  Branch: HEAD Handle: 2005101420144200

  Added files:
openpkg-src/giftcursgiftcurs.patch

  Log:
fix building under FreeBSD/amd64 and similar different platforms

  Summary:
RevisionChanges Path
1.1 +42 -0  openpkg-src/giftcurs/giftcurs.patch
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/giftcurs/giftcurs.patch
  
  $ cvs diff -u -r0 -r1.1 giftcurs.patch
  --- /dev/null 2005-10-14 21:14:36 +0200
  +++ giftcurs.patch2005-10-14 21:14:42 +0200
  @@ -0,0 +1,42 @@
  +Index: src/ui_draw.c
  +--- src/ui_draw.c.orig   2003-11-16 17:15:36 +0100
   src/ui_draw.c2005-10-14 21:12:03 +0200
  +@@ -83,7 +83,7 @@
  + g_free(s);
  + }
  + 
  +-G_INLINE_FUNC int selection_color(int selected, int color)
  ++static int selection_color(int selected, int color)
  + {
  + if (INVERT_SEL)
  + return selected ? COLOR_PAIR(color) | A_REVERSE : 
COLOR_PAIR(color);
  +@@ -91,7 +91,7 @@
  + return selected ? COLOR_PAIR(COLOR_SELECTION) | A_BOLD : 
COLOR_PAIR(color);
  + }
  + 
  +-G_INLINE_FUNC int selection_color_special(int selected, int color)
  ++static int selection_color_special(int selected, int color)
  + {
  + if (INVERT_SEL)
  + return selected ? COLOR_PAIR(color) | A_REVERSE : 
COLOR_PAIR(color);
  +Index: src/xcommon.c
  +--- src/xcommon.c.orig   2003-06-30 14:31:03 +0200
   src/xcommon.c2005-10-14 21:12:33 +0200
  +@@ -38,7 +38,7 @@
  + 
  + #include "xcommon.h"
  + 
  +-G_INLINE_FUNC int xconnect_unix(const char *hostname, const char *path)
  ++static int xconnect_unix(const char *hostname, const char *path)
  + {
  + #ifdef AF_UNIX
  + int sock;
  +@@ -64,7 +64,7 @@
  + #endif
  + }
  + 
  +-G_INLINE_FUNC int xconnect_ip(const char *hostname, const char *port)
  ++static int xconnect_ip(const char *hostname, const char *port)
  + {
  + int sock;
  + 
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-10-14 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:   14-Oct-2005 21:14:24
  Branch: HEAD Handle: 2005101420142400

  Modified files:
openpkg-src/giftcursgiftcurs.spec

  Log:
fix building under FreeBSD/amd64 and similar different platforms

  Summary:
RevisionChanges Path
1.7 +4  -2  openpkg-src/giftcurs/giftcurs.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/giftcurs/giftcurs.spec
  
  $ cvs diff -u -r1.6 -r1.7 giftcurs.spec
  --- openpkg-src/giftcurs/giftcurs.spec24 Mar 2005 11:18:55 -  
1.6
  +++ openpkg-src/giftcurs/giftcurs.spec14 Oct 2005 19:14:24 -  
1.7
  @@ -33,10 +33,11 @@
   Group:Network
   License:  GPL
   Version:  0.6.2
  -Release:  20040705
  +Release:  20051014
   
   #   list of sources
   Source0:  
http://savannah.nongnu.org/download/giftcurs/giFTcurs-%{version}.tar.gz
  +Patch0:   giftcurs.patch
   
   #   build information
   Prefix:   %{l_prefix}
  @@ -62,11 +63,12 @@
   
   %prep
   %setup -q -n giFTcurs-%{version}
  +%patch -p0
   
   %build
   CC="%{l_cc}" \
   CFLAGS="%{l_cflags -O}" \
  -CPPFLAGS="%{l_cppflags ncurses}" \
  +CPPFLAGS="%{l_cppflags ncurses .}" \
   LDFLAGS="%{l_ldflags}" \
   ./configure \
   --prefix=%{l_prefix} \
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: OPENPKG_2_5_SOLID: openpkg-src/tcpwrappers/ tcpwrappers...

2005-10-14 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:   14-Oct-2005 20:06:45
  Branch: OPENPKG_2_5_SOLIDHandle: 2005101419064500

  Modified files:   (Branch: OPENPKG_2_5_SOLID)
openpkg-src/tcpwrappers tcpwrappers.patch

  Log:
MFC: workaround C99 constraints enforced by GCC 4.0

  Summary:
RevisionChanges Path
1.3.2.1 +25 -0  openpkg-src/tcpwrappers/tcpwrappers.patch
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/tcpwrappers/tcpwrappers.patch
  
  $ cvs diff -u -r1.3 -r1.3.2.1 tcpwrappers.patch
  --- openpkg-src/tcpwrappers/tcpwrappers.patch 21 Aug 2005 15:33:18 -  
1.3
  +++ openpkg-src/tcpwrappers/tcpwrappers.patch 14 Oct 2005 18:06:45 -  
1.3.2.1
  @@ -335,3 +335,28 @@
}
#endif 

  +Index: rfc931.c
  +--- rfc931.c.orig2003-03-10 21:57:13 +0100
   rfc931.c 2005-10-14 20:04:35 +0200
  +@@ -36,6 +36,8 @@
  + #define RFC931_BUFSZ512
  + #define SA_PORT(s) ADDR_FAM(s) == AF_INET ? \
  + (s)->sa_in.sin_port : (s)->sa_in6.sin6_port
  ++#define SA_PORT_SET(s,v) if (ADDR_FAM(s) == AF_INET) \
  ++(s)->sa_in.sin_port = (v); else (s)->sa_in6.sin6_port = (v)
  + 
  + int rfc931_timeout = RFC931_TIMEOUT;
  + static int safe_select(int, fd_set *, fd_set *, fd_set *, struct timeval *);
  +@@ -98,10 +100,10 @@
  +  * addresses from the query socket.
  +  */
  + memcpy(&our_query, our_sa, sizeof(our_query));
  +-SA_PORT(&our_query) = htons(ANY_PORT);
  ++SA_PORT_SET(&our_query, htons(ANY_PORT));
  + 
  + memcpy(&rmt_query, rmt_sa, sizeof(rmt_query));
  +-SA_PORT(&rmt_query) = htons(RFC931_PORT);
  ++SA_PORT_SET(&rmt_query, htons(RFC931_PORT));
  + 
  + do { 
  + ret_val = bind(sock, &our_query.sa, sizeof(our_query.sa));
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/tcpwrappers/ tcpwrappers.patch tcpwrappers....

2005-10-14 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:   14-Oct-2005 20:06:03
  Branch: HEAD Handle: 2005101419060200

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

  Log:
workaround C99 constraints enforced by GCC 4.0

  Summary:
RevisionChanges Path
1.4 +25 -0  openpkg-src/tcpwrappers/tcpwrappers.patch
1.11+1  -1  openpkg-src/tcpwrappers/tcpwrappers.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/tcpwrappers/tcpwrappers.patch
  
  $ cvs diff -u -r1.3 -r1.4 tcpwrappers.patch
  --- openpkg-src/tcpwrappers/tcpwrappers.patch 21 Aug 2005 15:33:18 -  
1.3
  +++ openpkg-src/tcpwrappers/tcpwrappers.patch 14 Oct 2005 18:06:02 -  
1.4
  @@ -335,3 +335,28 @@
}
#endif 

  +Index: rfc931.c
  +--- rfc931.c.orig2003-03-10 21:57:13 +0100
   rfc931.c 2005-10-14 20:04:35 +0200
  +@@ -36,6 +36,8 @@
  + #define RFC931_BUFSZ512
  + #define SA_PORT(s) ADDR_FAM(s) == AF_INET ? \
  + (s)->sa_in.sin_port : (s)->sa_in6.sin6_port
  ++#define SA_PORT_SET(s,v) if (ADDR_FAM(s) == AF_INET) \
  ++(s)->sa_in.sin_port = (v); else (s)->sa_in6.sin6_port = (v)
  + 
  + int rfc931_timeout = RFC931_TIMEOUT;
  + static int safe_select(int, fd_set *, fd_set *, fd_set *, struct timeval *);
  +@@ -98,10 +100,10 @@
  +  * addresses from the query socket.
  +  */
  + memcpy(&our_query, our_sa, sizeof(our_query));
  +-SA_PORT(&our_query) = htons(ANY_PORT);
  ++SA_PORT_SET(&our_query, htons(ANY_PORT));
  + 
  + memcpy(&rmt_query, rmt_sa, sizeof(rmt_query));
  +-SA_PORT(&rmt_query) = htons(RFC931_PORT);
  ++SA_PORT_SET(&rmt_query, htons(RFC931_PORT));
  + 
  + do { 
  + ret_val = bind(sock, &our_query.sa, sizeof(our_query.sa));
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/tcpwrappers/tcpwrappers.spec
  
  $ cvs diff -u -r1.10 -r1.11 tcpwrappers.spec
  --- openpkg-src/tcpwrappers/tcpwrappers.spec  21 Aug 2005 15:33:18 -  
1.10
  +++ openpkg-src/tcpwrappers/tcpwrappers.spec  14 Oct 2005 18:06:02 -  
1.11
  @@ -33,7 +33,7 @@
   Group:Network
   License:      BSD
   Version:  7.6k
  -Release:  20050821
  +Release:  20051014
   
   #   package options
   %option   with_private_namespace  no
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-10-14 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:   14-Oct-2005 19:56:10
  Branch: HEAD Handle: 2005101418561000

  Modified files:
openpkg-src/fribidi fribidi.spec

  Log:
new URLs, new version

  Summary:
RevisionChanges Path
1.9 +6  -6  openpkg-src/fribidi/fribidi.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/fribidi/fribidi.spec
  
  $ cvs diff -u -r1.8 -r1.9 fribidi.spec
  --- openpkg-src/fribidi/fribidi.spec  24 Mar 2005 11:18:50 -  1.8
  +++ openpkg-src/fribidi/fribidi.spec  14 Oct 2005 17:56:10 -  1.9
  @@ -25,18 +25,18 @@
   #   package information
   Name: fribidi
   Summary:  Unicode BiDi Algorithm
  -URL:  http://sourceforge.net/projects/fribidi
  +URL:  http://fribidi.org/wiki/
   Vendor:   Dov Grobgeld
   Packager: OpenPKG
   Distribution: OpenPKG
   Class:EVAL
   Group:Text
   License:  LGPL
  -Version:  0.10.4
  -Release:  20040420
  +Version:  0.10.7
  +Release:  20051014
   
   #   list of sources
  -Source0:  
http://prdownloads.sourceforge.net/fribidi/fribidi-%{version}.tar.bz2
  +Source0:  http://fribidi.org/download/fribidi-%{version}.tar.gz
   
   #   build information
   Prefix:   %{l_prefix}
  @@ -56,8 +56,8 @@
   %track
   prog fribidi = {
   version   = %{version}
  -url   = http://prdownloads.sourceforge.net/fribidi/
  -regex = fribidi-(__VER__)\.tar\.bz2
  +url   = http://fribidi.org/wiki/
  +regex = fribidi-(__VER__)\.tar\.gz
   }
   
   %prep
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-10-14 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:   14-Oct-2005 19:53:28
  Branch: OPENPKG_2_5_SOLIDHandle: 2005101418532800

  Modified files:   (Branch: OPENPKG_2_5_SOLID)
openpkg-src/tidytidy.spec

  Log:
MFC: latest version

  Summary:
RevisionChanges Path
1.184.2.2   +2  -2  openpkg-src/tidy/tidy.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/tidy/tidy.spec
  
  $ cvs diff -u -r1.184.2.1 -r1.184.2.2 tidy.spec
  --- openpkg-src/tidy/tidy.spec11 Oct 2005 12:52:10 -  
1.184.2.1
  +++ openpkg-src/tidy/tidy.spec14 Oct 2005 17:53:28 -  
1.184.2.2
  @@ -23,8 +23,8 @@
   ##
   
   #   package version
  -%define   V_opkg 20051006
  -%define   V_src  051006
  +%define   V_opkg 20051013
  +%define   V_src  051013
   %define   V_doc  050705
   
   #   package information
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-10-14 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:   14-Oct-2005 19:51:29
  Branch: HEAD Handle: 2005101418512900

  Modified files:
openpkg-src/tidytidy.spec

  Log:
upgrading package: tidy 20051006 -> 20051013

  Summary:
RevisionChanges Path
1.185   +3  -3  openpkg-src/tidy/tidy.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/tidy/tidy.spec
  
  $ cvs diff -u -r1.184 -r1.185 tidy.spec
  --- openpkg-src/tidy/tidy.spec8 Oct 2005 07:25:23 -   1.184
  +++ openpkg-src/tidy/tidy.spec14 Oct 2005 17:51:29 -  1.185
  @@ -23,8 +23,8 @@
   ##
   
   #   package version
  -%define   V_opkg 20051006
  -%define   V_src  051006
  +%define   V_opkg 20051013
  +%define   V_src  051013
   %define   V_doc  050705
   
   #   package information
  @@ -38,7 +38,7 @@
   Group:Text
   License:  GPL
   Version:  %{V_opkg}
  -Release:  20051008
  +Release:  20051014
   
   #   list of sources
   Source0:  http://tidy.sourceforge.net/src/tidy_src_%{V_src}.tgz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-10-14 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:   14-Oct-2005 19:47:23
  Branch: OPENPKG_2_5_SOLIDHandle: 2005101418472300

  Modified files:   (Branch: OPENPKG_2_5_SOLID)
openpkg-src/qt  qt.spec

  Log:
MFC: remove unused with_shared option (and this way reduce the
build-time from 4 runs to just 2 runs) and cleanup the packaging in
general, too

  Summary:
RevisionChanges Path
1.122.2.2   +15 -103openpkg-src/qt/qt.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/qt/qt.spec
  
  $ cvs diff -u -r1.122.2.1 -r1.122.2.2 qt.spec
  --- openpkg-src/qt/qt.spec11 Oct 2005 12:51:39 -  1.122.2.1
  +++ openpkg-src/qt/qt.spec14 Oct 2005 17:47:23 -  1.122.2.2
  @@ -35,11 +35,8 @@
   Version:  3.3.5
   Release:  2.5.0
   
  -#   package library options (each 'yes' builds more libraries)
  -%option   with_shared   no
  +#   package options
   %option   with_threads  yes
  -
  -#   package extra options (additional non-library components)
   %option   with_pgsqlno
   %option   with_mysqlno
   %option   with_toolsno
  @@ -65,17 +62,17 @@
   AutoReqProv:  no
   
   %description
  -Qt is a GUI (graphical user interface) software toolkit which simplifies
  -the task of writing and maintaining GUIs, and allows the developer to
  -create prototypes and feature-rich applications quickly. Offering C++
  -library bindings, Qt enables development in an object-oriented
  -environment and appeals to developers with portability in mind. Qt's
  -portable C++ library bindings allow for error-free recompiling on at
  -least the three major platforms Unix (and Linux), Apple Macintosh, and
  -Microsoft Windows. Its API architecture is designed to reduce complexity
  -and increase reliability through a signal and slot mechanism, which is
  -similar to templates in C++, but with influences from component
  -technology.
  +Qt is a GUI (graphical user interface) software toolkit which
  +simplifies the task of writing and maintaining GUIs, and allows
  +the developer to create prototypes and feature-rich applications
  +quickly. Offering C++ library bindings, Qt enables development
  +in an object-oriented environment and appeals to developers with
  +portability in mind. Qt's portable C++ library bindings allow
  +for error-free recompiling on at least the three major platforms
  +Unix (and Linux), Apple Macintosh, and Microsoft Windows. Its
  +API architecture is designed to reduce complexity and increase
  +reliability through a signal and slot mechanism, which is similar to
  +templates in C++, but with influences from component technology.
   
   %track
   prog qt = {
  @@ -89,7 +86,6 @@
   %patch -p0
   
   #   avoid dependencies external to OpenPKG instance
  -cp -r mkspecs mkspecs.fresh
   %{l_shtool} subst \
   -e 's;[ \t]*/usr/local/include;;g' \
   -e 's;[ \t]*/usr/local/lib;;g' \
  @@ -136,88 +132,10 @@
   * ) echo "platform %{l_platform -t} not supported" 2>&1; exit 1 ;;
   esac
   
  -#   put in proper search paths for dynamic libraries
  -rflags=`echo '%{l_ldflags}' | %{l_shtool} subst \
  --e 's;%{l_prefix}/lib;%{l_prefix}/lib/qtdyn;g' \
  --e 's;-L;-R;g'`
  -
   #   calculate X11 paths in advance
   l_x11_incdir=`%{l_rc} --query x11_incdir`
   l_x11_libdir=`%{l_rc} --query x11_libdir`
   
  -%if "%{with_shared}" == "yes"
  -#   special trolltech configuration
  -CC="%{l_cc}" \
  -CXX="%{l_cxx}" \
  -CFLAGS="%{l_cflags -O}" \
  -CXXFLAGS="%{l_cxxflags -O}" \
  -echo "yes" | ./configure \
  -%if "%{with_pgsql}" == "yes"
  --qt-sql-psql \
  -%endif
  -%if "%{with_mysql}" == "yes"
  --qt-sql-mysql \
  -%endif
  --platform $oscomp \
  --prefix %{l_prefix} \
  --docdir %{l_prefix}/share/qt/doc \
  --datadir %{l_prefix}/share/qt/data \
  --plugindir %{l_prefix}/share/qt/plugins \
  --translationdir %{l_prefix}/share/qt/translations \
  --sysconfdir %{l_prefix}/etc/qt \
  --release -shared -stl -sm -xrender -xft -no-dlopen-opengl \
  --qt-zlib -qt-libpng -qt-libjpeg -qt-libmng -qt-gif \
  --I$QTDIR/include %{l_cppflags} -I${l_x11_incdir} \
  --L$QTDIR/lib %{l_ldflags} -L${l_x11_libdir} \
  --R$rflags \
  --no-thread
  -
  -#   make shared libs, but tools will be built static

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

2005-10-14 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:   14-Oct-2005 19:46:24
  Branch: HEAD Handle: 2005101418462400

  Modified files:
openpkg-src/qt  qt.spec

  Log:
remove unused with_shared option (and this way reduce the build-time
from 4 runs to just 2 runs) and cleanup the packaging in general, too

  Summary:
RevisionChanges Path
1.123   +16 -104openpkg-src/qt/qt.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/qt/qt.spec
  
  $ cvs diff -u -r1.122 -r1.123 qt.spec
  --- openpkg-src/qt/qt.spec27 Sep 2005 11:51:49 -  1.122
  +++ openpkg-src/qt/qt.spec14 Oct 2005 17:46:24 -  1.123
  @@ -33,13 +33,10 @@
   Group:XWindow
   License:  GPL
   Version:  3.3.5
  -Release:  20050927
  +Release:  20051014
   
  -#   package library options (each 'yes' builds more libraries)
  -%option   with_shared   no
  +#   package options
   %option   with_threads  yes
  -
  -#   package extra options (additional non-library components)
   %option   with_pgsqlno
   %option   with_mysqlno
   %option   with_toolsno
  @@ -65,17 +62,17 @@
   AutoReqProv:  no
   
   %description
  -Qt is a GUI (graphical user interface) software toolkit which simplifies
  -the task of writing and maintaining GUIs, and allows the developer to
  -create prototypes and feature-rich applications quickly. Offering C++
  -library bindings, Qt enables development in an object-oriented
  -environment and appeals to developers with portability in mind. Qt's
  -portable C++ library bindings allow for error-free recompiling on at
  -least the three major platforms Unix (and Linux), Apple Macintosh, and
  -Microsoft Windows. Its API architecture is designed to reduce complexity
  -and increase reliability through a signal and slot mechanism, which is
  -similar to templates in C++, but with influences from component
  -technology.
  +Qt is a GUI (graphical user interface) software toolkit which
  +simplifies the task of writing and maintaining GUIs, and allows
  +the developer to create prototypes and feature-rich applications
  +quickly. Offering C++ library bindings, Qt enables development
  +in an object-oriented environment and appeals to developers with
  +portability in mind. Qt's portable C++ library bindings allow
  +for error-free recompiling on at least the three major platforms
  +Unix (and Linux), Apple Macintosh, and Microsoft Windows. Its
  +API architecture is designed to reduce complexity and increase
  +reliability through a signal and slot mechanism, which is similar to
  +templates in C++, but with influences from component technology.
   
   %track
   prog qt = {
  @@ -89,7 +86,6 @@
   %patch -p0
   
   #   avoid dependencies external to OpenPKG instance
  -cp -r mkspecs mkspecs.fresh
   %{l_shtool} subst \
   -e 's;[ \t]*/usr/local/include;;g' \
   -e 's;[ \t]*/usr/local/lib;;g' \
  @@ -136,88 +132,10 @@
   * ) echo "platform %{l_platform -t} not supported" 2>&1; exit 1 ;;
   esac
   
  -#   put in proper search paths for dynamic libraries
  -rflags=`echo '%{l_ldflags}' | %{l_shtool} subst \
  --e 's;%{l_prefix}/lib;%{l_prefix}/lib/qtdyn;g' \
  --e 's;-L;-R;g'`
  -
   #   calculate X11 paths in advance
   l_x11_incdir=`%{l_rc} --query x11_incdir`
   l_x11_libdir=`%{l_rc} --query x11_libdir`
   
  -%if "%{with_shared}" == "yes"
  -#   special trolltech configuration
  -CC="%{l_cc}" \
  -CXX="%{l_cxx}" \
  -CFLAGS="%{l_cflags -O}" \
  -CXXFLAGS="%{l_cxxflags -O}" \
  -echo "yes" | ./configure \
  -%if "%{with_pgsql}" == "yes"
  --qt-sql-psql \
  -%endif
  -%if "%{with_mysql}" == "yes"
  --qt-sql-mysql \
  -%endif
  --platform $oscomp \
  --prefix %{l_prefix} \
  --docdir %{l_prefix}/share/qt/doc \
  --datadir %{l_prefix}/share/qt/data \
  --plugindir %{l_prefix}/share/qt/plugins \
  --translationdir %{l_prefix}/share/qt/translations \
  --sysconfdir %{l_prefix}/etc/qt \
  --release -shared -stl -sm -xrender -xft -no-dlopen-opengl \
  --qt-zlib -qt-libpng -qt-libjpeg -qt-libmng -qt-gif 

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

2005-10-14 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:   14-Oct-2005 19:28:01
  Branch: HEAD Handle: 2005101418280100

  Modified files:
openpkg-src/kde-qt  kde-qt.spec

  Log:
remove crap from packaging

  Summary:
RevisionChanges Path
1.22+1  -6  openpkg-src/kde-qt/kde-qt.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/kde-qt/kde-qt.spec
  
  $ cvs diff -u -r1.21 -r1.22 kde-qt.spec
  --- openpkg-src/kde-qt/kde-qt.spec28 Sep 2005 09:49:49 -  1.21
  +++ openpkg-src/kde-qt/kde-qt.spec14 Oct 2005 17:28:01 -  1.22
  @@ -33,7 +33,7 @@
   Group:KDE
   License:  GPL
   Version:  3.3.5
  -Release:  20050928
  +Release:  20051014
   
   #   list of sources
   Source0:  
ftp://ftp.trolltech.com/pub/qt/source/qt-x11-free-%{version}.tar.bz2
  @@ -120,11 +120,6 @@
   * ) echo "platform %{l_platform -t} not supported" 2>&1; exit 1 ;;
   esac
   
  -#   put in proper search paths for dynamic libraries
  -rflags=`echo '%{l_ldflags}' | %{l_shtool} subst \
  --e 's;%{l_prefix}/lib;%{l_prefix}/lib/qtdyn;g' \
  --e 's;-L;-R;g'`
  -
   #   calculate X11 paths in advance
   l_x11_incdir=`%{l_rc} --query x11_incdir`
   l_x11_libdir=`%{l_rc} --query x11_libdir`
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-10-14 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:   14-Oct-2005 17:14:54
  Branch: OPENPKG_2_5_SOLIDHandle: 2005101416145400

  Modified files:   (Branch: OPENPKG_2_5_SOLID)
openpkg-src/png png.spec

  Log:
MFC: pass CFLAGS

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

  patch -p0 <<'@@ .'
  Index: openpkg-src/png/png.spec
  
  $ cvs diff -u -r1.44.4.1 -r1.44.4.2 png.spec
  --- openpkg-src/png/png.spec  11 Oct 2005 12:51:33 -  1.44.4.1
  +++ openpkg-src/png/png.spec  14 Oct 2005 15:14:54 -  1.44.4.2
  @@ -71,6 +71,7 @@
   %{l_make} %{l_mflags} \
   -f scripts/makefile.std \
   CC="%{l_cc}" \
  +CFLAGS="%{l_cflags -O}" \
   ZLIBINC=%{l_prefix}/include \
   ZLIBLIB=%{l_prefix}/lib \
   libpng.a
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-10-14 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:   14-Oct-2005 17:13:18
  Branch: OPENPKG_2_5_SOLIDHandle: 2005101416131800

  Modified files:   (Branch: OPENPKG_2_5_SOLID)
openpkg-src/xterm   xterm.spec

  Log:
MFC: do not insist on Xaw3d

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

  patch -p0 <<'@@ .'
  Index: openpkg-src/xterm/xterm.spec
  
  $ cvs diff -u -r1.100.2.1 -r1.100.2.2 xterm.spec
  --- openpkg-src/xterm/xterm.spec  11 Oct 2005 12:52:30 -  
1.100.2.1
  +++ openpkg-src/xterm/xterm.spec  14 Oct 2005 15:13:18 -  
1.100.2.2
  @@ -109,7 +109,6 @@
 --with-x \
 --x-includes=`%{l_rc} --query x11_incdir` \
 --x-libraries=`%{l_rc} --query x11_libdir` \
  -  --with-Xaw3d \
 --disable-tek4014 \
 --disable-vt52 \
 --disable-i18n
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-10-14 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:   14-Oct-2005 17:12:44
  Branch: HEAD Handle: 2005101416124400

  Modified files:
openpkg-src/xterm   xterm.spec

  Log:
do not insist on Xaw3d

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

  patch -p0 <<'@@ .'
  Index: openpkg-src/xterm/xterm.spec
  
  $ cvs diff -u -r1.100 -r1.101 xterm.spec
  --- openpkg-src/xterm/xterm.spec  28 Sep 2005 14:41:14 -  1.100
  +++ openpkg-src/xterm/xterm.spec  14 Oct 2005 15:12:44 -  1.101
  @@ -38,7 +38,7 @@
   Group:XWindow
   License:  X11
   Version:  %{V_xterm}
  -Release:  20050928
  +Release:  20051014
   
   #   list of sources
   Source0:  ftp://invisible-island.net/xterm/xterm-%{V_xterm}.tgz
  @@ -109,7 +109,6 @@
 --with-x \
 --x-includes=`%{l_rc} --query x11_incdir` \
 --x-libraries=`%{l_rc} --query x11_libdir` \
  -  --with-Xaw3d \
 --disable-tek4014 \
 --disable-vt52 \
 --disable-i18n
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-10-14 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:   14-Oct-2005 17:11:42
  Branch: OPENPKG_2_5_SOLIDHandle: 2005101416114200

  Modified files:   (Branch: OPENPKG_2_5_SOLID)
openpkg-src/xrender xrender.spec

  Log:
MFC: apply the usual CPP hack

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

  patch -p0 <<'@@ .'
  Index: openpkg-src/xrender/xrender.spec
  
  $ cvs diff -u -r1.20.2.1 -r1.20.2.2 xrender.spec
  --- openpkg-src/xrender/xrender.spec  11 Oct 2005 12:52:29 -  1.20.2.1
  +++ openpkg-src/xrender/xrender.spec  14 Oct 2005 15:11:42 -  1.20.2.2
  @@ -72,6 +72,7 @@
   %setup -q -T -D -a 1
   %patch -p0
   %{l_shtool} subst \
  +-e '/LINENO: error: C[+]* preprocessor/{N;N;N;N;s/.*/:/;}' \
   -e 's;echo \$RENDER_PKG_ERRORS;succeeded=yes;g' \
   libXrender-%{V_xrender}/configure
   
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-10-14 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:   14-Oct-2005 17:11:10
  Branch: HEAD Handle: 2005101416111000

  Modified files:
openpkg-src/xrender xrender.spec

  Log:
apply the usual CPP hack

  Summary:
RevisionChanges Path
1.21+2  -1  openpkg-src/xrender/xrender.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/xrender/xrender.spec
  
  $ cvs diff -u -r1.20 -r1.21 xrender.spec
  --- openpkg-src/xrender/xrender.spec  6 Oct 2005 07:15:32 -   1.20
  +++ openpkg-src/xrender/xrender.spec  14 Oct 2005 15:11:10 -  1.21
  @@ -37,7 +37,7 @@
   Group:XWindow
   License:  GPL
   Version:  %{V_xrender}
  -Release:  20051006
  +Release:  20051014
   
   #   list of sources
   Source0:  
http://freedesktop.org/~ajax/xlibs-release/renderext-%{V_render}.tar.bz2
  @@ -72,6 +72,7 @@
   %setup -q -T -D -a 1
   %patch -p0
   %{l_shtool} subst \
  +-e '/LINENO: error: C[+]* preprocessor/{N;N;N;N;s/.*/:/;}' \
   -e 's;echo \$RENDER_PKG_ERRORS;succeeded=yes;g' \
   libXrender-%{V_xrender}/configure
   
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-tools/cmd/ bf-ui.pl

2005-10-14 Thread Thomas Lotterer
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Thomas Lotterer
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-toolsDate:   14-Oct-2005 17:09:35
  Branch: HEAD Handle: 2005101416093400

  Modified files:
openpkg-tools/cmd   bf-ui.pl

  Log:
allow user to select which of the three possible rowtotals "green",
"red" and "blue" he wants to see in the matrix view

  Summary:
RevisionChanges Path
1.23+44 -6  openpkg-tools/cmd/bf-ui.pl
  

  patch -p0 <<'@@ .'
  Index: openpkg-tools/cmd/bf-ui.pl
  
  $ cvs diff -u -r1.22 -r1.23 bf-ui.pl
  --- openpkg-tools/cmd/bf-ui.pl10 Oct 2005 21:07:18 -  1.22
  +++ openpkg-tools/cmd/bf-ui.pl14 Oct 2005 15:09:34 -  1.23
  @@ -918,6 +918,28 @@
   $html .= $cgi->start_form();
   $html .= $cgi->submit('page','matrix');
   $html .= $cgi->hidden(-name=>'page', -value => "matrix");
  +$html .= " show rowtotal";
  +$html .= "   ";
  +$html .= $cgi->checkbox_group(
  +-name => "pm_rowtotal_green",
  +-values   => [ "yes" ],
  +-labels   => { "yes" => "" },
  +-defaults => [ "yes" ]
  +) . "\n";
  +$html .= "   ";
  +$html .= $cgi->checkbox_group(
  +-name => "pm_rowtotal_red",
  +-values   => [ "yes" ],
  +-labels   => { "yes" => "" },
  +-defaults => [ "yes" ]
  +) . "\n";
  +$html .= "   ";
  +$html .= $cgi->checkbox_group(
  +-name => "pm_rowtotal_blue",
  +-values   => [ "yes" ],
  +-labels   => { "yes" => "" },
  +-defaults => [ "yes" ]
  +) . "\n";
   $html .= $cgi->end_form;
   return $html;
   }
  @@ -1101,6 +1123,10 @@
   my ($sth, $sthpackages, $rv);
   my $processing = {};
   
  +my $show_rowtotal_green = $cgi->param("pm_rowtotal_green");
  +my $show_rowtotal_red   = $cgi->param("pm_rowtotal_red");
  +my $show_rowtotal_blue  = $cgi->param("pm_rowtotal_blue");
  +
   $rv = $dbh->selectall_hashref("SELECT * FROM processing;", 
"pr_inst_host");
   if (not $rv) {
   die "ERROR:$0: SQLite error: ".$dbh->errstr."\n";
  @@ -1298,18 +1324,30 @@
   $line .= $l . $m . $r;
   }
   $line .= "  $package\n";
  -$html .= "[";
   if ($rowtotal eq "green") {
  -$html .= "";
  +if ($show_rowtotal_green eq "yes") {
  +$html .= "[";
  +$html .= "";
  +$html .= "]  ";
  +$html .= $line;
  +}
   }
   elsif ($rowtotal eq "red") {
  -$html .= "";
  +if ($show_rowtotal_red eq "yes") {
  +$html .= "[";
  +$html .= "";
  +$html .= "]  ";
  +$html .= $line;
  +}
   }
   else {
  -$html .= "";
  +if ($show_rowtotal_blue eq "yes") {
  +$html .= "[";
  +$html .= "";
  +$html .= "]  ";
  +$html .= $line;
  +}
   }
  -$html .= "]  ";
  -$html .= $line;
   }
   print STDOUT $html;
   $html = '';
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-10-14 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:   14-Oct-2005 17:08:24
  Branch: OPENPKG_2_5_SOLIDHandle: 2005101416082400

  Modified files:   (Branch: OPENPKG_2_5_SOLID)
openpkg-src/tsocks  tsocks.spec

  Log:
MFC: requires GNU make

  Summary:
RevisionChanges Path
1.3.2.2 +1  -1  openpkg-src/tsocks/tsocks.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/tsocks/tsocks.spec
  
  $ cvs diff -u -r1.3.2.1 -r1.3.2.2 tsocks.spec
  --- openpkg-src/tsocks/tsocks.spec11 Oct 2005 12:52:13 -  1.3.2.1
  +++ openpkg-src/tsocks/tsocks.spec14 Oct 2005 15:08:24 -  1.3.2.2
  @@ -48,7 +48,7 @@
   #   build information
   Prefix:   %{l_prefix}
   BuildRoot:%{l_buildroot}
  -BuildPreReq:  OpenPKG, openpkg >= 2.5.0, gcc
  +BuildPreReq:  OpenPKG, openpkg >= 2.5.0, gcc, make
   PreReq:   OpenPKG, openpkg >= 2.5.0
   AutoReq:  no
   AutoReqProv:  no
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-10-14 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:   14-Oct-2005 17:08:02
  Branch: HEAD Handle: 2005101416080200

  Modified files:
openpkg-src/tsocks  tsocks.spec

  Log:
requires GNU make

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

  patch -p0 <<'@@ .'
  Index: openpkg-src/tsocks/tsocks.spec
  
  $ cvs diff -u -r1.3 -r1.4 tsocks.spec
  --- openpkg-src/tsocks/tsocks.spec3 Oct 2005 10:47:00 -   1.3
  +++ openpkg-src/tsocks/tsocks.spec14 Oct 2005 15:08:02 -  1.4
  @@ -38,7 +38,7 @@
   Group:Network
   License:  LGPL
   Version:  %{V_opkg}
  -Release:  20051003
  +Release:  20051014
   
   #   list of sources
   Source0:  http://osdn.dl.sourceforge.net/tsocks/tsocks-%{V_dist}.tar.gz
  @@ -48,7 +48,7 @@
   #   build information
   Prefix:   %{l_prefix}
   BuildRoot:%{l_buildroot}
  -BuildPreReq:  OpenPKG, openpkg >= 20040130, gcc
  +BuildPreReq:  OpenPKG, openpkg >= 20040130, gcc, make
   PreReq:   OpenPKG, openpkg >= 20040130
   AutoReq:  no
   AutoReqProv:  no
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-10-14 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:   14-Oct-2005 17:06:01
  Branch: OPENPKG_2_5_SOLIDHandle: 200510141606

  Modified files:   (Branch: OPENPKG_2_5_SOLID)
openpkg-src/quagga  quagga.spec

  Log:
MFC latest changes

  Summary:
RevisionChanges Path
1.29.2.2+3  -5  openpkg-src/quagga/quagga.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/quagga/quagga.spec
  
  $ cvs diff -u -r1.29.2.1 -r1.29.2.2 quagga.spec
  --- openpkg-src/quagga/quagga.spec11 Oct 2005 12:51:40 -  1.29.2.1
  +++ openpkg-src/quagga/quagga.spec14 Oct 2005 15:06:00 -  1.29.2.2
  @@ -47,7 +47,7 @@
   #   build information
   Prefix:   %{l_prefix}
   BuildRoot:%{l_buildroot}
  -BuildPreReq:  OpenPKG, openpkg >= 2.5.0, gcc, perl
  +BuildPreReq:  OpenPKG, openpkg >= 2.5.0, gcc, perl, make
   PreReq:   OpenPKG, openpkg >= 2.5.0
   BuildPreReq:  readline
   PreReq:   readline
  @@ -89,10 +89,8 @@
   #   configure package
   ISISD=""
   case "%{l_platform -t}" in
  -*-netbsd* )
  -ISISD="--disable-isisd" ;;
  -*-sunos* )
  -ISISD="--disable-isisd" ;;
  +*-netbsd* ) ISISD="--disable-isisd" ;;
  +*-sunos*  ) ISISD="--disable-isisd" ;;
   esac
   CC="%{l_cc}" \
   CFLAGS="%{l_cflags -O}" \
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-10-14 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:   14-Oct-2005 17:04:51
  Branch: HEAD Handle: 2005101416045100

  Modified files:
openpkg-src/png png.spec

  Log:
prepare CFLAGS

  Summary:
RevisionChanges Path
1.45+2  -1  openpkg-src/png/png.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/png/png.spec
  
  $ cvs diff -u -r1.44 -r1.45 png.spec
  --- openpkg-src/png/png.spec  24 Mar 2005 11:20:04 -  1.44
  +++ openpkg-src/png/png.spec  14 Oct 2005 15:04:51 -  1.45
  @@ -33,7 +33,7 @@
   Group:Graphics
   License:  BSD
   Version:  1.2.8
  -Release:  20050216
  +Release:  20051014
   
   #   list of sources
   Source0:  
http://osdn.dl.sourceforge.net/sourceforge/libpng/libpng-%{version}.tar.gz
  @@ -71,6 +71,7 @@
   %{l_make} %{l_mflags} \
   -f scripts/makefile.std \
   CC="%{l_cc}" \
  +CFLAGS="%{l_cflags -O}" \
   ZLIBINC=%{l_prefix}/include \
   ZLIBLIB=%{l_prefix}/lib \
   libpng.a
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-10-14 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:   14-Oct-2005 17:04:28
  Branch: HEAD Handle: 2005101416042800

  Modified files:
openpkg-src/quagga  quagga.spec

  Log:
cleanup style and seems to require GNU make

  Summary:
RevisionChanges Path
1.30+4  -6  openpkg-src/quagga/quagga.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/quagga/quagga.spec
  
  $ cvs diff -u -r1.29 -r1.30 quagga.spec
  --- openpkg-src/quagga/quagga.spec26 Sep 2005 14:24:44 -  1.29
  +++ openpkg-src/quagga/quagga.spec14 Oct 2005 15:04:28 -  1.30
  @@ -33,7 +33,7 @@
   Group:Network
   License:  GPL
   Version:  0.98.5
  -Release:  20050926
  +Release:  20051014
   
   #   list of sources
   Source0:  http://www.quagga.net/download/quagga-%{version}.tar.gz
  @@ -47,7 +47,7 @@
   #   build information
   Prefix:   %{l_prefix}
   BuildRoot:%{l_buildroot}
  -BuildPreReq:  OpenPKG, openpkg >= 20040130, gcc, perl
  +BuildPreReq:  OpenPKG, openpkg >= 20040130, gcc, perl, make
   PreReq:   OpenPKG, openpkg >= 20040130
   BuildPreReq:  readline
   PreReq:   readline
  @@ -89,10 +89,8 @@
   #   configure package
   ISISD=""
   case "%{l_platform -t}" in
  -*-netbsd* )
  -ISISD="--disable-isisd" ;;
  -*-sunos* )
  -ISISD="--disable-isisd" ;;
  +*-netbsd* ) ISISD="--disable-isisd" ;;
  +*-sunos*  ) ISISD="--disable-isisd" ;;
   esac
   CC="%{l_cc}" \
   CFLAGS="%{l_cflags -O}" \
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-10-14 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:   14-Oct-2005 17:01:55
  Branch: OPENPKG_2_5_SOLIDHandle: 2005101416015400

  Modified files:   (Branch: OPENPKG_2_5_SOLID)
openpkg-src/freetypefreetype.spec

  Log:
MFC: correctly pass C compiler program and flags

  Summary:
RevisionChanges Path
1.53.2.2+2  -0  openpkg-src/freetype/freetype.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/freetype/freetype.spec
  
  $ cvs diff -u -r1.53.2.1 -r1.53.2.2 freetype.spec
  --- openpkg-src/freetype/freetype.spec11 Oct 2005 12:49:56 -  
1.53.2.1
  +++ openpkg-src/freetype/freetype.spec14 Oct 2005 15:01:54 -  
1.53.2.2
  @@ -74,6 +74,8 @@
   builds/unix/configure
   
   %build
  +CC="%{l_cc}" \
  +CFLAGS="%{l_cflags -O}" \
   %{l_make} %{l_mflags} setup \
   CFG="--prefix=%{l_prefix} --disable-shared --without-zlib"
   %{l_make} %{l_mflags}
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-10-14 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:   14-Oct-2005 17:00:42
  Branch: HEAD Handle: 2005101416004200

  Modified files:
openpkg-src/freetypefreetype.spec

  Log:
use optimize flags and also pass C compiler

  Summary:
RevisionChanges Path
1.55+2  -1  openpkg-src/freetype/freetype.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/freetype/freetype.spec
  
  $ cvs diff -u -r1.54 -r1.55 freetype.spec
  --- openpkg-src/freetype/freetype.spec14 Oct 2005 14:54:37 -  
1.54
  +++ openpkg-src/freetype/freetype.spec14 Oct 2005 15:00:42 -  
1.55
  @@ -74,7 +74,8 @@
   builds/unix/configure
   
   %build
  -CFLAGS="%{l_cflags}" \
  +CC="%{l_cc}" \
  +CFLAGS="%{l_cflags -O}" \
   %{l_make} %{l_mflags} setup \
   CFG="--prefix=%{l_prefix} --disable-shared --without-zlib"
   %{l_make} %{l_mflags}
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-10-14 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:   14-Oct-2005 16:54:37
  Branch: HEAD Handle: 2005101415543700

  Modified files:
openpkg-src/freetypefreetype.spec

  Log:
prepare CFLAGS

  Summary:
RevisionChanges Path
1.54+2  -1  openpkg-src/freetype/freetype.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/freetype/freetype.spec
  
  $ cvs diff -u -r1.53 -r1.54 freetype.spec
  --- openpkg-src/freetype/freetype.spec25 Jul 2005 17:54:35 -  
1.53
  +++ openpkg-src/freetype/freetype.spec14 Oct 2005 14:54:37 -  
1.54
  @@ -33,7 +33,7 @@
   Group:Graphics
   License:  GPL
   Version:  2.1.10
  -Release:  20050725
  +Release:  20051014
   
   #   list of sources
   Source0:  
http://savannah.nongnu.org/download/freetype/freetype-%{version}.tar.gz
  @@ -74,6 +74,7 @@
   builds/unix/configure
   
   %build
  +CFLAGS="%{l_cflags}" \
   %{l_make} %{l_mflags} setup \
   CFG="--prefix=%{l_prefix} --disable-shared --without-zlib"
   %{l_make} %{l_mflags}
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: OPENPKG_2_5_SOLID: openpkg-src/petidomo/ petidomo.patch...

2005-10-14 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:   14-Oct-2005 16:52:32
  Branch: OPENPKG_2_5_SOLIDHandle: 2005101415523100

  Added files:  (Branch: OPENPKG_2_5_SOLID)
openpkg-src/petidomopetidomo.patch
  Modified files:   (Branch: OPENPKG_2_5_SOLID)
openpkg-src/petidomopetidomo.spec

  Log:
MFC: fix Makefile

  Summary:
RevisionChanges Path
1.3.4.1 +21 -0  openpkg-src/petidomo/petidomo.patch
1.65.4.2+2  -0  openpkg-src/petidomo/petidomo.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/petidomo/petidomo.patch
  
  $ cvs diff -u -r0 -r1.3.4.1 petidomo.patch
  --- /dev/null 2005-10-14 16:51:53 +0200
  +++ petidomo.patch2005-10-14 16:52:32 +0200
  @@ -0,0 +1,21 @@
  +Index: Makefile.in
  +--- Makefile.in.orig 2004-03-09 16:59:49 +0100
   Makefile.in  2005-10-14 16:50:28 +0200
  +@@ -39,7 +39,7 @@
  +   version.o
  + LIBS= librfc822/librfc822.a libmpools/libmpools.a   
   \
  +   liblists/liblists.a libargv/libargv.a\
  +-  libconfigfile/libconfigfile.a libtext/libtext.a @LIBS@
  ++  libconfigfile/libconfigfile.a libtext/libtext.a
  + 
  + .SUFFIXES:
  + .SUFFIXES:  .c .o
  +@@ -50,7 +50,7 @@
  + all: petidomo petidomo.1
  + 
  + petidomo:   $(OBJS) $(LIBS)
  +-$(CC) $(OBJS) -o $@ $(LDFLAGS) $(LIBS)
  ++$(CC) $(OBJS) -o $@ $(LDFLAGS) $(LIBS) @LIBS@
  + 
  + petidomo.1: petidomo.pod
  + V=`$(SHTOOL) version -lc -dlong version.c`; \
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/petidomo/petidomo.spec
  
  $ cvs diff -u -r1.65.4.1 -r1.65.4.2 petidomo.spec
  --- openpkg-src/petidomo/petidomo.spec11 Oct 2005 12:51:26 -  
1.65.4.1
  +++ openpkg-src/petidomo/petidomo.spec14 Oct 2005 14:52:31 -  
1.65.4.2
  @@ -43,6 +43,7 @@
   Source1:  etc.petidomo.tar
   Source2:  fsl.petidomo
   Source3:  rc.petidomo
  +Patch0:   petidomo.patch
   
   #   build information
   Prefix:   %{l_prefix}
  @@ -72,6 +73,7 @@
   %prep
   %setup -q
   %setup -q -T -D -a 1
  +%patch -p0
   for i in . ./etc/shtool; do cp %{l_shtool} $i; done
   
   %build
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-10-14 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:   14-Oct-2005 16:51:52
  Branch: HEAD Handle: 2005101415515100

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

  Log:
fix Makefile

  Summary:
RevisionChanges Path
1.4 +21 -0  openpkg-src/petidomo/petidomo.patch
1.66+3  -1  openpkg-src/petidomo/petidomo.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/petidomo/petidomo.patch
  
  $ cvs diff -u -r0 -r1.4 petidomo.patch
  --- /dev/null 2005-10-14 16:51:51 +0200
  +++ petidomo.patch2005-10-14 16:51:51 +0200
  @@ -0,0 +1,21 @@
  +Index: Makefile.in
  +--- Makefile.in.orig 2004-03-09 16:59:49 +0100
   Makefile.in  2005-10-14 16:50:28 +0200
  +@@ -39,7 +39,7 @@
  +   version.o
  + LIBS= librfc822/librfc822.a libmpools/libmpools.a   
   \
  +   liblists/liblists.a libargv/libargv.a\
  +-  libconfigfile/libconfigfile.a libtext/libtext.a @LIBS@
  ++  libconfigfile/libconfigfile.a libtext/libtext.a
  + 
  + .SUFFIXES:
  + .SUFFIXES:  .c .o
  +@@ -50,7 +50,7 @@
  + all: petidomo petidomo.1
  + 
  + petidomo:   $(OBJS) $(LIBS)
  +-$(CC) $(OBJS) -o $@ $(LDFLAGS) $(LIBS)
  ++$(CC) $(OBJS) -o $@ $(LDFLAGS) $(LIBS) @LIBS@
  + 
  + petidomo.1: petidomo.pod
  + V=`$(SHTOOL) version -lc -dlong version.c`; \
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/petidomo/petidomo.spec
  
  $ cvs diff -u -r1.65 -r1.66 petidomo.spec
  --- openpkg-src/petidomo/petidomo.spec15 Jun 2005 15:26:17 -  
1.65
  +++ openpkg-src/petidomo/petidomo.spec14 Oct 2005 14:51:51 -  
1.66
  @@ -33,7 +33,7 @@
   Group:Mail
   License:  GPL
   Version:  4.0b6
  -Release:  20050615
  +Release:  20051014
   
   #   package options
   %option   with_fsl  yes
  @@ -43,6 +43,7 @@
   Source1:  etc.petidomo.tar
   Source2:  fsl.petidomo
   Source3:  rc.petidomo
  +Patch0:   petidomo.patch
   
   #   build information
   Prefix:   %{l_prefix}
  @@ -72,6 +73,7 @@
   %prep
   %setup -q
   %setup -q -T -D -a 1
  +%patch -p0
   for i in . ./etc/shtool; do cp %{l_shtool} $i; done
   
   %build
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-10-14 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:   14-Oct-2005 16:48:23
  Branch: OPENPKG_2_5_SOLIDHandle: 2005101415482300

  Modified files:   (Branch: OPENPKG_2_5_SOLID)
openpkg-src/perl-gtkperl-gtk.spec

  Log:
MFC: requires pkgconfig

  Summary:
RevisionChanges Path
1.88.2.2+1  -1  openpkg-src/perl-gtk/perl-gtk.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/perl-gtk/perl-gtk.spec
  
  $ cvs diff -u -r1.88.2.1 -r1.88.2.2 perl-gtk.spec
  --- openpkg-src/perl-gtk/perl-gtk.spec11 Oct 2005 12:51:18 -  
1.88.2.1
  +++ openpkg-src/perl-gtk/perl-gtk.spec14 Oct 2005 14:48:23 -  
1.88.2.2
  @@ -57,7 +57,7 @@
   #   build information
   Prefix:   %{l_prefix}
   BuildRoot:%{l_buildroot}
  -BuildPreReq:  OpenPKG, openpkg >= 2.5.0, perl >= %{V_perl}, perl-openpkg >= 
%{V_perl}-2.5.0, make
  +BuildPreReq:  OpenPKG, openpkg >= 2.5.0, perl >= %{V_perl}, perl-openpkg >= 
%{V_perl}-2.5.0, make, pkgconfig
   PreReq:   OpenPKG, openpkg >= 2.5.0, perl >= %{V_perl}
   %if "%{with_gtk1}" == "yes"
   BuildPreReq:  gtk, perl-xml
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-10-14 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:   14-Oct-2005 16:47:39
  Branch: HEAD Handle: 2005101415473900

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

  Log:
requires pkgconfig

  Summary:
RevisionChanges Path
1.89+2  -2  openpkg-src/perl-gtk/perl-gtk.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/perl-gtk/perl-gtk.spec
  
  $ cvs diff -u -r1.88 -r1.89 perl-gtk.spec
  --- openpkg-src/perl-gtk/perl-gtk.spec4 Oct 2005 08:06:03 -   
1.88
  +++ openpkg-src/perl-gtk/perl-gtk.spec14 Oct 2005 14:47:39 -  
1.89
  @@ -41,7 +41,7 @@
   Group:Language
   License:  GPL/Artistic
   Version:  %{V_perl}
  -Release:  20051004
  +Release:  20051014
   
   #   package options
   %option   with_gtk1  yes
  @@ -57,7 +57,7 @@
   #   build information
   Prefix:   %{l_prefix}
   BuildRoot:%{l_buildroot}
  -BuildPreReq:  OpenPKG, openpkg >= 20040130, perl >= %{V_perl}, perl-openpkg 
>= %{V_perl}-20040126, make
  +BuildPreReq:  OpenPKG, openpkg >= 20040130, perl >= %{V_perl}, perl-openpkg 
>= %{V_perl}-20040126, make, pkgconfig
   PreReq:   OpenPKG, openpkg >= 20040130, perl >= %{V_perl}
   %if "%{with_gtk1}" == "yes"
   BuildPreReq:  gtk, perl-xml
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-10-14 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:   14-Oct-2005 16:36:58
  Branch: OPENPKG_2_5_SOLIDHandle: 2005101415365800

  Modified files:   (Branch: OPENPKG_2_5_SOLID)
openpkg-src/pangoxslpangoxsl.spec

  Log:
MFC: requires pkgconfig

  Summary:
RevisionChanges Path
1.1.2.2 +1  -1  openpkg-src/pangoxsl/pangoxsl.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/pangoxsl/pangoxsl.spec
  
  $ cvs diff -u -r1.1.2.1 -r1.1.2.2 pangoxsl.spec
  --- openpkg-src/pangoxsl/pangoxsl.spec11 Oct 2005 12:51:10 -  
1.1.2.1
  +++ openpkg-src/pangoxsl/pangoxsl.spec14 Oct 2005 14:36:58 -  
1.1.2.2
  @@ -42,7 +42,7 @@
   #   build information
   Prefix:   %{l_prefix}
   BuildRoot:%{l_buildroot}
  -BuildPreReq:  OpenPKG, openpkg >= 2.5.0, make, gcc
  +BuildPreReq:  OpenPKG, openpkg >= 2.5.0, make, gcc, pkgconfig
   PreReq:   OpenPKG, openpkg >= 2.5.0
   BuildPreReq:  glib2, pango
   PreReq:   glib2, pango
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-10-14 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:   14-Oct-2005 16:36:24
  Branch: HEAD Handle: 2005101415362300

  Modified files:
openpkg-src/pangoxslpangoxsl.spec

  Log:
requires pkgconfig

  Summary:
RevisionChanges Path
1.2 +2  -2  openpkg-src/pangoxsl/pangoxsl.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/pangoxsl/pangoxsl.spec
  
  $ cvs diff -u -r1.1 -r1.2 pangoxsl.spec
  --- openpkg-src/pangoxsl/pangoxsl.spec14 Aug 2005 10:13:57 -  
1.1
  +++ openpkg-src/pangoxsl/pangoxsl.spec14 Oct 2005 14:36:23 -  
1.2
  @@ -33,7 +33,7 @@
   Group:XWindow
   License:  GPL
   Version:  1.6.0.1
  -Release:  20050814
  +Release:  20051014
   
   #   list of sources
   Source0:  
http://osdn.dl.sourceforge.net/pangopdf/pangoxsl-%{version}.tar.gz
  @@ -42,7 +42,7 @@
   #   build information
   Prefix:   %{l_prefix}
   BuildRoot:%{l_buildroot}
  -BuildPreReq:  OpenPKG, openpkg >= 20040130, make, gcc
  +BuildPreReq:  OpenPKG, openpkg >= 20040130, make, gcc, pkgconfig
   PreReq:   OpenPKG, openpkg >= 20040130
   BuildPreReq:  glib2, pango
   PreReq:   glib2, pango
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-10-14 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:   14-Oct-2005 16:28:54
  Branch: OPENPKG_2_5_SOLIDHandle: 2005101415285400

  Modified files:   (Branch: OPENPKG_2_5_SOLID)
openpkg-src/librsvg librsvg.spec

  Log:
MFC: requires pkgconfig because of gtk2

  Summary:
RevisionChanges Path
1.15.2.2+1  -1  openpkg-src/librsvg/librsvg.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/librsvg/librsvg.spec
  
  $ cvs diff -u -r1.15.2.1 -r1.15.2.2 librsvg.spec
  --- openpkg-src/librsvg/librsvg.spec  11 Oct 2005 12:50:38 -  1.15.2.1
  +++ openpkg-src/librsvg/librsvg.spec  14 Oct 2005 14:28:54 -  1.15.2.2
  @@ -46,7 +46,7 @@
   #   build information
   Prefix:   %{l_prefix}
   BuildRoot:%{l_buildroot}
  -BuildPreReq:  OpenPKG, openpkg >= 2.5.0
  +BuildPreReq:  OpenPKG, openpkg >= 2.5.0, pkgconfig
   PreReq:   OpenPKG, openpkg >= 2.5.0
   BuildPreReq:  libxml, libart, glib2, gtk2, pango, popt
   PreReq:   libxml, libart, glib2, gtk2, pango, popt
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-10-14 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:   14-Oct-2005 16:28:18
  Branch: HEAD Handle: 2005101415281800

  Modified files:
openpkg-src/librsvg librsvg.spec

  Log:
requires pkgconfig because of gtk2

  Summary:
RevisionChanges Path
1.16+2  -2  openpkg-src/librsvg/librsvg.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/librsvg/librsvg.spec
  
  $ cvs diff -u -r1.15 -r1.16 librsvg.spec
  --- openpkg-src/librsvg/librsvg.spec  9 Oct 2005 06:29:11 -   1.15
  +++ openpkg-src/librsvg/librsvg.spec  14 Oct 2005 14:28:18 -  1.16
  @@ -37,7 +37,7 @@
   Group:Graphics
   License:  LGPL
   Version:  %{V_major}.%{V_minor}
  -Release:  20051009
  +Release:  20051014
   
   #   list of sources
   Source0:  
http://ftp.gnome.org/pub/GNOME/sources/librsvg/%{V_major}/librsvg-%{version}.tar.bz2
  @@ -46,7 +46,7 @@
   #   build information
   Prefix:   %{l_prefix}
   BuildRoot:%{l_buildroot}
  -BuildPreReq:  OpenPKG, openpkg >= 20040130
  +BuildPreReq:  OpenPKG, openpkg >= 20040130, pkgconfig
   PreReq:   OpenPKG, openpkg >= 20040130
   BuildPreReq:  libxml, libart, glib2, gtk2, pango, popt
   PreReq:   libxml, libart, glib2, gtk2, pango, popt
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-10-14 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:   14-Oct-2005 16:27:13
  Branch: OPENPKG_2_5_SOLIDHandle: 2005101415271300

  Modified files:   (Branch: OPENPKG_2_5_SOLID)
openpkg-src/libedit libedit.spec

  Log:
MFC: apply the usual CPP hack

  Summary:
RevisionChanges Path
1.16.2.2+3  -0  openpkg-src/libedit/libedit.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/libedit/libedit.spec
  
  $ cvs diff -u -r1.16.2.1 -r1.16.2.2 libedit.spec
  --- openpkg-src/libedit/libedit.spec  11 Oct 2005 12:50:35 -  1.16.2.1
  +++ openpkg-src/libedit/libedit.spec  14 Oct 2005 14:27:13 -  1.16.2.2
  @@ -65,6 +65,9 @@
   %prep
   %setup -q -n libedit-%{V_snap}-%{V_main}
   %patch -p0
  +%{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 openpkg-cvs@openpkg.org


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

2005-10-14 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:   14-Oct-2005 16:26:37
  Branch: HEAD Handle: 2005101415263700

  Modified files:
openpkg-src/libedit libedit.spec

  Log:
apply the usual CPP hack

  Summary:
RevisionChanges Path
1.17+4  -1  openpkg-src/libedit/libedit.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/libedit/libedit.spec
  
  $ cvs diff -u -r1.16 -r1.17 libedit.spec
  --- openpkg-src/libedit/libedit.spec  6 Oct 2005 18:48:03 -   1.16
  +++ openpkg-src/libedit/libedit.spec  14 Oct 2005 14:26:37 -  1.17
  @@ -37,7 +37,7 @@
   Group:Terminal
   License:  BSD
   Version:  %{V_main}.%{V_snap}
  -Release:  20051006
  +Release:  20051014
   
   #   list of sources
   Source0:  
http://www.thrysoee.dk/editline/libedit-%{V_snap}-%{V_main}.tar.gz
  @@ -65,6 +65,9 @@
   %prep
   %setup -q -n libedit-%{V_snap}-%{V_main}
   %patch -p0
  +%{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 openpkg-cvs@openpkg.org


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

2005-10-14 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:   14-Oct-2005 16:25:02
  Branch: OPENPKG_2_5_SOLIDHandle: 2005101415250100

  Modified files:   (Branch: OPENPKG_2_5_SOLID)
openpkg-src/jabberd jabberd.spec

  Log:
MFC: cleanup packaging

  Summary:
RevisionChanges Path
1.38.2.2+0  -3  openpkg-src/jabberd/jabberd.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/jabberd/jabberd.spec
  
  $ cvs diff -u -r1.38.2.1 -r1.38.2.2 jabberd.spec
  --- openpkg-src/jabberd/jabberd.spec  11 Oct 2005 12:50:24 -  1.38.2.1
  +++ openpkg-src/jabberd/jabberd.spec  14 Oct 2005 14:25:01 -  1.38.2.2
  @@ -94,9 +94,6 @@
   %{l_shtool} subst \
   -e 's;exec perl;exec %{l_prefix}/bin/perl;' \
   tools/jabberd.in
  -%{l_shtool} subst \
  --e 's;\(trimedcc=.*CC\).*\(}"\)$;\1\2;' \
  -ltmain.sh
   
   %build
   #   configure program
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-10-14 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:   14-Oct-2005 16:24:04
  Branch: HEAD Handle: 2005101415240400

  Modified files:
openpkg-src/jabberd jabberd.spec

  Log:
cleanup packaging

  Summary:
RevisionChanges Path
1.39+1  -4  openpkg-src/jabberd/jabberd.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/jabberd/jabberd.spec
  
  $ cvs diff -u -r1.38 -r1.39 jabberd.spec
  --- openpkg-src/jabberd/jabberd.spec  4 Oct 2005 18:10:50 -   1.38
  +++ openpkg-src/jabberd/jabberd.spec  14 Oct 2005 14:24:04 -  1.39
  @@ -37,7 +37,7 @@
   Group:Network
   License:  JOSL/GPL
   Version:  %{V_major}%{V_minor}
  -Release:  20051004
  +Release:  20051014
   
   #   package options
   %option   with_mysql  no
  @@ -94,9 +94,6 @@
   %{l_shtool} subst \
   -e 's;exec perl;exec %{l_prefix}/bin/perl;' \
   tools/jabberd.in
  -%{l_shtool} subst \
  --e 's;\(trimedcc=.*CC\).*\(}"\)$;\1\2;' \
  -ltmain.sh
   
   %build
   #   configure program
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-10-14 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:   14-Oct-2005 16:23:18
  Branch: OPENPKG_2_5_SOLIDHandle: 2005101415231800

  Modified files:   (Branch: OPENPKG_2_5_SOLID)
openpkg-src/ldapvi  ldapvi.spec

  Log:
MFC: fix dependencies and building against ncurses

  Summary:
RevisionChanges Path
1.11.4.2+4  -2  openpkg-src/ldapvi/ldapvi.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/ldapvi/ldapvi.spec
  
  $ cvs diff -u -r1.11.4.1 -r1.11.4.2 ldapvi.spec
  --- openpkg-src/ldapvi/ldapvi.spec11 Oct 2005 12:50:29 -  1.11.4.1
  +++ openpkg-src/ldapvi/ldapvi.spec14 Oct 2005 14:23:18 -  1.11.4.2
  @@ -41,8 +41,10 @@
   #   build information
   Prefix:   %{l_prefix}
   BuildRoot:%{l_buildroot}
  -BuildPreReq:  OpenPKG, openpkg >= 2.5.0, make, gcc, openldap, openssl, 
pkgconfig, glib2, popt, ncurses
  +BuildPreReq:  OpenPKG, openpkg >= 2.5.0, make, gcc, pkgconfig
   PreReq:   OpenPKG, openpkg >= 2.5.0
  +BuildPreReq:  openldap, openssl, glib2, popt, ncurses
  +PreReq:   openldap, openssl, glib2, popt, ncurses
   AutoReq:  no
   AutoReqProv:  no
   
  @@ -68,7 +70,7 @@
   configure
   CC="%{l_cc}" \
   CFLAGS="%{l_cflags -O}" \
  -CPPFLAGS="%{l_cppflags}" \
  +CPPFLAGS="%{l_cppflags ncurses .}" \
   LDFLAGS="%{l_ldflags}" \
   LIBS="-lssl -lcrypto" \
   ./configure \
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-10-14 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:   14-Oct-2005 16:22:40
  Branch: HEAD Handle: 2005101415223900

  Modified files:
openpkg-src/ldapvi  ldapvi.spec

  Log:
fix dependencies and building against ncurses

  Summary:
RevisionChanges Path
1.12+5  -3  openpkg-src/ldapvi/ldapvi.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/ldapvi/ldapvi.spec
  
  $ cvs diff -u -r1.11 -r1.12 ldapvi.spec
  --- openpkg-src/ldapvi/ldapvi.spec24 Mar 2005 11:19:13 -  1.11
  +++ openpkg-src/ldapvi/ldapvi.spec14 Oct 2005 14:22:39 -  1.12
  @@ -33,7 +33,7 @@
   Group:Database
   License:  GPL
   Version:  1.1
  -Release:  20040211
  +Release:  20051014
   
   #   list of sources
   Source0:  http://www.lichteblau.com/download/ldapvi-%{version}.tar.gz
  @@ -41,8 +41,10 @@
   #   build information
   Prefix:   %{l_prefix}
   BuildRoot:%{l_buildroot}
  -BuildPreReq:  OpenPKG, openpkg >= 20040130, make, gcc, openldap, openssl, 
pkgconfig, glib2, popt, ncurses
  +BuildPreReq:  OpenPKG, openpkg >= 20040130, make, gcc, pkgconfig
   PreReq:   OpenPKG, openpkg >= 20040130
  +BuildPreReq:  openldap, openssl, glib2, popt, ncurses
  +PreReq:   openldap, openssl, glib2, popt, ncurses
   AutoReq:  no
   AutoReqProv:  no
   
  @@ -68,7 +70,7 @@
   configure
   CC="%{l_cc}" \
   CFLAGS="%{l_cflags -O}" \
  -CPPFLAGS="%{l_cppflags}" \
  +CPPFLAGS="%{l_cppflags ncurses .}" \
   LDFLAGS="%{l_ldflags}" \
   LIBS="-lssl -lcrypto" \
   ./configure \
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-10-14 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:   14-Oct-2005 16:20:35
  Branch: OPENPKG_2_5_SOLIDHandle: 2005101415203500

  Modified files:   (Branch: OPENPKG_2_5_SOLID)
openpkg-src/lamelame.spec

  Log:
MFC: seems to require ncurses

  Summary:
RevisionChanges Path
1.42.2.2+2  -0  openpkg-src/lame/lame.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/lame/lame.spec
  
  $ cvs diff -u -r1.42.2.1 -r1.42.2.2 lame.spec
  --- openpkg-src/lame/lame.spec11 Oct 2005 12:50:28 -  1.42.2.1
  +++ openpkg-src/lame/lame.spec14 Oct 2005 14:20:35 -  1.42.2.2
  @@ -47,6 +47,8 @@
   BuildRoot:%{l_buildroot}
   BuildPreReq:  OpenPKG, openpkg >= 2.5.0, gcc
   PreReq:   OpenPKG, openpkg >= 2.5.0
  +BuildPreReq:  ncurses
  +PreReq:   ncurses
   AutoReq:  no
   AutoReqProv:  no
   
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-10-14 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:   14-Oct-2005 16:20:01
  Branch: HEAD Handle: 2005101415200100

  Modified files:
openpkg-src/lamelame.spec

  Log:
seems to require ncurses

  Summary:
RevisionChanges Path
1.43+3  -1  openpkg-src/lame/lame.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/lame/lame.spec
  
  $ cvs diff -u -r1.42 -r1.43 lame.spec
  --- openpkg-src/lame/lame.spec26 Sep 2005 18:49:17 -  1.42
  +++ openpkg-src/lame/lame.spec14 Oct 2005 14:20:01 -  1.43
  @@ -37,7 +37,7 @@
   Group:Audio
   License:  GPL
   Version:  %{V_real}
  -Release:  20050926
  +Release:  20051014
   
   #   list of sources
   Source0:  
http://osdn.dl.sourceforge.net/sourceforge/lame/lame-%{V_real}.tar.gz
  @@ -47,6 +47,8 @@
   BuildRoot:%{l_buildroot}
   BuildPreReq:  OpenPKG, openpkg >= 20040130, gcc
   PreReq:   OpenPKG, openpkg >= 20040130
  +BuildPreReq:  ncurses
  +PreReq:   ncurses
   AutoReq:  no
   AutoReqProv:  no
   
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-10-14 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:   14-Oct-2005 16:12:29
  Branch: OPENPKG_2_5_SOLIDHandle: 2005101415122900

  Modified files:   (Branch: OPENPKG_2_5_SOLID)
openpkg-src/iozone  iozone.spec

  Log:
MFC: add NetBSD support

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

  patch -p0 <<'@@ .'
  Index: openpkg-src/iozone/iozone.spec
  
  $ cvs diff -u -r1.113.2.1 -r1.113.2.2 iozone.spec
  --- openpkg-src/iozone/iozone.spec11 Oct 2005 12:50:21 -  
1.113.2.1
  +++ openpkg-src/iozone/iozone.spec14 Oct 2005 14:12:29 -  
1.113.2.2
  @@ -73,6 +73,7 @@
   defs=""
   case "%{l_platform -t}" in
   *-freebsd*  ) platform="freebsd"  ;;
  +*-netbsd*   ) platform="netbsd"   ;;
   *-linux2.2* ) platform="linux"
 defs="-DNO_MADVISE" ;;
   *-linux*) platform="linux";;
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-10-14 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:   14-Oct-2005 16:12:00
  Branch: HEAD Handle: 200510141512

  Modified files:
openpkg-src/iozone  iozone.spec

  Log:
add NetBSD support

  Summary:
RevisionChanges Path
1.114   +2  -1  openpkg-src/iozone/iozone.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/iozone/iozone.spec
  
  $ cvs diff -u -r1.113 -r1.114 iozone.spec
  --- openpkg-src/iozone/iozone.spec27 Aug 2005 17:33:24 -  1.113
  +++ openpkg-src/iozone/iozone.spec14 Oct 2005 14:12:00 -  1.114
  @@ -37,7 +37,7 @@
   Group:Benchmark
   License:  Open Source
   Version:  %{V_logic}
  -Release:  20050827
  +Release:  20051014
   
   #   list of sources
   Source0:  http://www.iozone.org/src/current/iozone%{V_real}.tar
  @@ -73,6 +73,7 @@
   defs=""
   case "%{l_platform -t}" in
   *-freebsd*  ) platform="freebsd"  ;;
  +*-netbsd*   ) platform="netbsd"   ;;
   *-linux2.2* ) platform="linux"
 defs="-DNO_MADVISE" ;;
   *-linux*) platform="linux";;
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-10-14 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:   14-Oct-2005 16:10:30
  Branch: OPENPKG_2_5_SOLIDHandle: 2005101415103000

  Modified files:   (Branch: OPENPKG_2_5_SOLID)
openpkg-src/imlib   imlib.spec

  Log:
MFC: apply the usual CPP hack

  Summary:
RevisionChanges Path
1.35.4.2+3  -0  openpkg-src/imlib/imlib.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/imlib/imlib.spec
  
  $ cvs diff -u -r1.35.4.1 -r1.35.4.2 imlib.spec
  --- openpkg-src/imlib/imlib.spec  11 Oct 2005 12:50:19 -  1.35.4.1
  +++ openpkg-src/imlib/imlib.spec  14 Oct 2005 14:10:30 -  1.35.4.2
  @@ -64,6 +64,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 openpkg-cvs@openpkg.org


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

2005-10-14 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:   14-Oct-2005 16:09:56
  Branch: HEAD Handle: 2005101415095600

  Modified files:
openpkg-src/imlib   imlib.spec

  Log:
apply the usual CPP hack

  Summary:
RevisionChanges Path
1.36+4  -1  openpkg-src/imlib/imlib.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/imlib/imlib.spec
  
  $ cvs diff -u -r1.35 -r1.36 imlib.spec
  --- openpkg-src/imlib/imlib.spec  24 Mar 2005 11:19:04 -  1.35
  +++ openpkg-src/imlib/imlib.spec  14 Oct 2005 14:09:56 -  1.36
  @@ -37,7 +37,7 @@
   Group:XWindow
   License:  GPL
   Version:  %{V_major}.%{V_minor}
  -Release:  20040924
  +Release:  20051014
   
   #   list of sources
   Source0:  
ftp://ftp.gnome.org/pub/GNOME/sources/imlib/%{V_major}/imlib-%{version}.tar.gz
  @@ -64,6 +64,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 openpkg-cvs@openpkg.org


[CVS] OpenPKG: OPENPKG_2_5_SOLID: openpkg-src/imaputils/ imaputils.spe...

2005-10-14 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:   14-Oct-2005 16:08:35
  Branch: OPENPKG_2_5_SOLIDHandle: 2005101415083500

  Modified files:   (Branch: OPENPKG_2_5_SOLID)
openpkg-src/imaputils   imaputils.spec

  Log:
MFC: add NetBSD support

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

  patch -p0 <<'@@ .'
  Index: openpkg-src/imaputils/imaputils.spec
  
  $ cvs diff -u -r1.9.4.1 -r1.9.4.2 imaputils.spec
  --- openpkg-src/imaputils/imaputils.spec  11 Oct 2005 12:50:19 -  
1.9.4.1
  +++ openpkg-src/imaputils/imaputils.spec  14 Oct 2005 14:08:35 -  
1.9.4.2
  @@ -76,6 +76,7 @@
   *-sunos*) LIBS="$LIBS -lnsl -lsocket" ;;
   *-linux*) LIBS="$LIBS -lcrypt" ;;
   *-freebsd*  ) LIBS="$LIBS -lcrypt" ;;
  +*-netbsd*   ) LIBS="$LIBS -lcrypt" ;;
   * ) echo "Sorry, platform %{l_platform -t} not supported" 2>&1; exit 
1 ;;
   esac
   for util in *; do
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-10-14 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:   14-Oct-2005 16:07:59
  Branch: HEAD Handle: 2005101415075900

  Modified files:
openpkg-src/imaputils   imaputils.spec

  Log:
add NetBSD support

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

  patch -p0 <<'@@ .'
  Index: openpkg-src/imaputils/imaputils.spec
  
  $ cvs diff -u -r1.9 -r1.10 imaputils.spec
  --- openpkg-src/imaputils/imaputils.spec  24 Mar 2005 11:19:04 -  
1.9
  +++ openpkg-src/imaputils/imaputils.spec  14 Oct 2005 14:07:59 -  
1.10
  @@ -33,7 +33,7 @@
   Group:Mail
   License:  University of Washington's Free-Fork License
   Version:  2002
  -Release:  20040829
  +Release:  20051014
   
   #   list of sources
   Source0:  
ftp://ftp.openpkg.org/sources/CPY/VERSIONED/imaputils/imap-utils-%{version}.tar.Z
  @@ -76,6 +76,7 @@
   *-sunos*) LIBS="$LIBS -lnsl -lsocket" ;;
   *-linux*) LIBS="$LIBS -lcrypt" ;;
   *-freebsd*  ) LIBS="$LIBS -lcrypt" ;;
  +*-netbsd*   ) LIBS="$LIBS -lcrypt" ;;
   * ) echo "Sorry, platform %{l_platform -t} not supported" 2>&1; exit 
1 ;;
   esac
   for util in *; do
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-10-14 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:   14-Oct-2005 16:02:11
  Branch: OPENPKG_2_5_SOLIDHandle: 2005101415021100

  Modified files:   (Branch: OPENPKG_2_5_SOLID)
openpkg-src/iconicon.spec

  Log:
MFC: cheat configure mechanism to support NetBSD

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

  patch -p0 <<'@@ .'
  Index: openpkg-src/icon/icon.spec
  
  $ cvs diff -u -r1.19.4.1 -r1.19.4.2 icon.spec
  --- openpkg-src/icon/icon.spec11 Oct 2005 12:50:17 -  1.19.4.1
  +++ openpkg-src/icon/icon.spec14 Oct 2005 14:02:11 -  1.19.4.2
  @@ -72,6 +72,7 @@
   %build
   case "%{l_platform -t}" in
   *-freebsd*  ) name="freebsd"   ;;
  +*-netbsd*   ) name="openbsd"   ;;
   *-linux*) name="linux" ;;
   i?86-sunos* ) name="intel_solaris" ;;
   sun*-sunos* ) name="sun_gcc"   ;;
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-10-14 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:   14-Oct-2005 16:01:26
  Branch: HEAD Handle: 2005101415012600

  Modified files:
openpkg-src/iconicon.spec

  Log:
cheat configure mechanism to support NetBSD

  Summary:
RevisionChanges Path
1.20+2  -1  openpkg-src/icon/icon.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/icon/icon.spec
  
  $ cvs diff -u -r1.19 -r1.20 icon.spec
  --- openpkg-src/icon/icon.spec24 Mar 2005 11:19:03 -  1.19
  +++ openpkg-src/icon/icon.spec14 Oct 2005 14:01:26 -  1.20
  @@ -37,7 +37,7 @@
   Group:Language
   License:  GPL
   Version:  %{V_here}
  -Release:  20040207
  +Release:  20051014
   
   #   list of sources
   Source0:  
ftp://ftp.cs.arizona.edu/icon/packages/unix/icon.v%{V_real}src.tgz
  @@ -72,6 +72,7 @@
   %build
   case "%{l_platform -t}" in
   *-freebsd*  ) name="freebsd"   ;;
  +*-netbsd*   ) name="openbsd"   ;;
   *-linux*) name="linux" ;;
   i?86-sunos* ) name="intel_solaris" ;;
   sun*-sunos* ) name="sun_gcc"   ;;
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-10-14 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:   14-Oct-2005 16:00:59
  Branch: OPENPKG_2_5_SOLIDHandle: 2005101415005800

  Modified files:   (Branch: OPENPKG_2_5_SOLID)
openpkg-src/icu icu.spec

  Log:
MFC: requires gcc

  Summary:
RevisionChanges Path
1.6.2.2 +1  -1  openpkg-src/icu/icu.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/icu/icu.spec
  
  $ cvs diff -u -r1.6.2.1 -r1.6.2.2 icu.spec
  --- openpkg-src/icu/icu.spec  11 Oct 2005 12:50:18 -  1.6.2.1
  +++ openpkg-src/icu/icu.spec  14 Oct 2005 14:00:58 -  1.6.2.2
  @@ -42,7 +42,7 @@
   #   build information
   Prefix:   %{l_prefix}
   BuildRoot:%{l_buildroot}
  -BuildPreReq:  OpenPKG, openpkg >= 2.5.0, make
  +BuildPreReq:  OpenPKG, openpkg >= 2.5.0, make, gcc
   PreReq:   OpenPKG, openpkg >= 2.5.0
   AutoReq:  no
   AutoReqProv:  no
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-10-14 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:   14-Oct-2005 16:00:17
  Branch: HEAD Handle: 2005101415001400

  Modified files:
openpkg-src/icu icu.spec

  Log:
requires gcc

  Summary:
RevisionChanges Path
1.7 +2  -2  openpkg-src/icu/icu.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/icu/icu.spec
  
  $ cvs diff -u -r1.6 -r1.7 icu.spec
  --- openpkg-src/icu/icu.spec  10 Oct 2005 18:01:07 -  1.6
  +++ openpkg-src/icu/icu.spec  14 Oct 2005 14:00:14 -  1.7
  @@ -33,7 +33,7 @@
   Group:Converter
   License:  IBM Open Source
   Version:  3.4
  -Release:  20051010
  +Release:  20051014
   
   #   list of sources
   Source0:  
ftp://ftp.software.ibm.com/software/globalization/icu/%{version}/icu-%{version}.tgz
  @@ -42,7 +42,7 @@
   #   build information
   Prefix:   %{l_prefix}
   BuildRoot:%{l_buildroot}
  -BuildPreReq:  OpenPKG, openpkg >= 20040130, make
  +BuildPreReq:  OpenPKG, openpkg >= 20040130, make, gcc
   PreReq:   OpenPKG, openpkg >= 20040130
   AutoReq:  no
   AutoReqProv:  no
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: OPENPKG_2_5_SOLID: openpkg-src/guile/ guile.patch

2005-10-14 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:   14-Oct-2005 15:56:04
  Branch: OPENPKG_2_5_SOLIDHandle: 2005101414560400

  Modified files:   (Branch: OPENPKG_2_5_SOLID)
openpkg-src/guile   guile.patch

  Log:
MFC: workaround array constraints under GCC 4.0

  Summary:
RevisionChanges Path
1.3.6.1 +12 -0  openpkg-src/guile/guile.patch
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/guile/guile.patch
  
  $ cvs diff -u -r1.3 -r1.3.6.1 guile.patch
  --- openpkg-src/guile/guile.patch 29 Nov 2004 19:06:21 -  1.3
  +++ openpkg-src/guile/guile.patch 14 Oct 2005 13:56:04 -  1.3.6.1
  @@ -51,3 +51,15 @@
#  include 
#endif

  +Index: libguile/guile.c
  +--- libguile/guile.c.orig2002-12-07 23:41:32 +0100
   libguile/guile.c 2005-10-14 15:49:54 +0200
  +@@ -88,7 +88,7 @@
  + {
  + #ifdef DYNAMIC_LINKING
  +   /* libtool automagically inserts this variable into your executable... */
  +-  extern const scm_lt_dlsymlist lt_preloaded_symbols[];
  ++  extern const scm_lt_dlsymlist *lt_preloaded_symbols;
  +   scm_lt_dlpreload_default (lt_preloaded_symbols);
  + #endif
  +   scm_boot_guile (argc, argv, inner_main, 0);
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-10-14 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:   14-Oct-2005 15:54:21
  Branch: HEAD Handle: 2005101414542100

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

  Log:
workaround array constraints under GCC 4.0

  Summary:
RevisionChanges Path
1.4 +12 -0  openpkg-src/guile/guile.patch
1.46+1  -1  openpkg-src/guile/guile.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/guile/guile.patch
  
  $ cvs diff -u -r1.3 -r1.4 guile.patch
  --- openpkg-src/guile/guile.patch 29 Nov 2004 19:06:21 -  1.3
  +++ openpkg-src/guile/guile.patch 14 Oct 2005 13:54:21 -  1.4
  @@ -51,3 +51,15 @@
#  include 
#endif

  +Index: libguile/guile.c
  +--- libguile/guile.c.orig2002-12-07 23:41:32 +0100
   libguile/guile.c 2005-10-14 15:49:54 +0200
  +@@ -88,7 +88,7 @@
  + {
  + #ifdef DYNAMIC_LINKING
  +   /* libtool automagically inserts this variable into your executable... */
  +-  extern const scm_lt_dlsymlist lt_preloaded_symbols[];
  ++  extern const scm_lt_dlsymlist *lt_preloaded_symbols;
  +   scm_lt_dlpreload_default (lt_preloaded_symbols);
  + #endif
  +   scm_boot_guile (argc, argv, inner_main, 0);
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/guile/guile.spec
  
  $ cvs diff -u -r1.45 -r1.46 guile.spec
  --- openpkg-src/guile/guile.spec  24 Mar 2005 11:19:00 -  1.45
  +++ openpkg-src/guile/guile.spec  14 Oct 2005 13:54:21 -  1.46
  @@ -33,7 +33,7 @@
   Group:Language
   License:  GPL
   Version:  1.6.7
  -Release:  20041222
  +Release:  20051014
   
   #   list of sources
   Source0:  ftp://ftp.gnu.org/gnu/guile/guile-%{version}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-10-14 Thread Thomas Lotterer
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Thomas Lotterer
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   14-Oct-2005 15:44:15
  Branch: OPENPKG_2_5_SOLIDHandle: 2005101414441400

  Modified files:   (Branch: OPENPKG_2_5_SOLID)
openpkg-src/bochs   bochs.spec

  Log:
MFC: Disable NE2000 NIC emulation on NetBSD and ensure our includes
and libs are picked up by C++ compiler

  Summary:
RevisionChanges Path
1.45.2.2+6  -3  openpkg-src/bochs/bochs.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/bochs/bochs.spec
  
  $ cvs diff -u -r1.45.2.1 -r1.45.2.2 bochs.spec
  --- openpkg-src/bochs/bochs.spec  11 Oct 2005 12:49:27 -  1.45.2.1
  +++ openpkg-src/bochs/bochs.spec  14 Oct 2005 13:44:14 -  1.45.2.2
  @@ -88,10 +88,13 @@
   Makefile.in
   
   #   configure the sources
  -CC="%{l_cc}" \
  +case "%{l_platform -t}" in
  +*-netbsd* ) NIC="--disable-ne2000" ;;
  +* ) NIC="--enable-ne2000" ;;
  +esac
   CXX="%{l_cxx}" \
   CFLAGS="%{l_cflags -O}" \
  -CXXFLAGS="%{l_cxxflags -O}" \
  +CXXFLAGS="%{l_cxxflags -O} %{l_cppflags} %{l_ldflags}" \
   CPPFLAGS="%{l_cppflags}" \
   LDFLAGS="%{l_ldflags}" \
   ./configure \
  @@ -102,7 +105,7 @@
   --enable-cpu-level=5 \
   --enable-all-optimizations \
   --enable-cdrom \
  ---enable-ne2000 \
  +$NIC \
   --enable-compressed-hd \
   --disable-shared
   
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-10-14 Thread Thomas Lotterer
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Thomas Lotterer
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   14-Oct-2005 15:43:00
  Branch: HEAD Handle: 200510141443

  Modified files:
openpkg-src/bochs   bochs.spec

  Log:
Disable NE2000 NIC emulation on NetBSD (fixes vm11-ix86-netbsd2.0.2)
and ensure our includes and libs are picked up by C++ compiler (fixes
vm31-ix86-suse10.0)

  Summary:
RevisionChanges Path
1.46+7  -4  openpkg-src/bochs/bochs.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/bochs/bochs.spec
  
  $ cvs diff -u -r1.45 -r1.46 bochs.spec
  --- openpkg-src/bochs/bochs.spec  10 Oct 2005 12:18:41 -  1.45
  +++ openpkg-src/bochs/bochs.spec  14 Oct 2005 13:43:00 -  1.46
  @@ -33,7 +33,7 @@
   Group:Misc
   License:  LGPL
   Version:  2.2.1
  -Release:  20051010
  +Release:  20051014
   
   #   list of sources
   Source0:  
http://osdn.dl.sourceforge.net/sourceforge/bochs/bochs-%{version}.tar.gz
  @@ -88,10 +88,13 @@
   Makefile.in
   
   #   configure the sources
  -CC="%{l_cc}" \
  +case "%{l_platform -t}" in
  +*-netbsd* ) NIC="--disable-ne2000" ;;
  +* ) NIC="--enable-ne2000" ;;
  +esac
   CXX="%{l_cxx}" \
   CFLAGS="%{l_cflags -O}" \
  -CXXFLAGS="%{l_cxxflags -O}" \
  +CXXFLAGS="%{l_cxxflags -O} %{l_cppflags} %{l_ldflags}" \
   CPPFLAGS="%{l_cppflags}" \
   LDFLAGS="%{l_ldflags}" \
   ./configure \
  @@ -102,7 +105,7 @@
   --enable-cpu-level=5 \
   --enable-all-optimizations \
   --enable-cdrom \
  ---enable-ne2000 \
  +$NIC \
   --enable-compressed-hd \
   --disable-shared
   
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-10-14 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:   14-Oct-2005 11:51:33
  Branch: OPENPKG_2_5_SOLIDHandle: 2005101410513300

  Modified files:   (Branch: OPENPKG_2_5_SOLID)
openpkg-src/gqview  gqview.spec

  Log:
MFC: requires pkgconfig for gtk2

  Summary:
RevisionChanges Path
1.25.4.2+4  -2  openpkg-src/gqview/gqview.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/gqview/gqview.spec
  
  $ cvs diff -u -r1.25.4.1 -r1.25.4.2 gqview.spec
  --- openpkg-src/gqview/gqview.spec11 Oct 2005 12:50:12 -  1.25.4.1
  +++ openpkg-src/gqview/gqview.spec14 Oct 2005 09:51:33 -  1.25.4.2
  @@ -42,8 +42,10 @@
   #   build information
   Prefix:   %{l_prefix}
   BuildRoot:%{l_buildroot}
  -BuildPreReq:  OpenPKG, openpkg >= 2.5.0, X11, png, gtk2, libiconv, gettext
  -PreReq:   OpenPKG, openpkg >= 2.5.0, X11, png, gtk2, libiconv, gettext
  +BuildPreReq:  OpenPKG, openpkg >= 2.5.0, pkgconfig
  +PreReq:   OpenPKG, openpkg >= 2.5.0
  +BuildPreReq:  X11, png, gtk2, libiconv, gettext
  +PreReq:   X11, png, gtk2, libiconv, gettext
   AutoReq:  no
   AutoReqProv:  no
   
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-10-14 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:   14-Oct-2005 11:50:19
  Branch: HEAD Handle: 2005101410501900

  Modified files:
openpkg-src/gqview  gqview.spec

  Log:
requires pkgconfig for gtk2

  Summary:
RevisionChanges Path
1.26+5  -3  openpkg-src/gqview/gqview.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/gqview/gqview.spec
  
  $ cvs diff -u -r1.25 -r1.26 gqview.spec
  --- openpkg-src/gqview/gqview.spec15 May 2005 08:37:31 -  1.25
  +++ openpkg-src/gqview/gqview.spec14 Oct 2005 09:50:19 -  1.26
  @@ -33,7 +33,7 @@
   Group:Graphics
   License:  GPL
   Version:  2.0.1
  -Release:  20050515
  +Release:  20051014
   
   #   list of sources
   Source0:  
http://osdn.dl.sourceforge.net/sourceforge/gqview/gqview-%{version}.tar.gz
  @@ -42,8 +42,10 @@
   #   build information
   Prefix:   %{l_prefix}
   BuildRoot:%{l_buildroot}
  -BuildPreReq:  OpenPKG, openpkg >= 20040130, X11, png, gtk2, libiconv, gettext
  -PreReq:   OpenPKG, openpkg >= 20040130, X11, png, gtk2, libiconv, gettext
  +BuildPreReq:  OpenPKG, openpkg >= 20040130, pkgconfig
  +PreReq:   OpenPKG, openpkg >= 20040130
  +BuildPreReq:  X11, png, gtk2, libiconv, gettext
  +PreReq:   X11, png, gtk2, libiconv, gettext
   AutoReq:  no
   AutoReqProv:  no
   
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: OPENPKG_2_5_SOLID: openpkg-src/gnuchess/ gnuchess.patch...

2005-10-14 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:   14-Oct-2005 11:48:54
  Branch: OPENPKG_2_5_SOLIDHandle: 2005101410485400

  Added files:  (Branch: OPENPKG_2_5_SOLID)
openpkg-src/gnuchessgnuchess.patch
  Modified files:   (Branch: OPENPKG_2_5_SOLID)
openpkg-src/gnuchessgnuchess.spec

  Log:
MFC: fix building under GCC 4.0 world order

  Summary:
RevisionChanges Path
1.1.2.1 +12 -0  openpkg-src/gnuchess/gnuchess.patch
1.11.4.2+2  -0  openpkg-src/gnuchess/gnuchess.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/gnuchess/gnuchess.patch
  
  $ cvs diff -u -r0 -r1.1.2.1 gnuchess.patch
  --- /dev/null 2005-10-14 11:48:38 +0200
  +++ gnuchess.patch2005-10-14 11:48:54 +0200
  @@ -0,0 +1,12 @@
  +Index: src/input.c
  +--- src/input.c.orig 2003-07-01 19:06:43 +0200
   src/input.c  2005-10-14 11:46:35 +0200
  +@@ -92,7 +92,7 @@
  +   fgets(inputstr, MAXSTR, stdin);
  + }
  + 
  +-static pthread_t input_thread;
  ++pthread_t input_thread;
  + 
  + /* Mutex and condition variable for thread communication */
  + 
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/gnuchess/gnuchess.spec
  
  $ cvs diff -u -r1.11.4.1 -r1.11.4.2 gnuchess.spec
  --- openpkg-src/gnuchess/gnuchess.spec11 Oct 2005 12:50:10 -  
1.11.4.1
  +++ openpkg-src/gnuchess/gnuchess.spec14 Oct 2005 09:48:54 -  
1.11.4.2
  @@ -37,6 +37,7 @@
   
   #   list of sources
   Source0:  ftp://ftp.gnu.org/gnu/chess/gnuchess-%{version}.tar.gz
  +Patch0:   gnuchess.patch
   
   #   build information
   Prefix:   %{l_prefix}
  @@ -60,6 +61,7 @@
   
   %prep
   %setup -q
  +%patch -p0
   
   %build
   CC="%{l_cc}" \
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-10-14 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:   14-Oct-2005 11:48:21
  Branch: HEAD Handle: 2005101410482100

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

  Log:
fix building under GCC 4.0 world order

  Summary:
RevisionChanges Path
1.1 +12 -0  openpkg-src/gnuchess/gnuchess.patch
1.12+3  -1  openpkg-src/gnuchess/gnuchess.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/gnuchess/gnuchess.patch
  
  $ cvs diff -u -r0 -r1.1 gnuchess.patch
  --- /dev/null 2005-10-14 11:48:20 +0200
  +++ gnuchess.patch2005-10-14 11:48:21 +0200
  @@ -0,0 +1,12 @@
  +Index: src/input.c
  +--- src/input.c.orig 2003-07-01 19:06:43 +0200
   src/input.c  2005-10-14 11:46:35 +0200
  +@@ -92,7 +92,7 @@
  +   fgets(inputstr, MAXSTR, stdin);
  + }
  + 
  +-static pthread_t input_thread;
  ++pthread_t input_thread;
  + 
  + /* Mutex and condition variable for thread communication */
  + 
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/gnuchess/gnuchess.spec
  
  $ cvs diff -u -r1.11 -r1.12 gnuchess.spec
  --- openpkg-src/gnuchess/gnuchess.spec24 Mar 2005 11:18:57 -  
1.11
  +++ openpkg-src/gnuchess/gnuchess.spec14 Oct 2005 09:48:21 -  
1.12
  @@ -33,10 +33,11 @@
   Group:Games
   License:  GPL
   Version:  5.07
  -Release:  20040207
  +Release:  20051014
   
   #   list of sources
   Source0:  ftp://ftp.gnu.org/gnu/chess/gnuchess-%{version}.tar.gz
  +Patch0:   gnuchess.patch
   
   #   build information
   Prefix:   %{l_prefix}
  @@ -60,6 +61,7 @@
   
   %prep
   %setup -q
  +%patch -p0
   
   %build
   CC="%{l_cc}" \
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-10-14 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:   14-Oct-2005 11:43:09
  Branch: OPENPKG_2_5_SOLIDHandle: 2005101410430900

  Modified files:   (Branch: OPENPKG_2_5_SOLID)
openpkg-src/giflib  giflib.spec

  Log:
MFC: larger hammer to disable X11 requirement

  Summary:
RevisionChanges Path
1.22.4.2+4  -0  openpkg-src/giflib/giflib.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/giflib/giflib.spec
  
  $ cvs diff -u -r1.22.4.1 -r1.22.4.2 giflib.spec
  --- openpkg-src/giflib/giflib.spec11 Oct 2005 12:50:05 -  1.22.4.1
  +++ openpkg-src/giflib/giflib.spec14 Oct 2005 09:43:09 -  1.22.4.2
  @@ -80,18 +80,22 @@
   
   %build
   ( cd giflib-%{V_giflib}
  +  echo "ac_cv_lib_X11_main=no" >config.cache
 CC="%{l_cc}" \
 CFLAGS="%{l_cflags -O}" \
 ./configure \
  +  --cache-file=./config.cache \
 --prefix=%{l_prefix} \
 --without-x \
 --disable-shared
 %{l_make} %{l_mflags -O}
   ) || exit $?
   ( cd libungif-%{V_libungif}
  +  echo "ac_cv_lib_X11_main=no" >config.cache
 CC="%{l_cc}" \
 CFLAGS="%{l_cflags -O}" \
 ./configure \
  +  --cache-file=./config.cache \
 --prefix=%{l_prefix} \
 --without-x \
 --disable-shared
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-10-14 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:   14-Oct-2005 11:42:36
  Branch: HEAD Handle: 2005101410423600

  Modified files:
openpkg-src/giflib  giflib.spec

  Log:
larger hammer to disable X11 requirement

  Summary:
RevisionChanges Path
1.23+5  -1  openpkg-src/giflib/giflib.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/giflib/giflib.spec
  
  $ cvs diff -u -r1.22 -r1.23 giflib.spec
  --- openpkg-src/giflib/giflib.spec24 Mar 2005 11:18:54 -  1.22
  +++ openpkg-src/giflib/giflib.spec14 Oct 2005 09:42:36 -  1.23
  @@ -38,7 +38,7 @@
   Group:Graphics
   License:  LGPL
   Version:  %{V_main}
  -Release:  20040706
  +Release:  20051014
   
   #   package options
   %option   with_tools  no
  @@ -80,18 +80,22 @@
   
   %build
   ( cd giflib-%{V_giflib}
  +  echo "ac_cv_lib_X11_main=no" >config.cache
 CC="%{l_cc}" \
 CFLAGS="%{l_cflags -O}" \
 ./configure \
  +  --cache-file=./config.cache \
 --prefix=%{l_prefix} \
 --without-x \
 --disable-shared
 %{l_make} %{l_mflags -O}
   ) || exit $?
   ( cd libungif-%{V_libungif}
  +  echo "ac_cv_lib_X11_main=no" >config.cache
 CC="%{l_cc}" \
 CFLAGS="%{l_cflags -O}" \
 ./configure \
  +  --cache-file=./config.cache \
 --prefix=%{l_prefix} \
 --without-x \
 --disable-shared
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: OPENPKG_2_5_SOLID: openpkg-src/flowtools/ flowtools.pat...

2005-10-14 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:   14-Oct-2005 11:35:29
  Branch: OPENPKG_2_5_SOLIDHandle: 2005101410352900

  Modified files:   (Branch: OPENPKG_2_5_SOLID)
openpkg-src/flowtools   flowtools.patch

  Log:
MFC: fix building under Solaris by using u_intX local typedefs instead
of relying on BSD-style u_intX_t system typedefs

  Summary:
RevisionChanges Path
1.12.2.1+71 -0  openpkg-src/flowtools/flowtools.patch
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/flowtools/flowtools.patch
  
  $ cvs diff -u -r1.12 -r1.12.2.1 flowtools.patch
  --- openpkg-src/flowtools/flowtools.patch 27 Sep 2005 12:44:19 -  
1.12
  +++ openpkg-src/flowtools/flowtools.patch 14 Oct 2005 09:35:29 -  
1.12.2.1
  @@ -543,3 +543,74 @@
  return ret;

} else {
  +Index: flow-tools-0.68/lib/ftxlate.c
  +--- flow-tools-0.68/lib/ftxlate.c.orig   2005-05-11 16:03:30.0 
+0200
   flow-tools-0.68/lib/ftxlate.c2005-10-14 11:30:05.597516466 +0200
  +@@ -66,15 +66,15 @@
  + #endif
  + 
  + struct cryptopan {
  +-  u_int8_t m_key[16]; /* 128 bit secret key */
  +-  u_int8_t m_pad[16]; /* 128 bit secret pad */
  ++  u_int8 m_key[16]; /* 128 bit secret key */
  ++  u_int8 m_pad[16]; /* 128 bit secret pad */
  + #ifdef HAVE_OPENSSL
  +   EVP_CIPHER_CTX *cipher_ctx; /* openssl cipher context */
  + #endif /* HAVE_OPENSSL */
  + };
  + 
  +-static int cryptopan_anon(struct cryptopan *cp, u_int32_t orig_addr,
  +-  u_int32_t *new_addr);
  ++static int cryptopan_anon(struct cryptopan *cp, u_int32 orig_addr,
  ++  u_int32 *new_addr);
  + static int cryptopan_free(struct cryptopan *cp);
  + static int cryptopan_init(struct cryptopan *cp, unsigned char *key);
  + 
  +@@ -2095,12 +2095,12 @@
  +  * returns: 0 okay
  +  * -1 fail
  +  */
  +-static int cryptopan_anon(struct cryptopan *cp, u_int32_t orig_addr, 
u_int32_t *new_addr)
  ++static int cryptopan_anon(struct cryptopan *cp, u_int32 orig_addr, u_int32 
*new_addr)
  + {
  +-  u_int8_t rin_output[16];
  +-  u_int8_t rin_input[16];
  +-  u_int8_t *m_pad;
  +-  u_int32_t result, first4bytes_pad, first4bytes_input;
  ++  u_int8 rin_output[16];
  ++  u_int8 rin_input[16];
  ++  u_int8 *m_pad;
  ++  u_int32 result, first4bytes_pad, first4bytes_input;
  +   int i, pos;
  + 
  +   result = 0;
  +@@ -2108,10 +2108,10 @@
  + 
  +   bcopy(m_pad, rin_input, 16);
  + 
  +-  first4bytes_pad = (((u_int32_t) m_pad[0]) << 24) +
  +-(((u_int32_t) m_pad[1]) << 16) +
  +-(((u_int32_t) m_pad[2]) << 8) +
  +-(u_int32_t) m_pad[3]; 
  ++  first4bytes_pad = (((u_int32) m_pad[0]) << 24) +
  ++(((u_int32) m_pad[1]) << 16) +
  ++(((u_int32) m_pad[2]) << 8) +
  ++(u_int32) m_pad[3]; 
  + 
  +   /*
  +* For each prefixes with length from 0 to 31, generate a bit using the
  +@@ -2134,10 +2134,10 @@
  +   first4bytes_input = ((orig_addr >> (32-pos)) << (32-pos)) |
  + ((first4bytes_pad<> pos);
  + 
  +-rin_input[0] = (u_int8_t) (first4bytes_input >> 24);
  +-rin_input[1] = (u_int8_t) ((first4bytes_input << 8) >> 24);
  +-rin_input[2] = (u_int8_t) ((first4bytes_input << 16) >> 24);
  +-rin_input[3] = (u_int8_t) ((first4bytes_input << 24) >> 24);
  ++rin_input[0] = (u_int8) (first4bytes_input >> 24);
  ++rin_input[1] = (u_int8) ((first4bytes_input << 8) >> 24);
  ++rin_input[2] = (u_int8) ((first4bytes_input << 16) >> 24);
  ++rin_input[3] = (u_int8) ((first4bytes_input << 24) >> 24);
  + 
  + /*
  +  * Encryption: The Rijndael cipher is used as pseudorandom function.
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-10-14 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:   14-Oct-2005 11:34:44
  Branch: HEAD Handle: 2005101410344400

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

  Log:
fix building under Solaris by using u_intX local typedefs instead of
relying on BSD-style u_intX_t system typedefs

  Summary:
RevisionChanges Path
1.13+71 -0  openpkg-src/flowtools/flowtools.patch
1.20+1  -1  openpkg-src/flowtools/flowtools.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/flowtools/flowtools.patch
  
  $ cvs diff -u -r1.12 -r1.13 flowtools.patch
  --- openpkg-src/flowtools/flowtools.patch 27 Sep 2005 12:44:19 -  
1.12
  +++ openpkg-src/flowtools/flowtools.patch 14 Oct 2005 09:34:44 -  
1.13
  @@ -543,3 +543,74 @@
  return ret;

} else {
  +Index: flow-tools-0.68/lib/ftxlate.c
  +--- flow-tools-0.68/lib/ftxlate.c.orig   2005-05-11 16:03:30.0 
+0200
   flow-tools-0.68/lib/ftxlate.c2005-10-14 11:30:05.597516466 +0200
  +@@ -66,15 +66,15 @@
  + #endif
  + 
  + struct cryptopan {
  +-  u_int8_t m_key[16]; /* 128 bit secret key */
  +-  u_int8_t m_pad[16]; /* 128 bit secret pad */
  ++  u_int8 m_key[16]; /* 128 bit secret key */
  ++  u_int8 m_pad[16]; /* 128 bit secret pad */
  + #ifdef HAVE_OPENSSL
  +   EVP_CIPHER_CTX *cipher_ctx; /* openssl cipher context */
  + #endif /* HAVE_OPENSSL */
  + };
  + 
  +-static int cryptopan_anon(struct cryptopan *cp, u_int32_t orig_addr,
  +-  u_int32_t *new_addr);
  ++static int cryptopan_anon(struct cryptopan *cp, u_int32 orig_addr,
  ++  u_int32 *new_addr);
  + static int cryptopan_free(struct cryptopan *cp);
  + static int cryptopan_init(struct cryptopan *cp, unsigned char *key);
  + 
  +@@ -2095,12 +2095,12 @@
  +  * returns: 0 okay
  +  * -1 fail
  +  */
  +-static int cryptopan_anon(struct cryptopan *cp, u_int32_t orig_addr, 
u_int32_t *new_addr)
  ++static int cryptopan_anon(struct cryptopan *cp, u_int32 orig_addr, u_int32 
*new_addr)
  + {
  +-  u_int8_t rin_output[16];
  +-  u_int8_t rin_input[16];
  +-  u_int8_t *m_pad;
  +-  u_int32_t result, first4bytes_pad, first4bytes_input;
  ++  u_int8 rin_output[16];
  ++  u_int8 rin_input[16];
  ++  u_int8 *m_pad;
  ++  u_int32 result, first4bytes_pad, first4bytes_input;
  +   int i, pos;
  + 
  +   result = 0;
  +@@ -2108,10 +2108,10 @@
  + 
  +   bcopy(m_pad, rin_input, 16);
  + 
  +-  first4bytes_pad = (((u_int32_t) m_pad[0]) << 24) +
  +-(((u_int32_t) m_pad[1]) << 16) +
  +-(((u_int32_t) m_pad[2]) << 8) +
  +-(u_int32_t) m_pad[3]; 
  ++  first4bytes_pad = (((u_int32) m_pad[0]) << 24) +
  ++(((u_int32) m_pad[1]) << 16) +
  ++(((u_int32) m_pad[2]) << 8) +
  ++(u_int32) m_pad[3]; 
  + 
  +   /*
  +* For each prefixes with length from 0 to 31, generate a bit using the
  +@@ -2134,10 +2134,10 @@
  +   first4bytes_input = ((orig_addr >> (32-pos)) << (32-pos)) |
  + ((first4bytes_pad<> pos);
  + 
  +-rin_input[0] = (u_int8_t) (first4bytes_input >> 24);
  +-rin_input[1] = (u_int8_t) ((first4bytes_input << 8) >> 24);
  +-rin_input[2] = (u_int8_t) ((first4bytes_input << 16) >> 24);
  +-rin_input[3] = (u_int8_t) ((first4bytes_input << 24) >> 24);
  ++rin_input[0] = (u_int8) (first4bytes_input >> 24);
  ++rin_input[1] = (u_int8) ((first4bytes_input << 8) >> 24);
  ++rin_input[2] = (u_int8) ((first4bytes_input << 16) >> 24);
  ++rin_input[3] = (u_int8) ((first4bytes_input << 24) >> 24);
  + 
  + /*
  +  * Encryption: The Rijndael cipher is used as pseudorandom function.
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/flowtools/flowtools.spec
  
  $ cvs diff -u -r1.19 -r1.20 flowtools.spec
  --- openpkg-src/flowtools/flowtools.spec  29 Sep 2005 08:12:20 -  
1.19
  +++ openpkg-src/flowtools/flowtools.spec  14 Oct 2005 09:34:44 -  
1.20
  @@ -38,7 +38,7 @@
   Group:Network
   License:  BSD
   Version:  %{V_flowtools}
  -Release:  20050929
  +Release:  20051014
   
   #   package options
   %option   with_fsl   yes
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-10-14 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:   14-Oct-2005 09:09:41
  Branch: OPENPKG_2_5_SOLIDHandle: 2005101408094100

  Modified files:   (Branch: OPENPKG_2_5_SOLID)
openpkg-src/epstool epstool.spec

  Log:
MFC: requires gcc

  Summary:
RevisionChanges Path
1.3.4.2 +1  -1  openpkg-src/epstool/epstool.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/epstool/epstool.spec
  
  $ cvs diff -u -r1.3.4.1 -r1.3.4.2 epstool.spec
  --- openpkg-src/epstool/epstool.spec  11 Oct 2005 12:49:50 -  1.3.4.1
  +++ openpkg-src/epstool/epstool.spec  14 Oct 2005 07:09:41 -  1.3.4.2
  @@ -41,7 +41,7 @@
   #   build information
   Prefix:   %{l_prefix}
   BuildRoot:%{l_buildroot}
  -BuildPreReq:  OpenPKG, openpkg >= 2.5.0
  +BuildPreReq:  OpenPKG, openpkg >= 2.5.0, gcc
   PreReq:   OpenPKG, openpkg >= 2.5.0
   AutoReq:  no
   AutoReqProv:  no
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-10-14 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:   14-Oct-2005 09:09:10
  Branch: HEAD Handle: 2005101408091000

  Modified files:
openpkg-src/epstool epstool.spec

  Log:
requires gcc

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

  patch -p0 <<'@@ .'
  Index: openpkg-src/epstool/epstool.spec
  
  $ cvs diff -u -r1.3 -r1.4 epstool.spec
  --- openpkg-src/epstool/epstool.spec  15 Jun 2005 15:14:55 -  1.3
  +++ openpkg-src/epstool/epstool.spec  14 Oct 2005 07:09:10 -  1.4
  @@ -33,7 +33,7 @@
   Group:Graphics
   License:  GPL
   Version:  3.08
  -Release:  20050615
  +Release:  20051014
   
   #   list of sources
   Source0:  
ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/ghostgum/epstool-%{version}.tar.gz
  @@ -41,7 +41,7 @@
   #   build information
   Prefix:   %{l_prefix}
   BuildRoot:%{l_buildroot}
  -BuildPreReq:  OpenPKG, openpkg >= 20040130
  +BuildPreReq:  OpenPKG, openpkg >= 20040130, gcc
   PreReq:   OpenPKG, openpkg >= 20040130
   AutoReq:  no
   AutoReqProv:  no
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-10-14 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:   14-Oct-2005 09:06:51
  Branch: OPENPKG_2_5_SOLIDHandle: 2005101408065100

  Modified files:   (Branch: OPENPKG_2_5_SOLID)
openpkg-src/editlineeditline.spec

  Log:
MFC: fix syntax error

  Summary:
RevisionChanges Path
1.10.2.2+1  -1  openpkg-src/editline/editline.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/editline/editline.spec
  
  $ cvs diff -u -r1.10.2.1 -r1.10.2.2 editline.spec
  --- openpkg-src/editline/editline.spec11 Oct 2005 12:49:49 -  
1.10.2.1
  +++ openpkg-src/editline/editline.spec14 Oct 2005 07:06:51 -  
1.10.2.2
  @@ -62,7 +62,7 @@
   %patch -p0
   
   %build
  -%{l_make} %{l_mflags}
  +%{l_make} %{l_mflags} \
   CC="%{l_cc} %{l_cflags -O}"
   
   %install
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-10-14 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:   14-Oct-2005 09:06:21
  Branch: HEAD Handle: 2005101408062100

  Modified files:
openpkg-src/editlineeditline.spec

  Log:
fix syntax error

  Summary:
RevisionChanges Path
1.11+2  -2  openpkg-src/editline/editline.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/editline/editline.spec
  
  $ cvs diff -u -r1.10 -r1.11 editline.spec
  --- openpkg-src/editline/editline.spec6 Oct 2005 18:39:56 -   
1.10
  +++ openpkg-src/editline/editline.spec14 Oct 2005 07:06:21 -  
1.11
  @@ -33,7 +33,7 @@
   Group:Terminal
   License:  BSD
   Version:  1.12
  -Release:  20051006
  +Release:  20051014
   
   #   list of sources
   Source0:  
http://http.us.debian.org/debian/pool/main/e/editline/editline_%{version}.orig.tar.gz
  @@ -62,7 +62,7 @@
   %patch -p0
   
   %build
  -%{l_make} %{l_mflags}
  +%{l_make} %{l_mflags} \
   CC="%{l_cc} %{l_cflags -O}"
   
   %install
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-10-14 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:   14-Oct-2005 09:05:15
  Branch: OPENPKG_2_5_SOLIDHandle: 2005101408051400

  Modified files:   (Branch: OPENPKG_2_5_SOLID)
openpkg-src/dspam   dspam.spec

  Log:
MFC: apply the usual CPP hack

  Summary:
RevisionChanges Path
1.34.2.2+3  -0  openpkg-src/dspam/dspam.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/dspam/dspam.spec
  
  $ cvs diff -u -r1.34.2.1 -r1.34.2.2 dspam.spec
  --- openpkg-src/dspam/dspam.spec  11 Oct 2005 12:49:48 -  1.34.2.1
  +++ openpkg-src/dspam/dspam.spec  14 Oct 2005 07:05:14 -  1.34.2.2
  @@ -68,6 +68,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 openpkg-cvs@openpkg.org


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

2005-10-14 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:   14-Oct-2005 09:04:41
  Branch: HEAD Handle: 2005101408044000

  Modified files:
openpkg-src/dspam   dspam.spec

  Log:
apply the usual CPP hack

  Summary:
RevisionChanges Path
1.35+4  -1  openpkg-src/dspam/dspam.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/dspam/dspam.spec
  
  $ cvs diff -u -r1.34 -r1.35 dspam.spec
  --- openpkg-src/dspam/dspam.spec  7 Oct 2005 06:18:21 -   1.34
  +++ openpkg-src/dspam/dspam.spec  14 Oct 2005 07:04:40 -  1.35
  @@ -33,7 +33,7 @@
   Group:Mail
   License:  GPL
   Version:  3.4.9
  -Release:  20051007
  +Release:  20051014
   
   #   list of sources
   Source0:  
http://www.nuclearelephant.com/projects/dspam/sources/dspam-%{version}.tar.gz
  @@ -68,6 +68,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 openpkg-cvs@openpkg.org


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

2005-10-14 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:   14-Oct-2005 09:03:20
  Branch: OPENPKG_2_5_SOLIDHandle: 2005101408031900

  Modified files:   (Branch: OPENPKG_2_5_SOLID)
openpkg-src/dsh dsh.spec

  Log:
MFC: apply CPP patch also to subdir configure

  Summary:
RevisionChanges Path
1.38.4.2+1  -1  openpkg-src/dsh/dsh.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/dsh/dsh.spec
  
  $ cvs diff -u -r1.38.4.1 -r1.38.4.2 dsh.spec
  --- openpkg-src/dsh/dsh.spec  11 Oct 2005 12:49:48 -  1.38.4.1
  +++ openpkg-src/dsh/dsh.spec  14 Oct 2005 07:03:19 -  1.38.4.2
  @@ -75,7 +75,7 @@
   %patch -p0
   %{l_shtool} subst \
   -e '/LINENO: error: C[+]* preprocessor/{N;N;N;N;s/.*/:/;}' \
  -configure
  +configure libdshconfig*/configure
   
   %build
   #   build libdshconfig
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


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

2005-10-14 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:   14-Oct-2005 09:02:41
  Branch: HEAD Handle: 2005101408024000

  Modified files:
openpkg-src/dsh dsh.spec

  Log:
apply CPP patch also to subdir configure

  Summary:
RevisionChanges Path
1.39+2  -2  openpkg-src/dsh/dsh.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/dsh/dsh.spec
  
  $ cvs diff -u -r1.38 -r1.39 dsh.spec
  --- openpkg-src/dsh/dsh.spec  10 Jun 2005 13:50:54 -  1.38
  +++ openpkg-src/dsh/dsh.spec  14 Oct 2005 07:02:40 -  1.39
  @@ -37,7 +37,7 @@
   Group:Shell
   License:  GPL
   Version:  %{V_dsh}
  -Release:  20050610
  +Release:  20051014
   
   #   list of sources
   Source0:  
http://www.netfort.gr.jp/~dancer/software/downloads/dsh-%{V_dsh}.tar.gz
  @@ -75,7 +75,7 @@
   %patch -p0
   %{l_shtool} subst \
   -e '/LINENO: error: C[+]* preprocessor/{N;N;N;N;s/.*/:/;}' \
  -configure
  +configure libdshconfig*/configure
   
   %build
   #   build libdshconfig
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org