summaryrefslogtreecommitdiffstats
path: root/mail/zmailer
diff options
context:
space:
mode:
authorsimon <simon@FreeBSD.org>2006-09-03 19:02:13 +0000
committersimon <simon@FreeBSD.org>2006-09-03 19:02:13 +0000
commit56d253f47517c73dd1352e5e0d939372fa010267 (patch)
tree0150bd946ec31a774a984304113e40001bacf863 /mail/zmailer
parent24f4912e374a8a3949e4aa363061a91413f61b0d (diff)
downloadFreeBSD-ports-56d253f47517c73dd1352e5e0d939372fa010267.zip
FreeBSD-ports-56d253f47517c73dd1352e5e0d939372fa010267.tar.gz
Mark BROKEN on recent -CURRENT since it doesn't compile with OpenSSL
0.9.8b. When here anyway, fix portlint warning about IGNORE with old Perl.
Diffstat (limited to 'mail/zmailer')
-rw-r--r--mail/zmailer/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/mail/zmailer/Makefile b/mail/zmailer/Makefile
index c4cf305..c792626 100644
--- a/mail/zmailer/Makefile
+++ b/mail/zmailer/Makefile
@@ -27,13 +27,17 @@ CONFIGURE_ARGS= --without-openssl
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
-IGNORE= "This port requires perl 5.006 or better"
+IGNORE= requires perl 5.006 or better
.endif
.if ${OSVERSION} >= 500000
EXTRA_PATCHES= ${FILESDIR}/extra-patch-EAI_NODATA
.endif
+.if ${OSVERSION} >= 700019
+BROKEN= does not compile with OpenSSL 0.9.8b
+.endif
+
CONFIGURE_ARGS+=--prefix=${PREFIX}/ \
--with-mailbin=${PREFIX}/sbin \
--with-mailbox=/var/mail \
OpenPOWER on IntegriCloud