Index: head/benchmarks/stress-ng/Makefile =================================================================== --- head/benchmarks/stress-ng/Makefile (revision 440443) +++ head/benchmarks/stress-ng/Makefile (revision 440444) @@ -1,25 +1,25 @@ # $FreeBSD$ PORTNAME= stress-ng -PORTVERSION= 0.07.29 +PORTVERSION= 0.08.00 CATEGORIES= benchmarks MASTER_SITES= http://kernel.ubuntu.com/~cking/tarballs/stress-ng/ MAINTAINER= luca.pizzamiglio@gmail.com COMMENT= Stress test benchmarks LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING BROKEN_aarch64= Fails to link: missing sbrk -USES= gmake +USES= gmake compiler:c11 ALL_TARGET= # empty PLIST_FILES= bin/stress-ng man/man1/stress-ng.1.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/stress-ng ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/stress-ng.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 .include Index: head/benchmarks/stress-ng/distinfo =================================================================== --- head/benchmarks/stress-ng/distinfo (revision 440443) +++ head/benchmarks/stress-ng/distinfo (revision 440444) @@ -1,3 +1,3 @@ -TIMESTAMP = 1492594338 -SHA256 (stress-ng-0.07.29.tar.gz) = 71a9555d1d9ee0a4a9bca9ee14294289ee77e998a951c7071df6cc8e153d8410 -SIZE (stress-ng-0.07.29.tar.gz) = 374341 +TIMESTAMP = 1494232106 +SHA256 (stress-ng-0.08.00.tar.gz) = 213b07d2739d256ba0ef838c283595394da352d759140744551324afda17bd2b +SIZE (stress-ng-0.08.00.tar.gz) = 405660 Index: head/benchmarks/stress-ng/files/patch-Makefile =================================================================== --- head/benchmarks/stress-ng/files/patch-Makefile (revision 440443) +++ head/benchmarks/stress-ng/files/patch-Makefile (revision 440444) @@ -1,11 +1,20 @@ ---- Makefile.orig 2016-10-17 09:59:22 UTC +--- Makefile.orig 2017-05-06 12:36:12 UTC +++ Makefile -@@ -601,7 +601,7 @@ stress-cpu.o: stress-cpu.c +@@ -21,7 +21,7 @@ VERSION=0.08.00 + # Codename "harmful hardware harasser" + # + +-CFLAGS += -Wall -Wextra -DVERSION='"$(VERSION)"' -O2 -std=gnu99 ++CFLAGS += -Wall -Wextra -DVERSION='"$(VERSION)"' -O2 -std=gnu11 + + # + # Pedantic flags +@@ -783,7 +783,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 $@ $< stress-wcstr.o: stress-wcstr.c Index: head/benchmarks/stress-ng/files/patch-stress-cpu.c =================================================================== --- head/benchmarks/stress-ng/files/patch-stress-cpu.c (revision 440443) +++ head/benchmarks/stress-ng/files/patch-stress-cpu.c (revision 440444) @@ -1,10 +1,10 @@ ---- stress-cpu.c.orig 2016-10-17 09:59:22 UTC +--- stress-cpu.c.orig 2017-05-06 12:36:12 UTC +++ stress-cpu.c -@@ -57,7 +57,6 @@ +@@ -50,7 +50,6 @@ #define ccosl ccos #define csinl csin #define cpow pow -#define powl pow #endif #if defined(__minix__)