aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/httperf
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2019-04-03 08:51:47 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2019-04-03 08:51:47 +0000
commit1f8836436a8be9190e76e31c1cb114ebed4c860d (patch)
tree0b5bb09cc1b996350c87732e42de4e85cac648fc /benchmarks/httperf
parent59b5772b9d063ac29fa6bc7a304f77a8bb5a0f0b (diff)
downloadports-1f8836436a8be9190e76e31c1cb114ebed4c860d.tar.gz
ports-1f8836436a8be9190e76e31c1cb114ebed4c860d.zip
Mark BROKEN on FreeBSD 12 and 13
Reported by: pkg-fallout MFH: 2019Q2
Notes
Notes: svn path=/head/; revision=497686
Diffstat (limited to 'benchmarks/httperf')
-rw-r--r--benchmarks/httperf/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/benchmarks/httperf/Makefile b/benchmarks/httperf/Makefile
index cf2d111b1404..d226a4121a00 100644
--- a/benchmarks/httperf/Makefile
+++ b/benchmarks/httperf/Makefile
@@ -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>