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: 26-Nov-2003 08:32:54
Branch: HEAD Handle: 2003112607325301
Modified files:
openpkg-src/apache apache.spec
openpkg-web news.txt
Log:
fix this nasty workaround until PR#290 (PEAR packages) is addressed
Summary:
Revision Changes Path
1.182 +3 -2 openpkg-src/apache/apache.spec
1.7538 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/apache/apache.spec
============================================================================
$ cvs diff -u -r1.181 -r1.182 apache.spec
--- openpkg-src/apache/apache.spec 25 Nov 2003 14:31:51 -0000 1.181
+++ openpkg-src/apache/apache.spec 26 Nov 2003 07:32:54 -0000 1.182
@@ -60,7 +60,7 @@
Group: Web
License: ASF
Version: %{V_apache}
-Release: 20031125
+Release: 20031126
# package options (suexec related)
%option with_suexec yes
@@ -656,10 +656,11 @@
%if "%{with_mod_php_snmp}" == "yes"
--with-snmp=%{l_prefix} \
%endif
- --disable-cli \
%if "%{with_mod_php_pear}" == "yes"
+ --enable-cli \
--with-pear \
%else
+ --disable-cli \
--without-pear \
%endif
--disable-shared \
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.7537 -r1.7538 news.txt
--- openpkg-web/news.txt 25 Nov 2003 19:32:18 -0000 1.7537
+++ openpkg-web/news.txt 26 Nov 2003 07:32:53 -0000 1.7538
@@ -1,3 +1,4 @@
+26-Nov-2003: Upgraded package: P<apache-1.3.29-20031126>
25-Nov-2003: Upgraded package: P<xmlrpcpp-0.7-20031125>
25-Nov-2003: Upgraded package: P<xmlrpc++-0.7-20031125>
25-Nov-2003: New package: P<xmlrpc++-0.7-20031125>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]