summaryrefslogtreecommitdiff
path: root/www/mod_php5/scripts
diff options
context:
space:
mode:
authorDirk Froemberg <dirk@FreeBSD.org>1999-04-11 15:11:27 +0000
committerDirk Froemberg <dirk@FreeBSD.org>1999-04-11 15:11:27 +0000
commit088aa4726485841add1091dc09249c7a8baf4218 (patch)
tree7344da4f4cd08d0c20882d8af4218ec21573163e /www/mod_php5/scripts
parentUnbreak by fixing perl paths. (diff)
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)
Notes
Notes: svn path=/head/; revision=17785
Diffstat (limited to 'www/mod_php5/scripts')
-rw-r--r--www/mod_php5/scripts/configure.php10
1 files changed, 7 insertions, 3 deletions
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" \\