<pre style='margin:0'>
Chris Jones (cjones051073) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/1bf440380d55336333744c04b5399894a4158001">https://github.com/macports/macports-ports/commit/1bf440380d55336333744c04b5399894a4158001</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 1bf440380d5 rust: Enforce specific macports clang as fallback
</span>1bf440380d5 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 1bf440380d55336333744c04b5399894a4158001
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Wed Jun 9 17:06:42 2021 +0100

<span style='display:block; white-space:pre;color:#404040;'>    rust: Enforce specific macports clang as fallback
</span>---
 lang/rust/Portfile | 3 +++
 1 file changed, 3 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/rust/Portfile b/lang/rust/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 939c409f9ee..6a0fad72cba 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/rust/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/rust/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -172,6 +172,9 @@ if { ${subport} ne ${ccwrap} } {
</span> compiler.cxx_standard  2017
 # Use recent macports clang
 compiler.blacklist-append {macports-clang-[4-9].0}
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Want to force a specific version, as it is baked into wrapper scripts, so do
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# not want it changing if default fallbacks are changed. Use clang-11 for now.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.fallback clang macports-clang-11
</span> 
 # Compiler used needed at runtime with rust, so if a MacPorts clang compiler used needs to be a dep
 if { [string match macports-clang-* ${configure.compiler}] } {
</pre><pre style='margin:0'>

</pre>