OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael Schloh Root: /e/openpkg/cvs Email: [EMAIL PROTECTED] Module: openpkg-src Date: 13-Jan-2003 18:34:49 Branch: HEAD Handle: 2003011317344800 Modified files: openpkg-src/php php.spec Log: Resolve too long output line problem, caused by a non GNU sed being used by libtool. Summary: Revision Changes Path 1.33 +2 -2 openpkg-src/php/php.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/php/php.spec ============================================================================ $ cvs diff -u -r1.32 -r1.33 php.spec --- openpkg-src/php/php.spec 3 Jan 2003 10:54:15 -0000 1.32 +++ openpkg-src/php/php.spec 13 Jan 2003 17:34:48 -0000 1.33 @@ -33,7 +33,7 @@ Group: Language License: PHP Version: 4.3.0 -Release: 20021228 +Release: 20030113 # 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, flex, bison +BuildPreReq: OpenPKG, openpkg >= 20020206, sed, flex, bison PreReq: OpenPKG, openpkg >= 20020206 AutoReq: no AutoReqProv: no @@ . ______________________________________________________________________ The OpenPKG Project www.openpkg.org CVS Repository Commit List [EMAIL PROTECTED]