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:   25-Jul-2004 11:45:05
  Branch: HEAD                             Handle: 2004072510450000

  Modified files:
    openpkg-src/php5        php5.spec

  Log:
    there is no PDFLib extension shipped with PHP5 (it was moved to PECL)

  Summary:
    Revision    Changes     Path
    1.16        +2  -12     openpkg-src/php5/php5.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/php5/php5.spec
  ============================================================================
  $ cvs diff -u -r1.15 -r1.16 php5.spec
  --- openpkg-src/php5/php5.spec        14 Jul 2004 07:54:22 -0000      1.15
  +++ openpkg-src/php5/php5.spec        25 Jul 2004 09:45:00 -0000      1.16
  @@ -34,7 +34,7 @@
   Group:        Language
   License:      PHP
   Version:      5.0.0
  -Release:      20040714
  +Release:      20040725
   
   #   package options
   %option       with_calendar      no
  @@ -43,7 +43,6 @@
   %option       with_gd            no
   %option       with_bdb           no
   %option       with_debug         no
  -%option       with_pdflib        no
   %option       with_zlib          no
   %option       with_bzip2         no
   %option       with_ssl           no
  @@ -87,7 +86,7 @@
   %undefine     with_gd
   %define       with_gd            yes
   %endif
  -%if "%{with_mysql}" == "yes" || "%{with_pdflib}" == "yes" || "%{with_gd}" == "yes" 
|| "%{with_dom}" == "yes"
  +%if "%{with_mysql}" == "yes" || "%{with_gd}" == "yes" || "%{with_dom}" == "yes"
   %undefine     with_zlib
   %define       with_zlib          yes
   %endif
  @@ -120,10 +119,6 @@
   BuildPreReq:  db
   PreReq:       db
   %endif
  -%if "%{with_pdflib}" == "yes"
  -BuildPreReq:  pdflib, jpeg, png
  -PreReq:       pdflib, jpeg, png
  -%endif
   %if "%{with_zlib}" == "yes"
   BuildPreReq:  zlib
   PreReq:       zlib
  @@ -329,11 +324,6 @@
   %if "%{with_bzip2}" == "yes"
           --with-bz2=%{l_prefix} \
   %endif
  -%if "%{with_pdflib}" == "yes"
  -        --with-pdflib=%{l_prefix} \
  -        --with-jpeg-dir=%{l_prefix} \
  -        --with-png-dir=%{l_prefix} \
  -%endif
   %if "%{with_ssl}" == "yes" || "%{with_openldap}" == "yes"
           --with-openssl=%{l_prefix} \
   %endif
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to