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:09
Branch: HEAD Handle: 2003070415000404
Modified files:
openpkg-src/apache apache.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.144 +3 -3 openpkg-src/apache/apache.spec
1.5251 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/apache/apache.spec
============================================================================
$ cvs diff -u -r1.143 -r1.144 apache.spec
--- openpkg-src/apache/apache.spec 3 Jul 2003 17:38:20 -0000 1.143
+++ openpkg-src/apache/apache.spec 4 Jul 2003 14:00:08 -0000 1.144
@@ -60,7 +60,7 @@
Group: Web
License: ASF
Version: %{V_apache}
-Release: 20030703
+Release: 20030704
# package options (suexec related)
%option with_suexec yes
@@ -203,7 +203,7 @@
%if "%{with_mod_php}" == "yes"
BuildPreReq: gcc, sed, flex, bison
%if "%{with_mod_php_mysql}" == "yes"
-BuildPreReq: MYSQL
+BuildPreReq: mysql
%endif
%if "%{with_mod_php_gd}" == "yes"
BuildPreReq: gd, jpeg, png
@@ -277,7 +277,7 @@
BuildPreReq: jpeg
%endif
%if "%{with_mod_php3_mysql}" == "yes"
-BuildPreReq: MYSQL
+BuildPreReq: mysql
%endif
%if "%{with_mod_php3_openssl}" == "yes"
BuildPreReq: openssl
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.5250 -r1.5251 news.txt
--- openpkg-web/news.txt 4 Jul 2003 13:59:42 -0000 1.5250
+++ openpkg-web/news.txt 4 Jul 2003 14:00:04 -0000 1.5251
@@ -1,3 +1,4 @@
+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>
04-Jul-2003: Upgraded package: P<jikes-1.18-20030704>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]