diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2003-02-26 02:06:32 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2003-02-26 02:06:32 +0000 |
commit | 72b677a6f86bb137cd09aafade56928634497bec (patch) | |
tree | 43da98ada5667a17cef318d64aa9e76e4fd41ad8 | |
parent | 452a58039053161514c1eaab3626b68bcc022cb2 (diff) | |
download | ports-72b677a6f86bb137cd09aafade56928634497bec.tar.gz ports-72b677a6f86bb137cd09aafade56928634497bec.zip |
Notes
-rw-r--r-- | benchmarks/bonnie++/Makefile | 5 | ||||
-rw-r--r-- | benchmarks/bonnie++/distinfo | 2 | ||||
-rw-r--r-- | benchmarks/bonnie++/files/patch-Makefile.in | 12 |
3 files changed, 7 insertions, 12 deletions
diff --git a/benchmarks/bonnie++/Makefile b/benchmarks/bonnie++/Makefile index 11b516809504..835797143aff 100644 --- a/benchmarks/bonnie++/Makefile +++ b/benchmarks/bonnie++/Makefile @@ -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 diff --git a/benchmarks/bonnie++/distinfo b/benchmarks/bonnie++/distinfo index 1ed4e64436b1..16efda3a226e 100644 --- a/benchmarks/bonnie++/distinfo +++ b/benchmarks/bonnie++/distinfo @@ -1 +1 @@ -MD5 (bonnie++-1.03.tgz) = 0ce81f00b40fa5549503494cda8de25a +MD5 (bonnie++-1.93c.tgz) = 21fb42a73b03d4fdab389916ab3e4d20 diff --git a/benchmarks/bonnie++/files/patch-Makefile.in b/benchmarks/bonnie++/files/patch-Makefile.in index ecd83d04bc1a..4d0fae265af5 100644 --- a/benchmarks/bonnie++/files/patch-Makefile.in +++ b/benchmarks/bonnie++/files/patch-Makefile.in @@ -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@ |