Date: Wed, 3 Apr 2019 08:52:13 +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: r497687 - branches/2019Q2/benchmarks/httperf Message-ID: <201904030852.x338qDmQ098317@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Wed Apr 3 08:52:13 2019 New Revision: 497687 URL: https://svnweb.freebsd.org/changeset/ports/497687 Log: MFH: r497686 Mark BROKEN on FreeBSD 12 and 13 Reported by: pkg-fallout Modified: branches/2019Q2/benchmarks/httperf/Makefile Directory Properties: branches/2019Q2/ (props changed) Modified: branches/2019Q2/benchmarks/httperf/Makefile ============================================================================== --- branches/2019Q2/benchmarks/httperf/Makefile Wed Apr 3 08:51:47 2019 (r497686) +++ branches/2019Q2/benchmarks/httperf/Makefile Wed Apr 3 08:52:13 2019 (r497687) @@ -23,6 +23,13 @@ PORTDOCS= ChangeLog NEWS README TODO OPTIONS_DEFINE= DOCS +.include <bsd.port.pre.mk> + +.if ${SSL_DEFAULT} == base +BROKEN_FreeBSD_12= error: incomplete definition of type 'struct ssl_cipher_st' +BROKEN_FreeBSD_13= error: incomplete definition of type 'struct ssl_cipher_st' +.endif + do-install: ${INSTALL_MAN} ${WRKSRC}/man/${PORTNAME}.1 \ ${STAGEDIR}${MAN1PREFIX}/man/man1 @@ -32,4 +39,4 @@ do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${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?201904030852.x338qDmQ098317>