diff options
-rw-r--r-- | benchmarks/stress-ng/Makefile | 3 | ||||
-rw-r--r-- | benchmarks/stress-ng/distinfo | 4 | ||||
-rw-r--r-- | benchmarks/stress-ng/files/extrapatch-Makefile | 14 |
3 files changed, 11 insertions, 10 deletions
diff --git a/benchmarks/stress-ng/Makefile b/benchmarks/stress-ng/Makefile index 7a35d33724b8..6b5aa74665e7 100644 --- a/benchmarks/stress-ng/Makefile +++ b/benchmarks/stress-ng/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= stress-ng -PORTVERSION= 0.04.21 +PORTVERSION= 0.05.18 CATEGORIES= benchmarks MASTER_SITES= http://kernel.ubuntu.com/~cking/tarballs/stress-ng/ @@ -11,6 +11,7 @@ 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 diff --git a/benchmarks/stress-ng/distinfo b/benchmarks/stress-ng/distinfo index 6f422f555bf5..d3f419f608a6 100644 --- a/benchmarks/stress-ng/distinfo +++ b/benchmarks/stress-ng/distinfo @@ -1,2 +1,2 @@ -SHA256 (stress-ng-0.04.21.tar.gz) = 72cd94ee22e8783ca17c537c8d3fc4918c53ede6d60e897e9f4ca732589153dc -SIZE (stress-ng-0.04.21.tar.gz) = 241559 +SHA256 (stress-ng-0.05.18.tar.gz) = f99ca056e8d3d213db20c8c4743d5785bf3097dc621936e33e7f2af70863a08f +SIZE (stress-ng-0.05.18.tar.gz) = 292138 diff --git a/benchmarks/stress-ng/files/extrapatch-Makefile b/benchmarks/stress-ng/files/extrapatch-Makefile index 9220658e2bd8..3f85538ce938 100644 --- a/benchmarks/stress-ng/files/extrapatch-Makefile +++ b/benchmarks/stress-ng/files/extrapatch-Makefile @@ -1,11 +1,11 @@ ---- Makefile.orig 2015-09-25 10:15:45 UTC -+++ Makefile -@@ -165,7 +165,7 @@ OBJS = $(SRC:.c=.o) +--- Makefile.orig 2016-02-19 13:41:26.000000000 +0100 ++++ Makefile 2016-02-19 16:02:35.583431776 +0100 +@@ -307,7 +307,7 @@ @$(CC) $(CFLAGS) -c -o $@ $< stress-ng: $(OBJS) -- $(CC) $(CPPFLAGS) $(CFLAGS) $(OBJS) -lm -pthread -lrt -lcrypt -o $@ $(LDFLAGS) -+ $(CC) $(CPPFLAGS) $(CFLAGS) $(OBJS) -lm -pthread -lrt -lcrypt -lstdc++ -o $@ $(LDFLAGS) +- $(CC) $(CPPFLAGS) $(CFLAGS) $(OBJS) -lm $(LDFLAGS) -o $@ ++ $(CC) $(CPPFLAGS) $(CFLAGS) $(OBJS) -lm -lstdc++ $(LDFLAGS) -o $@ - stress-cpu.o: stress-cpu.c - @echo $(CC) $(CFLAGS) -c -o $@ $< + # + # check if we can build against AppArmor |