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: 04-Jul-2003 16:00:25
Branch: HEAD Handle: 2003070415002302
Modified files:
openpkg-src/bind bind.spec
openpkg-web news.txt
Log:
mysql3 is a 'faked' package for mysql (and not an 'alternative'
package as our definition states), so configure it and use it this way
Summary:
Revision Changes Path
1.55 +4 -4 openpkg-src/bind/bind.spec
1.5252 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/bind/bind.spec
============================================================================
$ cvs diff -u -r1.54 -r1.55 bind.spec
--- openpkg-src/bind/bind.spec 6 Jun 2003 09:20:26 -0000 1.54
+++ openpkg-src/bind/bind.spec 4 Jul 2003 14:00:25 -0000 1.55
@@ -37,7 +37,7 @@
Group: DNS
License: ISC
Version: %{V_bind}
-Release: 20030606
+Release: 20030704
# package options
%option with_dlz_mysql no
@@ -72,8 +72,8 @@
BuildPreReq: OpenPKG, openpkg >= 20021002, make, openssl
PreReq: OpenPKG, openpkg >= 20021002
%if "%{with_dlz_mysql}" == "yes"
-BuildPreReq: MYSQL
-PreReq: MYSQL
+BuildPreReq: mysql
+PreReq: mysql
%endif
%if "%{with_dlz_postgres}" == "yes"
BuildPreReq: postgresql
@@ -105,7 +105,7 @@
#
%{l_patch} -p1 <dlz.patch
#
- # fix up DLZ link libraries for MYSQL and Postgres
+ # fix up DLZ link libraries for MySQL and PostgreSQL
%{l_shtool} subst \
-e '/-lmysqlclient/s;-l\(nsl\|z\|crypt\|m\)\( \|"\);\2;g' \
-e 's;\(-lpq\);\1 -lssl -lcrypto;g' \
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.5251 -r1.5252 news.txt
--- openpkg-web/news.txt 4 Jul 2003 14:00:04 -0000 1.5251
+++ openpkg-web/news.txt 4 Jul 2003 14:00:23 -0000 1.5252
@@ -1,3 +1,4 @@
+04-Jul-2003: Upgraded package: P<bind-9.2.2-20030704>
04-Jul-2003: Upgraded package: P<apache-1.3.27-20030704>
04-Jul-2003: Upgraded package: P<mysql3-3.23.57-20030704>
04-Jul-2003: Upgraded package: P<mysql-4.0.13-20030704>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]