summaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-10-17 09:04:04 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-10-17 09:04:04 +0000
commit83769e8c5faef450a893ca07ed34e5ad88eee4b3 (patch)
tree0a2396644e6f801a818ae405ba87d4b621aab32d /benchmarks
parentUpgrade to 20011016. (diff)
upgrade to 1.0.2
drop maintainership
Notes
Notes: svn path=/head/; revision=48863
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/bonnie++/Makefile4
-rw-r--r--benchmarks/bonnie++/distinfo2
-rw-r--r--benchmarks/bonnie++/files/patch-Makefile.in13
3 files changed, 14 insertions, 5 deletions
diff --git a/benchmarks/bonnie++/Makefile b/benchmarks/bonnie++/Makefile
index 1a2e64774ef8..a8d2d142dda4 100644
--- a/benchmarks/bonnie++/Makefile
+++ b/benchmarks/bonnie++/Makefile
@@ -7,12 +7,12 @@
#
PORTNAME= bonnie++
-PORTVERSION= 1.01d
+PORTVERSION= 1.02
CATEGORIES= benchmarks
MASTER_SITES= http://www.coker.com.au/bonnie++/
EXTRACT_SUFX= .tgz
-MAINTAINER= ijliao@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
GNU_CONFIGURE= yes
diff --git a/benchmarks/bonnie++/distinfo b/benchmarks/bonnie++/distinfo
index f2db0c8e6d98..3e9e2520e037 100644
--- a/benchmarks/bonnie++/distinfo
+++ b/benchmarks/bonnie++/distinfo
@@ -1 +1 @@
-MD5 (bonnie++-1.01d.tgz) = da53e98db6c151cf807a0c7257f6b8a0
+MD5 (bonnie++-1.02.tgz) = 08a6d638cb32c87cba2e0b7a7eda450f
diff --git a/benchmarks/bonnie++/files/patch-Makefile.in b/benchmarks/bonnie++/files/patch-Makefile.in
index e1bb8de9fc8e..f2640289ed16 100644
--- a/benchmarks/bonnie++/files/patch-Makefile.in
+++ b/benchmarks/bonnie++/files/patch-Makefile.in
@@ -1,5 +1,14 @@
---- Makefile.in.orig Sun Mar 25 00:33:43 2001
-+++ Makefile.in Sun Mar 25 00:35:44 2001
+--- Makefile.in.orig Mon Feb 19 22:25:04 2001
++++ Makefile.in Wed Oct 17 17:00:46 2001
+@@ -8,7 +8,7 @@
+ eprefix=@exec_prefix@
+ #MORE_WARNINGS=-Weffc++ -Wcast-align
+ WFLAGS=-Wall -W -Wshadow -Wpointer-arith -Wwrite-strings -pedantic -ffor-scope $(MORE_WARNINGS)
+-CFLAGS=-O2 -DNDEBUG $(WFLAGS) $(MORECFLAGS)
++CFLAGS=${CXXFLAGS} -DNDEBUG $(WFLAGS) $(MORECFLAGS)
+ CXX=@CXX@ $(CFLAGS)
+
+ INSTALL=@INSTALL@
@@ -34,7 +34,7 @@
install-bin: $(EXES)
mkdir -p $(eprefix)/bin $(eprefix)/sbin