<pre style='margin:0'>
Frank Schima (mf2k) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/5c1039bdca467463dfd874aba7c474ed8f7b144b">https://github.com/macports/macports-ports/commit/5c1039bdca467463dfd874aba7c474ed8f7b144b</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 5c1039b  libxml2: fix building against libxml2
</span>5c1039b is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 5c1039bdca467463dfd874aba7c474ed8f7b144b
</span>Author: Roy Storey <kiwiroy@users.noreply.github.com>
AuthorDate: Thu Aug 1 16:56:41 2019 +1200

<span style='display:block; white-space:pre;color:#404040;'>    libxml2: fix building against libxml2
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    closes: https://trac.macports.org/ticket/58350
</span><span style='display:block; white-space:pre;color:#404040;'>    fix: Perl5-Alien/Alien-Libxml2#13
</span>---
 textproc/libxml2/Portfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

<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 3283d3e1..076fdff 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,7 +6,7 @@ PortSystem          1.0
</span> 
 name                libxml2
 version             2.9.9
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            2
</span> categories          textproc
 platforms           darwin
 license             MIT
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -57,6 +57,7 @@ configure.args      --disable-silent-rules \
</span> destroot.keepdirs   ${destroot}${prefix}/etc/xml
 post-destroot {
     xinstall -m 0755 -d ${destroot}${prefix}/etc/xml
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    ln -s ${prefix}/include/unicode ${destroot}${prefix}/include/libxml2/unicode
</span> }
 
 test.run            yes
</pre><pre style='margin:0'>

</pre>