svn commit: r459947 - head/benchmarks/fio

Baptiste Daroussin bapt at FreeBSD.org
Thu Jan 25 15:04:08 UTC 2018


Author: bapt
Date: Thu Jan 25 15:04:07 2018
New Revision: 459947
URL: https://svnweb.freebsd.org/changeset/ports/459947

Log:
  Lift BROKEN flags to reflect actual state of support
  
  Thanks swills for testing on powerpc64
  
  Reported by:	Upstream

Modified:
  head/benchmarks/fio/Makefile

Modified: head/benchmarks/fio/Makefile
==============================================================================
--- head/benchmarks/fio/Makefile	Thu Jan 25 15:00:27 2018	(r459946)
+++ head/benchmarks/fio/Makefile	Thu Jan 25 15:04:07 2018	(r459947)
@@ -18,9 +18,8 @@ GNUPLOT_DESC=	Support for plotting graphs
 
 GNUPLOT_BUILD_DEPENDS=	${LOCALBASE}/bin/gnuplot:math/gnuplot
 
-BROKEN_aarch64=		Fails to compile: error: sys/auxv.h file not found
-BROKEN_armv6=		Fails to compile: error: use of undeclared identifier nop
-BROKEN_powerpc64=	Fails to compile: verify.c:1574: undefined reference to bswap64
+BROKEN_aarch64=		Fails to compile: undefined symbol: getauxval
+BROKEN_armv6=		Fails to compile: unsupported ARM architecture
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/fio ${STAGEDIR}${PREFIX}/bin


More information about the svn-ports-all mailing list