<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/6b1e7fc361c5e19dc5f7e53cc5073fb144af9720">https://github.com/macports/macports-ports/commit/6b1e7fc361c5e19dc5f7e53cc5073fb144af9720</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 6b1e7fc361c R: blacklist macport-ports-16+ Closes: https://trac.macports.org/ticket/67144
</span>6b1e7fc361c is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 6b1e7fc361c5e19dc5f7e53cc5073fb144af9720
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Sat Mar 25 09:28:18 2023 +0000

<span style='display:block; white-space:pre;color:#404040;'>    R: blacklist macport-ports-16+
</span><span style='display:block; white-space:pre;color:#404040;'>    Closes: https://trac.macports.org/ticket/67144
</span>---
 math/R/Portfile | 6 ++++++
 1 file changed, 6 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/R/Portfile b/math/R/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 5cd8fbba210..849e52a44a2 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/R/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/R/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -38,6 +38,12 @@ checksums                   rmd160  c46686207d55e9f6fcd52049a8f1b7c542ad0483 \
</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;'>+compiler.blacklist-append   {macports-clang-1[6-9]}
</span> 
 compilers.choose            fc f77
 compilers.setup             require_fortran
</pre><pre style='margin:0'>

</pre>