Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Sep 2015 19:40:55 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r396529 - in head/benchmarks/filebench: . files
Message-ID:  <201509091940.t89JethJ058393@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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;
  



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509091940.t89JethJ058393>