View | Details | Raw Unified | Return to bug 219677
Collapse All | Expand All

(-)benchmarks/stress-ng/Makefile (-1 / +1 lines)
Lines 1-7 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	stress-ng
3
PORTNAME=	stress-ng
4
PORTVERSION=	0.08.00
4
PORTVERSION=	0.08.02
5
CATEGORIES=	benchmarks
5
CATEGORIES=	benchmarks
6
MASTER_SITES=	http://kernel.ubuntu.com/~cking/tarballs/stress-ng/
6
MASTER_SITES=	http://kernel.ubuntu.com/~cking/tarballs/stress-ng/
7
7
(-)benchmarks/stress-ng/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1494232106
1
TIMESTAMP = 1496222163
2
SHA256 (stress-ng-0.08.00.tar.gz) = 213b07d2739d256ba0ef838c283595394da352d759140744551324afda17bd2b
2
SHA256 (stress-ng-0.08.02.tar.gz) = 810bb3ada6e3655ea95ba6a8152245e103adc006a94b644751b9d39da0f62597
3
SIZE (stress-ng-0.08.00.tar.gz) = 405660
3
SIZE (stress-ng-0.08.02.tar.gz) = 412055
(-)benchmarks/stress-ng/files/patch-Makefile (-5 / +5 lines)
Lines 1-6 Link Here
1
--- Makefile.orig	2017-05-06 12:36:12 UTC
1
--- Makefile.orig	2017-05-18 12:29:44 UTC
2
+++ Makefile
2
+++ Makefile
3
@@ -21,7 +21,7 @@ VERSION=0.08.00
3
@@ -21,7 +21,7 @@ VERSION=0.08.02
4
 # Codename "harmful hardware harasser"
4
 # Codename "harmful hardware harasser"
5
 #
5
 #
6
 
6
 
Lines 9-20 Link Here
9
 
9
 
10
 #
10
 #
11
 # Pedantic flags
11
 # Pedantic flags
12
@@ -783,7 +783,7 @@ stress-cpu.o: stress-cpu.c
12
@@ -786,7 +786,7 @@ stress-cpu.o: stress-cpu.c
13
 	@rm -f test-decimal.c test-decimal.o
13
 	@rm -f test-decimal.c test-decimal.o
14
 
14
 
15
 perf.o: perf.c perf-event.c
15
 perf.o: perf.c perf-event.c
16
-	@gcc -E perf-event.c | grep "PERF_COUNT" | sed 's/,/ /' | awk {'print "#define _SNG_" $$1 " (1)"'} > perf-event.h
16
-	@gcc -E perf-event.c | grep "PERF_COUNT" | sed 's/,/ /' | awk {'print "#define _SNG_" $$1 " (1)"'} > perf-event.h
17
+	@$(CC) -E perf-event.c | grep "PERF_COUNT" | sed 's/,/ /' | awk {'print "#define _SNG_" $$1 " (1)"'} > perf-event.h
17
+	@$(CC) -E perf-event.c | grep "PERF_COUNT" | sed 's/,/ /' | awk {'print "#define _SNG_" $$1 " (1)"'} > perf-event.h
18
 	$(CC) $(CFLAGS) -c -o $@ $<
18
 	@echo $(CC) $(CFLAGS) -c -o $@ $<
19
 	@$(CC) $(CFLAGS) -c -o $@ $<
19
 
20
 
20
 stress-wcstr.o: stress-wcstr.c

Return to bug 219677