Bug 279898

Summary: net/fort: Fails to build with libxml2 2.13.1
Product: Ports & Packages Reporter: Daniel Engberg <diizzy>
Component: Individual Port(s)Assignee: Philip Paeps <philip>
Status: Closed FIXED    
Severity: Affects Only Me CC: philip
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Bug Depends on:    
Bug Blocks: 279705    

Comment 1 Bugzilla Automation freebsd_committer freebsd_triage 2024-06-21 19:39:42 UTC
Maintainer informed via mail
Comment 2 commit-hook freebsd_committer freebsd_triage 2024-06-23 04:19:12 UTC
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(-)
Comment 3 Philip Paeps freebsd_committer freebsd_triage 2024-06-23 04:20:25 UTC
Thanks for the pointer to the patch!