[101393] trunk/dports/aqua/qt4-mac/Portfile
Michael Dickens
michaelld at macports.org
Thu Jan 10 13:17:21 PST 2013
On Jan 10, 2013, at 1:19 PM, Ryan Schmidt <ryandesign at macports.org>
wrote:
> you should not be blacklisting clang based on Xcode or OS version, but based on clang version. Please use the compiler_blacklist_versions portgroup for this.
OK; so I added:
{{{
PortGroup compiler_blacklist_versions 1.0
}}}
and then
{{{
compiler.blacklist-append { macports-clang-2.9 macports-clang-3.0 }
compiler.blacklist-append { clang <= 318.0.58 }
}}}
and "port lint qt4-mac" then bombs out with:
{{{
Error: Unable to open port: can't set "compiler.blacklist": don't know
how to determine build number of compiler "macports-clang-2.9"
}}}
which hangs, is not recoverable (e.g., ^c or ^z), and my xterm dies. I
need to block both Apple's and MacPorts' clang, 318.0.58 and earlier for
Apple and 3.0 and earlier for MacPorts. Any idea how I do them both? -
MLD
More information about the macports-dev
mailing list