<pre style='margin:0'>
Zhenfu Shi (i0ntempest) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/5360c4d8c2100780b81fe9939ec5c947f798ed76">https://github.com/macports/macports-ports/commit/5360c4d8c2100780b81fe9939ec5c947f798ed76</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 5360c4d8c21 R: fix compiler selection on macOS 14
</span>5360c4d8c21 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 5360c4d8c2100780b81fe9939ec5c947f798ed76
</span>Author: i0ntempest <i0ntempest@i0ntempest.com>
AuthorDate: Fri Feb 21 23:02:29 2025 +1100
<span style='display:block; white-space:pre;color:#404040;'> R: fix compiler selection on macOS 14
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> Closes: https://trac.macports.org/ticket/71068
</span>---
_resources/port1.0/group/R-1.0.tcl | 6 +++---
math/R/Portfile | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
<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 c74ee65ad94..5e32f893469 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;'>@@ -103,7 +103,7 @@ compiler.blacklist-append {clang}
</span> # is then in the hands of the R maintainers and will not change
# from the current defaults when these get bumped centrally.
# NOTE : Keep this setting in sync with the one in the R port.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if { ${os.major} > 23 } {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if { ${os.major} > 22 } {
</span> # https://trac.macports.org/ticket/70799
compiler.blacklist-append {macports-clang-19} {macports-clang-2[0-9]}
} else {
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -112,7 +112,7 @@ if { ${os.major} > 23 } {
</span> # Similarly, for gcc select the gcc13 variant of the compilers PG.
# This setting should also be kept in sync with that in the R Port.
# Updates should be coordinated with the R maintainers.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if { ${os.major} < 10 || ${os.major} > 23 } {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if { ${os.major} < 10 || ${os.major} > 22 } {
</span> # https://trac.macports.org/ticket/70799
compiler.blacklist-append {macports-gcc-1[5-9]}
} else {
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -120,7 +120,7 @@ if { ${os.major} < 10 || ${os.major} > 23 } {
</span> }
# NOTE: upon the update to gcc14, please update the blacklist accordingly,
# like it is done for clangs. We would prefer using the same version of gcc and gfortran.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if { ${os.major} < 10 || ${os.major} > 23 } {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if { ${os.major} < 10 || ${os.major} > 22 } {
</span> # https://trac.macports.org/ticket/70799
default_variants-append +gcc14
} else {
<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 8f6883d4f82..1b15fd12ea9 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;'>@@ -44,7 +44,7 @@ compiler.blacklist-append {clang}
</span> # is then in the hands of the R maintainers and will not change
# from the current defaults when these get bumped centrally.
# NOTE : Keep this setting in sync with the one in the R portgroup.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if { ${os.major} > 23 } {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if { ${os.major} > 22 } {
</span> # https://trac.macports.org/ticket/70799
compiler.blacklist-append {macports-clang-19} {macports-clang-2[0-9]}
} else {
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -53,7 +53,7 @@ if { ${os.major} > 23 } {
</span> # Similarly, for gcc select the gcc13 variant of the compilers PG.
# This setting should also be kept in sync with that in the R Portgroup.
# Updates should be coordinated with the R maintainers.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if { ${os.major} < 10 || ${os.major} > 23 } {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if { ${os.major} < 10 || ${os.major} > 22 } {
</span> # https://trac.macports.org/ticket/70799
compiler.blacklist-append {macports-gcc-1[5-9]}
} else {
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -61,7 +61,7 @@ if { ${os.major} < 10 || ${os.major} > 23 } {
</span> }
# NOTE: upon the update to gcc14, please update the blacklist accordingly,
# like it is done for clangs. We would prefer using the same version of gcc and gfortran.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if { ${os.major} < 10 || ${os.major} > 23 } {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if { ${os.major} < 10 || ${os.major} > 22 } {
</span> # https://trac.macports.org/ticket/70799
default_variants-append +gcc14
} else {
</pre><pre style='margin:0'>
</pre>