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: 07-Jan-2003 14:08:34
Branch: HEAD Handle: 2003010713083201
Modified files:
openpkg-src/apache apache.spec
openpkg-web news.txt
Log:
adjust to new IMAP world order
Summary:
Revision Changes Path
1.103 +7 -3 openpkg-src/apache/apache.spec
1.2592 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/apache/apache.spec
============================================================================
$ cvs diff -u -r1.102 -r1.103 apache.spec
--- openpkg-src/apache/apache.spec 3 Jan 2003 11:52:21 -0000 1.102
+++ openpkg-src/apache/apache.spec 7 Jan 2003 13:08:33 -0000 1.103
@@ -59,7 +59,7 @@
Group: Web
License: ASF
Version: %{V_apache}
-Release: 20030103
+Release: 20030107
# package options (additionally used Apache modules; can be enabled without
thinking)
%option with_mod_ssl no
@@ -216,7 +216,7 @@
BuildPreReq: gettext, libiconv
%endif
%if "%{with_mod_php_imap}" == "yes"
-BuildPreReq: c-client
+BuildPreReq: imap
%endif
%if "%{with_mod_php_xml}" == "yes"
BuildPreReq: expat
@@ -385,11 +385,14 @@
LIBS="$LIBS -lpng -lz"
%endif
%if "%{with_mod_php_gettext}" == "yes"
- LIBS="$LIBS -liconv" \
+ LIBS="$LIBS -liconv"
%endif
%if "%{with_mod_php_openldap}" == "yes"
LIBS="$LIBS -lsasl2"
%endif
+%if "%{with_mod_php_imap}" == "yes"
+ LIBS="$LIBS -lssl -lcrypto"
+%endif
./configure \
--prefix=%{l_prefix} \
--with-apache=../apache_%{V_apache} \
@@ -456,6 +459,7 @@
%endif
%if "%{with_mod_php_imap}" == "yes"
--with-imap=%{l_prefix} \
+ --with-imap-ssl=%{l_prefix} \
%endif
%if "%{with_mod_php_xml}" == "yes"
--with-xml=%{l_prefix} \
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.2591 -r1.2592 news.txt
--- openpkg-web/news.txt 7 Jan 2003 12:52:03 -0000 1.2591
+++ openpkg-web/news.txt 7 Jan 2003 13:08:32 -0000 1.2592
@@ -1,3 +1,4 @@
+07-Jan-2003: Upgraded package: P<apache-1.3.27-20030107>
07-Jan-2003: New package: P<imap-2002a-20030107>
07-Jan-2003: Upgraded package: P<c-client-2002a-20030107>
07-Jan-2003: Upgraded package: P<mico-2.3.7-20030107>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]