aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks
diff options
context:
space:
mode:
authorerwin <erwin@FreeBSD.org>2007-01-12 05:37:26 +0800
committererwin <erwin@FreeBSD.org>2007-01-12 05:37:26 +0800
commit71191d80da63a4a09892e3cb8fccdfd07e2d2010 (patch)
tree9cbdfab715738c5f70f487838670c8caa8a02582 /benchmarks
parentb9204814d26ef15f33db7c6b77d02d507682386c (diff)
downloadfreebsd-ports-graphics-71191d80da63a4a09892e3cb8fccdfd07e2d2010.tar.gz
freebsd-ports-graphics-71191d80da63a4a09892e3cb8fccdfd07e2d2010.tar.zst
freebsd-ports-graphics-71191d80da63a4a09892e3cb8fccdfd07e2d2010.zip
Update to 3.267
PR: 105413 Submitted by: "Marcelo Araujo" <araujo@bsdmail.org> Approved by: maintainer timeout
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/iozone/Makefile2
-rw-r--r--benchmarks/iozone/distinfo6
-rw-r--r--benchmarks/iozone/files/patch-makefile39
3 files changed, 13 insertions, 34 deletions
diff --git a/benchmarks/iozone/Makefile b/benchmarks/iozone/Makefile
index 31af07eeec5..b4378406be2 100644
--- a/benchmarks/iozone/Makefile
+++ b/benchmarks/iozone/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= iozone
-PORTVERSION= 3.263
+PORTVERSION= 3.267
PORTREVISION= 0
CATEGORIES= benchmarks
MASTER_SITES= http://www.iozone.org/src/current/
diff --git a/benchmarks/iozone/distinfo b/benchmarks/iozone/distinfo
index 4a3b74ace63..d9ba2fb3cff 100644
--- a/benchmarks/iozone/distinfo
+++ b/benchmarks/iozone/distinfo
@@ -1,3 +1,3 @@
-MD5 (iozone3_263.tar) = 44fd88df361ec4508e10c8d6615245fa
-SHA256 (iozone3_263.tar) = 920fde1a3843539570e2df4aa611e74df102e52d363c5973d5a9d15bdf976461
-SIZE (iozone3_263.tar) = 1505280
+MD5 (iozone3_267.tar) = 14e3dabaec0cb3f8d50d9478dcea33a6
+SHA256 (iozone3_267.tar) = 55299ffb3411250e16d9b5da71c6041ed8cf8e56f87189870ad1f905ab6594c3
+SIZE (iozone3_267.tar) = 1505280
diff --git a/benchmarks/iozone/files/patch-makefile b/benchmarks/iozone/files/patch-makefile
index d52a48e1ea2..8fd45dcbccc 100644
--- a/benchmarks/iozone/files/patch-makefile
+++ b/benchmarks/iozone/files/patch-makefile
@@ -1,32 +1,11 @@
---- makefile.orig Fri Jan 20 09:02:11 2006
-+++ makefile Wed Feb 1 20:59:35 2006
-@@ -9,12 +9,12 @@
- # convex, FreeBSD, OpenBSD, OSFV3, OSFV4, OSFV5, SCO
- # SCO_Unixware_gcc,NetBSD,TRU64, Mac OS X
+--- makefile.orig Sat Oct 28 22:48:00 2006
++++ makefile Thu Jan 11 21:41:17 2007
+@@ -389,7 +389,7 @@
+ #
--CC = cc
-+#CC = cc
- C89 = c89
- GCC = gcc
- CCS = /usr/ccs/bin/cc
- NACC = /opt/ansic/bin/cc
--CFLAGS =
-+#CFLAGS =
+ freebsd: iozone_freebsd.o libbif.o fileop_freebsd.o libasync.o
+- $(CC) $(LDFLAGS) iozone_freebsd.o libbif.o -lpthread libasync.o \
++ $(CC) $(LDFLAGS) iozone_freebsd.o libbif.o $(PTHREAD_LIBS) libasync.o \
+ -o iozone
+ $(CC) -O fileop_freebsd.o -o fileop
- all:
- @echo ""
-@@ -914,10 +914,10 @@
- @echo ""
- @echo "Build iozone for FreeBSD"
- @echo ""
-- $(CC) -c ${CFLAGS} -Dunix -Dbsd4_2 -DHAVE_ANSIC_C -DNO_THREADS \
-- -DNAME='"freebsd"' -DSHARED_MEM $(CFLAGS) iozone.c -o iozone_freebsd.o
-- $(CC) -c ${CFLAGS} -Dunix -Dbsd4_2 -DHAVE_ANSIC_C -DNO_THREADS \
-- -DSHARED_MEM $(CFLAGS) libbif.c -o libbif.o
-+ ${CC} -c ${CFLAGS} -Dunix -Dbsd4_2 -DHAVE_ANSIC_C \
-+ -DNAME='"freebsd"' -DSHARED_MEM iozone.c -o iozone_freebsd.o
-+ ${CC} -c ${CFLAGS} -Dunix -Dbsd4_2 -DHAVE_ANSIC_C \
-+ -DSHARED_MEM libbif.c -o libbif.o
-
- iozone_macosx.o: iozone.c libbif.c
- @echo ""