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: 06-Feb-2003 10:53:56
Branch: HEAD Handle: 2003020609535501
Modified files:
openpkg-src/apache apache.spec
openpkg-web news.txt
Log:
php4.3 requires to disable building of the CLI explicitely
Summary:
Revision Changes Path
1.110 +2 -1 openpkg-src/apache/apache.spec
1.3206 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/apache/apache.spec
============================================================================
$ cvs diff -u -r1.109 -r1.110 apache.spec
--- openpkg-src/apache/apache.spec 2 Feb 2003 09:17:36 -0000 1.109
+++ openpkg-src/apache/apache.spec 6 Feb 2003 09:53:56 -0000 1.110
@@ -60,7 +60,7 @@
Group: Web
License: ASF
Version: %{V_apache}
-Release: 20030202
+Release: 20030206
# package options (additionally used Apache modules; can be enabled without
thinking)
%option with_mod_ssl no
@@ -493,6 +493,7 @@
%if "%{with_mod_php_curl}" == "yes"
--with-curl=%{l_prefix} \
%endif
+ --disable-cli \
--without-pear \
--disable-shared \
--enable-inline-optimization \
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.3205 -r1.3206 news.txt
--- openpkg-web/news.txt 6 Feb 2003 00:34:04 -0000 1.3205
+++ openpkg-web/news.txt 6 Feb 2003 09:53:55 -0000 1.3206
@@ -1,3 +1,4 @@
+06-Feb-2003: Upgraded package: P<apache-1.3.27-20030206>
06-Feb-2003: Upgraded package: P<openpkg-tool-20030206-20030206>
05-Feb-2003: Upgraded package: P<postgresql-7.3.2-20030205>
05-Feb-2003: Upgraded package: P<openpkg-20030205-20030205>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]