Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Apr 2019 15:15:19 +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: r497844 - head/net/libarms
Message-ID:  <201904041515.x34FFJoS064094@repo.freebsd.org>

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



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