svn commit: r498175 - branches/2019Q2/net-p2p/libswift

Antoine Brodin antoine at FreeBSD.org
Sat Apr 6 19:38:35 UTC 2019


Author: antoine
Date: Sat Apr  6 19:38:34 2019
New Revision: 498175
URL: https://svnweb.freebsd.org/changeset/ports/498175

Log:
  MFH: r498174
  
  Mark BROKEN on FreeBSD 12 and 13
  
  Reported by:	pkg-fallout

Modified:
  branches/2019Q2/net-p2p/libswift/Makefile
Directory Properties:
  branches/2019Q2/   (props changed)

Modified: branches/2019Q2/net-p2p/libswift/Makefile
==============================================================================
--- branches/2019Q2/net-p2p/libswift/Makefile	Sat Apr  6 19:38:14 2019	(r498174)
+++ branches/2019Q2/net-p2p/libswift/Makefile	Sat Apr  6 19:38:34 2019	(r498175)
@@ -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