Index: head/benchmarks/stress-ng/Makefile =================================================================== --- head/benchmarks/stress-ng/Makefile (revision 424272) +++ head/benchmarks/stress-ng/Makefile (revision 424273) @@ -1,30 +1,30 @@ # $FreeBSD$ PORTNAME= stress-ng -PORTVERSION= 0.06.18 +PORTVERSION= 0.07.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 USES= gmake ALL_TARGET= # empty PLIST_FILES= bin/stress-ng man/man1/stress-ng.1.gz .include .if ${OSVERSION} < 1000000 EXTRA_PATCHES+= ${FILESDIR}/extrapatch-stress-cpu.c \ ${FILESDIR}/extrapatch-Makefile .endif 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 424272) +++ head/benchmarks/stress-ng/distinfo (revision 424273) @@ -1,3 +1,3 @@ -TIMESTAMP = 1476199771 -SHA256 (stress-ng-0.06.18.tar.gz) = fa073af9925597a1792c4c21c53e0841da4c008f3cf9522bff127ad005da8eaa -SIZE (stress-ng-0.06.18.tar.gz) = 339207 +TIMESTAMP = 1476778500 +SHA256 (stress-ng-0.07.00.tar.gz) = d57a2d510b9086f7c6557c05ca5b7b247bf74f03650e284c15a78e5b0cdca319 +SIZE (stress-ng-0.07.00.tar.gz) = 341086 Index: head/benchmarks/stress-ng/files/patch-Makefile =================================================================== --- head/benchmarks/stress-ng/files/patch-Makefile (nonexistent) +++ head/benchmarks/stress-ng/files/patch-Makefile (revision 424273) @@ -0,0 +1,11 @@ +--- Makefile.orig 2016-10-17 09:59:22 UTC ++++ Makefile +@@ -601,7 +601,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 Property changes on: head/benchmarks/stress-ng/files/patch-Makefile ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/benchmarks/stress-ng/files/patch-stress-cpu.c =================================================================== --- head/benchmarks/stress-ng/files/patch-stress-cpu.c (revision 424272) +++ head/benchmarks/stress-ng/files/patch-stress-cpu.c (revision 424273) @@ -1,10 +1,10 @@ ---- stress-cpu.c.orig 2016-07-15 14:26:33 UTC +--- stress-cpu.c.orig 2016-10-17 09:59:22 UTC +++ stress-cpu.c @@ -57,7 +57,6 @@ #define ccosl ccos #define csinl csin #define cpow pow -#define powl pow #endif - /* + #if defined(__minix__)