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:   12-Dec-2008 19:42:56
  Branch: HEAD                             Handle: 2008121218425600

  Modified files:
    openpkg-src/php         php.spec

  Log:
    add ZIP support

  Summary:
    Revision    Changes     Path
    1.191       +6  -2      openpkg-src/php/php.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/php/php.spec
  ============================================================================
  $ cvs diff -u -r1.190 -r1.191 php.spec
  --- openpkg-src/php/php.spec  9 Dec 2008 07:30:28 -0000       1.190
  +++ openpkg-src/php/php.spec  12 Dec 2008 18:42:56 -0000      1.191
  @@ -39,7 +39,7 @@
   Group:        Language
   License:      PHP
   Version:      %{V_php}
  -Release:      20081209
  +Release:      20081212
   
   #   package options
   %option       with_suhosin              no
  @@ -89,6 +89,7 @@
   %option       with_xml                  no
   %option       with_xslt                 no
   %option       with_zlib                 no
  +%option       with_zip                  no
   %option       with_pecl_memcache        no
   
   #   fixing implicit extension dependencies and correlations
  @@ -110,7 +111,7 @@
   %undefine     with_imap
   %define       with_imap          yes
   %endif
  -%if "%{with_mysql}" == "yes" || "%{with_gd}" == "yes" || "%{with_dom}" == 
"yes" || "%{with_pecl_memcache}" == "yes"
  +%if "%{with_mysql}" == "yes" || "%{with_gd}" == "yes" || "%{with_dom}" == 
"yes" || "%{with_zip}" == "yes" || "%{with_pecl_memcache}" == "yes"
   %undefine     with_zlib
   %define       with_zlib          yes
   %endif
  @@ -562,6 +563,9 @@
   %else
           --without-tidy \
   %endif
  +%if "%{with_zip}" == "yes"
  +        --enable-zip \
  +%endif
   %if "%{with_pecl_memcache}" == "yes"
           --enable-memcache \
   %endif
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     [email protected]

Reply via email to