svn commit: r497844 - head/net/libarms

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


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

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

Modified:
  head/net/libarms/Makefile

Modified: head/net/libarms/Makefile
==============================================================================
--- head/net/libarms/Makefile	Thu Apr  4 14:29:09 2019	(r497843)
+++ head/net/libarms/Makefile	Thu Apr  4 15:15:19 2019	(r497844)
@@ -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