[132611] trunk/dports/devel/automake/Portfile
Ryan Schmidt
ryandesign at macports.org
Thu Feb 5 14:55:14 PST 2015
> On Feb 5, 2015, at 4:19 PM, jeremyhu at macports.org wrote:
>
> Revision
> 132611
> Author
> jeremyhu at macports.org
> Date
> 2015-02-05 14:19:32 -0800 (Thu, 05 Feb 2015)
> Log Message
>
> automake: Add instructions on dependent revbumps to prevent future headaches
> Modified Paths
>
> • trunk/dports/devel/automake/Portfile
> Diff
>
> Modified: trunk/dports/devel/automake/Portfile (132610 => 132611)
>
> --- trunk/dports/devel/automake/Portfile 2015-02-05 21:50:37 UTC (rev 132610)
> +++ trunk/dports/devel/automake/Portfile 2015-02-05 22:19:32 UTC (rev 132611)
>
> @@ -2,6 +2,12 @@
>
>
>
> PortSystem 1.0
>
>
>
> +# IMPORTANT
> +# On future version bumps, make sure you also revbump the libtool port
> +# Otherwise glibtoolize will provide an incompatible version of aclocal.m4
> +# from the older version of automake.
> +# cf: ${prefix}/share/libtool/aclocal.m4
So this is what was causing
https://trac.macports.org/ticket/46582
? It was very difficult to make sense of since it seemed to occur randomly.
More information about the macports-dev
mailing list