Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Apr 2019 19:38:34 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r498175 - branches/2019Q2/net-p2p/libswift
Message-ID:  <201904061938.x36JcYsa066739@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904061938.x36JcYsa066739>