diff options
author | Luca Pizzamiglio <pizzamig@FreeBSD.org> | 2018-03-05 13:50:26 +0000 |
---|---|---|
committer | Luca Pizzamiglio <pizzamig@FreeBSD.org> | 2018-03-05 13:50:26 +0000 |
commit | dd6c095d9d3ce38ba45f17ddc1464be58a02be16 (patch) | |
tree | 43b372e6fdc6f46b8816eda4a37ed9439bc8fe74 /benchmarks | |
parent | 9515f55d9dec42532dca2494c15c3ee7e7a2c194 (diff) | |
download | ports-dd6c095d9d3ce38ba45f17ddc1464be58a02be16.tar.gz ports-dd6c095d9d3ce38ba45f17ddc1464be58a02be16.zip |
Notes
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/stress-ng/Makefile | 2 | ||||
-rw-r--r-- | benchmarks/stress-ng/distinfo | 6 | ||||
-rw-r--r-- | benchmarks/stress-ng/files/patch-Makefile | 13 |
3 files changed, 6 insertions, 15 deletions
diff --git a/benchmarks/stress-ng/Makefile b/benchmarks/stress-ng/Makefile index 9485a359132d..0e559c831720 100644 --- a/benchmarks/stress-ng/Makefile +++ b/benchmarks/stress-ng/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= stress-ng -PORTVERSION= 0.09.16 +PORTVERSION= 0.09.18 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 12dcf8e022da..df7e69343960 100644 --- a/benchmarks/stress-ng/distinfo +++ b/benchmarks/stress-ng/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1519123575 -SHA256 (stress-ng-0.09.16.tar.xz) = 062a8d8cda9c00ff760c39ae80937f1a4b8d5b7b02264e81ae2ff8babf44deb4 -SIZE (stress-ng-0.09.16.tar.xz) = 327620 +TIMESTAMP = 1520254802 +SHA256 (stress-ng-0.09.18.tar.xz) = 46c88332b91838af27f4b80c2e621e744ae04ce6f19b150ac748f9ba43d22509 +SIZE (stress-ng-0.09.18.tar.xz) = 332256 diff --git a/benchmarks/stress-ng/files/patch-Makefile b/benchmarks/stress-ng/files/patch-Makefile index 1b397302534a..b79ac483eea9 100644 --- a/benchmarks/stress-ng/files/patch-Makefile +++ b/benchmarks/stress-ng/files/patch-Makefile @@ -1,6 +1,6 @@ ---- Makefile.orig 2018-02-15 17:41:52 UTC +--- Makefile.orig 2018-02-28 16:27:58 UTC +++ Makefile -@@ -21,7 +21,7 @@ VERSION=0.09.16 +@@ -21,7 +21,7 @@ VERSION=0.09.18 # Codename "portable pressure producer" # @@ -9,12 +9,3 @@ # # Pedantic flags -@@ -345,7 +345,7 @@ personality.h: - stress-personality.c: personality.h - - perf.o: perf.c perf-event.c -- @gcc -E perf-event.c | grep "PERF_COUNT" | sed 's/,/ /' | awk {'print "#define _SNG_" $$1 " (1)"'} > perf-event.h -+ @$(CC) -E perf-event.c | grep "PERF_COUNT" | sed 's/,/ /' | awk {'print "#define _SNG_" $$1 " (1)"'} > perf-event.h - @echo CC $< - @$(CC) $(CFLAGS) -c -o $@ $< - |