<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/3ea67ab309e13b2ed4bf7b38aa0f3423b5e54056">https://github.com/macports/macports-ports/commit/3ea67ab309e13b2ed4bf7b38aa0f3423b5e54056</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 3ea67ab309e13b2ed4bf7b38aa0f3423b5e54056
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Tue Nov 9 16:42:27 2021 +0000

<span style='display:block; white-space:pre;color:#404040;'>    py-scikit-hep-awkward1: disable ccache
</span>---
 python/py-scikit-hep-awkward1/Portfile | 3 +++
 1 file changed, 3 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-scikit-hep-awkward1/Portfile b/python/py-scikit-hep-awkward1/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 0c9923756cb..10e22a9adcf 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-scikit-hep-awkward1/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-scikit-hep-awkward1/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -31,6 +31,9 @@ if {${name} ne ${subport}} {
</span> 
     compiler.cxx_standard 2011
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    # ccache: error: Failed to create temporary file for /opt/local/var/macports/build/.ccache/a/5/47jtstsnik5rdqopst1jamak3npuc3oR.tmp.qMtvoK: Permission denied
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    configure.ccache    no
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span>     depends_build-append \
         port:cmake \
         port:py${python.version}-setuptools
</pre><pre style='margin:0'>

</pre>