summaryrefslogtreecommitdiff
path: root/comms
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 /comms
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 'comms')
-rw-r--r--comms/binkd/Makefile4
-rw-r--r--comms/birda/Makefile4
-rw-r--r--comms/fidogate/Makefile4
-rw-r--r--comms/mgetty+sendfax/Makefile4
-rw-r--r--comms/modemd/Makefile4
-rw-r--r--comms/p5-pilot-link/Makefile4
6 files changed, 18 insertions, 6 deletions
diff --git a/comms/binkd/Makefile b/comms/binkd/Makefile
index d981c049f4d..4c3b99e59a0 100644
--- a/comms/binkd/Makefile
+++ b/comms/binkd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2007/06/26 09:00:03 rillig Exp $
+# $NetBSD: Makefile,v 1.28 2009/06/30 00:07:11 joerg Exp $
#
DISTNAME= binkd098
@@ -12,6 +12,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://homepage.corbina.net/~maloff/binkd/
COMMENT= FidoNet-over-IP transport program utilizing BINKP protocol
+MAKE_JOBS_SAFE= no
+
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
GNU_CONFIGURE= yes
diff --git a/comms/birda/Makefile b/comms/birda/Makefile
index 359955dcb2a..e451a34d82a 100644
--- a/comms/birda/Makefile
+++ b/comms/birda/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2008/02/07 13:24:36 tnn Exp $
+# $NetBSD: Makefile,v 1.21 2009/06/30 00:07:11 joerg Exp $
#
DISTNAME= birda-1.3
@@ -8,6 +8,8 @@ MASTER_SITES= ftp://ftp.augustsson.net/pub/netbsd/
MAINTAINER= lennart@augustsson.net
COMMENT= Bohlin's IrDA utilities
+MAKE_JOBS_SAFE= no
+
USE_BSD_MAKEFILE= yes
USE_TOOLS+= groff nroff
diff --git a/comms/fidogate/Makefile b/comms/fidogate/Makefile
index 95e6514e685..ec1893610cc 100644
--- a/comms/fidogate/Makefile
+++ b/comms/fidogate/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.59 2007/11/17 12:04:11 rillig Exp $
+# $NetBSD: Makefile,v 1.60 2009/06/30 00:07:11 joerg Exp $
#
DISTNAME= fidogate-4.4.10
@@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.fidogate.org/
COMMENT= FidoNet (FTN) <-> Internet mail and news gateway
+MAKE_JOBS_SAFE= no
+
USE_TOOLS+= gmake makeinfo perl:run yacc
MAKE_ENV+= DEBUG="${CFLAGS} -Werror"
BUILDLINK_SETENV.CC= CC="cc ${_STRIPFLAG_CC}"
diff --git a/comms/mgetty+sendfax/Makefile b/comms/mgetty+sendfax/Makefile
index 3578a36158d..c850f3ada63 100644
--- a/comms/mgetty+sendfax/Makefile
+++ b/comms/mgetty+sendfax/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.62 2007/11/11 23:44:51 wiz Exp $
+# $NetBSD: Makefile,v 1.63 2009/06/30 00:07:11 joerg Exp $
DISTNAME= mgetty1.1.31-Jul24
PKGNAME= mgetty-1.1.31
@@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://mgetty.greenie.net/
COMMENT= Handle external logins, send and receive faxes
+MAKE_JOBS_SAFE= no
+
BUILD_DEPENDS+= texi2roff-[0-9]*:../../textproc/texi2roff
CONFLICTS= hylafax-[0-9]*
diff --git a/comms/modemd/Makefile b/comms/modemd/Makefile
index b96bcb83d43..434fbaa2ac9 100644
--- a/comms/modemd/Makefile
+++ b/comms/modemd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2008/07/14 12:56:00 joerg Exp $
+# $NetBSD: Makefile,v 1.19 2009/06/30 00:07:11 joerg Exp $
DISTNAME= modemd-970221
PKGNAME= modemd-19970221
@@ -11,6 +11,8 @@ COMMENT= Replacement getty for dialup ttys and a modem server
PKG_DESTDIR_SUPPORT= user-destdir
+MAKE_JOBS_SAFE= no
+
MANCOMPRESSED_IF_MANZ= yes
MAKE_ENV+= BINOWN=${BINOWN} BINGRP=${BINGRP}
diff --git a/comms/p5-pilot-link/Makefile b/comms/p5-pilot-link/Makefile
index 3b08db328a8..06e04ca5522 100644
--- a/comms/p5-pilot-link/Makefile
+++ b/comms/p5-pilot-link/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2009/05/20 00:58:09 wiz Exp $
+# $NetBSD: Makefile,v 1.42 2009/06/30 00:07:12 joerg Exp $
#
PKG_DESTDIR_SUPPORT= user-destdir
@@ -10,6 +10,8 @@ PKGREVISION= 3
COMMENT= Perl bindings for pilot-link
+MAKE_JOBS_SAFE= no
+
BUILDLINK_API_DEPENDS.pilot-link-libs= pilot-link-libs>=${PILOT_LINK_VERS}
USE_TOOLS+= gmake