OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael Schloh
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 16-Jan-2003 15:21:21
Branch: HEAD Handle: 2003011614212001
Modified files:
openpkg-src/apache apache.spec
openpkg-web news.txt
Log:
Correct build requirements for optional PHP module.
Summary:
Revision Changes Path
1.105 +2 -2 openpkg-src/apache/apache.spec
1.2855 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/apache/apache.spec
============================================================================
$ cvs diff -u -r1.104 -r1.105 apache.spec
--- openpkg-src/apache/apache.spec 7 Jan 2003 14:21:16 -0000 1.104
+++ openpkg-src/apache/apache.spec 16 Jan 2003 14:21:21 -0000 1.105
@@ -60,7 +60,7 @@
Group: Web
License: ASF
Version: %{V_apache}
-Release: 20030107
+Release: 20030116
# package options (additionally used Apache modules; can be enabled without
thinking)
%option with_mod_ssl no
@@ -180,7 +180,7 @@
PreReq: perl
%endif
%if "%{with_mod_php}" == "yes"
-BuildPreReq: make, bison, flex
+BuildPreReq: gcc, sed, flex, bison
%if "%{with_mod_php_mysql}" == "yes"
BuildPreReq: mysql
%endif
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.2854 -r1.2855 news.txt
--- openpkg-web/news.txt 16 Jan 2003 13:49:58 -0000 1.2854
+++ openpkg-web/news.txt 16 Jan 2003 14:21:20 -0000 1.2855
@@ -1,3 +1,4 @@
+16-Jan-2003: Upgraded package: P<apache-1.3.27-20030116>
16-Jan-2003: Upgraded package: P<guile-1.6.1-20030116>
16-Jan-2003: Upgraded package: P<as-gui-0.5.10-20030116>
16-Jan-2003: Upgraded package: P<docbook-4.2-20030116>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]