pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/benchmarks/bonnie++ bl3ify and support pkgviews instal...
details: https://anonhg.NetBSD.org/pkgsrc/rev/86ca83eb7c00
branches: trunk
changeset: 466087:86ca83eb7c00
user: jmmv <jmmv%pkgsrc.org@localhost>
date: Sun Jan 11 13:50:15 2004 +0000
description:
bl3ify and support pkgviews installation.
diffstat:
benchmarks/bonnie++/Makefile | 10 +++++++---
1 files changed, 7 insertions(+), 3 deletions(-)
diffs (33 lines):
diff -r 5f8b73786884 -r 86ca83eb7c00 benchmarks/bonnie++/Makefile
--- a/benchmarks/bonnie++/Makefile Sun Jan 11 13:19:13 2004 +0000
+++ b/benchmarks/bonnie++/Makefile Sun Jan 11 13:50:15 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2003/10/31 11:17:55 gavan Exp $
+# $NetBSD: Makefile,v 1.9 2004/01/11 13:50:15 jmmv Exp $
#
DISTNAME= bonnie++-1.03a
@@ -10,11 +10,15 @@
HOMEPAGE= http://www.coker.com.au/bonnie++/
COMMENT= Enhanced performance Test of Filesystem I/O
-USE_BUILDLINK2= YES
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
+USE_BUILDLINK3= YES
GNU_CONFIGURE= YES
USE_GCC_SHLIB= YES
REPLACE_PERL= bon_csv2txt.in bon_csv2html.in
+INSTALLATION_DIRS= bin man/man1 man/man8 sbin
+
benchmark:
@cd ${WRKSRC}; ./bonnie++ -u ${ROOT_USER}:${ROOT_GROUP} | tee bonnie.out
@@ -22,5 +26,5 @@
@${MKDIR} /tmp/benches/`domainname`
-@${CP} ${WRKSRC}/bonnie.out /tmp/benches/`domainname`/bonnie++.`uname`-`uname -m`-`uname -r`.`hostname`
-.include "../../lang/perl5/buildlink2.mk"
+.include "../../lang/perl5/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index