Date: Sat, 6 Apr 2019 19:38:15 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r498174 - head/net-p2p/libswift Message-ID: <201904061938.x36JcFCI066595@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904061938.x36JcFCI066595>