summaryrefslogtreecommitdiff
path: root/x11
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 /x11
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 'x11')
-rw-r--r--x11/antiright/Makefile4
-rw-r--r--x11/hsetroot/Makefile4
-rw-r--r--x11/kdebindings-ruby/Makefile4
-rw-r--r--x11/p5-gtk/Makefile4
-rw-r--r--x11/qwt/Makefile4
-rw-r--r--x11/ssystem/Makefile4
-rw-r--r--x11/tk-Tix/Makefile4
-rw-r--r--x11/wmfstatus/Makefile4
-rw-r--r--x11/xcursorgen/Makefile4
-rw-r--r--x11/xless/Makefile4
-rw-r--r--x11/xmascot/Makefile4
-rw-r--r--x11/xscribble/Makefile4
-rw-r--r--x11/xview-lib/Makefile4
13 files changed, 39 insertions, 13 deletions
diff --git a/x11/antiright/Makefile b/x11/antiright/Makefile
index 36a712a286a..5118d4ef0a9 100644
--- a/x11/antiright/Makefile
+++ b/x11/antiright/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2009/06/11 08:10:26 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2009/06/30 00:07:24 joerg Exp $
#
DISTNAME= antiright-3.4
@@ -11,6 +11,8 @@ MAINTAINER= antiright@gmail.com
HOMEPAGE= http://www.nongnu.org/antiright/
COMMENT= The gtkshell GUI creator, gshterm, and ACE desktop implementation
+MAKE_JOBS_SAFE= no
+
PKG_DESTDIR_SUPPORT= user-destdir
HAS_CONFIGURE= YES
diff --git a/x11/hsetroot/Makefile b/x11/hsetroot/Makefile
index 358d7600053..8d6eebd5757 100644
--- a/x11/hsetroot/Makefile
+++ b/x11/hsetroot/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2008/07/14 12:56:15 joerg Exp $
+# $NetBSD: Makefile,v 1.9 2009/06/30 00:07:24 joerg Exp $
#
DISTNAME= hsetroot-1.0.2
@@ -12,6 +12,8 @@ COMMENT= Allows you to compose wallpapers for X
PKG_DESTDIR_SUPPORT= user-destdir
+MAKE_JOBS_SAFE= no
+
GNU_CONFIGURE= yes
.include "../../graphics/imlib2/buildlink3.mk"
diff --git a/x11/kdebindings-ruby/Makefile b/x11/kdebindings-ruby/Makefile
index e9d7abeffeb..b5013f77789 100644
--- a/x11/kdebindings-ruby/Makefile
+++ b/x11/kdebindings-ruby/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2009/05/20 00:58:30 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2009/06/30 00:07:25 joerg Exp $
DISTNAME= kdebindings-${_KDE_VERSION}
PKGNAME= kdebindings-ruby-${_KDE_VERSION}
@@ -8,6 +8,8 @@ COMMENT= Ruby bindings for the KDE integrated X11 desktop
PKG_DESTDIR_SUPPORT= user-destdir
+MAKE_JOBS_SAFE= no
+
.include "../../meta-pkgs/kde3/Makefile.kde3"
USE_TOOLS+= pkg-config
diff --git a/x11/p5-gtk/Makefile b/x11/p5-gtk/Makefile
index 00a06176794..9d3660f51f0 100644
--- a/x11/p5-gtk/Makefile
+++ b/x11/p5-gtk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2008/10/19 19:19:24 he Exp $
+# $NetBSD: Makefile,v 1.39 2009/06/30 00:07:25 joerg Exp $
#
PKG_DESTDIR_SUPPORT= user-destdir
@@ -12,6 +12,8 @@ SVR4_PKGNAME= p5gtk
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Perl bindings for GTK+
+MAKE_JOBS_SAFE= no
+
WRKSRC= ${WRKDIR}/${DISTNAME}/Gtk
MAKE_PARAMS= INSTALLMAN3DIR=${PREFIX}/${PKGMANDIR}/man3
PERL5_PACKLIST= auto/Gtk/.packlist
diff --git a/x11/qwt/Makefile b/x11/qwt/Makefile
index 2698146d1b7..65cbbd42513 100644
--- a/x11/qwt/Makefile
+++ b/x11/qwt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2008/02/28 11:58:49 rillig Exp $
+# $NetBSD: Makefile,v 1.35 2009/06/30 00:07:25 joerg Exp $
DISTNAME= qwt-5.0.2
CATEGORIES= x11
@@ -9,6 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://sourceforge.net/projects/qwt/
COMMENT= Qt widget library for technical purposes
+MAKE_JOBS_SAFE= no
+
USE_X11BASE= yes
USE_LANGUAGES= c++
USE_TOOLS+= gmake
diff --git a/x11/ssystem/Makefile b/x11/ssystem/Makefile
index cbea91a9494..e41ebe89de9 100644
--- a/x11/ssystem/Makefile
+++ b/x11/ssystem/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2007/12/12 20:42:34 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2009/06/30 00:07:25 joerg Exp $
#
DISTNAME= ssystem-1.6
@@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www1.las.es/~amil/ssystem/
COMMENT= Solar System Flyby Simulator
+MAKE_JOBS_SAFE= no
+
BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison
USE_TOOLS+= flex
diff --git a/x11/tk-Tix/Makefile b/x11/tk-Tix/Makefile
index 008f51d6bad..470ad5c35c4 100644
--- a/x11/tk-Tix/Makefile
+++ b/x11/tk-Tix/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2006/02/05 23:11:43 joerg Exp $
+# $NetBSD: Makefile,v 1.14 2009/06/30 00:07:25 joerg Exp $
#
DISTNAME= tix8.2.0b1
@@ -11,6 +11,8 @@ MAINTAINER= he@NetBSD.org
HOMEPAGE= http://tixlibrary.sourceforge.net/
COMMENT= Powerful widget library for Tcl/Tk
+MAKE_JOBS_SAFE= no
+
WRKSRC= ${WRKDIR}/tix8.2.0/unix
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-shared --with-tcl=${BUILDLINK_PREFIX.tcl}/lib \
diff --git a/x11/wmfstatus/Makefile b/x11/wmfstatus/Makefile
index f60480abf53..96a5aac16ff 100644
--- a/x11/wmfstatus/Makefile
+++ b/x11/wmfstatus/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2006/12/27 13:37:43 joerg Exp $
+# $NetBSD: Makefile,v 1.19 2009/06/30 00:07:25 joerg Exp $
DISTNAME= wmfstatus-0.4
PKGREVISION= 1
@@ -9,6 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.finik.net/software.html
COMMENT= General purpose 8x5 LCD screen for WindowMaker
+MAKE_JOBS_SAFE= no
+
WRKSRC= ${WRKDIR}/${DISTNAME}/wmfstatus
INSTALLATION_DIRS= bin
diff --git a/x11/xcursorgen/Makefile b/x11/xcursorgen/Makefile
index f63b3e09c82..ff19170e4af 100644
--- a/x11/xcursorgen/Makefile
+++ b/x11/xcursorgen/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2008/06/20 01:09:45 joerg Exp $
+# $NetBSD: Makefile,v 1.20 2009/06/30 00:07:25 joerg Exp $
DISTNAME= xcursorgen-4.3.0
PKGREVISION= 4
@@ -12,6 +12,8 @@ COMMENT= Create an X cursor file from a collection of PNG images
PKG_DESTDIR_SUPPORT= user-destdir
+MAKE_JOBS_SAFE= no
+
WRKSRC= ${WRKDIR}/${DISTNAME:C/-.*//}
USE_IMAKE= YES
diff --git a/x11/xless/Makefile b/x11/xless/Makefile
index 307ebebfd1b..8d7b8d437af 100644
--- a/x11/xless/Makefile
+++ b/x11/xless/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2008/11/10 17:21:39 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2009/06/30 00:07:25 joerg Exp $
DISTNAME= xless-1.7
PKGREVISION= 3
@@ -9,6 +9,8 @@ MASTER_SITES= ${MASTER_SITE_XCONTRIB:=applications/} \
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= X11 text viewer; useful as an add-on tool for other apps
+MAKE_JOBS_SAFE= no
+
USE_IMAKE= yes
.include "../../x11/libXaw/buildlink3.mk"
diff --git a/x11/xmascot/Makefile b/x11/xmascot/Makefile
index c8692efe8ba..91863e8813a 100644
--- a/x11/xmascot/Makefile
+++ b/x11/xmascot/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2009/01/26 20:58:56 joerg Exp $
+# $NetBSD: Makefile,v 1.24 2009/06/30 00:07:25 joerg Exp $
DISTNAME= xmascot2.6a
PKGNAME= xmascot-2.6a
@@ -12,6 +12,8 @@ COMMENT= Moving mascot on your X-Window screen
PKG_DESTDIR_SUPPORT= user-destdir
+MAKE_JOBS_SAFE= no
+
USE_IMAKE= yes
INSTALL_MAKE_FLAGS+= LANG=ja_JP.eucJP
diff --git a/x11/xscribble/Makefile b/x11/xscribble/Makefile
index f0604a29da3..3e72be53c2d 100644
--- a/x11/xscribble/Makefile
+++ b/x11/xscribble/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2008/11/10 17:21:40 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2009/06/30 00:07:25 joerg Exp $
DISTNAME= xscribble
PKGNAME= xscribble-20000616
@@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.handhelds.org/projects/xscribble.html
COMMENT= Handwriting recognition (like graffiti)
+MAKE_JOBS_SAFE= no
+
USE_IMAKE= YES
NO_INSTALL_MANPAGES= YES
diff --git a/x11/xview-lib/Makefile b/x11/xview-lib/Makefile
index 93425b81ba4..09fd8682441 100644
--- a/x11/xview-lib/Makefile
+++ b/x11/xview-lib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2008/08/30 20:01:28 dholland Exp $
+# $NetBSD: Makefile,v 1.36 2009/06/30 00:07:26 joerg Exp $
DISTNAME= xview3.2p1-X11R6
PKGNAME= xview-lib-3.2.1
@@ -9,6 +9,8 @@ MASTER_SITES= ${MASTER_SITE_LOCAL}
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= OpenLook Toolkit libs, includes, and man pages
+MAKE_JOBS_SAFE= no
+
DEPENDS+= xview-config>=3.2.1nb2:../../x11/xview-config
NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL