Changes between Version 4 and Version 5 of Ticket #54358, comment 20
- Timestamp:
- Jul 4, 2017, 6:53:21 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #54358, comment 20
v4 v5 8 8 So - if I run across this kind of issue, it is very tempting to just add in the cxx11 1.1 PortGroup as step 1 of the process, and if that fixes it (which it almost always will), then you're done in 10 seconds + build time. 9 9 10 The only thing I might add to the cxx11 1.1 PortGroup is a blacklist on all clang versions < about clang-3.8 for the libc++ section -- and even there, it might be best to leave the stock clangs for 10.10 and up, and forceeveryone else onto clang-3.9.10 The only thing I might add to the cxx11 1.1 PortGroup is a blacklist on all clang versions < about clang-3.8 for the libc++ section -- and even there, it might be best to leave the stock clangs for 10.10 and up, and lead everyone else onto clang-3.9. 11 11 12 12 The more homeogeneous and consistent the group is, the easier it is to support the herd.