<pre style='margin:0'>
Christopher Nielsen (mascguy) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/0030dcb8b627260e1f3acb17861e50583a96148b">https://github.com/macports/macports-ports/commit/0030dcb8b627260e1f3acb17861e50583a96148b</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 0030dcb8b627260e1f3acb17861e50583a96148b
</span>Author: Christopher Nielsen <mascguy@github.com>
AuthorDate: Tue Dec 17 10:49:40 2024 -0500
<span style='display:block; white-space:pre;color:#404040;'> libxmlxx5: don't enable +docs by default; drop dep graphviz
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> Fixes: https://trac.macports.org/ticket/71395
</span>---
textproc/libxmlxx5/Portfile | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/textproc/libxmlxx5/Portfile b/textproc/libxmlxx5/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 2ae13a4d593..be7a0825383 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/textproc/libxmlxx5/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/textproc/libxmlxx5/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -6,7 +6,7 @@ PortGroup meson 1.0
</span> name libxmlxx5
set gname libxml++
version 5.4.0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision 0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision 1
</span>
categories textproc
license LGPL-2+
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -47,7 +47,6 @@ variant docs description {Build documentation} {
</span> port:docbook-xml \
path:bin/doxygen:doxygen \
port:fop \
<span style='display:block; white-space:pre;background:#ffe0e0;'>- path:bin/dot:graphviz \
</span> port:libxslt \
port:perl5
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -55,8 +54,6 @@ variant docs description {Build documentation} {
</span> -Dbuild-documentation=true
}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-default_variants +docs
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> test.run yes
livecheck.type gnome
</pre><pre style='margin:0'>
</pre>