<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/1d41dc70deb2d0887c3da8a45a567a5507c4c0f5">https://github.com/macports/macports-ports/commit/1d41dc70deb2d0887c3da8a45a567a5507c4c0f5</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 1d41dc70deb2d0887c3da8a45a567a5507c4c0f5
</span>Author: Sergey Fedorov <barracuda@macos-powerpc.org>
AuthorDate: Thu Oct 31 04:15:49 2024 +0800
<span style='display:block; white-space:pre;color:#404040;'> R: disable ccache, since R bakes in compiler value
</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 20398c49c35..1c0c0d42826 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;'>@@ -9,7 +9,7 @@ name R
</span> # Remember to set revision to 0 when bumping version
# And also to update Rversion in R PortGroup
version 4.4.1
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision 3
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision 4
</span>
set branch [join [lrange [split ${version} .] 0 1] .]
categories math science
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -77,6 +77,11 @@ if {${os.platform} eq "darwin" && ${os.major} < 10} {
</span> # devQuartz.c:3049:35: error: passing argument 2 of 'CGContextSetFont'
# from incompatible pointer type [-Wincompatible-pointer-types]
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# R bakes in the compiler, so if it is built with ccache,
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# then it will require ccache to build R packages.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# Disable it to avoid an unnecessary dependency.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.ccache no
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> compilers.choose fc f77
compilers.setup require_fortran
</pre><pre style='margin:0'>
</pre>