This appears to fix the issue, https://github.com/NICMx/FORT-validator/commit/cdf9248f87a93f710f3df710bebe13a159483798 Reference: https://pdr2.bofh.network/data/140-diizzy/libxml2-2131/logs/errors/fort-1.6.1_1.log
Maintainer informed via mail
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=f77077d7974847b80e96a436dddd33bb961f7503 commit f77077d7974847b80e96a436dddd33bb961f7503 Author: Philip Paeps <philip@FreeBSD.org> AuthorDate: 2024-06-23 04:12:24 +0000 Commit: Philip Paeps <philip@FreeBSD.org> CommitDate: 2024-06-23 04:12:24 +0000 net/fort: Update to 1.6.2 - Update to 1.6.2 - Changelog: https://github.com/NICMx/FORT-validator/releases/tag/1.6.2 While here, fix building with libxml2 2.13.1 [1]. This patch will be in the next upstream release. Approved by: Toni Kalombo <toni@devboks.com> (maintainer, implicit) Reported by: diizzy [1] PR: 279898 [1] net/fort/Makefile | 3 +-- net/fort/distinfo | 6 +++--- net/fort/files/patch-src_Makefile.am | 8 ++++---- net/fort/files/patch-src_xml_relax__ng.c (new) | 19 +++++++++++++++++++ 4 files changed, 27 insertions(+), 9 deletions(-)
Thanks for the pointer to the patch!