Date: Fri, 5 Apr 2019 05:35:14 +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: r497918 - branches/2019Q2/security/tlswrap Message-ID: <201904050535.x355ZEeJ022088@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Fri Apr 5 05:35:14 2019 New Revision: 497918 URL: https://svnweb.freebsd.org/changeset/ports/497918 Log: MFH: r497917 Mark BROKEN on FreeBSD 12 and 13 Reported by: pkg-fallout Modified: branches/2019Q2/security/tlswrap/Makefile Directory Properties: branches/2019Q2/ (props changed) Modified: branches/2019Q2/security/tlswrap/Makefile ============================================================================== --- branches/2019Q2/security/tlswrap/Makefile Fri Apr 5 05:34:43 2019 (r497917) +++ branches/2019Q2/security/tlswrap/Makefile Fri Apr 5 05:35:14 2019 (r497918) @@ -18,6 +18,13 @@ CFLAGS+= -I${OPENSSLINC} OPTIONS_DEFINE= DOCS +.include <bsd.port.pre.mk> + +.if ${SSL_DEFAULT} == base +BROKEN_FreeBSD_12= incomplete definition of type 'struct X509_extension_st' +BROKEN_FreeBSD_13= incomplete definition of type 'struct X509_extension_st' +.endif + post-patch: @${REINPLACE_CMD} -E 's,^(CC|CFLAGS|LDFLAGS).*=,\1?=,g' \ ${WRKSRC}/Makefile.in @@ -29,4 +36,4 @@ do-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} -.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?201904050535.x355ZEeJ022088>