[101775] trunk/dports/lang/ruby19/Portfile
Ryan Schmidt
ryandesign at macports.org
Fri Jan 18 22:30:27 PST 2013
On Jan 18, 2013, at 22:49, kimuraw at macports.org wrote:
> Revision: 101775
> https://trac.macports.org/changeset/101775
> Author: kimuraw at macports.org
> Date: 2013-01-18 20:49:37 -0800 (Fri, 18 Jan 2013)
> Log Message:
> -----------
> lang/ruby19: fix #37690, error at configure for +universal
> building universal ruby needs "configure" script
> generated by autoconf 2.63 or later.
>
> Modified Paths:
> --------------
> trunk/dports/lang/ruby19/Portfile
>
> Modified: trunk/dports/lang/ruby19/Portfile
> ===================================================================
> --- trunk/dports/lang/ruby19/Portfile 2013-01-19 04:36:18 UTC (rev 101774)
> +++ trunk/dports/lang/ruby19/Portfile 2013-01-19 04:49:37 UTC (rev 101775)
> @@ -154,6 +154,11 @@
> }
>
> variant universal {
> + # fix #37690. http://trac.macports.org/ticket/37690
> + # autoconf 2.63 or later required for universal,
> + # but configure of ruby-1.9.3-p374 generated with autoconf 2.61.
> + depends_lib-append port:autoconf
> + use_autoreconf yes
Surely autoconf is only a build dependency? In fact, using "use_autoreconf yes" will automatically add autoconf, automake and libtool build dependencies for you.
More information about the macports-dev
mailing list