[146817] trunk/dports/devel/git/Portfile

Joshua Root jmr at macports.org
Fri Mar 18 07:09:44 PDT 2016


> Revision: 146817
>           https://trac.macports.org/changeset/146817
> Author:   ciserlohn at macports.org
> Date:     2016-03-18 06:57:43 -0700 (Fri, 18 Mar 2016)
> Log Message:
> -----------
> git: blacklist gcc-4.2 (should fix #50869)
>
> Modified Paths:
> --------------
>     trunk/dports/devel/git/Portfile
>
> Modified: trunk/dports/devel/git/Portfile
> ===================================================================
> --- trunk/dports/devel/git/Portfile	2016-03-18 13:48:10 UTC (rev 146816)
> +++ trunk/dports/devel/git/Portfile	2016-03-18 13:57:43 UTC (rev 146817)
> @@ -3,6 +3,7 @@
>
>  PortSystem          1.0
>  PortGroup           perl5 1.0
> +PortGroup           compiler_blacklist_versions 1.0
>
>  name                git
>  version             2.7.4
> @@ -56,6 +57,8 @@
>
>  variant universal   {}
>
> +compiler.blacklist *gcc-4.2

Couple things:

This doesn't just blacklist gcc-4.2, but all compilers whose names end 
in "gcc-4.2", including llvm-gcc-4.2. Is that what you meant to do?

Also, you're including compiler_blacklist_versions but not using any of 
its functionality.

- Josh


More information about the macports-dev mailing list