<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/a5db3a61402c415e7a878527f4a2a5f4cfde2861">https://github.com/macports/macports-ports/commit/a5db3a61402c415e7a878527f4a2a5f4cfde2861</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 a5db3a61402 llvm-12: Do not propagate c/c++ standards to CMake build configuration
</span>a5db3a61402 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit a5db3a61402c415e7a878527f4a2a5f4cfde2861
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Thu Jun 17 13:08:19 2021 +0100

<span style='display:block; white-space:pre;color:#404040;'>    llvm-12: Do not propagate c/c++ standards to CMake build configuration
</span>---
 lang/llvm-12/Portfile | 4 ++++
 1 file changed, 4 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/llvm-12/Portfile b/lang/llvm-12/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 645e9756ca2..aa947ebd4bf 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/llvm-12/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/llvm-12/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -7,6 +7,10 @@ PortGroup active_variants             1.1
</span> PortGroup cmake                       1.1
 PortGroup legacysupport               1.0
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Do not propagate c/c++ standards as set by base
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+cmake.set_c_standard     no
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+cmake.set_cxx_standard   no
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> # link legacysupport statically for compilers
 legacysupport.use_static yes
 legacysupport.newest_darwin_requires_legacy 13
</pre><pre style='margin:0'>

</pre>