From owner-svn-ports-head@freebsd.org Mon May 23 06:28:21 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 C64D9B46237; Mon, 23 May 2016 06:28:21 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 960D913B9; Mon, 23 May 2016 06:28:21 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4N6SK1D007545; Mon, 23 May 2016 06:28:20 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4N6SKea007543; Mon, 23 May 2016 06:28:20 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201605230628.u4N6SKea007543@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Mon, 23 May 2016 06:28:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415701 - in head/audio: deadbeef-vu-meter-plugin deadbeef-waveform-seekbar-plugin X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 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, 23 May 2016 06:28:21 -0000 Author: marino Date: Mon May 23 06:28:20 2016 New Revision: 415701 URL: https://svnweb.freebsd.org/changeset/ports/415701 Log: Mark two more deadbeef ports as not jobs safe It was supposed that all deadbeef ports share the same build concurrency flaw, and that appears to have been demonstrated. These are the two latest deadbeef ports to fail in a multijob build. Modified: head/audio/deadbeef-vu-meter-plugin/Makefile head/audio/deadbeef-waveform-seekbar-plugin/Makefile Modified: head/audio/deadbeef-vu-meter-plugin/Makefile ============================================================================== --- head/audio/deadbeef-vu-meter-plugin/Makefile Mon May 23 05:58:23 2016 (r415700) +++ head/audio/deadbeef-vu-meter-plugin/Makefile Mon May 23 06:28:20 2016 (r415701) @@ -18,6 +18,8 @@ GH_TAGNAME= 940d8d7 USES= gmake pkgconfig +MAKE_JOBS_UNSAFE= yes + PLIST_FILES= share/deadbeef/pixmaps/vumeter.png OPTIONS_DEFINE= GTK2 GTK3 Modified: head/audio/deadbeef-waveform-seekbar-plugin/Makefile ============================================================================== --- head/audio/deadbeef-waveform-seekbar-plugin/Makefile Mon May 23 05:58:23 2016 (r415700) +++ head/audio/deadbeef-waveform-seekbar-plugin/Makefile Mon May 23 06:28:20 2016 (r415701) @@ -18,6 +18,8 @@ GH_TAGNAME= 0402f6d USES= gmake pkgconfig sqlite +MAKE_JOBS_UNSAFE= yes + OPTIONS_DEFINE= GTK2 GTK3 OPTIONS_DEFAULT= GTK2