Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 May 2016 06:11:00 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r415925 - in head/audio: deadbeef-jack-plugin deadbeef-mpris2-plugin deadbeef-quick-search-plugin
Message-ID:  <201605270611.u4R6B0dk021766@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605270611.u4R6B0dk021766>