<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/74d1777c5d12bc56b2ab918c26a0984a238e80c4">https://github.com/macports/macports-ports/commit/74d1777c5d12bc56b2ab918c26a0984a238e80c4</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 74d1777c5d12bc56b2ab918c26a0984a238e80c4
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Sat Mar 25 17:44:10 2023 +0000

<span style='display:block; white-space:pre;color:#404040;'>    R portgroup: Apply same clang blacklist as in R port
</span>---
 _resources/port1.0/group/R-1.0.tcl | 7 +++++++
 1 file changed, 7 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/_resources/port1.0/group/R-1.0.tcl b/_resources/port1.0/group/R-1.0.tcl
</span><span style='display:block; white-space:pre;color:#808080;'>index 74bf807eed5..489b2db3456 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/_resources/port1.0/group/R-1.0.tcl
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/_resources/port1.0/group/R-1.0.tcl
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -66,6 +66,13 @@ compiler.cxx_standard       2011
</span> 
 # Avoid Apple clangs:
 compiler.blacklist-append   {clang}
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Blacklist macports-clang-16+. See discussion in
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+#   https://trac.macports.org/ticket/67144
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# for rationale. The decision when to migrate to a new compiler is then in the
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# hands of the R maintainers and will not change from the current defaults when
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# these get bumped centrally.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# NOTE : Keep this setting in sync with the one in the R port.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist-append   {macports-clang-1[6-9]}
</span> 
 port::register_callback R.add_dependencies
 
</pre><pre style='margin:0'>

</pre>