Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Sep 2019 09:07:19 +0000 (UTC)
From:      Kirill Ponomarev <krion@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r513333 - head/benchmarks/fio
Message-ID:  <201909300907.x8U97Jlq067874@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: krion
Date: Mon Sep 30 09:07:19 2019
New Revision: 513333
URL: https://svnweb.freebsd.org/changeset/ports/513333

Log:
  Disable native CPU support and hence some advanced instructions to
  prevent breakage execution with some older CPUs
  
  Reported by:	avg

Modified:
  head/benchmarks/fio/Makefile

Modified: head/benchmarks/fio/Makefile
==============================================================================
--- head/benchmarks/fio/Makefile	Mon Sep 30 08:29:57 2019	(r513332)
+++ head/benchmarks/fio/Makefile	Mon Sep 30 09:07:19 2019	(r513333)
@@ -3,6 +3,7 @@
 
 PORTNAME=	fio
 PORTVERSION=	3.16
+PORTREVISION=	1
 CATEGORIES=	benchmarks
 MASTER_SITES=	http://brick.kernel.dk/snaps/
 
@@ -12,7 +13,10 @@ 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



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