OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Christoph Schug Root: /v/openpkg/cvs Email: [EMAIL PROTECTED] Module: openpkg-src Date: 14-May-2008 12:39:00 Branch: HEAD Handle: 2008051411385603 Modified files: openpkg-src/apache-php apache-php.spec openpkg-src/php php.spec Log: add optional support for the Standard PHP Library (SPL) Summary: Revision Changes Path 1.30 +7 -1 openpkg-src/apache-php/apache-php.spec 1.184 +7 -1 openpkg-src/php/php.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/apache-php/apache-php.spec ============================================================================ $ cvs diff -u -r1.29 -r1.30 apache-php.spec --- openpkg-src/apache-php/apache-php.spec 11 May 2008 08:33:26 -0000 1.29 +++ openpkg-src/apache-php/apache-php.spec 14 May 2008 10:38:56 -0000 1.30 @@ -39,7 +39,7 @@ Group: Web License: PHP Version: %{V_php} -Release: 20080511 +Release: 20080514 # package options %option with_suhosin no @@ -81,6 +81,7 @@ %option with_simplexml no %option with_snmp no %option with_sqlite no +%option with_spl no %option with_ssl no %option with_tidy no %option with_versioning no @@ -555,6 +556,11 @@ %if "%{with_iconv}" == "yes" --with-iconv=%{l_prefix} \ %endif +%if "%{with_spl}" == "yes" + --enable-spl \ +%else + --disable-spl \ +%endif %if "%{with_tidy}" == "yes" --with-tidy=%{l_prefix} \ %else @@ . patch -p0 <<'@@ .' Index: openpkg-src/php/php.spec ============================================================================ $ cvs diff -u -r1.183 -r1.184 php.spec --- openpkg-src/php/php.spec 11 May 2008 08:31:26 -0000 1.183 +++ openpkg-src/php/php.spec 14 May 2008 10:38:59 -0000 1.184 @@ -39,7 +39,7 @@ Group: Language License: PHP Version: %{V_php} -Release: 20080511 +Release: 20080514 # package options %option with_suhosin no @@ -81,6 +81,7 @@ %option with_simplexml no %option with_snmp no %option with_sqlite no +%option with_spl no %option with_ssl no %option with_tidy no %option with_versioning no @@ -551,6 +552,11 @@ %if "%{with_iconv}" == "yes" --with-iconv=%{l_prefix} \ %endif +%if "%{with_spl}" == "yes" + --enable-spl \ +%else + --disable-spl \ +%endif %if "%{with_tidy}" == "yes" --with-tidy=%{l_prefix} \ %else @@ . ______________________________________________________________________ OpenPKG http://openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org