SF.net SVN: gar:[23319] csw/mgar/pkg

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Thu Apr 3 11:37:02 CEST 2014


Revision: 23319
          http://sourceforge.net/p/gar/code/23319
Author:   dmichelsen
Date:     2014-04-03 09:37:01 +0000 (Thu, 03 Apr 2014)
Log Message:
-----------
filebench/trunk: Initial commit

Added Paths:
-----------
    csw/mgar/pkg/filebench/
    csw/mgar/pkg/filebench/Makefile
    csw/mgar/pkg/filebench/branches/
    csw/mgar/pkg/filebench/tags/
    csw/mgar/pkg/filebench/trunk/
    csw/mgar/pkg/filebench/trunk/Makefile
    csw/mgar/pkg/filebench/trunk/checksums
    csw/mgar/pkg/filebench/trunk/files/
    csw/mgar/pkg/filebench/trunk/files/0001-dofile-must-not-be-static-as-it-is-used-as-extern-so.patch

Added: csw/mgar/pkg/filebench/Makefile
===================================================================
--- csw/mgar/pkg/filebench/Makefile	                        (rev 0)
+++ csw/mgar/pkg/filebench/Makefile	2014-04-03 09:37:01 UTC (rev 23319)
@@ -0,0 +1,2 @@
+%:
+	$(MAKE) -C trunk $*

Index: csw/mgar/pkg/filebench/trunk
===================================================================
--- csw/mgar/pkg/filebench/trunk	2014-04-03 00:02:04 UTC (rev 23318)
+++ csw/mgar/pkg/filebench/trunk	2014-04-03 09:37:01 UTC (rev 23319)

Property changes on: csw/mgar/pkg/filebench/trunk
___________________________________________________________________
Added: svn:ignore
## -0,0 +1 ##
+work
Added: csw/mgar/pkg/filebench/trunk/Makefile
===================================================================
--- csw/mgar/pkg/filebench/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/filebench/trunk/Makefile	2014-04-03 09:37:01 UTC (rev 23319)
@@ -0,0 +1,18 @@
+# $Id$
+# TODO (release-critical prefixed with !, non release-critical with *)
+#
+NAME = filebench
+VERSION = 1.4.9.1
+GARTYPE = v2
+
+DESCRIPTION = A file system and storage benchmark
+
+MASTER_SITES = $(SF_MIRROR)
+DISTFILES  = $(DISTNAME).tar.gz
+
+PATCHFILES += 0001-dofile-must-not-be-static-as-it-is-used-as-extern-so.patch
+
+CONFIGURE_ARGS = $(DIRPATHS)
+
+include gar/category.mk
+


Property changes on: csw/mgar/pkg/filebench/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: csw/mgar/pkg/filebench/trunk/checksums
===================================================================
--- csw/mgar/pkg/filebench/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/filebench/trunk/checksums	2014-04-03 09:37:01 UTC (rev 23319)
@@ -0,0 +1 @@
+e30a4feb78ce5e8224c7ec15fd337e42  filebench-1.4.9.1.tar.gz

Added: csw/mgar/pkg/filebench/trunk/files/0001-dofile-must-not-be-static-as-it-is-used-as-extern-so.patch
===================================================================
--- csw/mgar/pkg/filebench/trunk/files/0001-dofile-must-not-be-static-as-it-is-used-as-extern-so.patch	                        (rev 0)
+++ csw/mgar/pkg/filebench/trunk/files/0001-dofile-must-not-be-static-as-it-is-used-as-extern-so.patch	2014-04-03 09:37:01 UTC (rev 23319)
@@ -0,0 +1,26 @@
+From e5e112029773ecd6e43b520623ef2ac291b988c5 Mon Sep 17 00:00:00 2001
+From: Dagobert Michelsen <dam at opencsw.org>
+Date: Thu, 3 Apr 2014 11:30:41 +0200
+Subject: [PATCH] dofile must not be static as it is used as extern somewhere
+ else
+
+---
+ parser_gram.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/parser_gram.c b/parser_gram.c
+index 5359e65..88b7554 100644
+--- a/parser_gram.c
++++ b/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;
+-- 
+1.8.4.1
+

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list