diff -ruN iozone.bak/Makefile iozone/Makefile --- iozone.bak/Makefile 2011-09-24 06:21:19.000000000 +0800 +++ iozone/Makefile 2011-11-18 00:23:32.000000000 +0800 @@ -6,7 +6,7 @@ # PORTNAME= iozone -PORTVERSION= 3.370 +PORTVERSION= 3.397 CATEGORIES= benchmarks MASTER_SITES= http://www.iozone.org/src/current/ DISTNAME= ${PORTNAME}${PORTVERSION:S/./_/} diff -ruN iozone.bak/distinfo iozone/distinfo --- iozone.bak/distinfo 2010-12-23 02:10:11.000000000 +0800 +++ iozone/distinfo 2011-11-18 00:24:53.000000000 +0800 @@ -1,2 +1,2 @@ -SHA256 (iozone3_370.tar) = 03cde31626b9fe9dcd2f267926c4d2196e9afc89b6653b68833d22e5822c4f14 -SIZE (iozone3_370.tar) = 1679360 +SHA256 (iozone3_397.tar) = 213d8dcc6f70ca93a903b5fbb92cf758fd25617db4c65d188d29594f12b30d30 +SIZE (iozone3_397.tar) = 1679360 diff -ruN iozone.bak/files/patch-iozone.c iozone/files/patch-iozone.c --- iozone.bak/files/patch-iozone.c 2010-12-23 02:10:11.000000000 +0800 +++ iozone/files/patch-iozone.c 1970-01-01 08:00:00.000000000 +0800 @@ -1,11 +0,0 @@ ---- iozone.c.orig 2010-12-21 14:15:01.000000000 +0800 -+++ iozone.c 2010-12-21 14:15:16.000000000 +0800 -@@ -70,7 +70,7 @@ - #include - int errno; - #else --#if defined(linux) || defined(solaris) || defined(macosx) -+#if defined(linux) || defined(solaris) || defined(macosx) || defined(FreeBSD) - #include - #else - extern int errno; /* imported for errors */