<pre style='margin:0'>
Marcus Calhoun-Lopez (MarcusCalhoun-Lopez) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/0ed53fa9e884ed502af61d2d0db8146e4354467c">https://github.com/macports/macports-ports/commit/0ed53fa9e884ed502af61d2d0db8146e4354467c</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 0ed53fa9e884ed502af61d2d0db8146e4354467c
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Sat Dec 15 07:35:09 2018 -0700

<span style='display:block; white-space:pre;color:#404040;'>    libxml2: add ICU support
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    This changes allows Qt 5 to use MacPorts libxml2.
</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 11f8375..94dcf59 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;'>@@ -6,6 +6,7 @@ PortSystem          1.0
</span> 
 name                libxml2
 version             2.9.7
<span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            1
</span> categories          textproc
 platforms           darwin
 license             MIT
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -21,6 +22,7 @@ homepage            http://xmlsoft.org/
</span> depends_build       port:pkgconfig
 
 depends_lib         port:libiconv \
<span style='display:block; white-space:pre;background:#e0ffe0;'>+                    port:icu \
</span>                     port:xz \
                     port:zlib
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -43,6 +45,7 @@ post-extract {
</span> 
 configure.args      --disable-silent-rules \
                     --enable-static \
<span style='display:block; white-space:pre;background:#e0ffe0;'>+                    --with-icu \
</span>                     --without-python
 
 destroot.keepdirs   ${destroot}${prefix}/etc/xml
</pre><pre style='margin:0'>

</pre>