svn commit: r497845 - branches/2019Q2/net/libarms

Antoine Brodin antoine at FreeBSD.org
Thu Apr 4 15:15:44 UTC 2019


Author: antoine
Date: Thu Apr  4 15:15:43 2019
New Revision: 497845
URL: https://svnweb.freebsd.org/changeset/ports/497845

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

Modified:
  branches/2019Q2/net/libarms/Makefile
Directory Properties:
  branches/2019Q2/   (props changed)

Modified: branches/2019Q2/net/libarms/Makefile
==============================================================================
--- branches/2019Q2/net/libarms/Makefile	Thu Apr  4 15:15:19 2019	(r497844)
+++ branches/2019Q2/net/libarms/Makefile	Thu Apr  4 15:15:43 2019	(r497845)
@@ -20,8 +20,15 @@ USE_LDCONFIG=	yes
 LDFLAGS+=	-L${LOCALBASE}/lib
 CPPFLAGS+=	-I${LOCALBASE}/include
 
+.include <bsd.port.pre.mk>
+
+.if ${SSL_DEFAULT} == base
+BROKEN_FreeBSD_12=	incomplete definition of type 'struct x509_store_ctx_st'
+BROKEN_FreeBSD_13=	incomplete definition of type 'struct x509_store_ctx_st'
+.endif
+
 post-configure:
 	@${REINPLACE_CMD} 's|$${datarootdir}/doc/$${PACKAGE_TARNAME}|${DOCSDIR}|' \
 		${WRKSRC}/Makefile
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>


More information about the svn-ports-all mailing list