[118207] trunk/dports/finance/bitcoin/Portfile

Ryan Schmidt ryandesign at macports.org
Wed Mar 26 13:41:59 PDT 2014


On Mar 25, 2014, at 13:11, and.damore at macports.org wrote:

> Revision
> 118207
> Author
> and.damore at macports.org
> Date
> 2014-03-25 11:11:01 -0700 (Tue, 25 Mar 2014)
> Log Message
> 
> port bitcoin: call the whole autogen script, openmaintainer
> Modified Paths
> 
> 	• trunk/dports/finance/bitcoin/Portfile
> Diff
> 
> Modified: trunk/dports/finance/bitcoin/Portfile (118206 => 118207)
> 
> --- trunk/dports/finance/bitcoin/Portfile	2014-03-25 18:06:16 UTC (rev 118206)
> +++ trunk/dports/finance/bitcoin/Portfile	2014-03-25 18:11:01 UTC (rev 118207)
> 
> @@ -34,7 +34,8 @@
> 
>                      port:protobuf-cpp
> 
>  
> 
>  use_autoreconf      yes
> 
> -autoreconf.args-append --force
> 
> +autoreconf.cmd      ./autogen.sh
> +autoreconf.args

Changing autoreconf.cmd causes MacPorts to not automatically add the autoconf, automake and libtool dependencies, so you now have to add them in the portfile.



More information about the macports-dev mailing list