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

  Server: cvs.openpkg.org                  Name:   Christoph Schug
  Root:   /v/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   09-Jan-2006 15:09:37
  Branch: HEAD                             Handle: 2006010914093500

  Modified files:
    openpkg-src/lighttpd    lighttpd.spec

  Log:
    modifying package: lighttpd-1.4.8 20051129 -> 20060109

  Summary:
    Revision    Changes     Path
    1.19        +11 -1      openpkg-src/lighttpd/lighttpd.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/lighttpd/lighttpd.spec
  ============================================================================
  $ cvs diff -u -r1.18 -r1.19 lighttpd.spec
  --- openpkg-src/lighttpd/lighttpd.spec        1 Jan 2006 13:16:09 -0000       
1.18
  +++ openpkg-src/lighttpd/lighttpd.spec        9 Jan 2006 14:09:35 -0000       
1.19
  @@ -33,12 +33,13 @@
   Group:        Web
   License:      MIT-style
   Version:      1.4.8
  -Release:      20051129
  +Release:      20060109
   
   #   package options
   %option       with_fsl    yes
   %option       with_ipv6   no
   %option       with_mysql  no
  +%option       with_pcre   yes
   %option       with_ssl    no
   
   #   list of sources
  @@ -60,6 +61,10 @@
   BuildPreReq:  mysql, zlib
   PreReq:       mysql, zlib
   %endif
  +%if "%{with_pcre}" == "yes"
  +BuildPreReq:  pcre
  +PreReq:       pcre
  +%endif
   %if "%{with_ssl}" == "yes"
   BuildPreReq:  openssl
   PreReq:       openssl
  @@ -113,6 +118,11 @@
   %else
           --without-mysql \
   %endif
  +%if "%{with_pcre}" == "yes"
  +        --with-pcre \
  +%else
  +        --without-pcre \
  +%endif
   %if "%{with_ssl}" == "yes"
           --with-openssl=%{l_prefix}
   %else
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [email protected]

Reply via email to