diff options
author | obache <obache@pkgsrc.org> | 2008-05-01 13:17:55 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-05-01 13:17:55 +0000 |
commit | 97f9aa8970d5af193681c0aefd4ff9f00d92320b (patch) | |
tree | f3b19d37ebda053980d4fd71a0f48537e3727bb5 /benchmarks/dbench/patches | |
parent | 245e2eaa762591bd553d9ef0d3f5177abb711ee5 (diff) | |
download | pkgsrc-97f9aa8970d5af193681c0aefd4ff9f00d92320b.tar.gz |
Update dbench to 3.04.
Changes is unknown.
While here,
* install README file mentioned in man page, suggested in PR 38553.
* move client.txt to subdir noted in man page
* fix directory of those files in man page.
Diffstat (limited to 'benchmarks/dbench/patches')
-rw-r--r-- | benchmarks/dbench/patches/patch-ab | 32 |
1 files changed, 12 insertions, 20 deletions
diff --git a/benchmarks/dbench/patches/patch-ab b/benchmarks/dbench/patches/patch-ab index 5c5f986bb8c..391ef6f7f40 100644 --- a/benchmarks/dbench/patches/patch-ab +++ b/benchmarks/dbench/patches/patch-ab @@ -1,21 +1,13 @@ -$NetBSD: patch-ab,v 1.5 2005/10/10 08:35:54 xtraeme Exp $ +$NetBSD: patch-ab,v 1.6 2008/05/01 13:17:55 obache Exp $ ---- Makefile.in.orig 2005-10-10 10:26:24.000000000 +0200 -+++ Makefile.in 2005-10-10 10:26:46.000000000 +0200 -@@ -32,12 +32,12 @@ - - # Careful here: don't install client.txt over itself. - install: all -- ${INSTALLCMD} -d $(bindir) $(datadir) $(mandir) -+ ${INSTALLCMD} -d $(bindir) $(datadir) $(mandir)/man1 - ${INSTALLCMD} dbench tbench tbench_srv $(bindir) - ${INSTALLCMD} client.txt $(datadir) -- ${INSTALLCMD} -m644 dbench.1 $(mandir) -- ln -sf dbench.1 $(mandir)/tbench.1 -- ln -sf dbench.1 $(mandir)/tbench_srv.1 -+ ${INSTALLCMD} -m644 dbench.1 $(mandir)/man1 -+ ln -sf dbench.1 $(mandir)/man1/tbench.1 -+ ln -sf dbench.1 $(mandir)/man1/tbench_srv.1 - - clean: - rm -f *.o *~ dbench tbench tbench_srv +--- Makefile.in.orig 2005-11-08 03:40:41.000000000 +0000 ++++ Makefile.in +@@ -6,7 +6,7 @@ VPATH=@srcdir@ + prefix=@prefix@ + exec_prefix=@exec_prefix@ + bindir=@bindir@ +-mandir=@mandir@ ++mandir=@mandir@/man1 + datadir=@datadir@ + INSTALLCMD=@INSTALL@ + LIBS=@LIBS@ |