<pre style='margin:0'>
David B. Evans (dbevans) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/5b0ef2030d8b8ad1196c461db19db184d34e4c6d">https://github.com/macports/macports-ports/commit/5b0ef2030d8b8ad1196c461db19db184d34e4c6d</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 5b0ef20  libxml2: remove -Wno-array-bounds from EXTRA_CFLAGS
</span>5b0ef20 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 5b0ef2030d8b8ad1196c461db19db184d34e4c6d
</span>Author: David B. Evans <devans@macports.org>
AuthorDate: Wed Feb 13 00:14:40 2019 -0800

<span style='display:block; white-space:pre;color:#404040;'>    libxml2: remove -Wno-array-bounds from EXTRA_CFLAGS
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Build fix for 10.6 and earlier.
</span>---
 textproc/libxml2/Portfile | 3 +++
 1 file changed, 3 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/textproc/libxml2/Portfile b/textproc/libxml2/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index a89bfed..905b20b 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/textproc/libxml2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/textproc/libxml2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -40,6 +40,9 @@ post-extract {
</span>         ${worksrcpath}/xmllint.c \
         ${worksrcpath}/doc/xmlcatalog.1 \
         ${worksrcpath}/doc/xmllint.1
<span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    reinplace -locale C "s|-Wno-array-bounds||" \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        ${worksrcpath}/configure
</span> }
 
 configure.args      --disable-silent-rules \
</pre><pre style='margin:0'>

</pre>