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:   10-May-2008 21:13:05
  Branch: HEAD                             Handle: 2008051020130400

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

  Log:
    fix DOM/XML/XSLT dependencies

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

  patch -p0 <<'@@ .'
  Index: openpkg-src/apache-php/apache-php.spec
  ============================================================================
  $ cvs diff -u -r1.27 -r1.28 apache-php.spec
  --- openpkg-src/apache-php/apache-php.spec    3 May 2008 08:16:15 -0000       
1.27
  +++ openpkg-src/apache-php/apache-php.spec    10 May 2008 19:13:04 -0000      
1.28
  @@ -39,7 +39,7 @@
   Group:        Web
   License:      PHP
   Version:      %{V_php}
  -Release:      20080503
  +Release:      20080510
   
   #   package options
   %option       with_suhosin              no
  @@ -113,6 +113,14 @@
   %undefine     with_zlib
   %define       with_zlib          yes
   %endif
  +%if "%{with_xslt}" == "yes"
  +%undefine     with_dom
  +%define       with_dom           yes
  +%endif
  +%if "%{with_dom}" == "yes"
  +%undefine     with_xml
  +%define       with_xml           yes
  +%endif
   %if "%{with_pgsql}" == "yes"
   %undefine     with_ssl
   %define       with_ssl           yes
  @@ -488,7 +496,6 @@
   %endif
   %if "%{with_dom}" == "yes"
           --enable-dom \
  -        --with-libxml-dir=%{l_prefix} \
   %else
           --disable-dom \
   %endif
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to