summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorroam <roam@FreeBSD.org>2004-06-11 16:37:56 +0000
committerroam <roam@FreeBSD.org>2004-06-11 16:37:56 +0000
commit85bcdb57a27eddc2cdc1448d7d4bc99df66c7716 (patch)
tree991f6ff3feed812ce3d5f5336b48e8c4666f65c6
parent6ab05d0df4ff0db73d2d970be13478dd5c33f411 (diff)
downloadFreeBSD-ports-85bcdb57a27eddc2cdc1448d7d4bc99df66c7716.zip
FreeBSD-ports-85bcdb57a27eddc2cdc1448d7d4bc99df66c7716.tar.gz
Mark broken on -CURRENT until I figure out why stunnel doesn't like
-CURRENT's OpenSSL. Reported by: dougb
-rw-r--r--security/stunnel/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/security/stunnel/Makefile b/security/stunnel/Makefile
index b954752..5cdbdd5 100644
--- a/security/stunnel/Makefile
+++ b/security/stunnel/Makefile
@@ -65,4 +65,10 @@ cert:
@(cd ${WRKSRC}/tools/; make stunnel.pem)
${INSTALL} -m 600 ${WRKSRC}/tools/stunnel.pem ${PEM_DIR}/
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} > 500000
+BROKEN= Bus error with OpenSSL in -CURRENT, under investigation
+.endif
+
+.include <bsd.port.post.mk>
OpenPOWER on IntegriCloud