<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/1bc3cec40722ca50cd4d33e141d39d5d0fc09344">https://github.com/macports/macports-ports/commit/1bc3cec40722ca50cd4d33e141d39d5d0fc09344</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 1bc3cec4072 rust-compiler-wrap: Always build from source
</span>1bc3cec4072 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 1bc3cec40722ca50cd4d33e141d39d5d0fc09344
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Wed Apr 28 11:31:33 2021 +0100

<span style='display:block; white-space:pre;color:#404040;'>    rust-compiler-wrap: Always build from source
</span>---
 lang/rust/Portfile | 2 ++
 1 file changed, 2 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 d0bd8dd06c6..11544ecfc77 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;'>@@ -202,6 +202,8 @@ subport ${ccwrap} {
</span>     patchfiles
     distfiles
     depends_build
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    # Always build from source to ensure we use user's compiler selection
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    archive_sites
</span>     if { ${os.major} <= [option legacysupport.newest_darwin_requires_legacy] } {
         depends_lib-append [legacysupport::get_dependency]
     }
</pre><pre style='margin:0'>

</pre>