[csw-devel] SF.net SVN: gar:[20473] csw/mgar/pkg/fio/trunk
j_arndt at users.sourceforge.net
j_arndt at users.sourceforge.net
Sun Mar 17 09:24:38 CET 2013
Revision: 20473
http://gar.svn.sourceforge.net/gar/?rev=20473&view=rev
Author: j_arndt
Date: 2013-03-17 08:24:32 +0000 (Sun, 17 Mar 2013)
Log Message:
-----------
fio/trunk: update to 2.0.14
Modified Paths:
--------------
csw/mgar/pkg/fio/trunk/Makefile
csw/mgar/pkg/fio/trunk/checksums
Added Paths:
-----------
csw/mgar/pkg/fio/trunk/files/0000-shell-commmands-in-configure-script.patch
Modified: csw/mgar/pkg/fio/trunk/Makefile
===================================================================
--- csw/mgar/pkg/fio/trunk/Makefile 2013-03-17 06:47:29 UTC (rev 20472)
+++ csw/mgar/pkg/fio/trunk/Makefile 2013-03-17 08:24:32 UTC (rev 20473)
@@ -1,7 +1,7 @@
# TODO (release-critical prefixed with !, non release-critical with *)
NAME = fio
-VERSION = 2.0.8
+VERSION = 2.0.14
GARTYPE = v2
DESCRIPTION = Flexible I/O Tester
@@ -24,6 +24,7 @@
PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386
+PATCHFILES += 0000-shell-commmands-in-configure-script.patch
PATCHFILES += 0001-shell-commands.patch
# fio compiler/compiler.h #errors out non gcc compilers
Modified: csw/mgar/pkg/fio/trunk/checksums
===================================================================
--- csw/mgar/pkg/fio/trunk/checksums 2013-03-17 06:47:29 UTC (rev 20472)
+++ csw/mgar/pkg/fio/trunk/checksums 2013-03-17 08:24:32 UTC (rev 20473)
@@ -1 +1 @@
-b745a65ed56ef629e6d1a10b20d84c75 fio-2.0.8.tar.gz
+c76f0fe5404ff31da0be84344f0824f1 fio-2.0.14.tar.gz
Added: csw/mgar/pkg/fio/trunk/files/0000-shell-commmands-in-configure-script.patch
===================================================================
--- csw/mgar/pkg/fio/trunk/files/0000-shell-commmands-in-configure-script.patch (rev 0)
+++ csw/mgar/pkg/fio/trunk/files/0000-shell-commmands-in-configure-script.patch 2013-03-17 08:24:32 UTC (rev 20473)
@@ -0,0 +1,25 @@
+From 746a61d1fabb7d3568c68e90887e961770777778 Mon Sep 17 00:00:00 2001
+From: Juergen Arndt <ja at opencsw.org>
+Date: Sun, 17 Mar 2013 08:57:37 +0100
+Subject: [PATCH] shell commmands in configure script
+
+---
+ configure | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/configure b/configure
+index caaf30e..8125fc3 100755
+--- a/configure
++++ b/configure
+@@ -349,7 +349,7 @@ int main(void)
+ }
+ EOF
+ if compile_prog "" "" "wordsize"; then
+- wordsize=$($TMPE)
++ wordsize=`$TMPE`
+ fi
+ echo "Wordsize $wordsize"
+
+--
+1.8.1.4
+
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