<!DOCTYPE html>
<html>
<head>
<title></title>
<style type="text/css">p.MsoNormal,p.MsoNoSpacing{margin:0}</style>
</head>
<body><div style="font-family:Arial;">Adding in some debug printouts inside portconfigure.tcl, I think what's happening is that when "libc++" is specified, somewhere inside portconfigure.tcl the possible compilers to used gets pared down. Since I'm not specifying one by default, and there is no blacklist or whitelist, the fallback list is used. The first "compiler.fallback" on OSX 10.6 that meets the requirement to support "libc++" is "macports-clang-7.0". Not sure if this help anyone, but it explains why the dependency on clang-7.0 for cmake at least. - MLD</div>
</body>
</html>