<pre style='margin:0'>
Mohamed Akram (mohd-akram) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/2745e097a7f570f53c3bf0a42e1d154c20a4768e">https://github.com/macports/macports-ports/commit/2745e097a7f570f53c3bf0a42e1d154c20a4768e</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 2745e097a7f libxml2: fix linking with ICU
</span>2745e097a7f is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 2745e097a7f570f53c3bf0a42e1d154c20a4768e
</span>Author: Mohamed Akram <makr@macports.org>
AuthorDate: Wed Dec 4 17:23:01 2024 +0400

<span style='display:block; white-space:pre;color:#404040;'>    libxml2: fix linking with ICU
</span>---
 textproc/libxml2/Portfile | 5 ++++-
 1 file changed, 4 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 b4fcad9dea9..f2f6d52e9b1 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;'>@@ -7,7 +7,7 @@ PortGroup           clang_dependency 1.0
</span> 
 name                libxml2
 version             2.13.5
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            1
</span> checksums           rmd160  9935ab5c9b67fdb03191181d83493ae698ac7147 \
                     sha256  74fc163217a3964257d3be39af943e08861263c4231f9ef5b496b6f6d4c7b2b6 \
                     size    2586872
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -40,6 +40,9 @@ patchfiles-append   include.patch
</span> post-patch {
     reinplace "s|@ICONV_PREFIX@|${prefix}|" ${worksrcpath}/include/libxml/encoding.h
     reinplace -W ${worksrcpath}/doc "s|/etc|${prefix}/etc|g" xmlcatalog.1 xmllint.1
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    # Remove next release
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # https://github.com/GNOME/libxml2/commit/b57e022d75425ef8b617a1c3153198ee0a941da8
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    reinplace "s|icu-i18n|icu-uc|g" ${worksrcpath}/configure
</span> }
 
 # https://trac.macports.org/wiki/WimplicitFunctionDeclaration#strchr
</pre><pre style='margin:0'>

</pre>