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: 15-Jan-2003 19:49:17
Branch: HEAD Handle: 2003011518491601
Modified files:
openpkg-src/php php.spec
openpkg-web news.txt
Log:
Requires gcc:
> ./configure: gcc: not found
> configure: error: Cannot locate libgcc. Make sure that gcc is in your path
Summary:
Revision Changes Path
1.34 +3 -3 openpkg-src/php/php.spec
1.2838 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/php/php.spec
============================================================================
$ cvs diff -u -r1.33 -r1.34 php.spec
--- openpkg-src/php/php.spec 13 Jan 2003 17:34:48 -0000 1.33
+++ openpkg-src/php/php.spec 15 Jan 2003 18:49:17 -0000 1.34
@@ -33,7 +33,7 @@
Group: Language
License: PHP
Version: 4.3.0
-Release: 20030113
+Release: 20030115
# list of sources
Source0: http://www.php.net/distributions/php-%{version}.tar.gz
@@ -41,7 +41,7 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20020206, sed, flex, bison
+BuildPreReq: OpenPKG, openpkg >= 20020206, gcc, sed, flex, bison
PreReq: OpenPKG, openpkg >= 20020206
AutoReq: no
AutoReqProv: no
@@ -53,7 +53,7 @@
developers to write dynamically generated pages quickly.
%prep
- %setup -q -n php-%{version}
+ %setup -q
%build
CC="%{l_cc}" \
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.2837 -r1.2838 news.txt
--- openpkg-web/news.txt 15 Jan 2003 17:44:05 -0000 1.2837
+++ openpkg-web/news.txt 15 Jan 2003 18:49:16 -0000 1.2838
@@ -1,3 +1,4 @@
+15-Jan-2003: Upgraded package: P<php-4.3.0-20030115>
15-Jan-2003: Upgraded package: P<aide-0.9-20030115>
15-Jan-2003: Upgraded package: P<aft-5.078b-20030115>
15-Jan-2003: Upgraded package: P<al-0.9.1-20030115>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]