1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

benchmarks/stress-ng: Update to 0.12.10

This commit is contained in:
Luca Pizzamiglio 2021-06-13 21:52:32 +02:00
parent dc5c32da49
commit 9d4dbe4df2
3 changed files with 8 additions and 8 deletions

View File

@ -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/

View File

@ -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

View File

@ -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
#