From 8fe52170fabf7e974027f6e33d85c2494ec84c5b Mon Sep 17 00:00:00 2001 From: Jean-Marc Zucconi Date: Fri, 8 Nov 2002 23:03:11 +0000 Subject: Upgrade to version 3.138 --- benchmarks/iozone/Makefile | 2 +- benchmarks/iozone/distinfo | 2 +- benchmarks/iozone/files/patch-ab | 23 ----------------------- benchmarks/iozone/files/patch-ac | 20 -------------------- 4 files changed, 2 insertions(+), 45 deletions(-) delete mode 100644 benchmarks/iozone/files/patch-ab delete mode 100644 benchmarks/iozone/files/patch-ac (limited to 'benchmarks/iozone') diff --git a/benchmarks/iozone/Makefile b/benchmarks/iozone/Makefile index 7cd11a8bd493..7cdda6490f2d 100644 --- a/benchmarks/iozone/Makefile +++ b/benchmarks/iozone/Makefile @@ -6,7 +6,7 @@ # PORTNAME= iozone -PORTVERSION= 3.137 +PORTVERSION= 3.138 PORTREVISION= 0 CATEGORIES= benchmarks MASTER_SITES= http://www.iozone.org/src/current/ diff --git a/benchmarks/iozone/distinfo b/benchmarks/iozone/distinfo index 663fe3a7dc6d..19bdd1a5b0eb 100644 --- a/benchmarks/iozone/distinfo +++ b/benchmarks/iozone/distinfo @@ -1 +1 @@ -MD5 (iozone3_137.tar) = af2a2e75b51c18dd78e3ea4205c8ea0d +MD5 (iozone3_138.tar) = a58baadc577027f993ca85c132d9a812 diff --git a/benchmarks/iozone/files/patch-ab b/benchmarks/iozone/files/patch-ab deleted file mode 100644 index 3b61e0aa3e94..000000000000 --- a/benchmarks/iozone/files/patch-ab +++ /dev/null @@ -1,23 +0,0 @@ ---- makefile.orig Thu Oct 31 18:41:26 2002 -+++ makefile Sun Nov 3 23:51:04 2002 -@@ -304,7 +304,7 @@ - # - - freebsd: iozone_freebsd.o libbif.o -- cc -O -Dunix -DHAVE_ANSIC_C -DNO_THREADS -DSHARED_MEM \ -+ cc ${CFLAGS} -Dunix -DHAVE_ANSIC_C -DNO_THREADS -DSHARED_MEM \ - iozone_freebsd.o libbif.o -o iozone - - # -@@ -730,9 +730,9 @@ - @echo "" - @echo "Build iozone for FreeBSD" - @echo "" -- cc -c -O -Dunix -Dbsd4_2 -DHAVE_ANSIC_C -DNO_THREADS \ -+ cc -c ${CFLAGS} -Dunix -DHAVE_ANSIC_C -DNO_THREADS \ - -DSHARED_MEM iozone.c -o iozone_freebsd.o -- cc -c -O -Dunix -Dbsd4_2 -DHAVE_ANSIC_C -DNO_THREADS \ -+ cc -c ${CFLAGS} -Dunix -DHAVE_ANSIC_C -DNO_THREADS \ - -DSHARED_MEM libbif.c -o libbif.o - - iozone_macosx.o: iozone.c libbif.c diff --git a/benchmarks/iozone/files/patch-ac b/benchmarks/iozone/files/patch-ac deleted file mode 100644 index 5503f259a10b..000000000000 --- a/benchmarks/iozone/files/patch-ac +++ /dev/null @@ -1,20 +0,0 @@ ---- iozone.c.orig Thu Oct 31 18:41:26 2002 -+++ iozone.c Sun Nov 3 23:56:59 2002 -@@ -285,7 +285,7 @@ - #endif - - #ifdef unix --#ifdef __APPLE__ -+#if defined (__APPLE__) || defined (__FreeBSD__) - #include - #endif - #include -@@ -802,7 +802,7 @@ - void throughput_test(); /* Multi process throughput */ - void multi_throughput_test(); /* Multi process throughput */ - void prepage(); /* Pre-fault user buffer */ --#if defined(linux) || defined(solaris) || defined(__AIX__) || defined(OSFV5) || defined(UWIN) || defined(Windows) || defined(__APPLE__) || defined(OSFV4) || defined(IRIX) || defined(IRIX64) -+#if defined(linux) || defined(solaris) || defined(__AIX__) || defined(OSFV5) || defined(UWIN) || defined(Windows) || defined(__APPLE__) || defined(OSFV4) || defined(IRIX) || defined(IRIX64) || defined (__FreeBSD__) - float do_compute(float); /* compute cycle simulation */ - #else - float do_compute(); /* compute cycle simulation */ -- cgit v1.2.3