<pre style='margin:0'>
Ken (kencu) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/46e6cc3a694e5fb74b63cce394b810983ae9027e">https://github.com/macports/macports-ports/commit/46e6cc3a694e5fb74b63cce394b810983ae9027e</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 46e6cc3 mc: Workaround on missing 'utimensat' on 10.13
</span>46e6cc3 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 46e6cc3a694e5fb74b63cce394b810983ae9027e
</span>Author: Volodymyr Shcherbinin (vovin) <vovin@lurk.kiev.ua>
AuthorDate: Thu Sep 28 13:58:22 2017 +0300
<span style='display:block; white-space:pre;color:#404040;'> mc: Workaround on missing 'utimensat' on 10.13
</span>---
sysutils/mc/Portfile | 4 ++++
1 file changed, 4 insertions(+)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/mc/Portfile b/sysutils/mc/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index a17e66f..7c4f191 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/mc/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/mc/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -33,6 +33,10 @@ patchfiles patch-src_subshell_common.c.diff
</span>
configure.args --without-x
<span style='display:block; white-space:pre;background:#e0ffe0;'>+if {[vercmp ${macosx_version} 10.13] >= 0} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ configure.env-append ac_cv_func_utimensat=no
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> post-destroot {
set docdir ${destroot}${prefix}/share/doc/${name}
xinstall -d ${docdir}
</pre><pre style='margin:0'>
</pre>