pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/benchmarks require gmake. (it coincidentally happens t...
details: https://anonhg.NetBSD.org/pkgsrc/rev/68dd0f92e71d
branches: trunk
changeset: 474752:68dd0f92e71d
user: danw <danw%pkgsrc.org@localhost>
date: Wed May 05 00:38:07 2004 +0000
description:
require gmake. (it coincidentally happens to build correctly with
bmake on NetBSD, but not on some other platforms)
diffstat:
benchmarks/bonnie++/Makefile | 3 ++-
benchmarks/postal/Makefile | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diffs (34 lines):
diff -r 71036fa70981 -r 68dd0f92e71d benchmarks/bonnie++/Makefile
--- a/benchmarks/bonnie++/Makefile Wed May 05 00:28:50 2004 +0000
+++ b/benchmarks/bonnie++/Makefile Wed May 05 00:38:07 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2004/01/11 13:50:15 jmmv Exp $
+# $NetBSD: Makefile,v 1.10 2004/05/05 00:38:07 danw Exp $
#
DISTNAME= bonnie++-1.03a
@@ -14,6 +14,7 @@
USE_BUILDLINK3= YES
GNU_CONFIGURE= YES
+USE_GNU_TOOLS= make
USE_GCC_SHLIB= YES
REPLACE_PERL= bon_csv2txt.in bon_csv2html.in
diff -r 71036fa70981 -r 68dd0f92e71d benchmarks/postal/Makefile
--- a/benchmarks/postal/Makefile Wed May 05 00:28:50 2004 +0000
+++ b/benchmarks/postal/Makefile Wed May 05 00:38:07 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2004/04/11 03:47:15 snj Exp $
+# $NetBSD: Makefile,v 1.4 2004/05/05 00:40:43 danw Exp $
DISTNAME= postal-0.62
PKGREVISION= 1
@@ -11,6 +11,7 @@
COMMENT= Tool for benchmarking SMTP/POP servers
GNU_CONFIGURE= yes
+USE_GNU_TOOLS+= make
USE_BUILDLINK3= yes
.include "../../security/openssl/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index