OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael van Elst Root: /e/openpkg/cvs Email: [EMAIL PROTECTED] Module: openpkg-src openpkg-web Date: 28-Feb-2003 15:28:15 Branch: HEAD Handle: 2003022814281301 Modified files: openpkg-src/apache apache.spec openpkg-web news.txt Log: disable mysql support instead of falling back to embedded code Summary: Revision Changes Path 1.124 +5 -1 openpkg-src/apache/apache.spec 1.3487 +1 -0 openpkg-web/news.txt ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/apache/apache.spec ============================================================================ $ cvs diff -u -r1.123 -r1.124 apache.spec --- openpkg-src/apache/apache.spec 18 Feb 2003 08:27:39 -0000 1.123 +++ openpkg-src/apache/apache.spec 28 Feb 2003 14:28:14 -0000 1.124 @@ -60,7 +60,7 @@ Group: Web License: ASF Version: %{V_apache} -Release: 20030218 +Release: 20030228 # package options (suexec related) %option with_suexec yes @@ -455,6 +455,8 @@ %endif %if "%{with_mod_php_mysql}" == "yes" --with-mysql=%{l_prefix} \ +%else + --without-mysql \ %endif %if "%{with_mod_php_gd}" == "yes" --with-gd=%{l_prefix} \ @@ -582,6 +584,8 @@ %endif %if "%{with_mod_php3_mysql}" == "yes" --with-mysql=%{l_prefix} \ +%else + --without-mysql \ %endif %if "%{with_mod_php3_zlib}" == "yes" --with-zlib=%{l_prefix} \ @@ . patch -p0 <<'@@ .' Index: openpkg-web/news.txt ============================================================================ $ cvs diff -u -r1.3486 -r1.3487 news.txt --- openpkg-web/news.txt 28 Feb 2003 14:22:05 -0000 1.3486 +++ openpkg-web/news.txt 28 Feb 2003 14:28:13 -0000 1.3487 @@ -1,3 +1,4 @@ +28-Feb-2003: Upgraded package: P<apache-1.3.27-20030228> 28-Feb-2003: Upgraded package: P<openpkg-tool-20030228-20030228> 27-Feb-2003: New package: P<nsd-1.0.2-20030227> 27-Feb-2003: Upgraded package: P<mysql4-4.0.11a-20030227> @@ . ______________________________________________________________________ The OpenPKG Project www.openpkg.org CVS Repository Commit List [EMAIL PROTECTED]