<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/b5e22b0c180b3d41ec3f05081c5f37329058fc56">https://github.com/macports/macports-ports/commit/b5e22b0c180b3d41ec3f05081c5f37329058fc56</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 b5e22b0c180 webkit2-gtk: better ccache handling
</span>b5e22b0c180 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit b5e22b0c180b3d41ec3f05081c5f37329058fc56
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Thu Apr 29 20:11:30 2021 +0100

<span style='display:block; white-space:pre;color:#404040;'>    webkit2-gtk: better ccache handling
</span>---
 www/webkit2-gtk/Portfile | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/www/webkit2-gtk/Portfile b/www/webkit2-gtk/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 3bd3067fdae..2dcb88a34ce 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/www/webkit2-gtk/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/www/webkit2-gtk/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -167,8 +167,10 @@ variant minibrowser description {Build and install MiniBrowser (for testing)} {
</span> # help wanted, if suitably motivated
 universal_variant   no
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# Fix builds if ccache happens to be installed
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-build.env-append    CCACHE_DIR=${workpath}/.ccache
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# Fix builds if ccache happens to be installed when configure.ccache=no
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {![option configure.ccache]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    build.env-append        CCACHE_DIR=${workpath}/.ccache
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span> 
 # the above code presently builds as-in on 10.13 and up
 if {${os.platform} eq "darwin" && ${os.major} <= 16} {
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -178,7 +180,7 @@ if {${os.platform} eq "darwin" && ${os.major} <= 16} {
</span>     patchfiles-append       patch-ramsize.diff
 
     # Source/WTF/wtf/unix/CPUTimeUnix.cpp : add back a previous Darwin compat version
<span style='display:block; white-space:pre;background:#ffe0e0;'>-     patchfiles-append      patch-source-wtf-wtf-unix-cputimeunix-cpp-darwin-version-restore.diff
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    patchfiles-append       patch-source-wtf-wtf-unix-cputimeunix-cpp-darwin-version-restore.diff
</span> 
     # some Darwin versions don't have MAP_JIT; only use it if available
     patchfiles-append       patch-source-wtf-wtf-osallocatorposix-cpp-map-jit.diff
</pre><pre style='margin:0'>

</pre>