<pre style='margin:0'>
Ryan Carsten Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/4de12fc05e86f50a6fedf678b91bfc951cb04fb5">https://github.com/macports/macports-ports/commit/4de12fc05e86f50a6fedf678b91bfc951cb04fb5</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 4de12fc05e8 libxslt: Fix tests
</span>4de12fc05e8 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 4de12fc05e86f50a6fedf678b91bfc951cb04fb5
</span>Author: Ryan Carsten Schmidt <ryandesign@macports.org>
AuthorDate: Fri Jun 14 17:52:28 2024 -0500

<span style='display:block; white-space:pre;color:#404040;'>    libxslt: Fix tests
</span>---
 textproc/libxslt/Portfile          |  3 +--
 textproc/libxslt/files/tests.patch | 13 +++++++++++++
 2 files changed, 14 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/textproc/libxslt/Portfile b/textproc/libxslt/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 41ea1f41e01..8f78a10b007 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/textproc/libxslt/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/textproc/libxslt/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -29,6 +29,7 @@ use_xz          yes
</span> depends_build   path:bin/pkg-config:pkgconfig
 
 patchfiles      dynamic_lookup-11.patch \
<span style='display:block; white-space:pre;background:#e0ffe0;'>+                tests.patch \
</span>                 no-doc.patch
 
 configure.args  --without-python \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -43,8 +44,6 @@ if {${name} eq ${subport}} {
</span>                         port:libxml2 \
                         port:zlib
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# The test suite is currently failing to compile.
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-# https://gitlab.gnome.org/GNOME/libxslt/-/issues/110
</span> test.run        yes
 test.target     check
 
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/textproc/libxslt/files/tests.patch b/textproc/libxslt/files/tests.patch
</span>new file mode 100644
<span style='display:block; white-space:pre;color:#808080;'>index 00000000000..a7fac6fd40a
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>--- /dev/null
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/textproc/libxslt/files/tests.patch
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -0,0 +1,13 @@
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+https://gitlab.gnome.org/GNOME/libxslt/-/issues/110
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+https://gitlab.gnome.org/GNOME/libxslt/-/commit/ea32b708bff62067caf8bb374dbb25a20c399748
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+--- tests/Makefile.in.orig 2024-06-12 11:57:47.000000000 -0500
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>++++ tests/Makefile.in      2024-06-14 17:48:05.000000000 -0500
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+@@ -434,7 +434,7 @@
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ @WITH_MODULES_TRUE@plugindir = $(abs_builddir)/.libs
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ @WITH_MODULES_TRUE@xmlsoft_org_xslt_testplugin_la_CFLAGS = $(AM_CFLAGS) -DMODULE_COMPILE
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ @WITH_MODULES_TRUE@xmlsoft_org_xslt_testplugin_la_SOURCES = testplugin.c
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+-@WITH_MODULES_TRUE@xmlsoft_org_xslt_testplugin_la_LIBADD = $(top_builddir)/libxslt/libxslt.la $(EXTRA_LIBS)
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>++@WITH_MODULES_TRUE@xmlsoft_org_xslt_testplugin_la_LIBADD = $(top_builddir)/libxslt/libxslt.la $(LIBXML_LIBS) $(EXTRA_LIBS)
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ @WITH_MODULES_TRUE@xmlsoft_org_xslt_testplugin_la_LDFLAGS = \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ @WITH_MODULES_TRUE@       $(AM_LDFLAGS) -no-undefined \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ @WITH_MODULES_TRUE@       -module -avoid-version -rpath $(plugindir)
</span></pre><pre style='margin:0'>

</pre>