aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/fio
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2019-09-30 09:07:19 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2019-09-30 09:07:19 +0000
commitb4789211bf281b05bd0d73953c955ac7e105190e (patch)
treea8d4027ae9b775a9acd187c6164bc1defec7d96e /benchmarks/fio
parent590788486eaa30f6f46c861c517f06e573b6cc81 (diff)
downloadports-b4789211bf281b05bd0d73953c955ac7e105190e.tar.gz
ports-b4789211bf281b05bd0d73953c955ac7e105190e.zip
Disable native CPU support and hence some advanced instructions to
prevent breakage execution with some older CPUs Reported by: avg
Notes
Notes: svn path=/head/; revision=513333
Diffstat (limited to 'benchmarks/fio')
-rw-r--r--benchmarks/fio/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/benchmarks/fio/Makefile b/benchmarks/fio/Makefile
index b9f83def3e9d..d9de57a21c1c 100644
--- a/benchmarks/fio/Makefile
+++ b/benchmarks/fio/Makefile
@@ -3,6 +3,7 @@
PORTNAME= fio
PORTVERSION= 3.16
+PORTREVISION= 1
CATEGORIES= benchmarks
MASTER_SITES= http://brick.kernel.dk/snaps/
@@ -12,8 +13,11 @@ COMMENT= Flexible IO tester
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
+HAS_CONFIGURE= yes
USES= gmake tar:bzip2
+CONFIGURE_ARGS+= --disable-native
+
OPTIONS_DEFINE= GNUPLOT EXAMPLES
GNUPLOT_DESC= Support for plotting graphs