odd problem with blacklisting compilers

2014-07-16 Thread Mark Moll
In the port fcl I have the following lines: PortGroup compiler_blacklist_versions 1.0 compiler.blacklist-append gcc-4.0 *gcc-4.2 Yet, the build bot for snow leopard insists on using llvm-gcc-4.2:

Re: odd problem with blacklisting compilers

2014-07-16 Thread Ryan Schmidt
On Jul 16, 2014, at 10:21 AM, Mark Moll wrote: In the port fcl I have the following lines: PortGroup compiler_blacklist_versions 1.0 compiler.blacklist-append gcc-4.0 *gcc-4.2 Yet, the build bot for snow leopard insists on using llvm-gcc-4.2: