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                      Date:   21-Apr-2004 20:18:51
  Branch: HEAD                             Handle: 2004042119185100

  Modified files:
    openpkg-src/php         php.spec

  Log:
    synchronize PHP package with Apache package according to PHP options

  Summary:
    Revision    Changes     Path
    1.79        +21 -1      openpkg-src/php/php.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/php/php.spec
  ============================================================================
  $ cvs diff -u -r1.78 -r1.79 php.spec
  --- openpkg-src/php/php.spec  21 Apr 2004 17:49:05 -0000      1.78
  +++ openpkg-src/php/php.spec  21 Apr 2004 18:18:51 -0000      1.79
  @@ -68,10 +68,14 @@
   %option       with_wddx          no
   %option       with_gdbm          no
   %option       with_versioning    no
  -%option       with_pear          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_pear          no
   
   #   fixing implicit extension dependencies and correlations
   %if "%{with_pear}" == "yes"
  @@ -201,6 +205,10 @@
   BuildPreReq:  snmp
   PreReq:       snmp
   %endif
  +%if "%{with_odbc}" == "yes"
  +BuildPreReq:  unixodbc
  +PreReq:       unixodbc
  +%endif
   %if "%{with_sendmail}" == "yes"
   BuildPreReq:  MTA
   PreReq:       MTA
  @@ -393,6 +401,18 @@
   %endif
   %if "%{with_snmp}" == "yes"
           --with-snmp=%{l_prefix} \
  +%endif
  +%if "%{with_odbc}" == "yes"
  +        --with-unixODBC=%{l_prefix} \
  +%endif
  +%if "%{with_mbregex}" == "yes"
  +        --enable-mbregex \
  +%endif
  +%if "%{with_mbstring}" == "yes"
  +        --enable-mbstring \
  +%endif
  +%if "%{with_exif}" == "yes"
  +        --with-exif \
   %endif
   %if "%{with_iconv}" == "yes"
           --with-iconv=%{l_prefix} \
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to