From owner-svn-ports-head@FreeBSD.ORG Wed Sep 4 03:30:30 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id C23791C7; Wed, 4 Sep 2013 03:30:30 +0000 (UTC) Date: Wed, 4 Sep 2013 03:30:30 +0000 From: Alexey Dokuchaev To: Stephen Montgomery-Smith Subject: Re: svn commit: r326241 - head/math/octave-forge-odepkg Message-ID: <20130904033030.GC71557@FreeBSD.org> References: <201309040138.r841cHYC074414@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201309040138.r841cHYC074414@svn.freebsd.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 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: Wed, 04 Sep 2013 03:30:30 -0000 On Wed, Sep 04, 2013 at 01:38:17AM +0000, Stephen Montgomery-Smith wrote: > New Revision: 326241 > URL: http://svnweb.freebsd.org/changeset/ports/326241 > > Log: > - Set make_jobs_unsafe, otherwise patches can get applied out of order. Do you see any better solution to this? Maybe force the order somehow? MAKE_JOBS_UNSAFE should be used as a last resort, when problem cannot be easily fixed. ./danfe (dreaming of 100% jobs-safe ports tree :)