summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2009-06-30 00:07:09 +0000
committerjoerg <joerg@pkgsrc.org>2009-06-30 00:07:09 +0000
commit76f5c1b551cbcd541f91513d7a6a47d8886bb5d7 (patch)
treedc8b846be5ce41fc91fa6fa283850ad5bd6918c8 /textproc
parent5dc417f76ada55decbc0adce66fb18090d84d28e (diff)
downloadpkgsrc-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 'textproc')
-rw-r--r--textproc/glimpse/Makefile4
-rw-r--r--textproc/ja-groff/Makefile4
-rw-r--r--textproc/link-grammar/Makefile4
-rw-r--r--textproc/xalan-c/Makefile4
4 files changed, 12 insertions, 4 deletions
diff --git a/textproc/glimpse/Makefile b/textproc/glimpse/Makefile
index d49903e27dd..5cb94ac0984 100644
--- a/textproc/glimpse/Makefile
+++ b/textproc/glimpse/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2009/05/19 08:59:35 wiz Exp $
+# $NetBSD: Makefile,v 1.38 2009/06/30 00:07:23 joerg Exp $
DISTNAME= glimpse-4.18.5
CATEGORIES= textproc databases
@@ -15,6 +15,8 @@ NO_BIN_ON_CDROM= ${RESTRICTED}
PKG_DESTDIR_SUPPORT= user-destdir
+MAKE_JOBS_SAFE= no
+
USE_TOOLS+= gmake lex
GNU_CONFIGURE= yes
MAKE_FLAGS= mandir=${PREFIX}/${PKGMANDIR}/man1
diff --git a/textproc/ja-groff/Makefile b/textproc/ja-groff/Makefile
index 73ea5bbf295..17d78f07e66 100644
--- a/textproc/ja-groff/Makefile
+++ b/textproc/ja-groff/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2006/10/24 06:59:38 rillig Exp $
+# $NetBSD: Makefile,v 1.12 2009/06/30 00:07:23 joerg Exp $
DISTNAME= groff-1.10
PKGNAME= ja-groff-0.99
@@ -15,6 +15,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.gnu.org/software/groff/groff.html
COMMENT= Japanese enhancement of GNU groff
+MAKE_JOBS_SAFE= no
+
USE_TOOLS+= gmake perl:run
USE_LANGUAGES= c c++
GNU_CONFIGURE= yes
diff --git a/textproc/link-grammar/Makefile b/textproc/link-grammar/Makefile
index 821a894e668..48e6e1994d7 100644
--- a/textproc/link-grammar/Makefile
+++ b/textproc/link-grammar/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2008/07/14 12:56:13 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2009/06/30 00:07:23 joerg Exp $
#
DISTNAME= link-grammar-4.3.4
@@ -11,6 +11,8 @@ COMMENT= Syntactic parsing library
PKG_DESTDIR_SUPPORT= user-destdir
+MAKE_JOBS_SAFE= no
+
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
diff --git a/textproc/xalan-c/Makefile b/textproc/xalan-c/Makefile
index 58e7daf24bc..4dc924cd3b3 100644
--- a/textproc/xalan-c/Makefile
+++ b/textproc/xalan-c/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2009/03/25 22:37:15 he Exp $
+# $NetBSD: Makefile,v 1.27 2009/06/30 00:07:23 joerg Exp $
#
DISTNAME= Xalan-C_1_10_0-src
@@ -14,6 +14,8 @@ COMMENT= XSLT processor of the Apache Project
PKG_DESTDIR_SUPPORT= user-destdir
+MAKE_JOBS_SAFE= no
+
WRKSRC= ${WRKDIR}/xml-xalan/c
USE_TOOLS+= gmake
USE_LANGUAGES= c c++