From cdda09ffa299176e75e9e125992636073bce3c59 Mon Sep 17 00:00:00 2001 From: Bill Fumerola Date: Sun, 8 Aug 1999 00:08:21 +0000 Subject: Reroll the md5, the FTP site seems to have been updated as of 8/03/1999 While I'm here, strip the binary and make this port respect CFLAGS. --- benchmarks/iozone/Makefile | 3 ++- benchmarks/iozone/distinfo | 2 +- benchmarks/iozone/files/patch-ab | 22 ++++++++++++++++++++++ benchmarks/iozone21/Makefile | 3 ++- benchmarks/iozone21/distinfo | 2 +- 5 files changed, 28 insertions(+), 4 deletions(-) create mode 100644 benchmarks/iozone/files/patch-ab (limited to 'benchmarks') diff --git a/benchmarks/iozone/Makefile b/benchmarks/iozone/Makefile index 9d5c023e797c..37af3617bce2 100644 --- a/benchmarks/iozone/Makefile +++ b/benchmarks/iozone/Makefile @@ -3,7 +3,7 @@ # Date created: 26 September 1994 # Whom: jmz # -# $Id: Makefile,v 1.20 1999/02/03 11:11:39 asami Exp $ +# $Id: Makefile,v 1.21 1999/07/07 22:40:08 jmz Exp $ # DISTNAME= iozone @@ -23,6 +23,7 @@ ALL_TARGET= MAN1= iozone.1 do-install: + ${STRIP} ${WRKSRC}/iozone ${INSTALL_PROGRAM} ${WRKSRC}/iozone ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/iozone.1 ${PREFIX}/man/man1 diff --git a/benchmarks/iozone/distinfo b/benchmarks/iozone/distinfo index 5b3a31068481..2569e442f7e3 100644 --- a/benchmarks/iozone/distinfo +++ b/benchmarks/iozone/distinfo @@ -1 +1 @@ -MD5 (iozone.tar) = 50f0dda7fcefd62bff25cf5a5aea7d17 +MD5 (iozone.tar) = ad7f21cfbf08fd843ab9c97f7b5db53a diff --git a/benchmarks/iozone/files/patch-ab b/benchmarks/iozone/files/patch-ab new file mode 100644 index 000000000000..c0e74fa70fba --- /dev/null +++ b/benchmarks/iozone/files/patch-ab @@ -0,0 +1,22 @@ +--- makefile.orig Tue Aug 3 11:25:05 1999 ++++ makefile Sat Aug 7 20:04:01 1999 +@@ -195,7 +195,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 + # + # +@@ -411,8 +411,8 @@ + @echo "" + @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 \ + -DSHARED_MEM iozone.c -o iozone_freebsd.o +- cc -c -O -Dunix -Dbsd4_2 -DHAVE_ANSIC_C -DNO_THREADS \ ++ cc -c ${CFLAGS} -Dunix -Dbsd4_2 -DHAVE_ANSIC_C -DNO_THREADS \ + -DSHARED_MEM libbif.c -o libbif.o + diff --git a/benchmarks/iozone21/Makefile b/benchmarks/iozone21/Makefile index 9d5c023e797c..37af3617bce2 100644 --- a/benchmarks/iozone21/Makefile +++ b/benchmarks/iozone21/Makefile @@ -3,7 +3,7 @@ # Date created: 26 September 1994 # Whom: jmz # -# $Id: Makefile,v 1.20 1999/02/03 11:11:39 asami Exp $ +# $Id: Makefile,v 1.21 1999/07/07 22:40:08 jmz Exp $ # DISTNAME= iozone @@ -23,6 +23,7 @@ ALL_TARGET= MAN1= iozone.1 do-install: + ${STRIP} ${WRKSRC}/iozone ${INSTALL_PROGRAM} ${WRKSRC}/iozone ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/iozone.1 ${PREFIX}/man/man1 diff --git a/benchmarks/iozone21/distinfo b/benchmarks/iozone21/distinfo index 5b3a31068481..2569e442f7e3 100644 --- a/benchmarks/iozone21/distinfo +++ b/benchmarks/iozone21/distinfo @@ -1 +1 @@ -MD5 (iozone.tar) = 50f0dda7fcefd62bff25cf5a5aea7d17 +MD5 (iozone.tar) = ad7f21cfbf08fd843ab9c97f7b5db53a -- cgit v1.2.3