Date: Tue, 20 Dec 2016 21:34:06 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r429032 - in head/benchmarks/stress-ng: . files Message-ID: <201612202134.uBKLY6Bt078212@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ehaupt Date: Tue Dec 20 21:34:06 2016 New Revision: 429032 URL: https://svnweb.freebsd.org/changeset/ports/429032 Log: Update to 0.07.11 PR: 215413 Submitted by: luca.pizzamiglio@gmail.com (maintainer) Modified: head/benchmarks/stress-ng/Makefile head/benchmarks/stress-ng/distinfo head/benchmarks/stress-ng/files/extrapatch-Makefile Modified: head/benchmarks/stress-ng/Makefile ============================================================================== --- head/benchmarks/stress-ng/Makefile Tue Dec 20 21:11:07 2016 (r429031) +++ head/benchmarks/stress-ng/Makefile Tue Dec 20 21:34:06 2016 (r429032) @@ -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/ Modified: head/benchmarks/stress-ng/distinfo ============================================================================== --- head/benchmarks/stress-ng/distinfo Tue Dec 20 21:11:07 2016 (r429031) +++ head/benchmarks/stress-ng/distinfo Tue Dec 20 21:34:06 2016 (r429032) @@ -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 Modified: head/benchmarks/stress-ng/files/extrapatch-Makefile ============================================================================== --- head/benchmarks/stress-ng/files/extrapatch-Makefile Tue Dec 20 21:11:07 2016 (r429031) +++ head/benchmarks/stress-ng/files/extrapatch-Makefile Tue Dec 20 21:34:06 2016 (r429032) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612202134.uBKLY6Bt078212>