Index: head/benchmarks/stress-ng/Makefile =================================================================== --- head/benchmarks/stress-ng/Makefile (revision 430470) +++ head/benchmarks/stress-ng/Makefile (revision 430471) @@ -1,32 +1,25 @@ # $FreeBSD$ PORTNAME= stress-ng -PORTVERSION= 0.07.11 +PORTVERSION= 0.07.13 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.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 +.include Index: head/benchmarks/stress-ng/distinfo =================================================================== --- head/benchmarks/stress-ng/distinfo (revision 430470) +++ head/benchmarks/stress-ng/distinfo (revision 430471) @@ -1,3 +1,3 @@ -TIMESTAMP = 1482269395 -SHA256 (stress-ng-0.07.11.tar.gz) = cd75a64c585dc47e71641e4e654d7689ede0294b6beca7eec174a42462f57381 -SIZE (stress-ng-0.07.11.tar.gz) = 345544 +TIMESTAMP = 1483386553 +SHA256 (stress-ng-0.07.13.tar.gz) = 1fc8e60653ab75f288ce58b63ed162eedda2d5a2b254f0ad47ed6283deeddfe8 +SIZE (stress-ng-0.07.13.tar.gz) = 349935 Index: head/benchmarks/stress-ng/files/extrapatch-Makefile =================================================================== --- head/benchmarks/stress-ng/files/extrapatch-Makefile (revision 430470) +++ head/benchmarks/stress-ng/files/extrapatch-Makefile (nonexistent) @@ -1,11 +0,0 @@ ---- Makefile.orig 2016-11-28 10:42:07.029535000 +0100 -+++ Makefile 2016-11-28 10:42:33.403489000 +0100 -@@ -392,7 +392,7 @@ - @$(CC) $(CFLAGS) -c -o $@ $< - - stress-ng: $(OBJS) -- $(CC) $(CPPFLAGS) $(CFLAGS) $(OBJS) -lm $(LDFLAGS) -lc -o $@ -+ $(CC) $(CPPFLAGS) $(CFLAGS) $(OBJS) -lm -lstdc++ $(LDFLAGS) -lc -o $@ - - # - # check if we can build against AppArmor Property changes on: head/benchmarks/stress-ng/files/extrapatch-Makefile ___________________________________________________________________ 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-stress-cpu.h =================================================================== --- head/benchmarks/stress-ng/files/extrapatch-stress-cpu.h (revision 430470) +++ head/benchmarks/stress-ng/files/extrapatch-stress-cpu.h (nonexistent) @@ -1,10 +0,0 @@ ---- 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 ___________________________________________________________________ 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