OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 16-Sep-2003 11:35:27
Branch: HEAD Handle: 2003091610352501
Modified files:
openpkg-src/apache apache.spec
openpkg-web news.txt
Log:
add optional UnixODBC support to mod_php
Summary:
Revision Changes Path
1.169 +9 -1 openpkg-src/apache/apache.spec
1.6581 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/apache/apache.spec
============================================================================
$ cvs diff -u -r1.168 -r1.169 apache.spec
--- openpkg-src/apache/apache.spec 10 Sep 2003 12:04:14 -0000 1.168
+++ openpkg-src/apache/apache.spec 16 Sep 2003 09:35:26 -0000 1.169
@@ -60,7 +60,7 @@
Group: Web
License: ASF
Version: %{V_apache}
-Release: 20030910
+Release: 20030916
# package options (suexec related)
%option with_suexec yes
@@ -118,6 +118,7 @@
%option with_mod_php_gdbm no
%option with_mod_php_versioning no
%option with_mod_php_snmp no
+%option with_mod_php_unixodbc no
# package options (optional PHP3 specific settings; requires "with_mod_php3")
%option with_mod_php3_ftp no
@@ -305,6 +306,10 @@
BuildPreReq: snmp
PreReq: snmp
%endif
+%if "%{with_mod_php_unixodbc}" == "yes"
+BuildPreReq: unixodbc
+PreReq: unixodbc
+%endif
%endif
%if "%{with_mod_php3}" == "yes"
BuildPreReq: make, bison, flex
@@ -616,6 +621,9 @@
%endif
%if "%{with_mod_php_versioning}" == "yes"
--enable-versioning \
+%endif
+%if "%{with_mod_php_unixodbc}" == "yes"
+ --with-unixODBC=%{l_prefix} \
%endif
%if "%{with_mod_php_snmp}" == "yes"
--with-snmp=%{l_prefix} \
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.6580 -r1.6581 news.txt
--- openpkg-web/news.txt 16 Sep 2003 09:33:47 -0000 1.6580
+++ openpkg-web/news.txt 16 Sep 2003 09:35:25 -0000 1.6581
@@ -1,3 +1,4 @@
+16-Sep-2003: Upgraded package: P<apache-1.3.28-20030916>
16-Sep-2003: Upgraded package: P<squid-2.5.4-20030916>
16-Sep-2003: Upgraded package: P<pine-4.58L-20030916>
16-Sep-2003: Upgraded package: P<scribus-1.1.0-20030916>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]