pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/xymonclient a irreproducible error report suggests...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5ce04fb5319c
branches:  trunk
changeset: 571953:5ce04fb5319c
user:      spz <spz%pkgsrc.org@localhost>
date:      Thu Feb 18 06:40:06 2010 +0000

description:
a irreproducible error report suggests MAKE_JOBS_SAFE=NO should be set

diffstat:

 net/xymonclient/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 2b80fef97165 -r 5ce04fb5319c net/xymonclient/Makefile
--- a/net/xymonclient/Makefile  Thu Feb 18 03:01:08 2010 +0000
+++ b/net/xymonclient/Makefile  Thu Feb 18 06:40:06 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2010/02/14 18:32:52 spz Exp $
+# $NetBSD: Makefile,v 1.3 2010/02/18 06:40:06 spz Exp $
 #
 
 DISTNAME=              xymon-4.3.0-beta2
@@ -13,6 +13,7 @@
 LICENSE=               gnu-gpl-v2
 
 PKG_DESTDIR_SUPPORT=   user-destdir
+MAKE_JOBS_SAFE=                NO
 
 CONFLICTS+=            hobbitmon-[0-9]*
 CONFLICTS+=            hobbitclient-[0-9]*



Home | Main Index | Thread Index | Old Index