diff options
author | Mark Murray <markm@FreeBSD.org> | 1996-12-11 21:04:21 +0000 |
---|---|---|
committer | Mark Murray <markm@FreeBSD.org> | 1996-12-11 21:04:21 +0000 |
commit | 5ac7b1c3192098792cd856566ab3c5b18741dd95 (patch) | |
tree | 9d25d1dede4498558ea68f0ddb0db1c00f2df8a9 /www/apache13/Makefile | |
parent | add doom to the Makefile, so Satoshi won't have to tonite ;-) (diff) |
Mark the SSL'ed version as BROKEN, until the official patches appear. Also
add myself as maintainer of the SSL version.
Notes
Notes:
svn path=/head/; revision=4935
Diffstat (limited to 'www/apache13/Makefile')
-rw-r--r-- | www/apache13/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/apache13/Makefile b/www/apache13/Makefile index 33a66eb0f179..c497377b39fd 100644 --- a/www/apache13/Makefile +++ b/www/apache13/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} |