summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorjoerg <joerg>2009-06-30 00:07:09 +0000
committerjoerg <joerg>2009-06-30 00:07:09 +0000
commit915d453db0045bb41306c8a0f63bd5793c799f98 (patch)
treedc8b846be5ce41fc91fa6fa283850ad5bd6918c8 /sysutils
parent75d60fdf9a5c3cdc6a48f098e78a4f5fbb8d820c (diff)
downloadpkgsrc-915d453db0045bb41306c8a0f63bd5793c799f98.tar.gz
Mark packages as MAKE_JOBS_SAFE=no that failed in a bulk build with
MAKE_JOBS=2 and worked without.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/hcidump/Makefile4
-rw-r--r--sysutils/lavaps/Makefile4
-rw-r--r--sysutils/xnc/Makefile4
3 files changed, 9 insertions, 3 deletions
diff --git a/sysutils/hcidump/Makefile b/sysutils/hcidump/Makefile
index 54eb20c4927..8a1470b60d6 100644
--- a/sysutils/hcidump/Makefile
+++ b/sysutils/hcidump/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2008/07/28 18:50:00 plunky Exp $
+# $NetBSD: Makefile,v 1.6 2009/06/30 00:07:23 joerg Exp $
DISTNAME= hcidump-1.5.1
CATEGORIES= sysutils
@@ -9,6 +9,8 @@ COMMENT= Bluetooth traffic dumper, similar to tcpdump
PKG_DESTDIR_SUPPORT= user-destdir
+MAKE_JOBS_SAFE= no
+
ONLY_FOR_PLATFORM= NetBSD-[4-9].*-* \
NetBSD-3.99.[2-9][0-9]-*
diff --git a/sysutils/lavaps/Makefile b/sysutils/lavaps/Makefile
index af233b87923..aa3a3865852 100644
--- a/sysutils/lavaps/Makefile
+++ b/sysutils/lavaps/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2008/07/27 16:47:46 dholland Exp $
+# $NetBSD: Makefile,v 1.30 2009/06/30 00:07:23 joerg Exp $
#
DISTNAME= lavaps-2.7
@@ -12,6 +12,8 @@ COMMENT= Lava lamp of currently running processes
PKG_DESTDIR_SUPPORT= user-destdir
+MAKE_JOBS_SAFE= no
+
USE_LANGUAGES= c c++
USE_TOOLS+= perl
diff --git a/sysutils/xnc/Makefile b/sysutils/xnc/Makefile
index 55f745c8f85..70c80611ea4 100644
--- a/sysutils/xnc/Makefile
+++ b/sysutils/xnc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2009/03/17 21:40:47 darcy Exp $
+# $NetBSD: Makefile,v 1.28 2009/06/30 00:07:23 joerg Exp $
DISTNAME= xnc-5.0.4.src
PKGNAME= xnc-5.0.4
@@ -12,6 +12,8 @@ COMMENT= File manager for X Window
PKG_DESTDIR_SUPPORT= user-destdir
+MAKE_JOBS_SAFE= no
+
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
USE_DIRS+= xdg-1.1
USE_LANGUAGES= c c++