Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 May 2016 06:28:20 +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: r415701 - in head/audio: deadbeef-vu-meter-plugin deadbeef-waveform-seekbar-plugin
Message-ID:  <201605230628.u4N6SKea007543@repo.freebsd.org>

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



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