1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Update to version 1.93c.

This adds multiple disk accessors to better stress today's RAID's
and highly buffered disk subsystems.
This commit is contained in:
David E. O'Brien 2003-02-26 02:06:32 +00:00
parent 452a580390
commit 72b677a6f8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=76473
3 changed files with 7 additions and 12 deletions

View File

@ -7,9 +7,10 @@
#
PORTNAME= bonnie++
PORTVERSION= 1.03
PORTVERSION= 1.93.03 # a=01, b=02, c=03, ..., z=26, etc...
CATEGORIES= benchmarks
MASTER_SITES= http://www.coker.com.au/bonnie++/
MASTER_SITES= http://www.coker.com.au/bonnie++/experimental/
DISTNAME= ${PORTNAME}-1.93c
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org

View File

@ -1 +1 @@
MD5 (bonnie++-1.03.tgz) = 0ce81f00b40fa5549503494cda8de25a
MD5 (bonnie++-1.93c.tgz) = 21fb42a73b03d4fdab389916ab3e4d20

View File

@ -1,11 +1,5 @@
--- Makefile.in.orig Thu Jan 2 23:27:47 2003
+++ Makefile.in Thu Jan 2 23:28:08 2003
@@ -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)
--- Makefile.in.orig Tue Jan 7 22:40:11 2003
+++ Makefile.in Tue Feb 25 17:21:00 2003
@@ -12 +12 @@
-CFLAGS=-O2 @debug@ -DNDEBUG $(WFLAGS) $(MORECFLAGS)
+CFLAGS=${CXXFLAGS} -DNDEBUG $(WFLAGS) $(MORECFLAGS)
CXX=@CXX@ $(CFLAGS)
INSTALL=@INSTALL@