Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Jun 2018 05:02:04 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r472165 - head/benchmarks/fio
Message-ID:  <201806110502.w5B524Bo001926@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Mon Jun 11 05:02:04 2018
New Revision: 472165
URL: https://svnweb.freebsd.org/changeset/ports/472165

Log:
  Apparently works on aarch64.
  
  While here, pet portlint.
  
  PR:		228042 (partial)
  Submitted by:	mikael.urankar

Modified:
  head/benchmarks/fio/Makefile

Modified: head/benchmarks/fio/Makefile
==============================================================================
--- head/benchmarks/fio/Makefile	Mon Jun 11 02:34:57 2018	(r472164)
+++ head/benchmarks/fio/Makefile	Mon Jun 11 05:02:04 2018	(r472165)
@@ -11,15 +11,15 @@ COMMENT=	FIO - flexible IO tester
 
 LICENSE=	GPLv2
 
+BROKEN_armv6=		Fails to compile: unsupported ARM architecture
+BROKEN_armv7=		Fails to compile: unsupported ARM architecture
+
 USES=		gmake tar:bzip2
 
 OPTIONS_DEFINE=	GNUPLOT EXAMPLES
 GNUPLOT_DESC=	Support for plotting graphs
 
 GNUPLOT_BUILD_DEPENDS=	${LOCALBASE}/bin/gnuplot:math/gnuplot
-
-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?201806110502.w5B524Bo001926>