From owner-svn-ports-head@freebsd.org Tue Dec 20 21:34:08 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F3AEDC88BC8; Tue, 20 Dec 2016 21:34:07 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A907712DC; Tue, 20 Dec 2016 21:34:07 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBKLY68V078215; Tue, 20 Dec 2016 21:34:06 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBKLY6Bt078212; Tue, 20 Dec 2016 21:34:06 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201612202134.uBKLY6Bt078212@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Tue, 20 Dec 2016 21:34:06 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Dec 2016 21:34:08 -0000 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