[113152] trunk/dports

Ryan Schmidt ryandesign at macports.org
Sun Nov 10 18:51:58 PST 2013


On Nov 10, 2013, at 19:04, jeremyhu at macports.org wrote:

> Revision
> 113152
> Author
> jeremyhu at macports.org
> Date
> 2013-11-10 17:04:28 -0800 (Sun, 10 Nov 2013)
> Log Message
> 
> multiple: Replace -fvi with -fi in autoreconf.args since base now includes —verbose


>  use_autoreconf  yes
> 
> -autoreconf.args -fvi
> 
> +autoreconf.args -fi

The default autoreconf.args in base in trunk are “--install --verbose”, equivalent to “-iv”. But if you’re going to overwrite autoreconf.args, as you do here, then any default value is irrelevant. If you want verbose, you need to specify verbose.

Or, append to autoreconf.args instead of overwriting them: if you want to force, then you could:

autoreconf.args-append --force




More information about the macports-dev mailing list