svn commit: r415701 - in head/audio: deadbeef-vu-meter-plugin deadbeef-waveform-seekbar-plugin

John Marino marino at FreeBSD.org
Mon May 23 06:28:21 UTC 2016


Author: marino
Date: Mon May 23 06:28:20 2016
New Revision: 415701
URL: https://svnweb.freebsd.org/changeset/ports/415701

Log:
  Mark two more deadbeef ports as not jobs safe
  
  It was supposed that all deadbeef ports share the same build concurrency
  flaw, and that appears to have been demonstrated.  These are the two
  latest deadbeef ports to fail in a multijob build.

Modified:
  head/audio/deadbeef-vu-meter-plugin/Makefile
  head/audio/deadbeef-waveform-seekbar-plugin/Makefile

Modified: head/audio/deadbeef-vu-meter-plugin/Makefile
==============================================================================
--- head/audio/deadbeef-vu-meter-plugin/Makefile	Mon May 23 05:58:23 2016	(r415700)
+++ head/audio/deadbeef-vu-meter-plugin/Makefile	Mon May 23 06:28:20 2016	(r415701)
@@ -18,6 +18,8 @@ GH_TAGNAME=	940d8d7
 
 USES=		gmake pkgconfig
 
+MAKE_JOBS_UNSAFE=	yes
+
 PLIST_FILES=	share/deadbeef/pixmaps/vumeter.png
 
 OPTIONS_DEFINE=	GTK2 GTK3

Modified: head/audio/deadbeef-waveform-seekbar-plugin/Makefile
==============================================================================
--- head/audio/deadbeef-waveform-seekbar-plugin/Makefile	Mon May 23 05:58:23 2016	(r415700)
+++ head/audio/deadbeef-waveform-seekbar-plugin/Makefile	Mon May 23 06:28:20 2016	(r415701)
@@ -18,6 +18,8 @@ GH_TAGNAME=	0402f6d
 
 USES=		gmake pkgconfig sqlite
 
+MAKE_JOBS_UNSAFE=	yes
+
 OPTIONS_DEFINE=	GTK2 GTK3
 OPTIONS_DEFAULT=	GTK2
 


More information about the svn-ports-head mailing list