Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Mar 2016 08:57:05 +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: r410510 - head/audio/deadbeef-playback-status-plugin
Message-ID:  <201603070857.u278v5Eb044970@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Mon Mar  7 08:57:04 2016
New Revision: 410510
URL: https://svnweb.freebsd.org/changeset/ports/410510

Log:
  audio/deadbeef-playback-status-plugin is not jobs safe
  
  In fact, it's brutally unsafe.  It's never passed on DF building system
  because it starts trying to assemble object files before without
  confirming the build directory (gtk3) has been created.

Modified:
  head/audio/deadbeef-playback-status-plugin/Makefile

Modified: head/audio/deadbeef-playback-status-plugin/Makefile
==============================================================================
--- head/audio/deadbeef-playback-status-plugin/Makefile	Mon Mar  7 08:49:02 2016	(r410509)
+++ head/audio/deadbeef-playback-status-plugin/Makefile	Mon Mar  7 08:57:04 2016	(r410510)
@@ -18,6 +18,8 @@ GH_TAGNAME=	fce1de0
 
 USES=		gmake pkgconfig
 
+MAKE_JOBS_UNSAFE=	yes
+
 OPTIONS_DEFINE=	GTK2 GTK3
 OPTIONS_DEFAULT=	GTK3
 



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