pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/benchmarks/bonnie Fixed PKGMANDIR.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ba1768fdd4b6
branches:  trunk
changeset: 524083:ba1768fdd4b6
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu Jan 18 11:16:56 2007 +0000

description:
Fixed PKGMANDIR.

diffstat:

 benchmarks/bonnie/Makefile         |   5 ++---
 benchmarks/bonnie/distinfo         |   4 ++--
 benchmarks/bonnie/patches/patch-aa |  18 ++++++++----------
 3 files changed, 12 insertions(+), 15 deletions(-)

diffs (65 lines):

diff -r 85b216cef02c -r ba1768fdd4b6 benchmarks/bonnie/Makefile
--- a/benchmarks/bonnie/Makefile        Thu Jan 18 10:51:48 2007 +0000
+++ b/benchmarks/bonnie/Makefile        Thu Jan 18 11:16:56 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2007/01/07 09:13:47 rillig Exp $
+# $NetBSD: Makefile,v 1.30 2007/01/18 11:16:56 rillig Exp $
 
 DISTNAME=       bonnie
 PKGNAME=       bonnie-2.06
@@ -18,8 +18,7 @@
 WRKSRC=                ${WRKDIR}
 
 USE_TOOLS+=            expr
-MAKE_ENV+=             BINOWN=${BINOWN} BINGRP=${BINGRP} BINMODE=${BINMODE}
-MAKE_ENV+=             MANOWN=${MANOWN} MANGRP=${MANGRP} MANMODE=${MANMODE}
+USE_BSD_MAKEFILE=      yes
 MANCOMPRESSED_IF_MANZ= yes
 
 INSTALLATION_DIRS=     bin ${PKGMANDIR}/cat1 ${PKGMANDIR}/man1
diff -r 85b216cef02c -r ba1768fdd4b6 benchmarks/bonnie/distinfo
--- a/benchmarks/bonnie/distinfo        Thu Jan 18 10:51:48 2007 +0000
+++ b/benchmarks/bonnie/distinfo        Thu Jan 18 11:16:56 2007 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.7 2006/04/12 10:55:49 drochner Exp $
+$NetBSD: distinfo,v 1.8 2007/01/18 11:16:56 rillig Exp $
 
 SHA1 (bonnie.tar.gz) = f435ae56903883c8e3e011eb989783c8410f5ee3
 RMD160 (bonnie.tar.gz) = 677446fde3f53e2afc2b5f1d76af2555a4779d88
 Size (bonnie.tar.gz) = 7140 bytes
-SHA1 (patch-aa) = 33ac03e1c70bba2aedf0482e23c16cf19956b47e
+SHA1 (patch-aa) = e81766946655b43fbd6a7c1dc23e32987827d399
 SHA1 (patch-ab) = 927415c66b7c03897aa4cbee07cd54c242272148
 SHA1 (patch-ac) = 355c9bbb4f13cf8b2d092c17f0cb4f7bc0a31a9e
diff -r 85b216cef02c -r ba1768fdd4b6 benchmarks/bonnie/patches/patch-aa
--- a/benchmarks/bonnie/patches/patch-aa        Thu Jan 18 10:51:48 2007 +0000
+++ b/benchmarks/bonnie/patches/patch-aa        Thu Jan 18 11:16:56 2007 +0000
@@ -1,20 +1,18 @@
-$NetBSD: patch-aa,v 1.4 2001/07/16 22:50:48 garbled Exp $
---- Makefile.orig      Wed Aug 28 18:45:37 1996
-+++ Makefile   Mon Jul 16 15:45:20 2001
-@@ -1,11 +1,8 @@
+$NetBSD: patch-aa,v 1.5 2007/01/18 11:16:56 rillig Exp $
+
+--- Makefile.orig      1996-08-29 03:45:37.000000000 +0200
++++ Makefile   2007-01-18 12:14:33.000000000 +0100
+@@ -1,11 +1,3 @@
 -CFLAGS = -O $(SYSFLAGS)
-+PROG= bonnie
++PROG= bonnie
  
 -bsd:  
 -      @echo 'Options are "make bsd" and "make SysV" - the default is "bsd".'
 -      @echo 'If you get messages about missing functions, try "make SysV."'
 -      make Bonnie 
-+BINDIR=${PREFIX}/bin
-+MANDIR=${PREFIX}/man
- 
+-
 -SysV: 
 -      make Bonnie 'SYSFLAGS=-DSysV'
-+MANINSTALL=   maninstall catinstall
- 
+-
 -Bonnie:       
 +.include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index