[140646] trunk/dports/cross/ppc-linux-binutils/Portfile
Ryan Schmidt
ryandesign at macports.org
Mon Sep 28 19:50:43 PDT 2015
> On Sep 28, 2015, at 5:58 PM, takeshi at macports.org wrote:
>
> Revision
> 140646
> Author
> takeshi at macports.org
> Date
> 2015-09-28 15:58:38 -0700 (Mon, 28 Sep 2015)
> Log Message
>
> ppc-linux-binutils: update to 2.25
> Modified: trunk/dports/cross/ppc-linux-binutils/Portfile (140645 => 140646)
> +post-patch {
> +# fix Puma linking in configure on Yosemite
> +# cf. http://fink.cvs.sourceforge.net/fink/dists/10.7/stable/main/finkinfo/devel/powerpc-binutils.info?view=markup
> + foreach f [glob -directory ${worksrcpath} */configure] {
> + reinplace {s|10\.\[012\]\*|10.[012][,.]*|g} ${f}
> + }
> +}
This should be a patchfile rather than a reinplace, for the usual reasons.
More information about the macports-dev
mailing list