summaryrefslogtreecommitdiff
path: root/www/mod_php3
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>1996-08-11 14:50:01 +0000
committerMark Murray <markm@FreeBSD.org>1996-08-11 14:50:01 +0000
commit6d3a35ad639cf80a572a677ecd7c311d4eff87be (patch)
treee901fef7dd5e84dbb9dc684089cad6b581795224 /www/mod_php3
parentUpgrade to +23 (diff)
1) Add the ability to build a secure (SSL'ed) server, conditionalised
on the presence of SECURE_SERVER. 2) Clean up the installation in accordance with BSD religion: Now all the configs go in ${PREFIX}/etc/apache and the data (documents) stay in ${PREFIX}/www.
Notes
Notes: svn path=/head/; revision=3579
Diffstat (limited to 'www/mod_php3')
-rw-r--r--www/mod_php3/Makefile24
-rw-r--r--www/mod_php3/pkg-plist12
2 files changed, 27 insertions, 9 deletions
diff --git a/www/mod_php3/Makefile b/www/mod_php3/Makefile
index 78777d258b80..0bbf3dd5f6b1 100644
--- a/www/mod_php3/Makefile
+++ b/www/mod_php3/Makefile
@@ -1,9 +1,9 @@
-# New ports collection makefile for: apache HTTPD
+# New ports collection makefile for: apache HTTPD and HTTPSD
# Version required: 1.1.1
# Date created: Fri Aug 25 16:42:36 CDT 1995
# Whom: erich@rrnet.com
#
-# $Id: Makefile,v 1.15 1996/07/12 06:41:05 pst Exp $
+# $Id: Makefile,v 1.16 1996/07/12 10:27:53 asami Exp $
#
DISTNAME= apache_1.1.1
@@ -13,6 +13,26 @@ MASTER_SITES= ftp://www.apache.org/apache/dist/
MAINTAINER= ache@freebsd.org
+.if defined(SECURE_SERVER)
+PKGNAME= apache_SSL-1.1.1
+MAIN_SRC= ${DISTNAME}${EXTRACT_SUFX}
+SSL_EXTRAS= ${DISTNAME}+1.3.ssl${EXTRACT_SUFX}
+DISTFILES= ${MAIN_SRC} ${SSL_EXTRAS}
+MASTER_SITES+= ftp://ftp.ox.ac.uk/pub/crypto/SSL/
+EXTRACT_ONLY= ${MAIN_SRC}
+MD5_FILE= ${FILESDIR}/md5.SSL
+PATCHDIR= ${.CURDIR}/patches.SSL
+PKGDIR= ${.CURDIR}/pkg.SSL
+CONFIGURE_SCRIPT= configure.SSL
+DEPENDS= ssleay:${PORTSDIR}/security/SSLeay
+
+post-extract:
+ @cd ${WRKSRC} && tar xzf ${DISTDIR}/${SSL_EXTRAS}
+
+pre-patch:
+ @cd ${WRKSRC} && ${PATCH} ${PATCH_DIST_ARGS} < SSLpatch
+.endif
+
post-install:
@if [ ! -f ${PREFIX}/etc/rc.d/apache.sh ]; then \
echo "Installing ${PREFIX}/etc/rc.d/apache.sh startup file."; \
diff --git a/www/mod_php3/pkg-plist b/www/mod_php3/pkg-plist
index 221287b34c7e..d8a356236faf 100644
--- a/www/mod_php3/pkg-plist
+++ b/www/mod_php3/pkg-plist
@@ -1,13 +1,11 @@
etc/rc.d/apache.sh
+@exec mkdir %D/etc/apache/logs %D/www/cgi-bin %D/www/data
@unexec rm %D/etc/rc.d/apache.sh
+etc/apache/conf/httpd.conf
+etc/apache/conf/srm.conf
+etc/apache/conf/access.conf
+etc/apache/conf/mime.types
sbin/httpd
-www/cgi-bin
-www/data
-www/server/logs
-www/server/conf/httpd.conf
-www/server/conf/srm.conf
-www/server/conf/access.conf
-www/server/conf/mime.types
www/icons/README
www/icons/a.gif
www/icons/alert.black.gif