diff options
author | roam <roam@FreeBSD.org> | 2004-06-12 00:37:56 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2004-06-12 00:37:56 +0800 |
commit | 85bcdb57a27eddc2cdc1448d7d4bc99df66c7716 (patch) | |
tree | 991f6ff3feed812ce3d5f5336b48e8c4666f65c6 | |
parent | 6ab05d0df4ff0db73d2d970be13478dd5c33f411 (diff) | |
download | freebsd-ports-gnome-85bcdb57a27eddc2cdc1448d7d4bc99df66c7716.tar.gz freebsd-ports-gnome-85bcdb57a27eddc2cdc1448d7d4bc99df66c7716.tar.zst freebsd-ports-gnome-85bcdb57a27eddc2cdc1448d7d4bc99df66c7716.zip |
Mark broken on -CURRENT until I figure out why stunnel doesn't like
-CURRENT's OpenSSL.
Reported by: dougb
-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> |