diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2004-06-11 16:37:56 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2004-06-11 16:37:56 +0000 |
commit | 66b2cb218cce418a9f21ecd173ad9fc07a59b9e5 (patch) | |
tree | d6692c169e7ddd312ba021761a1e191485528d95 /security/stunnel | |
parent | Upgrade to 0.13.1. (diff) |
Mark broken on -CURRENT until I figure out why stunnel doesn't like
-CURRENT's OpenSSL.
Reported by: dougb
Notes
Notes:
svn path=/head/; revision=111287
Diffstat (limited to 'security/stunnel')
-rw-r--r-- | security/stunnel/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/security/stunnel/Makefile b/security/stunnel/Makefile index b9547521cb0c..5cdbdd5487b5 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> |