OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall Root: /v/openpkg/cvs Email: [EMAIL PROTECTED] Module: openpkg-src Date: 27-Aug-2007 10:52:42 Branch: HEAD Handle: 2007082709524200 Modified files: openpkg-src/php4 php4.spec Log: just remove the old and AFAIK broken Java support in PHP 4 (in PHP 5 there is no such option anyway) Summary: Revision Changes Path 1.19 +1 -9 openpkg-src/php4/php4.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/php4/php4.spec ============================================================================ $ cvs diff -u -r1.18 -r1.19 php4.spec --- openpkg-src/php4/php4.spec 2 Jul 2007 17:58:56 -0000 1.18 +++ openpkg-src/php4/php4.spec 27 Aug 2007 08:52:42 -0000 1.19 @@ -37,7 +37,7 @@ Group: Language License: PHP Version: %{V_php} -Release: 20070702 +Release: 20070827 # package options %option with_bc no @@ -57,7 +57,6 @@ %option with_hardened no %option with_iconv no %option with_imap no -%option with_java no %option with_mbregex no %option with_mbstring no %option with_mcrypt no @@ -157,10 +156,6 @@ BuildPreReq: mm PreReq: mm %endif -%if "%{with_java}" == "yes" -BuildPreReq: j2se -PreReq: j2se -%endif %if "%{with_freetype}" == "yes" BuildPreReq: freetype PreReq: freetype @@ -373,9 +368,6 @@ %if "%{with_ftp}" == "yes" --enable-ftp \ %endif -%if "%{with_java}" == "yes" - --with-java=%{l_prefix}/libexec/j2se \ -%endif %if "%{with_oci7}" == "yes" --with-oracle \ %endif @@ . ______________________________________________________________________ OpenPKG http://openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org