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: 28-May-2006 13:58:20 Branch: HEAD Handle: 2006052812581900 Modified files: openpkg-src/php php.spec Log: sort options and add back with_debug option to be in sync with php4 package again as close as possible Summary: Revision Changes Path 1.124 +34 -28 openpkg-src/php/php.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/php/php.spec ============================================================================ $ cvs diff -u -r1.123 -r1.124 php.spec --- openpkg-src/php/php.spec 28 May 2006 09:45:57 -0000 1.123 +++ openpkg-src/php/php.spec 28 May 2006 11:58:19 -0000 1.124 @@ -40,44 +40,45 @@ Release: 20060528 # package options -%option with_calendar no -%option with_sqlite no -%option with_mysql no -%option with_pgsql no -%option with_gd no +%option with_bc no %option with_bdb no -%option with_zlib no %option with_bzip2 no -%option with_ssl no -%option with_openldap no -%option with_openldapsasl no -%option with_mm no -%option with_pcre no -%option with_ftp no -%option with_oci8 no +%option with_calendar no +%option with_curl no +%option with_debug no +%option with_dom no +%option with_exif no %option with_fastcgi no %option with_freetype no +%option with_ftp no +%option with_gd no +%option with_gdbm no %option with_gettext no %option with_hardened no +%option with_iconv no %option with_imap no -%option with_xml no -%option with_xslt no -%option with_dom no -%option with_bc no -%option with_curl no -%option with_mhash no -%option with_mcrypt no -%option with_wddx no -%option with_gdbm no -%option with_versioning no -%option with_snmp no -%option with_odbc no %option with_mbregex no %option with_mbstring no -%option with_exif no -%option with_iconv no -%option with_sendmail no +%option with_mcrypt no +%option with_mhash no +%option with_mm no +%option with_mysql no +%option with_oci8 no +%option with_odbc no +%option with_openldap no +%option with_openldapsasl no +%option with_pcre no %option with_pear no +%option with_pgsql no +%option with_sendmail no +%option with_snmp no +%option with_sqlite no +%option with_ssl no +%option with_versioning no +%option with_wddx no +%option with_xml no +%option with_xslt no +%option with_zlib no # fixing implicit extension dependencies and correlations %if "%{with_pear}" == "yes" @@ -340,6 +341,11 @@ %if "%{with_bdb}" == "yes" --with-db4=%{l_prefix} \ %endif +%if "%{with_debug}" == "yes" + --with-debug=yes \ +%else + --with-debug=no \ +%endif %if "%{with_zlib}" == "yes" --with-zlib=%{l_prefix} \ --with-zlib-dir=%{l_prefix} \ @@ . ______________________________________________________________________ The OpenPKG Project www.openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org