summaryrefslogtreecommitdiff
path: root/audio
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 /audio
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 'audio')
-rw-r--r--audio/csound4/Makefile4
-rw-r--r--audio/dap/Makefile4
-rw-r--r--audio/mp3blaster/Makefile4
-rw-r--r--audio/tracker/Makefile4
-rw-r--r--audio/xmp/Makefile4
5 files changed, 15 insertions, 5 deletions
diff --git a/audio/csound4/Makefile b/audio/csound4/Makefile
index 62e67c4cb24..af0eb8b30f9 100644
--- a/audio/csound4/Makefile
+++ b/audio/csound4/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2006/12/15 14:34:19 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2009/06/30 00:07:09 joerg Exp $
#
DISTNAME= csound-4.23f13gbs.0
@@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://sourceforge.net/projects/csound/
COMMENT= Software synthesizer and sequencer
+MAKE_JOBS_SAFE= no
+
DIST_SUBDIR= csound
CONFLICTS+= csound-bath-4*
CONFLICTS+= csound-dev-4*
diff --git a/audio/dap/Makefile b/audio/dap/Makefile
index 6c3ce87f041..b0552b3a12c 100644
--- a/audio/dap/Makefile
+++ b/audio/dap/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2008/07/27 08:45:58 obache Exp $
+# $NetBSD: Makefile,v 1.37 2009/06/30 00:07:09 joerg Exp $
DISTNAME= dap-2.1.5
CATEGORIES= audio
@@ -11,6 +11,8 @@ COMMENT= Digital audio recording and processing package
PKG_DESTDIR_SUPPORT= user-destdir
+MAKE_JOBS_SAFE= no
+
USE_LANGUAGES= c c++
INSTALLATION_DIRS+= bin share/doc/dap
MAKE_FILE= Makefile.netbsd
diff --git a/audio/mp3blaster/Makefile b/audio/mp3blaster/Makefile
index 8d34b13bae3..e8f00fc5829 100644
--- a/audio/mp3blaster/Makefile
+++ b/audio/mp3blaster/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2008/07/14 12:55:57 joerg Exp $
+# $NetBSD: Makefile,v 1.28 2009/06/30 00:07:10 joerg Exp $
DISTNAME= mp3blaster-3.2.0
PKGREVISION= 3
@@ -11,6 +11,8 @@ COMMENT= MP3 console curses-based player
PKG_DESTDIR_SUPPORT= user-destdir
+MAKE_JOBS_SAFE= no
+
PTHREAD_OPTS+= require
USE_LANGUAGES= c c++
USE_TOOLS+= gmake
diff --git a/audio/tracker/Makefile b/audio/tracker/Makefile
index a7e068c5a72..7e9bd70f3f6 100644
--- a/audio/tracker/Makefile
+++ b/audio/tracker/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2008/08/09 09:28:19 obache Exp $
+# $NetBSD: Makefile,v 1.44 2009/06/30 00:07:10 joerg Exp $
DISTNAME= tracker-5.3
PKGREVISION= 1
@@ -17,6 +17,8 @@ NO_SRC_ON_CDROM= ${RESTRICTED}
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
+MAKE_JOBS_SAFE= no
+
WRKSRC= ${WRKDIR}/tracker
MAKE_FLAGS+= MACHINE=${LOWER_OPSYS:Q} INSTALL=${INSTALL:Q} \
COMPRESSION_FILE=${PKG_SYSCONFDIR}/compression_methods \
diff --git a/audio/xmp/Makefile b/audio/xmp/Makefile
index 85ddf956155..fd1e99dbd4a 100644
--- a/audio/xmp/Makefile
+++ b/audio/xmp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2009/02/07 21:10:47 joerg Exp $
+# $NetBSD: Makefile,v 1.23 2009/06/30 00:07:10 joerg Exp $
DISTNAME= xmp-2.5.1
CATEGORIES= audio
@@ -10,6 +10,8 @@ COMMENT= Player for many different Amiga and PC module formats
PKG_DESTDIR_SUPPORT= user-destdir
+MAKE_JOBS_SAFE= no
+
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--disable-alsa \
--disable-oss \