Index: head/benchmarks/stress-ng/Makefile =================================================================== --- head/benchmarks/stress-ng/Makefile (revision 427301) +++ head/benchmarks/stress-ng/Makefile (revision 427302) @@ -1,32 +1,32 @@ # $FreeBSD$ PORTNAME= stress-ng -PORTVERSION= 0.07.02 +PORTVERSION= 0.07.07 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 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 \ +EXTRA_PATCHES+= ${FILESDIR}/extrapatch-stress-cpu.h \ ${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 427301) +++ head/benchmarks/stress-ng/distinfo (revision 427302) @@ -1,3 +1,3 @@ -TIMESTAMP = 1478684146 -SHA256 (stress-ng-0.07.02.tar.gz) = 8b9cf270bd0288e23d93d2b41f76c94f9af989f5fede1432f2b1e49f9eda6f7f -SIZE (stress-ng-0.07.02.tar.gz) = 343763 +TIMESTAMP = 1480323994 +SHA256 (stress-ng-0.07.07.tar.gz) = 263919f026bd7d864b822d799f66ddd2406ea6e78677edc53226fcb184f674e6 +SIZE (stress-ng-0.07.07.tar.gz) = 342120 Index: head/benchmarks/stress-ng/files/extrapatch-stress-cpu.c =================================================================== --- head/benchmarks/stress-ng/files/extrapatch-stress-cpu.c (revision 427301) +++ head/benchmarks/stress-ng/files/extrapatch-stress-cpu.c (nonexistent) @@ -1,10 +0,0 @@ ---- stress-cpu.c.orig 2015-09-18 14:50:12 UTC -+++ stress-cpu.c -@@ -23,6 +23,7 @@ - * - */ - #define _GNU_SOURCE -+#define _DECLARE_C99_LDBL_MATH 1 - - #include - #include Property changes on: head/benchmarks/stress-ng/files/extrapatch-stress-cpu.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/benchmarks/stress-ng/files/extrapatch-Makefile =================================================================== --- head/benchmarks/stress-ng/files/extrapatch-Makefile (revision 427301) +++ head/benchmarks/stress-ng/files/extrapatch-Makefile (revision 427302) @@ -1,11 +1,11 @@ ---- Makefile.orig 2016-02-19 13:41:26.000000000 +0100 -+++ Makefile 2016-02-19 16:02:35.583431776 +0100 -@@ -307,7 +307,7 @@ +--- Makefile.orig 2016-11-28 10:42:07.029535000 +0100 ++++ Makefile 2016-11-28 10:42:33.403489000 +0100 +@@ -387,7 +387,7 @@ @$(CC) $(CFLAGS) -c -o $@ $< stress-ng: $(OBJS) - $(CC) $(CPPFLAGS) $(CFLAGS) $(OBJS) -lm $(LDFLAGS) -o $@ + $(CC) $(CPPFLAGS) $(CFLAGS) $(OBJS) -lm -lstdc++ $(LDFLAGS) -o $@ # # check if we can build against AppArmor Index: head/benchmarks/stress-ng/files/extrapatch-stress-cpu.h =================================================================== --- head/benchmarks/stress-ng/files/extrapatch-stress-cpu.h (nonexistent) +++ head/benchmarks/stress-ng/files/extrapatch-stress-cpu.h (revision 427302) @@ -0,0 +1,10 @@ +--- stress-ng.h.orig 2016-11-28 10:45:15.430051000 +0100 ++++ stress-ng.h 2016-11-28 10:45:25.621013000 +0100 +@@ -27,6 +27,7 @@ + #define __STRESS_NG_H__ + + #define _GNU_SOURCE ++#define _DECLARE_C99_LDBL_MATH 1 + + #include + #include Property changes on: head/benchmarks/stress-ng/files/extrapatch-stress-cpu.h ___________________________________________________________________ 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