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

  Server: cvs.openpkg.org                  Name:   Michael van Elst
  Root:   /e/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src openpkg-web          Date:   07-Jul-2003 10:17:04
  Branch: HEAD                             Handle: 2003070709170201

  Modified files:
    openpkg-src/apache      apache.spec
    openpkg-web             news.txt

  Log:
    add libraries to PreReq

  Summary:
    Revision    Changes     Path
    1.145       +30 -1      openpkg-src/apache/apache.spec
    1.5296      +1  -0      openpkg-web/news.txt
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/apache/apache.spec
  ============================================================================
  $ cvs diff -u -r1.144 -r1.145 apache.spec
  --- openpkg-src/apache/apache.spec    4 Jul 2003 14:00:08 -0000       1.144
  +++ openpkg-src/apache/apache.spec    7 Jul 2003 08:17:03 -0000       1.145
  @@ -60,7 +60,7 @@
   Group:        Web
   License:      ASF
   Version:      %{V_apache}
  -Release:      20030704
  +Release:      20030707
   
   #   package options (suexec related)
   %option       with_suexec               yes
  @@ -195,6 +195,7 @@
   PreReq:       OpenPKG, openpkg >= 20030103
   %if "%{with_mod_ssl}" == "yes"
   BuildPreReq:  openssl, mm
  +PreReq:       openssl, mm
   %endif
   %if "%{with_mod_perl}" == "yes"
   BuildPreReq:  perl
  @@ -204,65 +205,86 @@
   BuildPreReq:  gcc, sed, flex, bison
   %if "%{with_mod_php_mysql}" == "yes"
   BuildPreReq:  mysql
  +PreReq:       mysql
   %endif
   %if "%{with_mod_php_gd}" == "yes"
   BuildPreReq:  gd, jpeg, png
  +PreReq:       gd, jpeg, png
   %endif
   %if "%{with_mod_php_db}" == "yes"
   BuildPreReq:  db
  +PreReq:       db
   %endif
   %if "%{with_mod_php_pdflib}" == "yes"
   BuildPreReq:  pdflib, jpeg, png
  +PreReq:       pdflib, jpeg, png
   %endif
   %if "%{with_mod_php_zlib}" == "yes"
   BuildPreReq:  zlib
  +PreReq:       zlib
   %endif
   %if "%{with_mod_php_bzip2}" == "yes"
   BuildPreReq:  bzip2
  +PreReq:       bzip2
   %endif
   %if "%{with_mod_php_openssl}" == "yes"
   BuildPreReq:  openssl
  +PreReq:       openssl
   %endif
   %if "%{with_mod_php_openldap}" == "yes"
   BuildPreReq:  openldap, openssl
  +PreReq:       openldap, openssl
   %if "%{with_mod_php_openldapsasl}" == "yes"
   BuildPreReq:  openldap::with_sasl = yes
  +PreReq:       openldap::with_sasl = yes
   %else
   BuildPreReq:  openldap::with_sasl = no
  +PreReq:       openldap::with_sasl = no
   %endif
   %endif
   %if "%{with_mod_php_mm}" == "yes"
   BuildPreReq:  mm
  +PreReq:       mm
   %endif
   %if "%{with_mod_php_pcre}" == "yes"
   BuildPreReq:  pcre
  +PreReq:       pcre
   %endif
   %if "%{with_mod_php_java}" == "yes"
   BuildPreReq:  j2se
  +PreReq:       j2se
   %endif
   %if "%{with_mod_php_freetype}" == "yes"
   BuildPreReq:  freetype
  +PreReq:       freetype
   %endif
   %if "%{with_mod_php_gettext}" == "yes"
   BuildPreReq:  gettext, libiconv
  +PreReq:       gettext, libiconv
   %endif
   %if "%{with_mod_php_imap}" == "yes"
   BuildPreReq:  imap, openssl
  +PreReq:       imap, openssl
   %endif
   %if "%{with_mod_php_xml}" == "yes"
   BuildPreReq:  expat
  +PreReq:       expat
   %endif
   %if "%{with_mod_php_dom}" == "yes"
   BuildPreReq:  libxml, libxslt
  +PreReq:       libxml, libxslt
   %endif
   %if "%{with_mod_php_curl}" == "yes"
   BuildPreReq:  curl
  +PreReq:       curl
   %endif
   %if "%{with_mod_php_mhash}" == "yes"
   BuildPreReq:  mhash
  +PreReq:       mhash
   %endif
   %if "%{with_mod_php_gdbm}" == "yes"
   BuildPreReq:  gdbm
  +PreReq:       gdbm
   %endif
   %if "%{with_mod_php_oci7}" == "yes" || "%{with_mod_php_oci8}" == "yes"
   BuildPreReq:  ORACLE
  @@ -272,22 +294,28 @@
   BuildPreReq:  make, bison, flex
   %if "%{with_mod_php3_gd}" == "yes"
   BuildPreReq:  gd
  +PreReq:       gd
   %endif
   %if "%{with_mod_php3_jpeg}" == "yes"
   BuildPreReq:  jpeg
  +PreReq:       jpeg
   %endif
   %if "%{with_mod_php3_mysql}" == "yes"
   BuildPreReq:  mysql
  +PreReq:       mysql
   %endif
   %if "%{with_mod_php3_openssl}" == "yes"
   BuildPreReq:  openssl
  +PreReq:       openssl
   %endif
   %if "%{with_mod_php3_zlib}" == "yes"
   BuildPreReq:  zlib
  +PreReq:       zlib
   %endif
   %endif
   %if "%{with_mod_auth_ldap}" == "yes"
   BuildPreReq:  openldap, openssl
  +PreReq:       openldap, openssl
   %endif
   %if "%{with_mod_auth_pam}" == "yes"
   BuildPreReq:  PAM
  @@ -295,6 +323,7 @@
   %endif
   %if "%{with_gdbm_ndbm}" == "yes"
   BuildPreReq:  gdbm, gdbm::with_ndbm = yes
  +PreReq:       gdbm, gdbm::with_ndbm = yes
   %endif
   AutoReq:      no
   AutoReqProv:  no
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-web/news.txt
  ============================================================================
  $ cvs diff -u -r1.5295 -r1.5296 news.txt
  --- openpkg-web/news.txt      7 Jul 2003 08:10:27 -0000       1.5295
  +++ openpkg-web/news.txt      7 Jul 2003 08:17:02 -0000       1.5296
  @@ -1,3 +1,4 @@
  +07-Jul-2003: Upgraded package: P<apache-1.3.27-20030707>
   07-Jul-2003: Upgraded package: P<aide-0.9-20030707>
   07-Jul-2003: Upgraded package: P<aegis-4.11-20030707>
   06-Jul-2003: Upgraded package: P<gimp-1.2.5-20030706>
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to