From 9198e457185923814b518b3312dbb6093641b54a Mon Sep 17 00:00:00 2001 From: simon Date: Sun, 3 Sep 2006 17:46:04 +0000 Subject: 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). --- security/isakmpd/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'security') diff --git a/security/isakmpd/Makefile b/security/isakmpd/Makefile index 23d54c15d4f6..a9af68eff4f9 100644 --- a/security/isakmpd/Makefile +++ b/security/isakmpd/Makefile @@ -34,9 +34,14 @@ MAN5= isakmpd.conf.5 isakmpd.policy.5 MAN8= certpatch.8 isakmpd.8 MANCOMPRESSED= yes +.include +.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 +.include -- cgit