aboutsummaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2015-09-09 19:40:54 +0000
committerJan Beich <jbeich@FreeBSD.org>2015-09-09 19:40:54 +0000
commit573195db887ad91e5a4fa524ed1b9b065edd2437 (patch)
treeeb7c6c664503d1b0c7bf96f82a05e772cbac7a7e /benchmarks
parentdec73d3958de19d5b166ca74100be6a7bfebc105 (diff)
downloadports-573195db887ad91e5a4fa524ed1b9b065edd2437.tar.gz
ports-573195db887ad91e5a4fa524ed1b9b065edd2437.zip
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
Notes
Notes: svn path=/head/; revision=396529
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/filebench/Makefile7
-rw-r--r--benchmarks/filebench/files/patch-parser__gram.c (renamed from benchmarks/filebench/files/patch-parser_gram.c)6
2 files changed, 7 insertions, 6 deletions
diff --git a/benchmarks/filebench/Makefile b/benchmarks/filebench/Makefile
index 6dcc5807d0f8..9fcfb349875e 100644
--- a/benchmarks/filebench/Makefile
+++ b/benchmarks/filebench/Makefile
@@ -8,11 +8,12 @@ MASTER_SITES= http://www.fsl.cs.sunysb.edu/~vass/filebench/
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>
diff --git a/benchmarks/filebench/files/patch-parser_gram.c b/benchmarks/filebench/files/patch-parser__gram.c
index 6d9932ccfd54..18a5cc80f52b 100644
--- a/benchmarks/filebench/files/patch-parser_gram.c
+++ b/benchmarks/filebench/files/patch-parser__gram.c
@@ -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;