svn commit: r324014 - in head/graphics/volpack: . files

Alexey Dokuchaev danfe at FreeBSD.org
Wed Jul 31 07:57:58 UTC 2013


On Wed, Jul 31, 2013 at 09:52:41AM +0200, Guido Falsi wrote:
> On 07/31/13 09:43, Alexey Dokuchaev wrote:
> >Author: danfe
> >Date: Wed Jul 31 07:43:53 2013
> >New Revision: 324014
> >URL: http://svnweb.freebsd.org/changeset/ports/324014
> >
> >Log:
> >   Try to properly fix parallel builds instead of marking port as -jX unsafe.
> 
> Thanks :) Would have never thought of this solution myself :)

You're welcome.  Actually once you've seen enough of broken makefiles, these
patterns catch eye quickly.  For example, shell "for" loops in targets is a
good indication of potential fuckup.  Generally, the more imperative the
Makefile gets (while it would be declarative as possible), the more chances
something will break at -jX.

./danfe


More information about the svn-ports-all mailing list