<pre style='margin:0'>
Christopher Nielsen (mascguy) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/dbf45beee232f0558079659bc6200d7fe77fb90b">https://github.com/macports/macports-ports/commit/dbf45beee232f0558079659bc6200d7fe77fb90b</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'> new dbf45beee23 llvm-3.4/3.7: comments: avoid 'port:xxx' references
</span>dbf45beee23 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit dbf45beee232f0558079659bc6200d7fe77fb90b
</span>Author: Christopher Nielsen <mascguy@github.com>
AuthorDate: Sun Sep 4 08:40:43 2022 -0400
<span style='display:block; white-space:pre;color:#404040;'> llvm-3.4/3.7: comments: avoid 'port:xxx' references
</span>---
lang/llvm-3.4/Portfile | 2 +-
lang/llvm-3.7/Portfile | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/llvm-3.4/Portfile b/lang/llvm-3.4/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 05ecca70eec..10f540f9b02 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/llvm-3.4/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/llvm-3.4/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -64,7 +64,7 @@ if {${subport} eq "llvm-${llvm_version}"} {
</span> default_variants +analyzer
}
<span style='display:block; white-space:pre;background:#ffe0e0;'>- # port:libxml2 depends on port:icu which now needs a C++11 compiler
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ # libxml2 depends on icu, which now needs a C++11 compiler
</span> # this is problematic for bootstrapping, and clang in fact does not require libxml2
# (although c-index-test will optionally use it if it is installed)
# remove the dependency, and force any installed version of libxml2 to
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/llvm-3.7/Portfile b/lang/llvm-3.7/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 22d325160ea..e43df568f21 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/llvm-3.7/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/llvm-3.7/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -70,7 +70,7 @@ if {${subport} eq "llvm-${llvm_version}"} {
</span> default_variants +analyzer
}
<span style='display:block; white-space:pre;background:#ffe0e0;'>- # port:libxml2 depends on port:icu which now needs a C++11 compiler
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ # libxml2 depends on icu, which now needs a C++11 compiler
</span> # this is problematic for bootstrapping, and clang in fact does not require libxml2
# (although c-index-test will optionally use it if it is installed)
# remove the dependency, and force any installed version of libxml2 to
</pre><pre style='margin:0'>
</pre>