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:   24-Jan-2004 13:52:23
  Branch: HEAD                             Handle: 2004012412522101

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

  Log:
    Add libiconv support to mod_php.
    
    Submitted by: Stuart Bingė <[EMAIL PROTECTED]>

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

  patch -p0 <<'@@ .'
  Index: openpkg-src/apache/apache.spec
  ============================================================================
  $ cvs diff -u -r1.199 -r1.200 apache.spec
  --- openpkg-src/apache/apache.spec    23 Jan 2004 13:07:27 -0000      1.199
  +++ openpkg-src/apache/apache.spec    24 Jan 2004 12:52:22 -0000      1.200
  @@ -62,7 +62,7 @@
   Group:        Web
   License:      ASF
   Version:      %{V_apache}
  -Release:      20040121
  +Release:      20040124
   
   #   package options (suexec related)
   %option       with_suexec               yes
  @@ -131,6 +131,7 @@
   %option       with_mod_php_mbstring     no
   %option       with_mod_php_pear         no
   %option       with_mod_php_exif         no
  +%option       with_mod_php_iconv        no
   
   #   package options (optional PHP3 specific settings; requires "with_mod_php3")
   %option       with_mod_php3_ftp         no
  @@ -328,6 +329,10 @@
   BuildPreReq:  unixodbc
   PreReq:       unixodbc
   %endif
  +%if "%{with_mod_php_iconv}" == "yes"
  +BuildPreReq:  libiconv
  +PreReq:       libiconv
  +%endif
   %endif
   %if "%{with_mod_php3}" == "yes"
   BuildPreReq:  make, bison, flex
  @@ -690,6 +695,9 @@
   %endif
   %if "%{with_mod_php_exif}" == "yes"
             --with-exif \
  +%endif
  +%if "%{with_mod_php_iconv}" == "yes"
  +          --with-iconv=%{l_prefix} \
   %endif
   %if "%{with_mod_php_pear}" == "yes"
             --enable-cli \
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-web/news.txt
  ============================================================================
  $ cvs diff -u -r1.8191 -r1.8192 news.txt
  --- openpkg-web/news.txt      24 Jan 2004 11:57:01 -0000      1.8191
  +++ openpkg-web/news.txt      24 Jan 2004 12:52:21 -0000      1.8192
  @@ -1,3 +1,4 @@
  +24-Jan-2004: Upgraded package: P<apache-1.3.29-20040124>
   24-Jan-2004: Upgraded package: P<openpkg-20040124-20040124>
   24-Jan-2004: Upgraded package: P<mplayer-1.0pre3-20040124>
   24-Jan-2004: Upgraded package: P<kde-qt-3.2.3-20040124>
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to