<pre style='margin:0'>
Marius Schamschula (Schamschula) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/98b01c3e8e718e07e59668895a7d645cd3dc43c4">https://github.com/macports/macports-ports/commit/98b01c3e8e718e07e59668895a7d645cd3dc43c4</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 98b01c3e8e7 jubatus_core, jubatus: use configure.post_args-delete --nocache
</span>98b01c3e8e7 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 98b01c3e8e718e07e59668895a7d645cd3dc43c4
</span>Author: Marius Schamschula <mps@macports.org>
AuthorDate: Sun Jul 19 10:32:51 2020 -0500

<span style='display:block; white-space:pre;color:#404040;'>    jubatus_core, jubatus: use configure.post_args-delete --nocache
</span>---
 devel/jubatus/Portfile      | 4 ++++
 devel/jubatus_core/Portfile | 4 ++++
 2 files changed, 8 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/jubatus/Portfile b/devel/jubatus/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 2a3fd617451..74c5f29af4b 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/jubatus/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/jubatus/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -50,6 +50,10 @@ platform darwin {
</span> 
 configure.args-append    --enable-mecab --enable-ux --enable-zookeeper
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# shipped waf does not recognize --nocache
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.post_args-delete \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    --nocache
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> post-destroot {
     # install additional documents.
     set doc_dir ${destroot}${prefix}/share/doc/${name}
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/jubatus_core/Portfile b/devel/jubatus_core/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 4a2c5bcb690..409400f31aa 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/jubatus_core/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/jubatus_core/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -37,6 +37,10 @@ platform darwin {
</span>     }
 }
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# shipped waf does not recognize --nocache
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.post_args-delete \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    --nocache
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> post-destroot {
     # install an additional document.
     set doc_dir ${destroot}${prefix}/share/doc/${name}
</pre><pre style='margin:0'>

</pre>