OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael van Elst
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 07-Jul-2003 12:59:10
Branch: HEAD Handle: 2003070711590901
Modified files:
openpkg-src/php php.spec
openpkg-web news.txt
Log:
add libraries to PreReq
Summary:
Revision Changes Path
1.51 +22 -1 openpkg-src/php/php.spec
1.5346 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/php/php.spec
============================================================================
$ cvs diff -u -r1.50 -r1.51 php.spec
--- openpkg-src/php/php.spec 4 Jul 2003 14:01:04 -0000 1.50
+++ openpkg-src/php/php.spec 7 Jul 2003 10:59:10 -0000 1.51
@@ -33,7 +33,7 @@
Group: Language
License: PHP
Version: 4.3.2
-Release: 20030704
+Release: 20030707
# package options (analog to apache.spec)
%option with_calendar no
@@ -88,65 +88,86 @@
PreReq: OpenPKG, openpkg >= 20020206
%if "%{with_mysql}" == "yes"
BuildPreReq: mysql
+PreReq: mysql
%endif
%if "%{with_gd}" == "yes"
BuildPreReq: gd, jpeg, png
+PreReq: gd, jpeg, png
%endif
%if "%{with_db}" == "yes"
BuildPreReq: db
+PreReq: db
%endif
%if "%{with_pdflib}" == "yes"
BuildPreReq: pdflib, jpeg, png
+PreReq: pdflib, jpeg, png
%endif
%if "%{with_zlib}" == "yes"
BuildPreReq: zlib
+PreReq: zlib
%endif
%if "%{with_bzip2}" == "yes"
BuildPreReq: bzip2
+PreReq: bzip2
%endif
%if "%{with_openssl}" == "yes"
BuildPreReq: openssl
+PreReq: openssl
%endif
%if "%{with_openldap}" == "yes"
BuildPreReq: openldap
+PreReq: openldap
%if "%{with_openldapsasl}" == "yes"
BuildPreReq: openldap::with_sasl = yes
+PreReq: openldap::with_sasl = yes
%else
BuildPreReq: openldap::with_sasl = no
+PreReq: openldap::with_sasl = no
%endif
%endif
%if "%{with_mm}" == "yes"
BuildPreReq: mm
+PreReq: mm
%endif
%if "%{with_pcre}" == "yes"
BuildPreReq: pcre
+PreReq: pcre
%endif
%if "%{with_java}" == "yes"
BuildPreReq: j2se
+PreReq: j2se
%endif
%if "%{with_freetype}" == "yes"
BuildPreReq: freetype
+PreReq: freetype
%endif
%if "%{with_gettext}" == "yes"
BuildPreReq: gettext, libiconv
+PreReq: gettext, libiconv
%endif
%if "%{with_imap}" == "yes"
BuildPreReq: imap, openssl
+PreReq: imap, openssl
%endif
%if "%{with_xml}" == "yes"
BuildPreReq: expat
+PreReq: expat
%endif
%if "%{with_dom}" == "yes"
BuildPreReq: libxml, libxslt
+PreReq: libxml, libxslt
%endif
%if "%{with_curl}" == "yes"
BuildPreReq: curl
+PreReq: curl
%endif
%if "%{with_mhash}" == "yes"
BuildPreReq: mhash
+PreReq: mhash
%endif
%if "%{with_gdbm}" == "yes"
BuildPreReq: gdbm, gdbm::with_ndbm = yes
+PreReq: gdbm, gdbm::with_ndbm = yes
%endif
%if "%{with_oci7}" == "yes" || "%{with_oci8}" == "yes"
BuildPreReq: ORACLE
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.5345 -r1.5346 news.txt
--- openpkg-web/news.txt 7 Jul 2003 10:56:27 -0000 1.5345
+++ openpkg-web/news.txt 7 Jul 2003 10:59:09 -0000 1.5346
@@ -1,3 +1,4 @@
+07-Jul-2003: Upgraded package: P<php-4.3.2-20030707>
07-Jul-2003: Upgraded package: P<pnetlib-0.5.8-20030707>
07-Jul-2003: Upgraded package: P<honeyd-0.6-20030707>
07-Jul-2003: Upgraded package: P<dbtool-1.6-20030707>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]