diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2016-12-20 21:34:06 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2016-12-20 21:34:06 +0000 |
commit | c47b28b2c29c72f6c1d9480eb9d573f6d29b584b (patch) | |
tree | 94186057da5eb3664cd4b09723cc26785c229bd9 /benchmarks | |
parent | 7e5d948e382755f84319918c29c993686b75aebc (diff) | |
download | ports-c47b28b2c29c72f6c1d9480eb9d573f6d29b584b.tar.gz ports-c47b28b2c29c72f6c1d9480eb9d573f6d29b584b.zip |
Notes
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/stress-ng/Makefile | 2 | ||||
-rw-r--r-- | benchmarks/stress-ng/distinfo | 6 | ||||
-rw-r--r-- | benchmarks/stress-ng/files/extrapatch-Makefile | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/benchmarks/stress-ng/Makefile b/benchmarks/stress-ng/Makefile index 79d36af948c8..4033d6095ccc 100644 --- a/benchmarks/stress-ng/Makefile +++ b/benchmarks/stress-ng/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= stress-ng -PORTVERSION= 0.07.07 +PORTVERSION= 0.07.11 CATEGORIES= benchmarks MASTER_SITES= http://kernel.ubuntu.com/~cking/tarballs/stress-ng/ diff --git a/benchmarks/stress-ng/distinfo b/benchmarks/stress-ng/distinfo index 780f37b536e7..b5bbdffd7dd9 100644 --- a/benchmarks/stress-ng/distinfo +++ b/benchmarks/stress-ng/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1480323994 -SHA256 (stress-ng-0.07.07.tar.gz) = 263919f026bd7d864b822d799f66ddd2406ea6e78677edc53226fcb184f674e6 -SIZE (stress-ng-0.07.07.tar.gz) = 342120 +TIMESTAMP = 1482269395 +SHA256 (stress-ng-0.07.11.tar.gz) = cd75a64c585dc47e71641e4e654d7689ede0294b6beca7eec174a42462f57381 +SIZE (stress-ng-0.07.11.tar.gz) = 345544 diff --git a/benchmarks/stress-ng/files/extrapatch-Makefile b/benchmarks/stress-ng/files/extrapatch-Makefile index 35ad37b03268..8c1c8c1a7d40 100644 --- a/benchmarks/stress-ng/files/extrapatch-Makefile +++ b/benchmarks/stress-ng/files/extrapatch-Makefile @@ -1,11 +1,11 @@ --- Makefile.orig 2016-11-28 10:42:07.029535000 +0100 +++ Makefile 2016-11-28 10:42:33.403489000 +0100 -@@ -387,7 +387,7 @@ +@@ -392,7 +392,7 @@ @$(CC) $(CFLAGS) -c -o $@ $< stress-ng: $(OBJS) -- $(CC) $(CPPFLAGS) $(CFLAGS) $(OBJS) -lm $(LDFLAGS) -o $@ -+ $(CC) $(CPPFLAGS) $(CFLAGS) $(OBJS) -lm -lstdc++ $(LDFLAGS) -o $@ +- $(CC) $(CPPFLAGS) $(CFLAGS) $(OBJS) -lm $(LDFLAGS) -lc -o $@ ++ $(CC) $(CPPFLAGS) $(CFLAGS) $(OBJS) -lm -lstdc++ $(LDFLAGS) -lc -o $@ # # check if we can build against AppArmor |