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.
This commit is contained in:
Simon L. B. Nielsen 2006-09-03 19:02:13 +00:00
parent fe465cf05e
commit a9d07d526b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=172082

View file

@ -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 \