OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 13-Jan-2003 15:45:03
Branch: HEAD Handle: 2003011314445902
Modified files:
openpkg-src/suck suck.spec
openpkg-web news.txt
Log:
fix building under Debian 2.2; use own Perl
Summary:
Revision Changes Path
1.22 +6 -2 openpkg-src/suck/suck.spec
1.2695 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/suck/suck.spec
============================================================================
$ cvs diff -u -r1.21 -r1.22 suck.spec
--- openpkg-src/suck/suck.spec 3 Jan 2003 10:55:08 -0000 1.21
+++ openpkg-src/suck/suck.spec 13 Jan 2003 14:45:01 -0000 1.22
@@ -33,7 +33,7 @@
Group: Converter
License: GPL
Version: 4.3.1
-Release: 20020925
+Release: 20030113
# list of sources
Source0: http://www.sucknews.org/suck-%{version}.tar.gz
@@ -41,7 +41,7 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20020206, gcc
+BuildPreReq: OpenPKG, openpkg >= 20020206, gcc, gdbm, perl
PreReq: OpenPKG, openpkg >= 20020206
AutoReq: no
AutoReqProv: no
@@ -58,9 +58,13 @@
%{l_shtool} subst -e 's;strnstr;disable_strnstr;g' killfile.c
%build
+ echo "ac_cv_lib_ndbm_main=no" >config.cache
CC="%{l_cc}" \
CFLAGS="%{l_cflags -O}" \
+ CPPFLAGS="%{l_cppflags}" \
+ LDFLAGS="%{l_ldflags}" \
./configure \
+ --cache-file=./config.cache \
--prefix=%{l_prefix}
%{l_make} %{l_mflags}
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.2694 -r1.2695 news.txt
--- openpkg-web/news.txt 13 Jan 2003 14:09:22 -0000 1.2694
+++ openpkg-web/news.txt 13 Jan 2003 14:44:59 -0000 1.2695
@@ -1,3 +1,4 @@
+13-Jan-2003: Upgraded package: P<suck-4.3.1-20030113>
13-Jan-2003: Upgraded package: P<openpkg-20030113-20030113>
13-Jan-2003: Upgraded package: P<bind8-8.3.4-20030113>
13-Jan-2003: Upgraded package: P<gentle-97-20030113>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]