On May 5, 2015, at 4:36 PM, Lawrence Velázquez wrote: >> In the context of Tcl I'm unfamiliar with the "[3-6]" notation that you're >> using so I'm not sure how or if that works. > > The elements of compiler.blacklist are treated as patterns for "string > match", which closely resemble shell globs. > > http://www.tcl.tk/man/tcl8.5/TclCmd/string.htm#M39 > > So this matches (and thus blacklists) GCC 4.0, 4.1, and 4.2: > > compiler.blacklist {*gcc-4.[0-2]}
Ok neat. I'll try to remember that... _______________________________________________ macports-dev mailing list [email protected] https://lists.macosforge.org/mailman/listinfo/macports-dev
