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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/bed1a1f789eb33b571de54f0bf265e49d1ae3816">https://github.com/macports/macports-ports/commit/bed1a1f789eb33b571de54f0bf265e49d1ae3816</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 bed1a1f  fribidi: disable silent make rules
</span>bed1a1f is described below

<span style='display:block; white-space:pre;color:#808000;'>commit bed1a1f789eb33b571de54f0bf265e49d1ae3816
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Thu Feb 7 02:05:36 2019 +1100

<span style='display:block; white-space:pre;color:#404040;'>    fribidi: disable silent make rules
</span>---
 textproc/fribidi/Portfile | 2 ++
 1 file changed, 2 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/textproc/fribidi/Portfile b/textproc/fribidi/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 32f4391..0415a14 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/textproc/fribidi/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/textproc/fribidi/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -34,6 +34,8 @@ patch {
</span>     delete ${worksrcpath}/git.mk
 }
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.args  --disable-silent-rules
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> # Parallel builds fail because gen.tab/packtab.o is built multiple times:
 # /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -I../lib -I../lib -I../charset -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include  -pipe -Os -arch x86_64 -Wall -ansi  -MT packtab.o -MD -MP -MF .deps/packtab.Tpo -c -o packtab.o packtab.c
 # /usr/bin/clang -DHAVE_CONFIG_H -I. -I..  -I../lib -I../lib -I../charset -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include  -pipe -Os -arch x86_64 -Wall -ansi  -MT packtab.o -MD -MP -MF .deps/packtab.Tpo -c -o packtab.o packtab.c
</pre><pre style='margin:0'>

</pre>