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: 27-Mar-2008 12:46:04
Branch: HEAD Handle: 2008032711460101
Modified files:
openpkg-src/apache-php apache-php.spec
openpkg-src/php php.spec
Log:
add optional support for POSIX functions
Summary:
Revision Changes Path
1.23 +5 -1 openpkg-src/apache-php/apache-php.spec
1.177 +5 -1 openpkg-src/php/php.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/apache-php/apache-php.spec
============================================================================
$ cvs diff -u -r1.22 -r1.23 apache-php.spec
--- openpkg-src/apache-php/apache-php.spec 25 Mar 2008 11:08:24 -0000
1.22
+++ openpkg-src/apache-php/apache-php.spec 27 Mar 2008 11:46:01 -0000
1.23
@@ -40,7 +40,7 @@
Group: Web
License: PHP
Version: %{V_php}
-Release: 20080325
+Release: 20080327
# package options
%option with_suhosin no
@@ -76,6 +76,7 @@
%option with_pcre no
%option with_pear no
%option with_pgsql no
+%option with_posix no
%option with_sendmail no
%option with_session no
%option with_simplexml no
@@ -422,6 +423,9 @@
%else
--without-pgsql \
%endif
+%if "%{with_posix}" == "yes"
+ --enable-posix \
+%endif
%if "%{with_gd}" == "yes"
--with-gd=%{l_prefix} \
--with-jpeg-dir=%{l_prefix} \
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/php/php.spec
============================================================================
$ cvs diff -u -r1.176 -r1.177 php.spec
--- openpkg-src/php/php.spec 25 Mar 2008 11:08:25 -0000 1.176
+++ openpkg-src/php/php.spec 27 Mar 2008 11:46:02 -0000 1.177
@@ -40,7 +40,7 @@
Group: Language
License: PHP
Version: %{V_php}
-Release: 20080325
+Release: 20080327
# package options
%option with_suhosin no
@@ -76,6 +76,7 @@
%option with_pcre no
%option with_pear no
%option with_pgsql no
+%option with_posix no
%option with_sendmail no
%option with_session no
%option with_simplexml no
@@ -418,6 +419,9 @@
%else
--without-pgsql \
%endif
+%if "%{with_posix}" == "yes"
+ --enable-posix \
+%endif
%if "%{with_gd}" == "yes"
--with-gd=%{l_prefix} \
--with-jpeg-dir=%{l_prefix} \
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]