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:
parent
fe465cf05e
commit
a9d07d526b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=172082
1 changed files with 5 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue