[45366] trunk/dports/benchmarks/iozone

jmr at macports.org jmr at macports.org
Wed Jan 14 09:37:22 PST 2009


Revision: 45366
          http://trac.macports.org/changeset/45366
Author:   jmr at macports.org
Date:     2009-01-14 09:37:21 -0800 (Wed, 14 Jan 2009)
Log Message:
-----------
iozone: update to 3_318

Modified Paths:
--------------
    trunk/dports/benchmarks/iozone/Portfile

Added Paths:
-----------
    trunk/dports/benchmarks/iozone/files/
    trunk/dports/benchmarks/iozone/files/PATH_MAX.diff

Modified: trunk/dports/benchmarks/iozone/Portfile
===================================================================
--- trunk/dports/benchmarks/iozone/Portfile	2009-01-14 16:12:32 UTC (rev 45365)
+++ trunk/dports/benchmarks/iozone/Portfile	2009-01-14 17:37:21 UTC (rev 45366)
@@ -4,7 +4,7 @@
 PortSystem       1.0
 
 name             iozone
-version          3_315
+version          3_318
 categories       benchmarks
 platforms        darwin
 maintainers      jmr openmaintainer
@@ -20,14 +20,16 @@
 
 master_sites     ${homepage}src/current/
 distname         ${name}${version}
-checksums        md5 e5997fa99c538e067bf5eefde90dd423 \
-				 sha1 8e198a95b87b1717bf50935f1354f2054410718f \
-				 rmd160 c3808e2e476101c9023003defbaba5db67505f00
+checksums        md5 d3210e64cf345b96b1334d92bda13061 \
+				 sha1 e6b36eba252253a7cbd85c0b9d6f59fc6cbe5a09 \
+				 rmd160 6edcc611ac5b9438ff832c01ceb6a1f60a20fa5b
 
 extract.suffix   .tar
 extract.cmd      cat
 extract.pre_args
 worksrcdir       ${distname}/src/current
+patchfiles       PATH_MAX.diff
+
 use_configure    no
 build.target     macosx
 build.args       CC=${configure.cc}

Added: trunk/dports/benchmarks/iozone/files/PATH_MAX.diff
===================================================================
--- trunk/dports/benchmarks/iozone/files/PATH_MAX.diff	                        (rev 0)
+++ trunk/dports/benchmarks/iozone/files/PATH_MAX.diff	2009-01-14 17:37:21 UTC (rev 45366)
@@ -0,0 +1,23 @@
+--- fileop.c.orig	2009-01-13 07:49:04.000000000 +1100
++++ fileop.c	2009-01-15 04:08:45.000000000 +1100
+@@ -52,6 +52,9 @@
+ #include <unistd.h>
+ #include <dirent.h>
+ #include <string.h>
++#if defined(macosx)
++#include <limits.h>
++#endif
+ #if defined(Windows)
+ #include <Windows.h>
+ #endif
+--- makefile.orig	2009-01-13 07:49:04.000000000 +1100
++++ makefile	2009-01-15 04:31:14.000000000 +1100
+@@ -779,7 +779,7 @@
+ 	@echo ""
+ 	@echo "Building fileop for MAC OS X"
+ 	@echo ""
+-	$(CC) -Wall -c -O $(CFLAGS) fileop.c -o fileop_macosx.o
++	$(CC) -Wall -c -O -Dmacosx $(CFLAGS) fileop.c -o fileop_macosx.o
+ 
+ fileop_linux-ia64.o:	fileop.c
+ 	@echo ""
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090114/7c743a98/attachment.html>


More information about the macports-changes mailing list