svn commit: r472702 - head/benchmarks/netperfmeter

Mark Linimon linimon at FreeBSD.org
Mon Jun 18 14:49:49 UTC 2018


Author: linimon
Date: Mon Jun 18 14:49:46 2018
New Revision: 472702
URL: https://svnweb.freebsd.org/changeset/ports/472702

Log:
  Mark as broken on powerpc64.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/benchmarks/netperfmeter/Makefile

Modified: head/benchmarks/netperfmeter/Makefile
==============================================================================
--- head/benchmarks/netperfmeter/Makefile	Mon Jun 18 14:49:42 2018	(r472701)
+++ head/benchmarks/netperfmeter/Makefile	Mon Jun 18 14:49:46 2018	(r472702)
@@ -12,6 +12,8 @@ COMMENT=	Network Performance Meter
 LICENSE=	GPLv3+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN_powerpc64=	fails to compile: unrecognized command line option "-Wno-array-bounds"
+
 USES=		cmake shebangfix
 CMAKE_ON=	BUILD_PLOT_PROGRAMS
 CMAKE_OFF=	BUILD_TEST_PROGRAMS WITH_NEAT


More information about the svn-ports-all mailing list