svn commit: r396248 - head/games/scummvm

Alexey Dokuchaev danfe at FreeBSD.org
Tue Sep 8 07:14:17 UTC 2015


On Tue, Sep 08, 2015 at 04:38:09PM +1000, Kubilay Kocak wrote:
> On 8/09/2015 4:36 PM, Alexey Dokuchaev wrote:
> > On Tue, Sep 08, 2015 at 12:00:15PM +1000, Kubilay Kocak wrote:
> >> How about we exp-run for GNU_CONFIGURE=yes ports:
> >>
> >> CONFIGURE_ARGS+=	--disable-silent-rules
> >> MAKE_ENV+=		V=1 (maybe even MAKE_ARGS)
> > 
> > One problem here is that lots of ports have configure scripts generated
> > before silent rules idea existed (and thus have no --disable-silent-rules
> > switch).
> 
> Mmmm, would those ports also be missing the automake bits for V=1 ?

Passing a variable (V=1) should just work (ir)regardless of actual support,
but I'm worried about namespace pollution, and that we cannot know/be sure
that some part won't be interpreting V=1 to its own liking (which might not
be exactly what we expect).

So far, grepping the configure for version and --disable-silent-rules looks
safer than always passing V=1 to make(1).

./danfe


More information about the svn-ports-all mailing list