svn commit: r410510 - head/audio/deadbeef-playback-status-plugin

John Marino marino at FreeBSD.org
Mon Mar 7 08:57:06 UTC 2016


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
 


More information about the svn-ports-all mailing list