OpenPKG CVS Repository
http://www.openpkg.org/cvsweb/cvsweb.cgi
____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-web, openpkg-src Date: 26-Aug-2002 15:43:04
Branch: HEAD Handle: 2002082614430301
Modified files:
openpkg-src/perl perl.spec
openpkg-web news.txt
Log:
Remove bind, db, gdbm and iconv from optional library checks
Summary:
Revision Changes Path
1.57 +4 -1 openpkg-src/perl/perl.spec
1.1417 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
Index: openpkg-src/perl/perl.spec
============================================================
$ cvs diff -u -r1.56 -r1.57 perl.spec
--- openpkg-src/perl/perl.spec 26 Aug 2002 09:52:34 -0000 1.56
+++ openpkg-src/perl/perl.spec 26 Aug 2002 13:43:04 -0000 1.57
@@ -33,7 +33,7 @@
Group: Language
License: GPL/Artistic
Version: 5.6.1
-Release: 20020810
+Release: 20020826
# list of sources
Source0: ftp://ftp.cpan.org/pub/CPAN/src/%{name}-%{version}.tar.gz
@@ -63,6 +63,9 @@
# #109147-14 or newer), because Perl's Configure else thinks the
# Solaris ld is GNU ld and horribly horses up...
%{l_shtool} subst -e 's;ld: Software Generation Utilities;ld: So;g'
hints/solaris_2.sh
+
+ # Remove bind, db, gdbm and iconv from optional library checks
+ %{l_shtool} subst -e 's;\(.*for thislib in $libswanted.*\);libswanted=`echo "
$libswanted " | sed -e "s/ bind / /g" -e "s/ db / /g" -e "s/ gdbm / /g" -e "s/ iconv /
/g"`\; \1;' Configure
%build
# Eval hack for obsolete Linux versions (like Debian 2.2) with too old
Index: openpkg-web/news.txt
============================================================
$ cvs diff -u -r1.1416 -r1.1417 news.txt
--- openpkg-web/news.txt 26 Aug 2002 13:28:07 -0000 1.1416
+++ openpkg-web/news.txt 26 Aug 2002 13:43:03 -0000 1.1417
@@ -1,3 +1,4 @@
+26-Aug-2002: Upgraded package: P<perl-5.6.1-20020826>
26-Aug-2002: Upgraded package: P<heise-2.1.9-20020826>
26-Aug-2002: Upgraded package: P<openldap-2.1.3-20020826>
26-Aug-2002: Upgraded package: P<binutils-2.13-20020826>
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]