1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00

Mark broken on -CURRENT until I figure out why stunnel doesn't like

-CURRENT's OpenSSL.

Reported by:	dougb
This commit is contained in:
Peter Pentchev 2004-06-11 16:37:56 +00:00
parent 85275d48b7
commit 66b2cb218c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=111287

View File

@ -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>