svn commit: r497687 - branches/2019Q2/benchmarks/httperf

Antoine Brodin antoine at FreeBSD.org
Wed Apr 3 08:52:14 UTC 2019


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>


More information about the svn-ports-all mailing list