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: 31-May-2003 13:52:10
Branch: HEAD Handle: 2003053112520702
Modified files:
openpkg-src/openldap openldap.spec
openpkg-web news.txt
Log:
try to pick up our Berkeley-DB first
Summary:
Revision Changes Path
1.68 +5 -1 openpkg-src/openldap/openldap.spec
1.4671 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/openldap/openldap.spec
============================================================================
$ cvs diff -u -r1.67 -r1.68 openldap.spec
--- openpkg-src/openldap/openldap.spec 30 May 2003 08:13:56 -0000 1.67
+++ openpkg-src/openldap/openldap.spec 31 May 2003 11:52:09 -0000 1.68
@@ -33,7 +33,7 @@
Group: Database
License: GPL
Version: 2.1.21
-Release: 20030530
+Release: 20030531
# package options
%option with_sasl no
@@ -65,6 +65,10 @@
%setup -q
%build
+ # make sure our Berkeley-DB is picked up first
+ %{l_shtool} subst \
+ -e 's;-ldb41;-ldb;g' \
+ configure
%if "%{with_sasl}" == "yes"
# hard-code configure to use SASL2 library
%{l_shtool} subst \
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.4670 -r1.4671 news.txt
--- openpkg-web/news.txt 31 May 2003 10:48:51 -0000 1.4670
+++ openpkg-web/news.txt 31 May 2003 11:52:07 -0000 1.4671
@@ -1,3 +1,4 @@
+31-May-2003: Upgraded package: P<openldap-2.1.21-20030531>
31-May-2003: Upgraded package: P<xerces-c-2.3.0-20030531>
31-May-2003: Upgraded package: P<python-2.2.3-20030531>
31-May-2003: Upgraded package: P<pango-1.2.2-20030531>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]