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: 09-Oct-2003 10:28:58
Branch: HEAD Handle: 2003100909285601
Modified files:
openpkg-src/php php.spec
openpkg-web news.txt
Log:
fix XML (Expat based) support
Summary:
Revision Changes Path
1.62 +5 -2 openpkg-src/php/php.spec
1.6927 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/php/php.spec
============================================================================
$ cvs diff -u -r1.61 -r1.62 php.spec
--- openpkg-src/php/php.spec 4 Sep 2003 21:13:36 -0000 1.61
+++ openpkg-src/php/php.spec 9 Oct 2003 08:28:57 -0000 1.62
@@ -33,7 +33,7 @@
Group: Language
License: PHP
Version: 4.3.3
-Release: 20030904
+Release: 20031009
# package options (analog to apache.spec)
%option with_calendar no
@@ -314,7 +314,10 @@
--with-imap-ssl=%{l_prefix} \
%endif
%if "%{with_xml}" == "yes"
- --with-xml=%{l_prefix} \
+ --enable-xml \
+ --with-expat-dir=%{l_prefix} \
+%else
+ --disable-xml \
%endif
%if "%{with_dom}" == "yes"
--with-dom=%{l_prefix} \
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.6926 -r1.6927 news.txt
--- openpkg-web/news.txt 9 Oct 2003 08:03:11 -0000 1.6926
+++ openpkg-web/news.txt 9 Oct 2003 08:28:56 -0000 1.6927
@@ -1,3 +1,4 @@
+09-Oct-2003: Upgraded package: P<php-4.3.3-20031009>
09-Oct-2003: Upgraded package: P<openssh-3.7.1p2-20031009>
08-Oct-2003: Upgraded package: P<quagga-0.96.3-20031008>
08-Oct-2003: Upgraded package: P<fetchmail-6.2.4-20031008>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]