diff options
author | joerg <joerg@pkgsrc.org> | 2009-06-30 00:07:09 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-06-30 00:07:09 +0000 |
commit | 76f5c1b551cbcd541f91513d7a6a47d8886bb5d7 (patch) | |
tree | dc8b846be5ce41fc91fa6fa283850ad5bd6918c8 /security | |
parent | 5dc417f76ada55decbc0adce66fb18090d84d28e (diff) | |
download | pkgsrc-76f5c1b551cbcd541f91513d7a6a47d8886bb5d7.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 'security')
-rw-r--r-- | security/cvm/Makefile | 4 | ||||
-rw-r--r-- | security/heimdal/Makefile | 4 | ||||
-rw-r--r-- | security/mit-krb5/Makefile | 4 | ||||
-rw-r--r-- | security/pgp5/Makefile | 4 | ||||
-rw-r--r-- | security/rid/Makefile | 4 | ||||
-rw-r--r-- | security/ssh2/Makefile | 4 |
6 files changed, 18 insertions, 6 deletions
diff --git a/security/cvm/Makefile b/security/cvm/Makefile index 344ddfbf82d..fe3755a73ce 100644 --- a/security/cvm/Makefile +++ b/security/cvm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2009/04/07 03:04:25 schmonz Exp $ +# $NetBSD: Makefile,v 1.15 2009/06/30 00:07:22 joerg Exp $ # DISTNAME= cvm-0.95 @@ -9,6 +9,8 @@ MAINTAINER= schmonz@NetBSD.org HOMEPAGE= http://untroubled.org/cvm/ COMMENT= Credential Validation Modules +MAKE_JOBS_SAFE= no + DEPENDS+= daemontools-[0-9]*:../../sysutils/daemontools DJB_RESTRICTED= NO diff --git a/security/heimdal/Makefile b/security/heimdal/Makefile index ef210e35a93..50697cc5251 100644 --- a/security/heimdal/Makefile +++ b/security/heimdal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.75 2009/06/14 22:58:08 joerg Exp $ +# $NetBSD: Makefile,v 1.76 2009/06/30 00:07:22 joerg Exp $ DISTNAME= heimdal-1.1 PKGREVISION= 3 @@ -17,6 +17,8 @@ CONFLICTS+= gss-[0-9]* PKG_DESTDIR_SUPPORT= user-destdir +MAKE_JOBS_SAFE= no + USE_LIBTOOL= yes USE_TOOLS+= bison flex PKGCONFIG_OVERRIDE+= tools/heimdal-gssapi.pc.in diff --git a/security/mit-krb5/Makefile b/security/mit-krb5/Makefile index 491fe31be23..09691824ea9 100644 --- a/security/mit-krb5/Makefile +++ b/security/mit-krb5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2009/04/21 18:58:17 tez Exp $ +# $NetBSD: Makefile,v 1.46 2009/06/30 00:07:22 joerg Exp $ DISTNAME= krb5-1.4.2 PKGNAME= mit-${DISTNAME:S/-signed$//} @@ -12,6 +12,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://web.mit.edu/kerberos/www/ COMMENT= MIT Kerberos 5 authentication system +MAKE_JOBS_SAFE= no + WRKSRC= ${WRKDIR}/${DISTNAME}/src .include "../../mk/bsd.prefs.mk" diff --git a/security/pgp5/Makefile b/security/pgp5/Makefile index 0b70ec5beda..89ffab1f278 100644 --- a/security/pgp5/Makefile +++ b/security/pgp5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2009/05/19 08:59:32 wiz Exp $ +# $NetBSD: Makefile,v 1.35 2009/06/30 00:07:22 joerg Exp $ # DISTNAME= pgp50i-unix-src @@ -18,6 +18,8 @@ LICENSE= idea-license PKG_DESTDIR_SUPPORT= user-destdir +MAKE_JOBS_SAFE= no + USE_TOOLS+= perl CONFLICTS= pgraf-[0-9]* # Both have a `pgps' executable diff --git a/security/rid/Makefile b/security/rid/Makefile index 9b0afb8a29a..d53844d9246 100644 --- a/security/rid/Makefile +++ b/security/rid/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2006/03/04 21:30:38 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2009/06/30 00:07:22 joerg Exp $ # DISTNAME= rid-1.11 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.theorygroup.com/Software/RID/ COMMENT= Remote Intrusion Detection to track down compromised hosts +MAKE_JOBS_SAFE= no + GNU_CONFIGURE= YES CONF_FILES= ${PREFIX}/share/examples/rid/rid.conf ${PKG_SYSCONFDIR}/rid.conf diff --git a/security/ssh2/Makefile b/security/ssh2/Makefile index 33435cbed48..1bc5feedc4c 100644 --- a/security/ssh2/Makefile +++ b/security/ssh2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2009/05/19 08:59:33 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2009/06/30 00:07:23 joerg Exp $ DISTNAME= ssh-3.2.9.1 PKGNAME= ${DISTNAME:C/ssh-/ssh2-/} @@ -14,6 +14,8 @@ RESTRICTED= Reciprocal grant required for derivative works. Non-comercial use NO_BIN_ON_FTP= ${RESTRICTED} NO_BIN_ON_CDROM= ${RESTRICTED} +MAKE_JOBS_SAFE= no + COMMENT= Secure Shell client and server for V.2 SSH protocol PKG_DESTDIR_SUPPORT= destdir |