summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2013-05-04 14:06:08 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2013-05-04 14:06:08 +0000
commit63f76304d6f21c191cb8e08ab49787bcf031fb6d (patch)
tree20dbde6d95ce50dde89bcaeaaee0c6c3ee84e6b1 /audio
parentMark as broken: does not fetch (diff)
- When DISABLE_MAKE_JOBS or MAKE_JOBS_UNSAFE is set, also set
MAKE_JOBS_NUMBER to 1. This makes it safe to do -j${MAKE_JOBS_NUMBER} without any extra logic. - Cleanup ports working around the empty MAKE_JOBS_NUMBER - This also fixes several ports that were expecting MAKE_JOBS_NUMBER to always have a number Reviewed by: bapt Spotted by: John Marino <draco@marino.st> With hat: portmgr
Notes
Notes: svn path=/head/; revision=317320
Diffstat (limited to 'audio')
-rw-r--r--audio/gmidimonitor/Makefile2
-rw-r--r--audio/lv2core/Makefile2
-rw-r--r--audio/patchage/Makefile2
-rw-r--r--audio/raul/Makefile2
-rw-r--r--audio/slv2/Makefile2
5 files changed, 0 insertions, 10 deletions
diff --git a/audio/gmidimonitor/Makefile b/audio/gmidimonitor/Makefile
index 151d4950e305..28ffd557cfb9 100644
--- a/audio/gmidimonitor/Makefile
+++ b/audio/gmidimonitor/Makefile
@@ -27,9 +27,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
PLIST_FILES= bin/gmidimonitor %%DATADIR%%/gmidimonitor.ui
PLIST_DIRS= %%DATADIR%%
-.if defined(MAKE_JOBS_NUMBER)
MAKE_JOBS_ARGS= -j${MAKE_JOBS_NUMBER}
-.endif
do-configure:
@(cd ${WRKSRC} && ./waf configure --prefix=${PREFIX} --alsa=no)
diff --git a/audio/lv2core/Makefile b/audio/lv2core/Makefile
index dbe15e45441f..eddaa6f22f2f 100644
--- a/audio/lv2core/Makefile
+++ b/audio/lv2core/Makefile
@@ -23,9 +23,7 @@ MAKE_JOBS_SAFE= yes
WAF_VERBOSE= --verbose
.endif
-.if defined(MAKE_JOBS_NUMBER)
WAF_JOBS= --jobs=${MAKE_JOBS_NUMBER}
-.endif
post-patch:
@${REINPLACE_CMD} -e '/autowaf.build_pc/s|^|#|' ${WRKSRC}/wscript
diff --git a/audio/patchage/Makefile b/audio/patchage/Makefile
index 6b6ad7c9a95f..9cdcfed8747f 100644
--- a/audio/patchage/Makefile
+++ b/audio/patchage/Makefile
@@ -37,9 +37,7 @@ CFLAGS+= -I${LOCALBASE}/include
WAF_VERBOSE= --verbose
.endif
-.if defined(MAKE_JOBS_NUMBER)
WAF_JOBS= --jobs=${MAKE_JOBS_NUMBER}
-.endif
post-patch:
@${REINPLACE_CMD} -e \
diff --git a/audio/raul/Makefile b/audio/raul/Makefile
index e918297934c1..bd708d910107 100644
--- a/audio/raul/Makefile
+++ b/audio/raul/Makefile
@@ -29,9 +29,7 @@ CFLAGS+= -I${LOCALBASE}/include
WAF_VERBOSE= --verbose
.endif
-.if defined(MAKE_JOBS_NUMBER)
WAF_JOBS= --jobs=${MAKE_JOBS_NUMBER}
-.endif
post-patch:
@${REINPLACE_CMD} -e \
diff --git a/audio/slv2/Makefile b/audio/slv2/Makefile
index 55c1bb554b54..6427c56fe9d1 100644
--- a/audio/slv2/Makefile
+++ b/audio/slv2/Makefile
@@ -28,9 +28,7 @@ MAKE_JOBS_SAFE= yes
WAF_VERBOSE= --verbose
.endif
-.if defined(MAKE_JOBS_NUMBER)
WAF_JOBS= --jobs=${MAKE_JOBS_NUMBER}
-.endif
post-patch:
@${REINPLACE_CMD} -e \