<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/e28ca1220bcf176e0f80ed93cd24051a4ad01637">https://github.com/macports/macports-ports/commit/e28ca1220bcf176e0f80ed93cd24051a4ad01637</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit e28ca1220bcf176e0f80ed93cd24051a4ad01637
</span>Author: Sergey Fedorov <barracuda@macos-powerpc.org>
AuthorDate: Fri Jul 5 09:46:33 2024 +0800

<span style='display:block; white-space:pre;color:#404040;'>    R: ensure correct gcc is picked when gcc used as a primary compiler
</span>---
 math/R/Portfile | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

<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 81910cd23a0..fdc7928acc0 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;'>@@ -48,7 +48,8 @@ compiler.blacklist-append   {macports-clang-1[7-9]}
</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;'>-# NOTE: upon the update to gcc14, please add a blacklist of newer gccs,
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist-append   {macports-gcc-1[4-9]}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# NOTE: upon the update to gcc14, please update the blacklist accordingly,
</span> # like it is done for clangs. We would prefer using the same version of gcc and gfortran.
 if {${os.platform} eq "darwin" && ${os.major} < 10} {
     # Until old platforms are switched to the new libgcc.
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -56,6 +57,10 @@ if {${os.platform} eq "darwin" && ${os.major} < 10} {
</span> } else {
     default_variants-append +gcc13
 }
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# When switching to gcc14, make sure to add this flag when gcc is used
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# as the primary compiler: -Wno-error=incompatible-pointer-types
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# devQuartz.c:3049:35: error: passing argument 2 of 'CGContextSetFont'
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# from incompatible pointer type [-Wincompatible-pointer-types]
</span> 
 compilers.choose            fc f77
 compilers.setup             require_fortran
</pre><pre style='margin:0'>

</pre>