From owner-svn-ports-all@freebsd.org Mon May 8 17:58:20 2017 Return-Path: Delivered-To: svn-ports-all@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 C80D4D63A5C; Mon, 8 May 2017 17:58:20 +0000 (UTC) (envelope-from olivier@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 8587E1CCE; Mon, 8 May 2017 17:58:20 +0000 (UTC) (envelope-from olivier@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v48HwJMv061461; Mon, 8 May 2017 17:58:19 GMT (envelope-from olivier@FreeBSD.org) Received: (from olivier@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v48HwJnp061457; Mon, 8 May 2017 17:58:19 GMT (envelope-from olivier@FreeBSD.org) Message-Id: <201705081758.v48HwJnp061457@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivier set sender to olivier@FreeBSD.org using -f From: Olivier Cochard Date: Mon, 8 May 2017 17:58:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440444 - 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-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 May 2017 17:58:20 -0000 Author: olivier Date: Mon May 8 17:58:19 2017 New Revision: 440444 URL: https://svnweb.freebsd.org/changeset/ports/440444 Log: Updating to version 0.08.00 PR: 219138 Submitted by: luca.pizzamiglio@gmail.com (maintainer) Modified: head/benchmarks/stress-ng/Makefile head/benchmarks/stress-ng/distinfo head/benchmarks/stress-ng/files/patch-Makefile head/benchmarks/stress-ng/files/patch-stress-cpu.c Modified: head/benchmarks/stress-ng/Makefile ============================================================================== --- head/benchmarks/stress-ng/Makefile Mon May 8 17:47:49 2017 (r440443) +++ head/benchmarks/stress-ng/Makefile Mon May 8 17:58:19 2017 (r440444) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= stress-ng -PORTVERSION= 0.07.29 +PORTVERSION= 0.08.00 CATEGORIES= benchmarks MASTER_SITES= http://kernel.ubuntu.com/~cking/tarballs/stress-ng/ @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING BROKEN_aarch64= Fails to link: missing sbrk -USES= gmake +USES= gmake compiler:c11 ALL_TARGET= # empty PLIST_FILES= bin/stress-ng man/man1/stress-ng.1.gz Modified: head/benchmarks/stress-ng/distinfo ============================================================================== --- head/benchmarks/stress-ng/distinfo Mon May 8 17:47:49 2017 (r440443) +++ head/benchmarks/stress-ng/distinfo Mon May 8 17:58:19 2017 (r440444) @@ -1,3 +1,3 @@ -TIMESTAMP = 1492594338 -SHA256 (stress-ng-0.07.29.tar.gz) = 71a9555d1d9ee0a4a9bca9ee14294289ee77e998a951c7071df6cc8e153d8410 -SIZE (stress-ng-0.07.29.tar.gz) = 374341 +TIMESTAMP = 1494232106 +SHA256 (stress-ng-0.08.00.tar.gz) = 213b07d2739d256ba0ef838c283595394da352d759140744551324afda17bd2b +SIZE (stress-ng-0.08.00.tar.gz) = 405660 Modified: head/benchmarks/stress-ng/files/patch-Makefile ============================================================================== --- head/benchmarks/stress-ng/files/patch-Makefile Mon May 8 17:47:49 2017 (r440443) +++ head/benchmarks/stress-ng/files/patch-Makefile Mon May 8 17:58:19 2017 (r440444) @@ -1,6 +1,15 @@ ---- Makefile.orig 2016-10-17 09:59:22 UTC +--- Makefile.orig 2017-05-06 12:36:12 UTC +++ Makefile -@@ -601,7 +601,7 @@ stress-cpu.o: stress-cpu.c +@@ -21,7 +21,7 @@ VERSION=0.08.00 + # Codename "harmful hardware harasser" + # + +-CFLAGS += -Wall -Wextra -DVERSION='"$(VERSION)"' -O2 -std=gnu99 ++CFLAGS += -Wall -Wextra -DVERSION='"$(VERSION)"' -O2 -std=gnu11 + + # + # Pedantic flags +@@ -783,7 +783,7 @@ stress-cpu.o: stress-cpu.c @rm -f test-decimal.c test-decimal.o perf.o: perf.c perf-event.c Modified: head/benchmarks/stress-ng/files/patch-stress-cpu.c ============================================================================== --- head/benchmarks/stress-ng/files/patch-stress-cpu.c Mon May 8 17:47:49 2017 (r440443) +++ head/benchmarks/stress-ng/files/patch-stress-cpu.c Mon May 8 17:58:19 2017 (r440444) @@ -1,6 +1,6 @@ ---- stress-cpu.c.orig 2016-10-17 09:59:22 UTC +--- stress-cpu.c.orig 2017-05-06 12:36:12 UTC +++ stress-cpu.c -@@ -57,7 +57,6 @@ +@@ -50,7 +50,6 @@ #define ccosl ccos #define csinl csin #define cpow pow