svn commit: r415925 - in head/audio: deadbeef-jack-plugin deadbeef-mpris2-plugin deadbeef-quick-search-plugin

John Marino marino at FreeBSD.org
Fri May 27 06:11:01 UTC 2016


Author: marino
Date: Fri May 27 06:11:00 2016
New Revision: 415925
URL: https://svnweb.freebsd.org/changeset/ports/415925

Log:
  Mark the remaining three deadbeef plugs as not jobs safe
  
  Today the quick-search plugin failed to build due to concurrency issues,
  making it the 5th of 7th plugins to do so.  Mark it and the remaining
  two plugins as jobs unsafe.

Modified:
  head/audio/deadbeef-jack-plugin/Makefile
  head/audio/deadbeef-mpris2-plugin/Makefile
  head/audio/deadbeef-quick-search-plugin/Makefile

Modified: head/audio/deadbeef-jack-plugin/Makefile
==============================================================================
--- head/audio/deadbeef-jack-plugin/Makefile	Fri May 27 05:41:27 2016	(r415924)
+++ head/audio/deadbeef-jack-plugin/Makefile	Fri May 27 06:11:00 2016	(r415925)
@@ -17,6 +17,8 @@ GH_ACCOUNT=	Alexey-Yakovenko
 GH_PROJECT=	jack
 GH_TAGNAME=	62d1e6a
 
+MAKE_JOBS_UNSAFE=	yes
+
 PLIST_FILES=	lib/deadbeef/jack.so
 
 do-build:

Modified: head/audio/deadbeef-mpris2-plugin/Makefile
==============================================================================
--- head/audio/deadbeef-mpris2-plugin/Makefile	Fri May 27 05:41:27 2016	(r415924)
+++ head/audio/deadbeef-mpris2-plugin/Makefile	Fri May 27 06:11:00 2016	(r415925)
@@ -21,6 +21,8 @@ USES=		autoreconf libtool pkgconfig
 GNU_CONFIGURE=	yes
 USE_GNOME=	glib20
 
+MAKE_JOBS_UNSAFE=	yes
+
 PLIST_FILES=	lib/deadbeef/mpris.so
 
 .include <bsd.port.mk>

Modified: head/audio/deadbeef-quick-search-plugin/Makefile
==============================================================================
--- head/audio/deadbeef-quick-search-plugin/Makefile	Fri May 27 05:41:27 2016	(r415924)
+++ head/audio/deadbeef-quick-search-plugin/Makefile	Fri May 27 06:11:00 2016	(r415925)
@@ -18,6 +18,8 @@ GH_TAGNAME=	332e994
 
 USES=		gmake pkgconfig
 
+MAKE_JOBS_UNSAFE=	yes
+
 OPTIONS_DEFINE=	GTK2 GTK3
 OPTIONS_DEFAULT=	GTK2
 


More information about the svn-ports-head mailing list