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:28:37
Branch: HEAD Handle: 2004012413283501
Modified files:
openpkg-src/php5 php5.spec
openpkg-web news.txt
Log:
add iconv support
Summary:
Revision Changes Path
1.5 +9 -1 openpkg-src/php5/php5.spec
1.8196 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/php5/php5.spec
============================================================================
$ cvs diff -u -r1.4 -r1.5 php5.spec
--- openpkg-src/php5/php5.spec 23 Jan 2004 13:12:52 -0000 1.4
+++ openpkg-src/php5/php5.spec 24 Jan 2004 13:28:36 -0000 1.5
@@ -33,7 +33,7 @@
Group: Language
License: PHP
Version: 5.0.0b3
-Release: 20040121
+Release: 20040124
# package options
%option with_calendar no
@@ -69,6 +69,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"
@@ -159,6 +160,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
@@ -372,6 +377,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.8195 -r1.8196 news.txt
--- openpkg-web/news.txt 24 Jan 2004 13:21:42 -0000 1.8195
+++ openpkg-web/news.txt 24 Jan 2004 13:28:35 -0000 1.8196
@@ -1,3 +1,4 @@
+24-Jan-2004: Upgraded package: P<php5-5.0.0b3-20040124>
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>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]