svn commit: r410773 - head/audio/deadbeef-musical-spectrum-plugin

John Marino marino at FreeBSD.org
Thu Mar 10 19:41:08 UTC 2016


Author: marino
Date: Thu Mar 10 19:41:06 2016
New Revision: 410773
URL: https://svnweb.freebsd.org/changeset/ports/410773

Log:
  audio/deadbeef-musical-spectrum-plugin is not jobs safe
  
  As seen in similar deadbeef plugins, this port is unsafe because it
  starts building assemble object files before confirming the build
  directory (gtk3) has been created.

Modified:
  head/audio/deadbeef-musical-spectrum-plugin/Makefile

Modified: head/audio/deadbeef-musical-spectrum-plugin/Makefile
==============================================================================
--- head/audio/deadbeef-musical-spectrum-plugin/Makefile	Thu Mar 10 19:25:55 2016	(r410772)
+++ head/audio/deadbeef-musical-spectrum-plugin/Makefile	Thu Mar 10 19:41:06 2016	(r410773)
@@ -22,6 +22,8 @@ USES=		gmake pkgconfig
 OPTIONS_DEFINE=	GTK2 GTK3
 OPTIONS_DEFAULT=	GTK2
 
+MAKE_JOBS_UNSAFE=	yes
+
 .for v in 2 3
 GTK${v}_USE=	GNOME=gtk${v}0
 


More information about the svn-ports-head mailing list