svn commit: r498174 - head/net-p2p/libswift
Antoine Brodin
antoine at FreeBSD.org
Sat Apr 6 19:38:16 UTC 2019
Author: antoine
Date: Sat Apr 6 19:38:14 2019
New Revision: 498174
URL: https://svnweb.freebsd.org/changeset/ports/498174
Log:
Mark BROKEN on FreeBSD 12 and 13
Reported by: pkg-fallout
MFH: 2019Q2
Modified:
head/net-p2p/libswift/Makefile
Modified: head/net-p2p/libswift/Makefile
==============================================================================
--- head/net-p2p/libswift/Makefile Sat Apr 6 19:34:56 2019 (r498173)
+++ head/net-p2p/libswift/Makefile Sat Apr 6 19:38:14 2019 (r498174)
@@ -45,6 +45,13 @@ USE_RC_SUBR= ${PORTNAME}
OPTIONS_DEFINE= DOCS
+.include <bsd.port.pre.mk>
+
+.if ${SSL_DEFAULT} == base
+BROKEN_FreeBSD_12= member access into incomplete type 'EVP_PKEY' (aka 'evp_pkey_st')
+BROKEN_FreeBSD_13= member access into incomplete type 'EVP_PKEY' (aka 'evp_pkey_st')
+.endif
+
do-install:
${MKDIR} ${STAGEDIR}${DOCSDIR} \
${STAGEDIR}${SWIFT_SHAREDIR} \
@@ -52,4 +59,4 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR}
${INSTALL_PROGRAM} ${WRKSRC}/swift ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
More information about the svn-ports-all
mailing list