summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorjoerg <joerg>2009-06-30 00:07:09 +0000
committerjoerg <joerg>2009-06-30 00:07:09 +0000
commit6dc2520300690e39fdb803dba4b818d03289cb63 (patch)
treedc8b846be5ce41fc91fa6fa283850ad5bd6918c8 /graphics
parentdb3790b322960d22b168a0155c538ee2401c5300 (diff)
downloadpkgsrc-6dc2520300690e39fdb803dba4b818d03289cb63.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 'graphics')
-rw-r--r--graphics/dx/Makefile4
-rw-r--r--graphics/gphoto/Makefile4
-rw-r--r--graphics/grap/Makefile4
-rw-r--r--graphics/lprof/Makefile4
-rw-r--r--graphics/pstoedit/Makefile4
-rw-r--r--graphics/vcg/Makefile4
6 files changed, 18 insertions, 6 deletions
diff --git a/graphics/dx/Makefile b/graphics/dx/Makefile
index c79db72ecd6..3e6b7891f41 100644
--- a/graphics/dx/Makefile
+++ b/graphics/dx/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.44 2008/06/12 02:14:31 joerg Exp $
+# $NetBSD: Makefile,v 1.45 2009/06/30 00:07:17 joerg Exp $
DISTNAME= dx-4.4.4
PKGREVISION= 1
@@ -11,6 +11,8 @@ COMMENT= Open Visualization Data Explorer
PKG_DESTDIR_SUPPORT= user-destdir
+MAKE_JOBS_SAFE= no
+
USE_LANGUAGES= c c++
USE_X11BASE= yes
USE_TOOLS+= gmake lex yacc sh
diff --git a/graphics/gphoto/Makefile b/graphics/gphoto/Makefile
index 401b7d4fafa..8894bf027b9 100644
--- a/graphics/gphoto/Makefile
+++ b/graphics/gphoto/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2008/06/20 01:09:22 joerg Exp $
+# $NetBSD: Makefile,v 1.29 2009/06/30 00:07:17 joerg Exp $
DISTNAME= gphoto-0.4.3
PKGREVISION= 9
@@ -11,6 +11,8 @@ COMMENT= Download and view files from various digital cameras
PKG_DESTDIR_SUPPORT= user-destdir
+MAKE_JOBS_SAFE= no
+
USE_DIRS+= gnome1-1.0
USE_X11BASE= YES
USE_LIBTOOL= YES
diff --git a/graphics/grap/Makefile b/graphics/grap/Makefile
index 517120c5a93..d7c2b62ae7e 100644
--- a/graphics/grap/Makefile
+++ b/graphics/grap/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2007/12/22 20:47:19 tnn Exp $
+# $NetBSD: Makefile,v 1.17 2009/06/30 00:07:17 joerg Exp $
DISTNAME= grap-1.41
PKGREVISION= 1
@@ -12,6 +12,8 @@ COMMENT= Language for typesetting graphs
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
+MAKE_JOBS_SAFE= no
+
GNU_CONFIGURE= yes
CONFIGURE_ENV+= ac_cv_header_ext_hash_map=no
USE_LANGUAGES= c c++
diff --git a/graphics/lprof/Makefile b/graphics/lprof/Makefile
index 71ff3e1b0c8..2cc40f3f593 100644
--- a/graphics/lprof/Makefile
+++ b/graphics/lprof/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2006/05/12 10:53:14 joerg Exp $
+# $NetBSD: Makefile,v 1.14 2009/06/30 00:07:17 joerg Exp $
#
DISTNAME= lprof-1.10.1
@@ -10,6 +10,8 @@ MAINTAINER= gdt@NetBSD.org
HOMEPAGE= http://lprof.sourceforge.net/
COMMENT= ICC Profile generation tool (for IT8.7 targets)
+MAKE_JOBS_SAFE= no
+
USE_TOOLS+= gmake
MAKE_ENV+= BASEDIR=${PREFIX:Q} QTDIR=${PREFIX}/qt3
diff --git a/graphics/pstoedit/Makefile b/graphics/pstoedit/Makefile
index 6544a8ca414..148b876f8fc 100644
--- a/graphics/pstoedit/Makefile
+++ b/graphics/pstoedit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2009/05/19 08:59:18 wiz Exp $
+# $NetBSD: Makefile,v 1.41 2009/06/30 00:07:17 joerg Exp $
DISTNAME= pstoedit-3.45
CATEGORIES= converters graphics print
@@ -20,6 +20,8 @@ NO_BIN_ON_CDROM= ${RESTRICTED}
PKG_DESTDIR_SUPPORT= user-destdir
+MAKE_JOBS_SAFE= no
+
USE_TOOLS+= gs:run
USE_LIBTOOL= yes
diff --git a/graphics/vcg/Makefile b/graphics/vcg/Makefile
index 28b43b60b35..aef29f8bea7 100644
--- a/graphics/vcg/Makefile
+++ b/graphics/vcg/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2008/02/04 19:52:55 tnn Exp $
+# $NetBSD: Makefile,v 1.17 2009/06/30 00:07:17 joerg Exp $
DISTNAME= vcg.1.30.r3.17
PKGNAME= vcg-1.30
@@ -10,6 +10,8 @@ EXTRACT_SUFX= .tgz
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Visualization Tool for compiler graphs
+MAKE_JOBS_SAFE= no
+
WRKSRC= ${WRKDIR}/vcg.1.30
USE_TOOLS+= imake lex
USE_X11BASE= yes