diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2002-03-04 22:41:48 +0000 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2002-03-04 22:41:48 +0000 |
commit | 43fded38fed198ca1049326444f4dc182d779bdd (patch) | |
tree | 77e4fc82f39d59b97f6b6c55ab5ec232733135cf /benchmarks | |
parent | Update to 641c source build (diff) |
Upgrade to version 3.83.
Notes
Notes:
svn path=/head/; revision=55538
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/iozone/Makefile | 2 | ||||
-rw-r--r-- | benchmarks/iozone/distinfo | 2 | ||||
-rw-r--r-- | benchmarks/iozone/files/patch-ab | 22 |
3 files changed, 18 insertions, 8 deletions
diff --git a/benchmarks/iozone/Makefile b/benchmarks/iozone/Makefile index ad20d90621d4..a835a9f9fe86 100644 --- a/benchmarks/iozone/Makefile +++ b/benchmarks/iozone/Makefile @@ -6,7 +6,7 @@ # PORTNAME= iozone -PORTVERSION= 3.67 +PORTVERSION= 3.83 CATEGORIES= benchmarks MASTER_SITES= http://www.iozone.org/src/current/ DISTNAME= ${PORTNAME}${PORTVERSION:S/./_/} diff --git a/benchmarks/iozone/distinfo b/benchmarks/iozone/distinfo index 8a778fb5afd5..46eb3fc81b4a 100644 --- a/benchmarks/iozone/distinfo +++ b/benchmarks/iozone/distinfo @@ -1 +1 @@ -MD5 (iozone3_67.tar) = b9ce51f4838b7f27601716fecfd9a87d +MD5 (iozone3_83.tar) = 3a26e3ce367a8cc9cb32c18042faad19 diff --git a/benchmarks/iozone/files/patch-ab b/benchmarks/iozone/files/patch-ab index c0e74fa70fba..37aafc34218c 100644 --- a/benchmarks/iozone/files/patch-ab +++ b/benchmarks/iozone/files/patch-ab @@ -1,6 +1,15 @@ ---- makefile.orig Tue Aug 3 11:25:05 1999 -+++ makefile Sat Aug 7 20:04:01 1999 -@@ -195,7 +195,7 @@ +--- makefile.orig Sat Mar 2 20:14:12 2002 ++++ makefile Mon Mar 4 23:34:48 2002 +@@ -222,7 +222,7 @@ + gcc -O -Dunix -DHAVE_ANSIC_C -DASYNC_IO \ + -Dsolaris iozone_solaris7gcc.o libasync7.o libbif7.o \ + -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -lthread +- -lpthread -lposix4 -lnsl -laio -lsocket -o iozone ++ -lpthread -lposix4 -lnsl -laio -lsocket -o iozone + + # + # Solaris 2.6 (32 bit) build with no threads, no largefiles, and no async I/O +@@ -253,7 +253,7 @@ # freebsd: iozone_freebsd.o libbif.o @@ -8,10 +17,10 @@ + cc ${CFLAGS} -Dunix -DHAVE_ANSIC_C -DNO_THREADS -DSHARED_MEM \ iozone_freebsd.o libbif.o -o iozone # - # -@@ -411,8 +411,8 @@ + # GNU C compiler OpenBSD build with no threads, no largefiles, no async I/O +@@ -601,9 +601,9 @@ @echo "" - @echo "Build Iozone for FreeBSD" + @echo "Build iozone for FreeBSD" @echo "" - cc -c -O -Dunix -Dbsd4_2 -DHAVE_ANSIC_C -DNO_THREADS \ + cc -c ${CFLAGS} -Dunix -Dbsd4_2 -DHAVE_ANSIC_C -DNO_THREADS \ @@ -20,3 +29,4 @@ + cc -c ${CFLAGS} -Dunix -Dbsd4_2 -DHAVE_ANSIC_C -DNO_THREADS \ -DSHARED_MEM libbif.c -o libbif.o + iozone_openbsd.o: iozone.c libbif.c |