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 openpkg-web          Date:   04-Sep-2003 23:14:38
  Branch: HEAD                             Handle: 2003090422143602

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

  Log:
    add SNMP support to mod_php

  Summary:
    Revision    Changes     Path
    1.167       +9  -1      openpkg-src/apache/apache.spec
    1.6406      +1  -0      openpkg-web/news.txt
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/apache/apache.spec
  ============================================================================
  $ cvs diff -u -r1.166 -r1.167 apache.spec
  --- openpkg-src/apache/apache.spec    30 Aug 2003 07:48:17 -0000      1.166
  +++ openpkg-src/apache/apache.spec    4 Sep 2003 21:14:38 -0000       1.167
  @@ -60,7 +60,7 @@
   Group:        Web
   License:      ASF
   Version:      %{V_apache}
  -Release:      20030830
  +Release:      20030904
   
   #   package options (suexec related)
   %option       with_suexec               yes
  @@ -117,6 +117,7 @@
   %option       with_mod_php_wddx         no
   %option       with_mod_php_gdbm         no
   %option       with_mod_php_versioning   no
  +%option       with_mod_php_snmp         no
   
   #   package options (optional PHP3 specific settings; requires "with_mod_php3")
   %option       with_mod_php3_ftp         no
  @@ -300,6 +301,10 @@
   %if "%{with_mod_php_oci7}" == "yes" || "%{with_mod_php_oci8}" == "yes"
   BuildPreReq:  ORACLE
   %endif
  +%if "%{with_mod_php_snmp}" == "yes"
  +BuildPreReq:  snmp
  +PreReq:       snmp
  +%endif
   %endif
   %if "%{with_mod_php3}" == "yes"
   BuildPreReq:  make, bison, flex
  @@ -611,6 +616,9 @@
   %endif
   %if "%{with_mod_php_versioning}" == "yes"
             --enable-versioning \
  +%endif
  +%if "%{with_mod_php_snmp}" == "yes"
  +          --with-snmp=%{l_prefix} \
   %endif
             --disable-cli \
             --without-pear \
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-web/news.txt
  ============================================================================
  $ cvs diff -u -r1.6405 -r1.6406 news.txt
  --- openpkg-web/news.txt      4 Sep 2003 21:13:35 -0000       1.6405
  +++ openpkg-web/news.txt      4 Sep 2003 21:14:36 -0000       1.6406
  @@ -1,3 +1,4 @@
  +04-Sep-2003: Upgraded package: P<apache-1.3.28-20030904>
   04-Sep-2003: Upgraded package: P<php-4.3.3-20030904>
   04-Sep-2003: Upgraded package: P<snmp-5.0.8-20030904>
   04-Sep-2003: Upgraded package: P<p0f-2.0.1-20030904>
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to