From 088aa4726485841add1091dc09249c7a8baf4218 Mon Sep 17 00:00:00 2001 From: Dirk Froemberg Date: Sun, 11 Apr 1999 15:11:27 +0000 Subject: Upgrade to Apache 1.3.6 and mod_ssl 2.2.7. - many minor changes inspired by apache13-modssl (e. g. change datadir from ${PREFIX}/www to ${PREFIX}/share/apache) - patches.modssl/ is not needed any longer (same patches for modssl and non-modssl case) --- www/mod_php5/scripts/configure.php | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'www/mod_php5/scripts/configure.php') diff --git a/www/mod_php5/scripts/configure.php b/www/mod_php5/scripts/configure.php index 5d2c15e54409..2d08d040e68d 100644 --- a/www/mod_php5/scripts/configure.php +++ b/www/mod_php5/scripts/configure.php @@ -104,17 +104,21 @@ BUILD_DEPENDS+= openssl:\${PORTSDIR}/security/openssl \\ \${PREFIX}/lib/libcrypto.a:\${PORTSDIR}/security/openssl RUN_DEPENDS+= openssl:\${PORTSDIR}/security/openssl -VERSION_MODSSL= 2.2.5 +VERSION_MODSSL= 2.2.7 RESTRICTED= "Contains cryptography" -CONFIGURE_ARGS+=--enable-module=ssl +CONFIGURE_ARGS+=--enable-module=ssl \ + --enable-module=define CONFIGURE_ENV+= SSL_BASE='SYSTEM' PATH="\${PREFIX}/bin:\${PATH}" -PATCHDIR= \${.CURDIR}/patches.modssl PLIST= \${PKGDIR}/PLIST.modssl SSL= ssl +TYPE= test +CRT= +KEY= + pre-patch: @cd \${WRKDIR}/mod_ssl-\${VERSION_MODSSL}-\${VERSION_APACHE} \\ && \${ECHO_MSG} "===> Applying mod_ssl-\${VERSION_MODSSL} extension" \\ -- cgit v1.2.3