Index: head/benchmarks/filebench/Makefile =================================================================== --- head/benchmarks/filebench/Makefile (revision 396528) +++ head/benchmarks/filebench/Makefile (revision 396529) @@ -1,18 +1,19 @@ # Created by: Tom Judge # $FreeBSD$ PORTNAME= filebench PORTVERSION= 1.4.8.0.8 CATEGORIES= benchmarks 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 Index: head/benchmarks/filebench/files/patch-parser_gram.c =================================================================== --- head/benchmarks/filebench/files/patch-parser_gram.c (revision 396528) +++ head/benchmarks/filebench/files/patch-parser_gram.c (nonexistent) @@ -1,11 +0,0 @@ ---- 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 @@ - /* executable name to execute worker processes later */ - char *execname; - --static int dofile = DOFILE_FALSE; -+int dofile = DOFILE_FALSE; - static FILE *parentscript; - - static char *fbbasepath = FILEBENCHDIR; Property changes on: head/benchmarks/filebench/files/patch-parser_gram.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/benchmarks/filebench/files/patch-parser__gram.c =================================================================== --- head/benchmarks/filebench/files/patch-parser__gram.c (nonexistent) +++ head/benchmarks/filebench/files/patch-parser__gram.c (revision 396529) @@ -0,0 +1,11 @@ +--- 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; + +-static int dofile = DOFILE_FALSE; ++int dofile = DOFILE_FALSE; + static FILE *parentscript; + + static char *fbbasepath = FILEBENCHDIR; Property changes on: head/benchmarks/filebench/files/patch-parser__gram.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property