OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs                   Email:  r...@openpkg.org
  Module: openpkg-src                      Date:   12-Dec-2008 19:44:04
  Branch: HEAD                             Handle: 2008121218440400

  Modified files:
    openpkg-src/apache-php  apache-php.spec

  Log:
    add ZIP support

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

  patch -p0 <<'@@ .'
  Index: openpkg-src/apache-php/apache-php.spec
  ============================================================================
  $ cvs diff -u -r1.39 -r1.40 apache-php.spec
  --- openpkg-src/apache-php/apache-php.spec    9 Dec 2008 07:31:47 -0000       
1.39
  +++ openpkg-src/apache-php/apache-php.spec    12 Dec 2008 18:44:04 -0000      
1.40
  @@ -39,7 +39,7 @@
   Group:        Web
   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
  @@ -566,6 +567,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                     openpkg-cvs@openpkg.org

Reply via email to