Mark BROKEN on recent -CURRENT since it doesn't compile with OpenSSL

0.9.8b, and I haven't found out how to fix it yet (patches are gladly
accepted).
This commit is contained in:
Simon L. B. Nielsen 2006-09-03 17:46:04 +00:00
parent 7ee8b265aa
commit 77fe9be48e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=172076

View File

@ -34,9 +34,14 @@ MAN5= isakmpd.conf.5 isakmpd.policy.5
MAN8= certpatch.8 isakmpd.8
MANCOMPRESSED= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 700019
BROKEN= is not buildable with OpenSSL 0.9.8b
.endif
post-patch:
.for f in conf.h ike_auth.c isakmpd.8 isakmpd.conf.5 isakmpd.policy.5 policy.h
${REINPLACE_CMD} -e "s!/etc/!${PREFIX}/etc/!" ${WRKSRC}/${f}
.endfor
.include <bsd.port.mk>
.include <bsd.port.post.mk>