diff options
author | joerg <joerg> | 2009-06-30 00:07:09 +0000 |
---|---|---|
committer | joerg <joerg> | 2009-06-30 00:07:09 +0000 |
commit | 915d453db0045bb41306c8a0f63bd5793c799f98 (patch) | |
tree | dc8b846be5ce41fc91fa6fa283850ad5bd6918c8 /archivers | |
parent | 75d60fdf9a5c3cdc6a48f098e78a4f5fbb8d820c (diff) | |
download | pkgsrc-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 'archivers')
-rw-r--r-- | archivers/arj/Makefile | 4 | ||||
-rw-r--r-- | archivers/nulib2/Makefile | 4 | ||||
-rw-r--r-- | archivers/zip1/Makefile | 4 |
3 files changed, 9 insertions, 3 deletions
diff --git a/archivers/arj/Makefile b/archivers/arj/Makefile index 5e5d71a6e0c..1ee65413367 100644 --- a/archivers/arj/Makefile +++ b/archivers/arj/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2009/02/09 23:30:07 joerg Exp $ +# $NetBSD: Makefile,v 1.25 2009/06/30 00:07:09 joerg Exp $ DISTNAME= arj-3.10.22 CATEGORIES= archivers @@ -11,6 +11,8 @@ COMMENT= Open-source ARJ archiver PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir +MAKE_JOBS_SAFE= no + USE_TOOLS+= autoconf gmake GNU_CONFIGURE= yes CONFIGURE_ENV+= LD=${LD:Q} diff --git a/archivers/nulib2/Makefile b/archivers/nulib2/Makefile index 732e5ef10ed..de018b04afa 100644 --- a/archivers/nulib2/Makefile +++ b/archivers/nulib2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2009/02/10 00:01:55 joerg Exp $ +# $NetBSD: Makefile,v 1.18 2009/06/30 00:07:09 joerg Exp $ # DISTNAME= nulibdist-203 @@ -13,6 +13,8 @@ COMMENT= Handles Apple II ShrinkIt (NuFX) file/disk archives PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir +MAKE_JOBS_SAFE= no + WRKSRC= ${WRKDIR}/${DISTNAME:S/dist/2/} GNU_CONFIGURE= yes diff --git a/archivers/zip1/Makefile b/archivers/zip1/Makefile index f2d75fea1da..323826e8adf 100644 --- a/archivers/zip1/Makefile +++ b/archivers/zip1/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.44 2009/05/19 08:59:01 wiz Exp $ +# $NetBSD: Makefile,v 1.45 2009/06/30 00:07:09 joerg Exp $ # DISTNAME= zip1-1.1 @@ -17,6 +17,8 @@ RESTRICTED= Do not modify. Do not sell for profit. NO_SRC_ON_CDROM=${RESTRICTED} NO_BIN_ON_CDROM=${RESTRICTED} +MAKE_JOBS_SAFE= no + PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir |