<pre style='margin:0'>
Joshua Root (jmroot) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/27ba4db8e5db40ca29f45cd895b37c9d0527e0b2">https://github.com/macports/macports-ports/commit/27ba4db8e5db40ca29f45cd895b37c9d0527e0b2</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 27ba4db8e5db40ca29f45cd895b37c9d0527e0b2
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Fri Sep 6 00:19:24 2019 +1000

<span style='display:block; white-space:pre;color:#404040;'>    clang_compilers.tcl: add note about new versions
</span>---
 _resources/port1.0/compilers/clang_compilers.tcl | 4 ++++
 1 file changed, 4 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/_resources/port1.0/compilers/clang_compilers.tcl b/_resources/port1.0/compilers/clang_compilers.tcl
</span><span style='display:block; white-space:pre;color:#808080;'>index c86a213..2fcf110 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/_resources/port1.0/compilers/clang_compilers.tcl
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/_resources/port1.0/compilers/clang_compilers.tcl
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1,5 +1,9 @@
</span> # add all working Clang compilers to the variable compilers based on ${os.major}
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# When adding a new clang version here, make sure to update the
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# clang_dependency PortGroup, add it to any new dependencies of the
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# new version, and update the blacklisting in the other clang ports.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> # does Clang work on all i386 and x86_64 systems?
 # according to https://packages.macports.org/clang-7.0/,
 #    clang builds back to Mac OS X 10.6
</pre><pre style='margin:0'>

</pre>