Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Mar 2016 19:41:06 +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: r410773 - head/audio/deadbeef-musical-spectrum-plugin
Message-ID:  <201603101941.u2AJf6iu077204@repo.freebsd.org>

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



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