From owner-svn-ports-all@freebsd.org Mon Nov 28 12:47:20 2016 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 87524C587B2; Mon, 28 Nov 2016 12:47: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 481A61F55; Mon, 28 Nov 2016 12:47: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 uASClJJi067120; Mon, 28 Nov 2016 12:47:19 GMT (envelope-from olivier@FreeBSD.org) Received: (from olivier@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uASClJov067116; Mon, 28 Nov 2016 12:47:19 GMT (envelope-from olivier@FreeBSD.org) Message-Id: <201611281247.uASClJov067116@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivier set sender to olivier@FreeBSD.org using -f From: Olivier Cochard Date: Mon, 28 Nov 2016 12:47:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427302 - 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, 28 Nov 2016 12:47:20 -0000 Author: olivier Date: Mon Nov 28 12:47:18 2016 New Revision: 427302 URL: https://svnweb.freebsd.org/changeset/ports/427302 Log: Update to 0.07.07 PR: 214899 Submitted by: luca.pizzamiglio@gmail.com (maintainer) Approved by: jadawin (mentor) Differential Revision: https://reviews.freebsd.org/D8661 Added: head/benchmarks/stress-ng/files/extrapatch-stress-cpu.h (contents, props changed) Deleted: head/benchmarks/stress-ng/files/extrapatch-stress-cpu.c 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 Mon Nov 28 12:41:17 2016 (r427301) +++ head/benchmarks/stress-ng/Makefile Mon Nov 28 12:47:18 2016 (r427302) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= stress-ng -PORTVERSION= 0.07.02 +PORTVERSION= 0.07.07 CATEGORIES= benchmarks MASTER_SITES= http://kernel.ubuntu.com/~cking/tarballs/stress-ng/ @@ -21,7 +21,7 @@ PLIST_FILES= bin/stress-ng man/man1/stre .include .if ${OSVERSION} < 1000000 -EXTRA_PATCHES+= ${FILESDIR}/extrapatch-stress-cpu.c \ +EXTRA_PATCHES+= ${FILESDIR}/extrapatch-stress-cpu.h \ ${FILESDIR}/extrapatch-Makefile .endif Modified: head/benchmarks/stress-ng/distinfo ============================================================================== --- head/benchmarks/stress-ng/distinfo Mon Nov 28 12:41:17 2016 (r427301) +++ head/benchmarks/stress-ng/distinfo Mon Nov 28 12:47:18 2016 (r427302) @@ -1,3 +1,3 @@ -TIMESTAMP = 1478684146 -SHA256 (stress-ng-0.07.02.tar.gz) = 8b9cf270bd0288e23d93d2b41f76c94f9af989f5fede1432f2b1e49f9eda6f7f -SIZE (stress-ng-0.07.02.tar.gz) = 343763 +TIMESTAMP = 1480323994 +SHA256 (stress-ng-0.07.07.tar.gz) = 263919f026bd7d864b822d799f66ddd2406ea6e78677edc53226fcb184f674e6 +SIZE (stress-ng-0.07.07.tar.gz) = 342120 Modified: head/benchmarks/stress-ng/files/extrapatch-Makefile ============================================================================== --- head/benchmarks/stress-ng/files/extrapatch-Makefile Mon Nov 28 12:41:17 2016 (r427301) +++ head/benchmarks/stress-ng/files/extrapatch-Makefile Mon Nov 28 12:47:18 2016 (r427302) @@ -1,6 +1,6 @@ ---- Makefile.orig 2016-02-19 13:41:26.000000000 +0100 -+++ Makefile 2016-02-19 16:02:35.583431776 +0100 -@@ -307,7 +307,7 @@ +--- Makefile.orig 2016-11-28 10:42:07.029535000 +0100 ++++ Makefile 2016-11-28 10:42:33.403489000 +0100 +@@ -387,7 +387,7 @@ @$(CC) $(CFLAGS) -c -o $@ $< stress-ng: $(OBJS) Added: head/benchmarks/stress-ng/files/extrapatch-stress-cpu.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/benchmarks/stress-ng/files/extrapatch-stress-cpu.h Mon Nov 28 12:47:18 2016 (r427302) @@ -0,0 +1,10 @@ +--- stress-ng.h.orig 2016-11-28 10:45:15.430051000 +0100 ++++ stress-ng.h 2016-11-28 10:45:25.621013000 +0100 +@@ -27,6 +27,7 @@ + #define __STRESS_NG_H__ + + #define _GNU_SOURCE ++#define _DECLARE_C99_LDBL_MATH 1 + + #include + #include