Date: Thu, 4 Apr 2019 15:15:44 +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: r497845 - branches/2019Q2/net/libarms Message-ID: <201904041515.x34FFiwA064239@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904041515.x34FFiwA064239>