<pre style='margin:0'>
Ryan Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/6edcf45e5f7d7be0cb0ee131477865ffe106cdf5">https://github.com/macports/macports-ports/commit/6edcf45e5f7d7be0cb0ee131477865ffe106cdf5</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 6edcf45e5f7 vapoursynth: Disable silent rules
</span>6edcf45e5f7 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 6edcf45e5f7d7be0cb0ee131477865ffe106cdf5
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Fri Sep 25 03:35:53 2020 -0500
<span style='display:block; white-space:pre;color:#404040;'> vapoursynth: Disable silent rules
</span>---
multimedia/vapoursynth/Portfile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/multimedia/vapoursynth/Portfile b/multimedia/vapoursynth/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 7cfa6b55ef9..ce9b97b1873 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/multimedia/vapoursynth/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/multimedia/vapoursynth/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -44,7 +44,8 @@ depends_lib-append port:ffmpeg \
</span> port:python${python_version} \
port:zimg
<span style='display:block; white-space:pre;background:#ffe0e0;'>-configure.args --with-cython=${prefix}/bin/cython-${python_branch}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.args --disable-silent-rules \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ --with-cython=${prefix}/bin/cython-${python_branch}
</span>
configure.python ${prefix}/bin/python${python_branch}
</pre><pre style='margin:0'>
</pre>