diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-01-02 15:33:22 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-01-02 15:33:22 +0000 |
commit | 9bd0bb88a81a5cb8222be0522a2f8af0b0d89681 (patch) | |
tree | 306c3de479666c651fb08ee270fff724e67a8063 /benchmarks | |
parent | a8570d05c30be49fbea5722a3792f4469599c137 (diff) |
Notes
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/bonnie++/Makefile | 4 | ||||
-rw-r--r-- | benchmarks/bonnie++/distinfo | 2 | ||||
-rw-r--r-- | benchmarks/bonnie++/files/patch-Makefile.in | 13 |
3 files changed, 4 insertions, 15 deletions
diff --git a/benchmarks/bonnie++/Makefile b/benchmarks/bonnie++/Makefile index fc024ec1d2ea..02a28a2053f6 100644 --- a/benchmarks/bonnie++/Makefile +++ b/benchmarks/bonnie++/Makefile @@ -7,7 +7,7 @@ # PORTNAME= bonnie++ -PORTVERSION= 1.02c +PORTVERSION= 1.03 CATEGORIES= benchmarks MASTER_SITES= http://www.coker.com.au/bonnie++/ EXTRACT_SUFX= .tgz @@ -16,8 +16,6 @@ MAINTAINER= ports@FreeBSD.org GNU_CONFIGURE= yes -CONFIGURE_ENV+= CPPFLAGS="-U__DEPRECATED" - MAN1= bon_csv2html.1 bon_csv2txt.1 MAN8= bonnie++.8 zcav.8 diff --git a/benchmarks/bonnie++/distinfo b/benchmarks/bonnie++/distinfo index 2c0ed7900ca5..1ed4e64436b1 100644 --- a/benchmarks/bonnie++/distinfo +++ b/benchmarks/bonnie++/distinfo @@ -1 +1 @@ -MD5 (bonnie++-1.02c.tgz) = 25d6f9882a7d8b7b538e3ed869bcb701 +MD5 (bonnie++-1.03.tgz) = 0ce81f00b40fa5549503494cda8de25a diff --git a/benchmarks/bonnie++/files/patch-Makefile.in b/benchmarks/bonnie++/files/patch-Makefile.in index 161ed3801bfb..ecd83d04bc1a 100644 --- a/benchmarks/bonnie++/files/patch-Makefile.in +++ b/benchmarks/bonnie++/files/patch-Makefile.in @@ -1,5 +1,5 @@ ---- Makefile.in.orig Thu Jun 13 12:09:24 2002 -+++ Makefile.in Thu Jun 13 12:09:55 2002 +--- 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 @@ -9,12 +9,3 @@ CXX=@CXX@ $(CFLAGS) INSTALL=@INSTALL@ -@@ -34,7 +34,7 @@ - install-bin: $(EXES) - mkdir -p $(eprefix)/bin $(eprefix)/sbin - @INSTALL_PROGRAM@ @stripping@ $(EXES) $(eprefix)/sbin -- @INSTALL_PROGRAM@ $(SCRIPTS) $(eprefix)/bin -+ @INSTALL_SCRIPT@ $(SCRIPTS) $(eprefix)/bin - - install: install-bin - mkdir -p @mandir@/man1 @mandir@/man8 |