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 /editors | |
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 'editors')
-rw-r--r-- | editors/ce/Makefile.common | 4 | ||||
-rw-r--r-- | editors/jed/Makefile.common | 4 | ||||
-rw-r--r-- | editors/lpe/Makefile | 4 | ||||
-rw-r--r-- | editors/ne/Makefile | 4 | ||||
-rw-r--r-- | editors/sam/Makefile | 4 | ||||
-rw-r--r-- | editors/yudit/Makefile | 4 |
6 files changed, 18 insertions, 6 deletions
diff --git a/editors/ce/Makefile.common b/editors/ce/Makefile.common index 85741eea614..8fb07cf60be 100644 --- a/editors/ce/Makefile.common +++ b/editors/ce/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.8 2007/12/02 13:04:09 wiz Exp $ +# $NetBSD: Makefile.common,v 1.9 2009/06/30 00:07:14 joerg Exp $ # DISTNAME= ce-${VERSION} @@ -11,6 +11,8 @@ MAINTAINER= schmonz@NetBSD.org HOMEPAGE= http://tiswww.case.edu/php/chet/ COMMENT= Chet's Emacs: small, fast emacs-like editor +MAKE_JOBS_SAFE= no + GNU_CONFIGURE= yes CONFIGURE_ARGS+= --libdir=${PREFIX}/share/doc CONFIGURE_ARGS+= --without-ce-malloc diff --git a/editors/jed/Makefile.common b/editors/jed/Makefile.common index a455e6a77d5..c712872cc62 100644 --- a/editors/jed/Makefile.common +++ b/editors/jed/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.6 2009/06/12 22:41:32 zafer Exp $ +# $NetBSD: Makefile.common,v 1.7 2009/06/30 00:07:14 joerg Exp $ # DISTNAME= jed-0.99-16 CATEGORIES= editors @@ -12,6 +12,8 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= joerg@gmx.net HOMEPAGE= http://www.jedsoft.org/jed/ +MAKE_JOBS_SAFE= no + GNU_CONFIGURE= yes EGDIR= ${PREFIX}/share/examples/jed diff --git a/editors/lpe/Makefile b/editors/lpe/Makefile index 34e8e1c1b7a..9a973926a51 100644 --- a/editors/lpe/Makefile +++ b/editors/lpe/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2007/06/08 18:41:20 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2009/06/30 00:07:14 joerg Exp $ # DISTNAME= lpe-1.2.6 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://cdsmith.twu.net/professional/opensource/lpe.html COMMENT= Small and efficient programmer's editor for UNIX systems +MAKE_JOBS_SAFE= no + USE_PKGLOCALEDIR= YES USE_LIBTOOL= YES USE_TOOLS+= gmake msgfmt diff --git a/editors/ne/Makefile b/editors/ne/Makefile index efa87d7dcdf..9b3cf730983 100644 --- a/editors/ne/Makefile +++ b/editors/ne/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2008/03/03 18:25:53 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2009/06/30 00:07:14 joerg Exp $ DISTNAME= ne-1.31 CATEGORIES= editors @@ -10,6 +10,8 @@ COMMENT= Re-write of Phoenix E. A sensible light-weight editor PKG_DESTDIR_SUPPORT= user-destdir +MAKE_JOBS_SAFE= no + DIST_SUBDIR= ${PKGNAME_NOREV} WRKSRC= ${WRKDIR}/src diff --git a/editors/sam/Makefile b/editors/sam/Makefile index bc5163ee48b..d16c4b66d14 100644 --- a/editors/sam/Makefile +++ b/editors/sam/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2007/03/24 19:21:23 joerg Exp $ +# $NetBSD: Makefile,v 1.37 2009/06/30 00:07:14 joerg Exp $ DISTNAME= sam PKGNAME= sam-4.3 @@ -12,6 +12,8 @@ COMMENT= Unix version of Rob Pike's editor for plan9 DEPENDS+= libXgFonts>=1.0nb1:../../fonts/Xg +MAKE_JOBS_SAFE= no + WRKSRC= ${WRKDIR} EXTRACT_CMD= ${GZCAT} ${DOWNLOADED_DISTFILE} | ${SH} diff --git a/editors/yudit/Makefile b/editors/yudit/Makefile index 7d0788d2f82..d836a16ff10 100644 --- a/editors/yudit/Makefile +++ b/editors/yudit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2008/07/14 12:56:03 joerg Exp $ +# $NetBSD: Makefile,v 1.24 2009/06/30 00:07:14 joerg Exp $ DISTNAME= yudit-2.8.1 CATEGORIES= editors @@ -11,6 +11,8 @@ COMMENT= Unicode Text Editor PKG_DESTDIR_SUPPORT= user-destdir +MAKE_JOBS_SAFE= no + USE_LANGUAGES= c c++ USE_TOOLS+= gmake msgmerge GNU_CONFIGURE= yes |