OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 24-Jan-2004 14:21:44
Branch: HEAD Handle: 2004012413214202
Modified files:
openpkg-src/php php.spec
openpkg-web news.txt
Log:
add iconv support
Summary:
Revision Changes Path
1.72 +9 -1 openpkg-src/php/php.spec
1.8195 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/php/php.spec
============================================================================
$ cvs diff -u -r1.71 -r1.72 php.spec
--- openpkg-src/php/php.spec 23 Jan 2004 13:12:51 -0000 1.71
+++ openpkg-src/php/php.spec 24 Jan 2004 13:21:44 -0000 1.72
@@ -33,7 +33,7 @@
Group: Language
License: PHP
Version: 4.3.4
-Release: 20040121
+Release: 20040124
# package options
%option with_calendar no
@@ -68,6 +68,7 @@
%option with_versioning no
%option with_pear no
%option with_snmp no
+%option with_iconv no
# fixing implicit extension dependencies and correlations
%if "%{with_pear}" == "yes"
@@ -158,6 +159,10 @@
BuildPreReq: gettext, libiconv
PreReq: gettext, libiconv
%endif
+%if "%{with_iconv}" == "yes"
+BuildPreReq: libiconv
+PreReq: libiconv
+%endif
%if "%{with_imap}" == "yes"
BuildPreReq: imap, openssl
PreReq: imap, openssl
@@ -363,6 +368,9 @@
%endif
%if "%{with_snmp}" == "yes"
--with-snmp=%{l_prefix} \
+%endif
+%if "%{with_iconv}" == "yes"
+ --with-iconv=%{l_prefix} \
%endif
--enable-cli \
--enable-cgi \
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.8194 -r1.8195 news.txt
--- openpkg-web/news.txt 24 Jan 2004 13:11:44 -0000 1.8194
+++ openpkg-web/news.txt 24 Jan 2004 13:21:42 -0000 1.8195
@@ -1,3 +1,4 @@
+24-Jan-2004: Upgraded package: P<php-4.3.4-20040124>
24-Jan-2004: Upgraded package: P<oracle-barebone-9.2.0.1-20040124>
24-Jan-2004: New package: P<smlnj-110.44-20040124>
24-Jan-2004: Upgraded package: P<apache-1.3.29-20040124>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]