OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael van Elst
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 02-Jul-2003 09:47:40
Branch: HEAD Handle: 2003070208473901
Modified files:
openpkg-src/php php.spec
openpkg-web news.txt
Log:
fix handling of with_wddx option
Summary:
Revision Changes Path
1.49 +2 -2 openpkg-src/php/php.spec
1.5143 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/php/php.spec
============================================================================
$ cvs diff -u -r1.48 -r1.49 php.spec
--- openpkg-src/php/php.spec 1 Jul 2003 10:25:27 -0000 1.48
+++ openpkg-src/php/php.spec 2 Jul 2003 07:47:40 -0000 1.49
@@ -33,7 +33,7 @@
Group: Language
License: PHP
Version: 4.3.2
-Release: 20030701
+Release: 20030702
# package options (analog to apache.spec)
%option with_calendar no
@@ -269,7 +269,7 @@
--with-dom-xslt=%{l_prefix} \
--with-dom-exslt=%{l_prefix} \
%endif
-%if "%{with_dom}" == "yes"
+%if "%{with_wddx}" == "yes"
--enable-wddx \
%endif
%if "%{with_bc}" == "yes"
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.5142 -r1.5143 news.txt
--- openpkg-web/news.txt 2 Jul 2003 07:45:22 -0000 1.5142
+++ openpkg-web/news.txt 2 Jul 2003 07:47:39 -0000 1.5143
@@ -1,3 +1,4 @@
+02-Jul-2003: Upgraded package: P<php-4.3.2-20030702>
02-Jul-2003: Upgraded package: P<postfix-2.0.13-20030702>
02-Jul-2003: Upgraded package: P<gcc-3.3-20030702>
01-Jul-2003: Upgraded package: P<blender-2.27-20030701>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]