As a "related aside", running lint on my current volk port (which moves
the compilers_blacklist_version PortGroup into just where it is needed),
results in:
{{{
% port lint --nitpick volk
--->  Verifying Portfile for volk
Error: Line 35 uses compiler.blacklist in a way that requires the
compiler_blacklist_versions portgroup, but this portgroup has not been
included
Error: Line 129 uses compiler.blacklist in a way that requires the
compiler_blacklist_versions portgroup, but this portgroup has not been
included
Error: Line 142 uses compiler.blacklist in a way that requires the
compiler_blacklist_versions portgroup, but this portgroup has not been
included
--->  3 errors and 0 warnings found.
}}}

Line 35 is "compiler.blacklist-append *gcc-3.* {*gcc-4.[0-2]}"

Line 129 is "compiler.blacklist-append *clang* {*gcc-4.[3-6]}"

Line 142 is "compiler.blacklist-append *gcc* {clang < 500}"

Line 141 is "PortGroup compiler_blacklist_versions 1.0" ... so, "lint"
needs to some where here ;) - MLD
_______________________________________________
macports-dev mailing list
[email protected]
https://lists.macosforge.org/mailman/listinfo/macports-dev

Reply via email to