From owner-svn-ports-head@freebsd.org Mon Mar 7 09:32:09 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B2B68AC1FA0; Mon, 7 Mar 2016 09:32:09 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id A66A8F98; Mon, 7 Mar 2016 09:32:09 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id A47621CCF; Mon, 7 Mar 2016 09:32:09 +0000 (UTC) Date: Mon, 7 Mar 2016 09:32:09 +0000 From: Alexey Dokuchaev To: John Marino Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r410510 - head/audio/deadbeef-playback-status-plugin Message-ID: <20160307093209.GA94271@FreeBSD.org> References: <201603070857.u278v5Eb044970@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201603070857.u278v5Eb044970@repo.freebsd.org> User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Mar 2016 09:32:09 -0000 On Mon, Mar 07, 2016 at 08:57:05AM +0000, John Marino wrote: > 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. Hmm, probably all "GH_ACCOUNT=cboxdoerfer" plugin ports are also unsafe as they share the build recipe. :( ./danfe