View | Details | Raw Unified | Return to bug 162636
Collapse All | Expand All

(-)iozone/Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	iozone
8
PORTNAME=	iozone
9
PORTVERSION=	3.370
9
PORTVERSION=	3.397
10
CATEGORIES=	benchmarks
10
CATEGORIES=	benchmarks
11
MASTER_SITES=	http://www.iozone.org/src/current/
11
MASTER_SITES=	http://www.iozone.org/src/current/
12
DISTNAME=	${PORTNAME}${PORTVERSION:S/./_/}
12
DISTNAME=	${PORTNAME}${PORTVERSION:S/./_/}
(-)iozone/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (iozone3_370.tar) = 03cde31626b9fe9dcd2f267926c4d2196e9afc89b6653b68833d22e5822c4f14
1
SHA256 (iozone3_397.tar) = 213d8dcc6f70ca93a903b5fbb92cf758fd25617db4c65d188d29594f12b30d30
2
SIZE (iozone3_370.tar) = 1679360
2
SIZE (iozone3_397.tar) = 1679360
(-)iozone/files/patch-iozone.c (-11 lines)
Lines 1-11 Link Here
1
--- iozone.c.orig       2010-12-21 14:15:01.000000000 +0800
2
+++ iozone.c    2010-12-21 14:15:16.000000000 +0800
3
@@ -70,7 +70,7 @@
4
 #include <Windows.h>
5
 int errno;
6
 #else
7
-#if defined(linux) || defined(solaris) || defined(macosx)
8
+#if defined(linux) || defined(solaris) || defined(macosx) || defined(FreeBSD)
9
 #include <errno.h>
10
 #else
11
 extern  int errno;   /* imported for errors */

Return to bug 162636