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: 24-Aug-2007 19:49:52 Branch: HEAD Handle: 2007082418495001 Modified files: openpkg-src/apache-php apache-php.spec openpkg-src/php php.spec Log: provide with_ctype option for enabling the PHP 'ctype' extension Summary: Revision Changes Path 1.5 +5 -1 openpkg-src/apache-php/apache-php.spec 1.160 +5 -1 openpkg-src/php/php.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/apache-php/apache-php.spec ============================================================================ $ cvs diff -u -r1.4 -r1.5 apache-php.spec --- openpkg-src/apache-php/apache-php.spec 24 Jul 2007 10:25:39 -0000 1.4 +++ openpkg-src/apache-php/apache-php.spec 24 Aug 2007 17:49:51 -0000 1.5 @@ -39,7 +39,7 @@ Group: Web License: PHP Version: %{V_php} -Release: 20070724 +Release: 20070824 # package options %option with_suhosin no @@ -48,6 +48,7 @@ %option with_bdb no %option with_bzip2 no %option with_calendar no +%option with_ctype no %option with_curl no %option with_debug no %option with_dom no @@ -471,6 +472,9 @@ %if "%{with_mcrypt}" == "yes" --with-mcrypt=%{l_prefix} \ %endif +%if "%{with_ctype}" == "yes" + --enable-ctype \ +%endif %if "%{with_curl}" == "yes" --with-curl=%{l_prefix} \ %endif @@ . patch -p0 <<'@@ .' Index: openpkg-src/php/php.spec ============================================================================ $ cvs diff -u -r1.159 -r1.160 php.spec --- openpkg-src/php/php.spec 24 Jul 2007 11:01:54 -0000 1.159 +++ openpkg-src/php/php.spec 24 Aug 2007 17:49:50 -0000 1.160 @@ -39,7 +39,7 @@ Group: Language License: PHP Version: %{V_php} -Release: 20070724 +Release: 20070824 # package options %option with_suhosin no @@ -48,6 +48,7 @@ %option with_bdb no %option with_bzip2 no %option with_calendar no +%option with_ctype no %option with_curl no %option with_debug no %option with_dom no @@ -467,6 +468,9 @@ %if "%{with_mcrypt}" == "yes" --with-mcrypt=%{l_prefix} \ %endif +%if "%{with_ctype}" == "yes" + --enable-ctype \ +%endif %if "%{with_curl}" == "yes" --with-curl=%{l_prefix} \ %endif @@ . ______________________________________________________________________ OpenPKG http://openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org