diff options
author | markm <markm@FreeBSD.org> | 1996-12-12 05:04:21 +0800 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 1996-12-12 05:04:21 +0800 |
commit | a9f7fb47e341c111a78624cb13b2c89a7a945552 (patch) | |
tree | c35e24f07693b104f0a09b952cf903bb30519cfe /www/mod_php3 | |
parent | 3be287a7877a27dec8d048a9a4718c60034542c3 (diff) | |
download | freebsd-ports-gnome-a9f7fb47e341c111a78624cb13b2c89a7a945552.tar.gz freebsd-ports-gnome-a9f7fb47e341c111a78624cb13b2c89a7a945552.tar.zst freebsd-ports-gnome-a9f7fb47e341c111a78624cb13b2c89a7a945552.zip |
Mark the SSL'ed version as BROKEN, until the official patches appear. Also
add myself as maintainer of the SSL version.
Diffstat (limited to 'www/mod_php3')
-rw-r--r-- | www/mod_php3/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/mod_php3/Makefile b/www/mod_php3/Makefile index 33a66eb0f179..c497377b39fd 100644 --- a/www/mod_php3/Makefile +++ b/www/mod_php3/Makefile @@ -3,7 +3,7 @@ # Date created: Fri Aug 25 16:42:36 CDT 1995 # Whom: erich@rrnet.com # -# $Id: Makefile,v 1.22 1996/11/18 11:40:33 asami Exp $ +# $Id: Makefile,v 1.23 1996/12/11 19:09:59 ache Exp $ # DISTNAME= apache_1.2b2 @@ -34,6 +34,8 @@ post-patch: .if defined(SECURE_SERVER) +BROKEN= "SSLeay has changed, and the patches for apache need more work" +MAINTAINER= markm@freebsd.org PKGNAME= apache_SSL-1.1.1 MAIN_SRC= ${DISTNAME}${EXTRACT_SUFX} SSL_EXTRAS= ${DISTNAME}+1.3.ssl${EXTRACT_SUFX} |