pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/benchmarks/httperf This is not MAKE_JOBS_SAFE.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/76de92e5985a
branches:  trunk
changeset: 538301:76de92e5985a
user:      reed <reed%pkgsrc.org@localhost>
date:      Tue Feb 05 13:51:09 2008 +0000

description:
This is not MAKE_JOBS_SAFE.
This fixes PR #36456.
(By the way, a newer version is available of this software.)

diffstat:

 benchmarks/httperf/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 46b39fe69b10 -r 76de92e5985a benchmarks/httperf/Makefile
--- a/benchmarks/httperf/Makefile       Tue Feb 05 11:38:18 2008 +0000
+++ b/benchmarks/httperf/Makefile       Tue Feb 05 13:51:09 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2007/01/03 05:50:15 cjs Exp $
+# $NetBSD: Makefile,v 1.16 2008/02/05 13:51:09 reed Exp $
 
 DISTNAME=      httperf-0.8
 CATEGORIES=    benchmarks www
@@ -11,6 +11,7 @@
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 
 GNU_CONFIGURE=         yes
+MAKE_JOBS_SAFE=                no
 USE_TOOLS+=            gmake
 
 .include "../../mk/bsd.prefs.mk"



Home | Main Index | Thread Index | Old Index