aboutsummaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorLuca Pizzamiglio <pizzamig@FreeBSD.org>2021-06-13 19:52:32 +0000
committerLuca Pizzamiglio <pizzamig@FreeBSD.org>2021-06-13 19:52:32 +0000
commit9d4dbe4df23177ec2324df1773a16575a6655919 (patch)
treea06327c95e3b4b5c1b550120e8177b433baf80a5 /benchmarks
parentdc5c32da490ce701a32e6f1f18bd2babb9f33d12 (diff)
downloadports-9d4dbe4df23177ec2324df1773a16575a6655919.tar.gz
ports-9d4dbe4df23177ec2324df1773a16575a6655919.zip
benchmarks/stress-ng: Update to 0.12.10
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/stress-ng/Makefile2
-rw-r--r--benchmarks/stress-ng/distinfo6
-rw-r--r--benchmarks/stress-ng/files/patch-Makefile8
3 files changed, 8 insertions, 8 deletions
diff --git a/benchmarks/stress-ng/Makefile b/benchmarks/stress-ng/Makefile
index abcd6b8e2959..b50e6d26a194 100644
--- a/benchmarks/stress-ng/Makefile
+++ b/benchmarks/stress-ng/Makefile
@@ -1,5 +1,5 @@
PORTNAME= stress-ng
-DISTVERSION= 0.12.09
+DISTVERSION= 0.12.10
PORTREVISION= 0
CATEGORIES= benchmarks
MASTER_SITES= http://kernel.ubuntu.com/~cking/tarballs/stress-ng/
diff --git a/benchmarks/stress-ng/distinfo b/benchmarks/stress-ng/distinfo
index defc6679093b..ff3743609148 100644
--- a/benchmarks/stress-ng/distinfo
+++ b/benchmarks/stress-ng/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1621785154
-SHA256 (stress-ng-0.12.09.tar.xz) = cffac091082c7adbfec649be3c66941c3d622f8b96795656bcce2e20d669cfeb
-SIZE (stress-ng-0.12.09.tar.xz) = 545756
+TIMESTAMP = 1623610551
+SHA256 (stress-ng-0.12.10.tar.xz) = bd167b6559fa8a28680371b1defd3ffe2344eb550129d58dd7d5e2d568f2786e
+SIZE (stress-ng-0.12.10.tar.xz) = 547912
diff --git a/benchmarks/stress-ng/files/patch-Makefile b/benchmarks/stress-ng/files/patch-Makefile
index c9753ea6239e..5bbd73a69660 100644
--- a/benchmarks/stress-ng/files/patch-Makefile
+++ b/benchmarks/stress-ng/files/patch-Makefile
@@ -1,10 +1,10 @@
---- Makefile.orig 2018-11-14 13:17:08 UTC
+--- Makefile.orig 2021-06-07 12:26:04 UTC
+++ Makefile
-@@ -21,7 +21,7 @@ VERSION=0.09.46
- # Codename "portable pressure producer"
+@@ -21,7 +21,7 @@ VERSION=0.12.10
+ # Codename "keen kernel killer"
#
--CFLAGS += -Wall -Wextra -DVERSION='"$(VERSION)"' -O2 -std=gnu99
+-CFLAGS += -Wall -Wextra -DVERSION='"$(VERSION)"' -O2 -std=gnu99 -g
+CFLAGS += -Wall -Wextra -DVERSION='"$(VERSION)"' -O2 -std=gnu11 -pipe
#