Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Jan 2018 15:04:07 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r459947 - head/benchmarks/fio
Message-ID:  <201801251504.w0PF47aU003707@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801251504.w0PF47aU003707>