From owner-svn-ports-all@freebsd.org Wed Sep 9 19:40:55 2015 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 B4B1BA019A1; Wed, 9 Sep 2015 19:40:55 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 8D40B1F37; Wed, 9 Sep 2015 19:40:55 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t89JetU8058395; Wed, 9 Sep 2015 19:40:55 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t89JethJ058393; Wed, 9 Sep 2015 19:40:55 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201509091940.t89JethJ058393@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Wed, 9 Sep 2015 19:40:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r396529 - in head/benchmarks/filebench: . 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.20 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: Wed, 09 Sep 2015 19:40:55 -0000 Author: jbeich Date: Wed Sep 9 19:40:54 2015 New Revision: 396529 URL: https://svnweb.freebsd.org/changeset/ports/396529 Log: benchmarks/filebench: fix cosmetic issues - Expand Linux ppc into FreeBSD powerpc and powerpc64 - Reword COMMENT based on summary in ${WRKSRC}/README - Rename files/patch-* according to |make makepatch| - Pet |portlint -C| PR: 202989 Approved by: portmgr blanket Added: head/benchmarks/filebench/files/patch-parser__gram.c - copied, changed from r396524, head/benchmarks/filebench/files/patch-parser_gram.c Deleted: head/benchmarks/filebench/files/patch-parser_gram.c Modified: head/benchmarks/filebench/Makefile Modified: head/benchmarks/filebench/Makefile ============================================================================== --- head/benchmarks/filebench/Makefile Wed Sep 9 19:36:49 2015 (r396528) +++ head/benchmarks/filebench/Makefile Wed Sep 9 19:40:54 2015 (r396529) @@ -8,11 +8,12 @@ MASTER_SITES= http://www.fsl.cs.sunysb.e DISTNAME= go_filebench-1.4.8.fsl.0.8 MAINTAINER= tj@FreeBSD.org -COMMENT= Performance Test of Filesystem I/O +COMMENT= Model-based file system workload generator -ONLY_FOR_ARCHS= amd64 i386 ia64 ppc +LICENSE= CDDL + +ONLY_FOR_ARCHS= amd64 i386 ia64 powerpc powerpc64 GNU_CONFIGURE= yes -LICENSE= CDDL .include Copied and modified: head/benchmarks/filebench/files/patch-parser__gram.c (from r396524, head/benchmarks/filebench/files/patch-parser_gram.c) ============================================================================== --- head/benchmarks/filebench/files/patch-parser_gram.c Wed Sep 9 18:00:46 2015 (r396524, copy source) +++ head/benchmarks/filebench/files/patch-parser__gram.c Wed Sep 9 19:40:54 2015 (r396529) @@ -1,6 +1,6 @@ ---- parser_gram.c.orig 2013-01-18 18:18:01.000000000 +0100 -+++ parser_gram.c 2013-01-18 18:18:07.000000000 +0100 -@@ -114,7 +114,7 @@ +--- parser_gram.c.orig 2010-12-30 21:42:39 UTC ++++ parser_gram.c +@@ -114,7 +114,7 @@ static GetLine *gl; /* executable name to execute worker processes later */ char *execname;