diff options
author | Jean Milanez Melo <jmelo@FreeBSD.org> | 2007-03-08 14:39:47 +0000 |
---|---|---|
committer | Jean Milanez Melo <jmelo@FreeBSD.org> | 2007-03-08 14:39:47 +0000 |
commit | 622455ab4cc1f7a8b7bbf9e3d4df3a7956a7a1bb (patch) | |
tree | 565604765e0421c1ea5c149e8848f54f61adfbca /benchmarks/dbench | |
parent | 7c8135300097640e37504c7a3d117e234d45fdaf (diff) | |
download | ports-622455ab4cc1f7a8b7bbf9e3d4df3a7956a7a1bb.tar.gz ports-622455ab4cc1f7a8b7bbf9e3d4df3a7956a7a1bb.zip |
Notes
Diffstat (limited to 'benchmarks/dbench')
-rw-r--r-- | benchmarks/dbench/Makefile | 5 | ||||
-rw-r--r-- | benchmarks/dbench/files/patch-configure | 13 | ||||
-rw-r--r-- | benchmarks/dbench/pkg-plist | 3 |
3 files changed, 15 insertions, 6 deletions
diff --git a/benchmarks/dbench/Makefile b/benchmarks/dbench/Makefile index a0373edd5c7b..1c1bcf47de41 100644 --- a/benchmarks/dbench/Makefile +++ b/benchmarks/dbench/Makefile @@ -7,6 +7,7 @@ PORTNAME= dbench PORTVERSION= 3.04 +PORTREVISION= 1 CATEGORIES= benchmarks MASTER_SITES= http://samba.org/ftp/tridge/dbench/ @@ -15,10 +16,12 @@ COMMENT= A simulation of the Ziff-Davis netbench benchmark GNU_CONFIGURE= yes +MAN1= dbench.1 + .include <bsd.port.pre.mk> .if ${OSVERSION} < 500000 -BROKEN= "Doesn't build on FreeBSD < 5.x" +BROKEN= Doesn't build on FreeBSD < 5.x .endif .include <bsd.port.post.mk> diff --git a/benchmarks/dbench/files/patch-configure b/benchmarks/dbench/files/patch-configure index 3624caed9f21..5f9ef2676ff7 100644 --- a/benchmarks/dbench/files/patch-configure +++ b/benchmarks/dbench/files/patch-configure @@ -1,5 +1,5 @@ ---- configure.old Tue Oct 18 11:18:21 2005 -+++ configure Tue Oct 18 11:19:00 2005 +--- configure.orig Wed Jan 12 23:04:18 2005 ++++ configure Tue Feb 27 08:31:28 2007 @@ -339,7 +339,7 @@ bindir='${exec_prefix}/bin' sbindir='${exec_prefix}/sbin' @@ -9,3 +9,12 @@ sysconfdir='${prefix}/etc' sharedstatedir='${prefix}/com' localstatedir='${prefix}/var' +@@ -347,7 +347,7 @@ + includedir='${prefix}/include' + oldincludedir='/usr/include' + infodir='${prefix}/info' +-mandir='${prefix}/man' ++mandir='${prefix}/man/man1' + + ac_prev= + for ac_option diff --git a/benchmarks/dbench/pkg-plist b/benchmarks/dbench/pkg-plist index b687c4287718..24346752e17c 100644 --- a/benchmarks/dbench/pkg-plist +++ b/benchmarks/dbench/pkg-plist @@ -1,8 +1,5 @@ bin/dbench bin/tbench bin/tbench_srv -man/dbench.1 -man/tbench.1 -man/tbench_srv.1 %%DATADIR%%/client.txt @dirrm share/dbench |