diff options
author | olivier <olivier@FreeBSD.org> | 2017-05-31 18:07:59 +0800 |
---|---|---|
committer | olivier <olivier@FreeBSD.org> | 2017-05-31 18:07:59 +0800 |
commit | 9bd8d2d73089a46e07a24ae6bc80e0c6ea418c12 (patch) | |
tree | 6591b4ab135a42d0b80e04f1380a8900099ae28b /benchmarks | |
parent | 279ac432502f735a0ec0eb001e11b768bad52270 (diff) | |
download | freebsd-ports-gnome-9bd8d2d73089a46e07a24ae6bc80e0c6ea418c12.tar.gz freebsd-ports-gnome-9bd8d2d73089a46e07a24ae6bc80e0c6ea418c12.tar.zst freebsd-ports-gnome-9bd8d2d73089a46e07a24ae6bc80e0c6ea418c12.zip |
Updating to version 0.08.02
PR: 219677
Submitted by: luca.pizzamiglio@gmail.com (maintainer)
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 | 10 |
3 files changed, 9 insertions, 9 deletions
diff --git a/benchmarks/stress-ng/Makefile b/benchmarks/stress-ng/Makefile index 33edf74addd6..d6f37ee0a203 100644 --- a/benchmarks/stress-ng/Makefile +++ b/benchmarks/stress-ng/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= stress-ng -PORTVERSION= 0.08.00 +PORTVERSION= 0.08.02 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 5eaaf2d17501..43e7455e8cf0 100644 --- a/benchmarks/stress-ng/distinfo +++ b/benchmarks/stress-ng/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1494232106 -SHA256 (stress-ng-0.08.00.tar.gz) = 213b07d2739d256ba0ef838c283595394da352d759140744551324afda17bd2b -SIZE (stress-ng-0.08.00.tar.gz) = 405660 +TIMESTAMP = 1496222163 +SHA256 (stress-ng-0.08.02.tar.gz) = 810bb3ada6e3655ea95ba6a8152245e103adc006a94b644751b9d39da0f62597 +SIZE (stress-ng-0.08.02.tar.gz) = 412055 diff --git a/benchmarks/stress-ng/files/patch-Makefile b/benchmarks/stress-ng/files/patch-Makefile index cb2f8b315daa..0d0ef6e2a6d9 100644 --- a/benchmarks/stress-ng/files/patch-Makefile +++ b/benchmarks/stress-ng/files/patch-Makefile @@ -1,6 +1,6 @@ ---- Makefile.orig 2017-05-06 12:36:12 UTC +--- Makefile.orig 2017-05-18 12:29:44 UTC +++ Makefile -@@ -21,7 +21,7 @@ VERSION=0.08.00 +@@ -21,7 +21,7 @@ VERSION=0.08.02 # Codename "harmful hardware harasser" # @@ -9,12 +9,12 @@ # # Pedantic flags -@@ -783,7 +783,7 @@ stress-cpu.o: stress-cpu.c +@@ -786,7 +786,7 @@ stress-cpu.o: stress-cpu.c @rm -f test-decimal.c test-decimal.o 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 - $(CC) $(CFLAGS) -c -o $@ $< + @echo $(CC) $(CFLAGS) -c -o $@ $< + @$(CC) $(CFLAGS) -c -o $@ $< - stress-wcstr.o: stress-wcstr.c |