OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 25-Nov-2003 15:31:51
Branch: HEAD Handle: 2003112514314902
Modified files:
openpkg-src/apache apache.spec
openpkg-web news.txt
Log:
with_mod_php_pear is a requirement for Kolab/Horde, so give it a try
Summary:
Revision Changes Path
1.181 +6 -1 openpkg-src/apache/apache.spec
1.7531 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/apache/apache.spec
============================================================================
$ cvs diff -u -r1.180 -r1.181 apache.spec
--- openpkg-src/apache/apache.spec 24 Nov 2003 08:45:39 -0000 1.180
+++ openpkg-src/apache/apache.spec 25 Nov 2003 14:31:51 -0000 1.181
@@ -60,7 +60,7 @@
Group: Web
License: ASF
Version: %{V_apache}
-Release: 20031124
+Release: 20031125
# package options (suexec related)
%option with_suexec yes
@@ -121,6 +121,7 @@
%option with_mod_php_unixodbc no
%option with_mod_php_mbregex no
%option with_mod_php_mbstring no
+%option with_mod_php_pear no
# package options (optional PHP3 specific settings; requires "with_mod_php3")
%option with_mod_php3_ftp no
@@ -656,7 +657,11 @@
--with-snmp=%{l_prefix} \
%endif
--disable-cli \
+%if "%{with_mod_php_pear}" == "yes"
+ --with-pear \
+%else
--without-pear \
+%endif
--disable-shared \
--enable-inline-optimization \
--enable-track-vars
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.7530 -r1.7531 news.txt
--- openpkg-web/news.txt 25 Nov 2003 13:37:03 -0000 1.7530
+++ openpkg-web/news.txt 25 Nov 2003 14:31:49 -0000 1.7531
@@ -1,3 +1,4 @@
+25-Nov-2003: Upgraded package: P<apache-1.3.29-20031125>
25-Nov-2003: Upgraded package: P<zebra-0.93b-1.2.1>
25-Nov-2003: Upgraded package: P<zebra-0.93b-1.3.1>
25-Nov-2003: Upgraded package: P<honeyd-0.7-20031125>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]