OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 02-Sep-2005 09:24:22
Branch: HEAD Handle: 2005090208242200
Modified files:
openpkg-src/php5 php5.spec
Log:
PEAR in PHP5 requires PCRE
Summary:
Revision Changes Path
1.33 +3 -1 openpkg-src/php5/php5.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/php5/php5.spec
============================================================================
$ cvs diff -u -r1.32 -r1.33 php5.spec
--- openpkg-src/php5/php5.spec 1 Sep 2005 09:45:28 -0000 1.32
+++ openpkg-src/php5/php5.spec 2 Sep 2005 07:24:22 -0000 1.33
@@ -33,7 +33,7 @@
Group: Language
License: PHP
Version: 5.0.4
-Release: 20050901
+Release: 20050902
# package options
%option with_calendar no
@@ -77,6 +77,8 @@
%if "%{with_pear}" == "yes"
%undefine with_xml
%define with_xml yes
+%undefine with_pcre
+%define with_pcre yes
%endif
%if "%{with_freetype}" == "yes"
%undefine with_gd
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]