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

(-)Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	iozone
8
PORTNAME=	iozone
9
PORTVERSION=	3.347
9
PORTVERSION=	3.370
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/./_/}
(-)distinfo (-3 / +2 lines)
Lines 1-3 Link Here
1
MD5 (iozone3_347.tar) = db136f775b19e6d9c00714bd2399785f
1
SHA256 (iozone3_370.tar) = 03cde31626b9fe9dcd2f267926c4d2196e9afc89b6653b68833d22e5822c4f14
2
SHA256 (iozone3_347.tar) = 695d8674abe3605415d79003ffb13610f56992ecb3afaf755f93facae87e84ad
2
SIZE (iozone3_370.tar) = 1679360
3
SIZE (iozone3_347.tar) = 1648640
(-)files/patch-iozone.c (+11 lines)
Added 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 153330