[Bug 281612] editors/openoffice-4: Fails to build with libxml2 2.13.4 and libxslt 1.1.42

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 23 Sep 2024 20:46:28 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281612

--- Comment #6 from Arrigo Marchiori <ardovm@yahoo.it> ---
I see.. the fix was too easy to be true.

There seems to be an incompatibility with libxml2 previous versions.

Source:
https://gitlab.gnome.org/GNOME/libxml2/-/commit/45470611b047db78106dcb2fdbd4164163c15ab7

that points to this commit into Webkit:
https://github.com/WebKit/WebKit/commit/1bad176b2496579d760852c80cff3ad9fb7c3a4b

I don't know how you shall proceed. If you can ensure that all your systems
will have libxml2 > 2.12.0 then you can patch the sources changing those
"xmlErrorPtr" into "const xmlError *"

Upstream we keep a fixed version of libxml2 (we actually ship it) so we may
delay applying such a patch.

-- 
You are receiving this mail because:
You are the assignee for the bug.