<pre style='margin:0'>
Christopher Nielsen (mascguy) pushed a commit to branch master
in repository macports-base.

</pre>
<p><a href="https://github.com/macports/macports-base/commit/f467602b63f06ce9fb6f0916ccb86ddcd02f6ee9">https://github.com/macports/macports-base/commit/f467602b63f06ce9fb6f0916ccb86ddcd02f6ee9</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 f467602b6 macports.conf: ccache_dir: add comments, re: symlinks (#292)
</span>f467602b6 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit f467602b63f06ce9fb6f0916ccb86ddcd02f6ee9
</span>Author: Phil Krylov <phil@krylov.eu>
AuthorDate: Sun Sep 10 19:18:35 2023 +0200

<span style='display:block; white-space:pre;color:#404040;'>    macports.conf: ccache_dir: add comments, re: symlinks (#292)
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    When some parts of the path in `ccache_dir` are symlinks, sandbox violation errors occur. Added a notice in macports.conf.
</span>---
 doc/macports.conf.in | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/doc/macports.conf.in b/doc/macports.conf.in
</span><span style='display:block; white-space:pre;color:#808080;'>index bfeb59b8f..3443c0c59 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/doc/macports.conf.in
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/doc/macports.conf.in
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -76,7 +76,8 @@ variants_conf             @MPCONFIGDIR_EXPANDED@/variants.conf
</span> # must exist in one of the directories in binpath.
 #configureccache       no
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# Directory for ccache's cached compiler output.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# Directory for ccache's cached compiler output. To prevent sandbox
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# violation errors, the path must contain no symlinks.
</span> #ccache_dir               @localstatedir_expanded@/macports/build/.ccache
 
 # Maximum size of files stored in ccache's cache. Append "G", "M", or
</pre><pre style='margin:0'>

</pre>