<pre style='margin:0'>
Rainer Müller (raimue) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/c2aef2640e237b79ae626ff9f259dc367aee60e2">https://github.com/macports/macports-ports/commit/c2aef2640e237b79ae626ff9f259dc367aee60e2</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 c2aef26  neomutt: Disable duplicate ccache on command line
</span>c2aef26 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit c2aef2640e237b79ae626ff9f259dc367aee60e2
</span>Author: Rainer Müller <raimue@macports.org>
AuthorDate: Fri Oct 20 18:02:18 2017 +0200

<span style='display:block; white-space:pre;color:#404040;'>    neomutt: Disable duplicate ccache on command line
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    autosetup detects ccache and then adds it in front of the compiler
</span><span style='display:block; white-space:pre;color:#404040;'>    automatically, even if MacPorts already did the same. Disable the
</span><span style='display:block; white-space:pre;color:#404040;'>    auto-detection to use the compiler as passed by MacPorts.
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Futhermore, if the ccache port was installed but not enabled in
</span><span style='display:block; white-space:pre;color:#404040;'>    macports.conf, the build would fail as write operations to
</span><span style='display:block; white-space:pre;color:#404040;'>    ${prefix}/var/macports/build/.ccache/ were blocked by the sandbox.
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    See: https://github.com/macports/macports-ports/pull/938
</span><span style='display:block; white-space:pre;color:#404040;'>    Closes: https://github.com/macports/macports-ports/pull/941
</span>---
 mail/neomutt/Portfile | 3 +++
 1 file changed, 3 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/mail/neomutt/Portfile b/mail/neomutt/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 668dc5d..6560940 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/mail/neomutt/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/mail/neomutt/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -44,6 +44,9 @@ configure.args      --disable-idn \
</span>                     --with-nls=${prefix} \
                     --with-ssl=${prefix}
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# disable auto-detection of ccache, as MacPorts already adds it
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.env-append CCACHE=none
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> default_variants    +idn +mutt
 if {${install.user} ne "root"} {
     default_variants-append     +homespool
</pre><pre style='margin:0'>

</pre>