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: 04-Sep-2003 23:13:37
Branch: HEAD Handle: 2003090422133501
Modified files:
openpkg-src/php php.spec
openpkg-web news.txt
Log:
add SNMP support
Summary:
Revision Changes Path
1.61 +9 -1 openpkg-src/php/php.spec
1.6405 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/php/php.spec
============================================================================
$ cvs diff -u -r1.60 -r1.61 php.spec
--- openpkg-src/php/php.spec 28 Aug 2003 09:22:44 -0000 1.60
+++ openpkg-src/php/php.spec 4 Sep 2003 21:13:36 -0000 1.61
@@ -33,7 +33,7 @@
Group: Language
License: PHP
Version: 4.3.3
-Release: 20030828
+Release: 20030904
# package options (analog to apache.spec)
%option with_calendar no
@@ -67,6 +67,7 @@
%option with_gdbm no
%option with_versioning no
%option with_pear no
+%option with_snmp no
# fixing implicit inter-module dependencies and correlations
%if "%{with_freetype}" == "yes"
@@ -180,6 +181,10 @@
%if "%{with_oci7}" == "yes" || "%{with_oci8}" == "yes"
BuildPreReq: ORACLE
%endif
+%if "%{with_snmp}" == "yes"
+BuildPreReq: snmp
+PreReq: snmp
+%endif
AutoReq: no
AutoReqProv: no
@@ -342,6 +347,9 @@
--with-pear \
%else
--without-pear \
+%endif
+%if "%{with_snmp}" == "yes"
+ --with-snmp=%{l_prefix} \
%endif
--enable-force-cgi-redirect \
--enable-discard-path \
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.6404 -r1.6405 news.txt
--- openpkg-web/news.txt 4 Sep 2003 18:03:58 -0000 1.6404
+++ openpkg-web/news.txt 4 Sep 2003 21:13:35 -0000 1.6405
@@ -1,3 +1,4 @@
+04-Sep-2003: Upgraded package: P<php-4.3.3-20030904>
04-Sep-2003: Upgraded package: P<snmp-5.0.8-20030904>
04-Sep-2003: Upgraded package: P<p0f-2.0.1-20030904>
04-Sep-2003: Upgraded package: P<mysql-4.0.14-20030904>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]