Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/freebsd/freebsd-ports.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2022-11-08 15:27:59 +0300
committerKirill Ponomarev <krion@FreeBSD.org>2022-11-08 15:27:59 +0300
commita486204e6a2810f734ea125d4e193b2ae98677b0 (patch)
tree20b2b8f9de3619b3078e27977f443db28e53824d /benchmarks
parent03d42d67027a064bb851a50f5341fcc29bccfdc4 (diff)
benchmarks/fio: Update to 3.33
Don't override optimization set by framework Enable verbose build output by default PR: 267632 Reported by: dizzy
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/fio/Makefile9
-rw-r--r--benchmarks/fio/distinfo6
2 files changed, 9 insertions, 6 deletions
diff --git a/benchmarks/fio/Makefile b/benchmarks/fio/Makefile
index fa0fe73b3fea..6d46a3ff0ad0 100644
--- a/benchmarks/fio/Makefile
+++ b/benchmarks/fio/Makefile
@@ -1,5 +1,5 @@
PORTNAME= fio
-PORTVERSION= 3.32
+DISTVERSION= 3.33
CATEGORIES= benchmarks
MASTER_SITES= https://brick.kernel.dk/snaps/
@@ -13,8 +13,11 @@ LICENSE_FILE= ${WRKSRC}/COPYING
USES= compiler:c11 gmake tar:bzip2
HAS_CONFIGURE= yes
-CONFIGURE_ARGS+= --disable-native
-
+CONFIGURE_ARGS= --disable-native \
+ --disable-optimizations
+MAKE_ARGS= DEBUGFLAGS= \
+ OPTFLAGS= \
+ V=1
CONFLICTS_INSTALL= py*-Fiona
OPTIONS_DEFINE= EXAMPLES GNUPLOT LIBNFS
diff --git a/benchmarks/fio/distinfo b/benchmarks/fio/distinfo
index 52f3a2b66679..0c8cbbc7d1e2 100644
--- a/benchmarks/fio/distinfo
+++ b/benchmarks/fio/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1661974132
-SHA256 (fio-3.32.tar.bz2) = bb093c5c2577128c5aeb3cd2e56e4e68817d62aaf8028eb90be84efe4dff8e72
-SIZE (fio-3.32.tar.bz2) = 6021482
+TIMESTAMP = 1667867279
+SHA256 (fio-3.33.tar.bz2) = 0ba3748e1ab7619bc749b3a233c3ac7f466aa3202119cff8e17e4f2c110f6c20
+SIZE (fio-3.33.tar.bz2) = 6025177