Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 May 2023 21:08:37 GMT
From:      Luca Pizzamiglio <pizzamig@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 6409c1505e7a - main - benchmarks/stress-ng: Update to 0.15.08
Message-ID:  <202305292108.34TL8bbI033898@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by pizzamig:

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

commit 6409c1505e7ae34375299801aa334e6f0dbc5ae8
Author:     Luca Pizzamiglio <pizzamig@FreeBSD.org>
AuthorDate: 2023-05-29 21:08:07 +0000
Commit:     Luca Pizzamiglio <pizzamig@FreeBSD.org>
CommitDate: 2023-05-29 21:08:07 +0000

    benchmarks/stress-ng: Update to 0.15.08
    
    Disable VECMATH for i386
---
 benchmarks/stress-ng/Makefile | 6 +++++-
 benchmarks/stress-ng/distinfo | 6 +++---
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/benchmarks/stress-ng/Makefile b/benchmarks/stress-ng/Makefile
index 1222fe922829..d1df1764a018 100644
--- a/benchmarks/stress-ng/Makefile
+++ b/benchmarks/stress-ng/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	stress-ng
 DISTVERSIONPREFIX=	V
-DISTVERSION=	0.15.06
+DISTVERSION=	0.15.08
 CATEGORIES=	benchmarks
 
 MAINTAINER=	pizzamig@FreeBSD.org
@@ -51,6 +51,10 @@ USE_GL=	egl glesv2 gbm
 
 pre-patch:
 	${MKDIR} ${WRKSRC}/configs
+.if ${ARCH} == i386
+	${TOUCH} ${WRKSRC}/configs/HAVE_VECMATH
+.endif
+
 
 #to dsiable Intel IPSEC detection
 post-patch-INTELIPSEC-off:
diff --git a/benchmarks/stress-ng/distinfo b/benchmarks/stress-ng/distinfo
index a8e4df79cfa2..66619b1c05cc 100644
--- a/benchmarks/stress-ng/distinfo
+++ b/benchmarks/stress-ng/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1679824033
-SHA256 (ColinIanKing-stress-ng-V0.15.06_GH0.tar.gz) = c38cefcf0a83f6c65aed7c36e57a9a1ee8373418ef71cf089a75b0661dcd4623
-SIZE (ColinIanKing-stress-ng-V0.15.06_GH0.tar.gz) = 3813785
+TIMESTAMP = 1685388138
+SHA256 (ColinIanKing-stress-ng-V0.15.08_GH0.tar.gz) = aca526f434bcf27fcf62da57f70458c7736899318b570bce0ee3da05a51cb84a
+SIZE (ColinIanKing-stress-ng-V0.15.08_GH0.tar.gz) = 3839684



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