On Sep 6, 2013, at 11:12 PM, [email protected] wrote:

> Revision: 110825
>          https://trac.macports.org/changeset/110825
> Author:   [email protected]
> Date:     2013-09-06 20:12:08 -0700 (Fri, 06 Sep 2013)
> Log Message:
> -----------
> py-graph-tool: blacklist *gcc* <= 4.3
> 
> Modified Paths:
> --------------
>    trunk/dports/python/py-graph-tool/Portfile
> 
> Modified: trunk/dports/python/py-graph-tool/Portfile
> ===================================================================
> --- trunk/dports/python/py-graph-tool/Portfile        2013-09-07 02:15:15 UTC 
> (rev 110824)
> +++ trunk/dports/python/py-graph-tool/Portfile        2013-09-07 03:12:08 UTC 
> (rev 110825)
> @@ -28,6 +29,7 @@
> python.default_version 27
> 
> if {$subport != $name} {
> +    compiler.blacklist llvm-gcc-4.2 macports-gcc-4.3 macports-gcc-4.2 
> macports-llvm-gcc-4.2 apple-gcc-4.2 gcc-4.2 gcc-4.0 apple-gcc-4.0 gcc-3.3
>     universal_variant  no
>     depends_build-append port:pkgconfig
>     depends_lib-append port:boost \

If you want to blacklist all GCC 3.3, 4.0, 4.2, and 4.3, you can do this:

    compiler.blacklist  gcc-3.3 {*gcc-4.[0-3]}

vq
_______________________________________________
macports-dev mailing list
[email protected]
https://lists.macosforge.org/mailman/listinfo/macports-dev

Reply via email to