summaryrefslogtreecommitdiff
path: root/www/mod_php3
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2000-02-22 07:26:35 +0000
committerKris Kennaway <kris@FreeBSD.org>2000-02-22 07:26:35 +0000
commit114c0d799db08c9d9b0c6b9eaea9384a5757af45 (patch)
tree4c0b50da91bbf67191ff4bb0c2222bb1bdb0844e /www/mod_php3
parentDisplay the plain english translation of the RSAREF license and require (diff)
USE_OPENSSL
Submitted by: Jim Bloom <bloom@acm.org>
Notes
Notes: svn path=/head/; revision=26133
Diffstat (limited to 'www/mod_php3')
-rw-r--r--www/mod_php3/Makefile6
-rw-r--r--www/mod_php3/scripts/configure.php16
2 files changed, 14 insertions, 8 deletions
diff --git a/www/mod_php3/Makefile b/www/mod_php3/Makefile
index af20b972b211..e33a1e782637 100644
--- a/www/mod_php3/Makefile
+++ b/www/mod_php3/Makefile
@@ -172,4 +172,10 @@ clean:
.if exists(${WRKDIRPREFIX}${.CURDIR}/Makefile.inc)
.include "${WRKDIRPREFIX}${.CURDIR}/Makefile.inc"
.endif
+
+# Modssl needs to include bsd.port.pre.mk, so correct for this situation.
+.if defined(_PREMKINCLUDED)
+.include <bsd.port.post.mk>
+.else
.include <bsd.port.mk>
+.endif
diff --git a/www/mod_php3/scripts/configure.php b/www/mod_php3/scripts/configure.php
index 4d1f18be0a18..771882f4285d 100644
--- a/www/mod_php3/scripts/configure.php
+++ b/www/mod_php3/scripts/configure.php
@@ -127,20 +127,20 @@ while [ "$1" ]; do
PKGNAME= apache+php+mod_ssl-\${VERSION_APACHE}+\${VERSION_PHP}+\${VERSION_MODSSL}
DISTFILES+= mod_ssl-\${VERSION_MODSSL}-\${VERSION_APACHE}\${EXTRACT_SUFX}
-BUILD_DEPENDS+= openssl:\${PORTSDIR}/security/openssl \\
- mm-config:\${PORTSDIR}/devel/mm \\
+USE_OPENSSL= RSA
+
+.include <bsd.port.pre.mk>
+
+BUILD_DEPENDS+= mm-config:\${PORTSDIR}/devel/mm \\
\${PREFIX}/lib/libmm.a:\${PORTSDIR}/devel/mm
-LIB_DEPENDS+= crypto.1:\${PORTSDIR}/security/openssl \\
- ssl.1:\${PORTSDIR}/security/openssl
-RUN_DEPENDS+= openssl:\${PORTSDIR}/security/openssl
VERSION_MODSSL= 2.5.0
-RESTRICTED= "Contains cryptography"
-
CONFIGURE_ARGS+=--enable-module=ssl \\
--enable-module=define
-CONFIGURE_ENV+= SSL_BASE='SYSTEM' EAPI_MM='SYSTEM' PATH="\${PREFIX}/bin:\${PATH}"
+CONFIGURE_ENV+= SSL_BASE='SYSTEM' RSA_BASE='SYSTEM' EAPI_MM='SYSTEM' PATH="\${PREFIX}/bin:\${PATH}"
+
+EXTRA_PATCHES+= \${PATCHDIR}/ssl_patch-aa
PLIST= \${PKGDIR}/PLIST.modssl
SSL= ssl