git: aab16c4bda52 - 2022Q4 - benchmarks/fio: Update to 3.33

From: Kirill Ponomarev <krion_at_FreeBSD.org>
Date: Tue, 08 Nov 2022 12:30:14 UTC
The branch 2022Q4 has been updated by krion:

URL: https://cgit.FreeBSD.org/ports/commit/?id=aab16c4bda5239e052ee5674f9a45f7925da8fb0

commit aab16c4bda5239e052ee5674f9a45f7925da8fb0
Author:     Kirill Ponomarev <krion@FreeBSD.org>
AuthorDate: 2022-11-08 12:27:59 +0000
Commit:     Kirill Ponomarev <krion@FreeBSD.org>
CommitDate: 2022-11-08 12:30:10 +0000

    benchmarks/fio: Update to 3.33
    
    Don't override optimization set by framework
    Enable verbose build output by default
    
    PR:             267632
    Reported by:    dizzy
    
    (cherry picked from commit a486204e6a2810f734ea125d4e193b2ae98677b0)
---
 benchmarks/fio/Makefile | 9 ++++++---
 benchmarks/fio/distinfo | 6 +++---
 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