View | Details | Raw Unified | Return to bug 213591
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.06.18
4
PORTVERSION=	0.07.00
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 = 1476199771
1
TIMESTAMP = 1476778500
2
SHA256 (stress-ng-0.06.18.tar.gz) = fa073af9925597a1792c4c21c53e0841da4c008f3cf9522bff127ad005da8eaa
2
SHA256 (stress-ng-0.07.00.tar.gz) = d57a2d510b9086f7c6557c05ca5b7b247bf74f03650e284c15a78e5b0cdca319
3
SIZE (stress-ng-0.06.18.tar.gz) = 339207
3
SIZE (stress-ng-0.07.00.tar.gz) = 341086
(-)benchmarks/stress-ng/files/patch-Makefile (+11 lines)
Added Link Here
1
--- Makefile.orig	2016-10-17 09:59:22 UTC
2
+++ Makefile
3
@@ -601,7 +601,7 @@ stress-cpu.o: stress-cpu.c
4
 	@rm -f test-decimal.c test-decimal.o
5
 
6
 perf.o: perf.c perf-event.c
7
-	@gcc -E perf-event.c | grep "PERF_COUNT" | sed 's/,/ /' | awk {'print "#define _SNG_" $$1 " (1)"'} > perf-event.h
8
+	@$(CC) -E perf-event.c | grep "PERF_COUNT" | sed 's/,/ /' | awk {'print "#define _SNG_" $$1 " (1)"'} > perf-event.h
9
 	$(CC) $(CFLAGS) -c -o $@ $<
10
 
11
 stress-wcstr.o: stress-wcstr.c
(-)benchmarks/stress-ng/files/patch-stress-cpu.c (-2 / +2 lines)
Lines 1-4 Link Here
1
--- stress-cpu.c.orig	2016-07-15 14:26:33 UTC
1
--- stress-cpu.c.orig	2016-10-17 09:59:22 UTC
2
+++ stress-cpu.c
2
+++ stress-cpu.c
3
@@ -57,7 +57,6 @@
3
@@ -57,7 +57,6 @@
4
 #define	ccosl	ccos
4
 #define	ccosl	ccos
Lines 7-10 Link Here
7
-#define powl	pow
7
-#define powl	pow
8
 #endif
8
 #endif
9
 
9
 
10
 /*
10
 #if defined(__minix__)

Return to bug 213591