Hi!
For some new PHP based packages for the Kolab server I'd require the
"ctype" flag to be activated on php. The current OpenPKG php.spec file
does not support this and I attached a patch for it.
The same would also apply to the apache2-php definition that we are
currently using for the Kolab Server but I did not find the package in
your cvs. I also attached that patch.
I'd be grateful if this could be integrated.
Cheers,
Gunnar
--
______ http://kdab.com _______________ http://kolab-konsortium.com _
[EMAIL PROTECTED] Kolab work is funded in part by KDAB and the Kolab Konsortium
____ http://www.pardus.de _________________ http://gunnarwrobel.de _
E-mail : [EMAIL PROTECTED] Dr. Gunnar Wrobel
Tel. : +49 40 432 72335 Bundesstrasse 29
Fax : +49 40 432 70855 D-20146 Hamburg
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>> Mail at ease - Rent a kolab groupware server at [EMAIL PROTECTED] <<
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Index: php/php.spec
===================================================================
RCS file: /v/openpkg/cvs/openpkg-src/php/php.spec,v
retrieving revision 1.159
diff -u -B -r1.159 php.spec
--- php/php.spec 24 Jul 2007 11:01:54 -0000 1.159
+++ php/php.spec 24 Aug 2007 15:11:58 -0000
@@ -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
--- apache2-php.spec.orig 2007-06-06 14:25:30.000000000 +0200
+++ apache2-php.spec 2007-08-03 15:33:57.000000000 +0200
@@ -39,7 +39,7 @@
Group: Web
License: PHP
Version: %{V_php}
-Release: 20070606
+Release: 20070606_kolab
# 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
@@ -469,6 +470,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