Bug 279765

Summary: games/openlierox: Fails to build with libxml2 2.13.0
Product: Ports & Packages Reporter: Daniel Engberg <diizzy>
Component: Individual Port(s)Assignee: Dmitry Marakasov <amdmi3>
Status: Closed FIXED    
Severity: Affects Only Me CC: diizzy
Priority: --- Flags: bugzilla: maintainer-feedback? (amdmi3)
Version: Latest   
Hardware: Any   
OS: Any   
Bug Depends on:    
Bug Blocks: 279705    

Comment 1 Dmitry Marakasov freebsd_committer freebsd_triage 2024-06-24 14:27:06 UTC
Build log is 404
Comment 3 commit-hook freebsd_committer freebsd_triage 2024-06-25 20:22:00 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c8a36ed58fae02809fb60be49c6b55dec733967e

commit c8a36ed58fae02809fb60be49c6b55dec733967e
Author:     Dmitry Marakasov <amdmi3@FreeBSD.org>
AuthorDate: 2024-06-25 13:44:54 +0000
Commit:     Dmitry Marakasov <amdmi3@FreeBSD.org>
CommitDate: 2024-06-25 19:13:58 +0000

    games/openlierox: fix build with libxml 2.13, add license

    PR:             279765
    Reported by:    diizzy

 games/openlierox/Makefile                                  |  3 +++
 games/openlierox/files/patch-include_XMLutils.h (new)      | 10 ++++++++++
 .../files/patch-src_common_StringUtils.cpp (new)           | 14 ++++++++++++++
 3 files changed, 27 insertions(+)
Comment 4 Dmitry Marakasov freebsd_committer freebsd_triage 2024-06-25 23:36:35 UTC
Should build with both libxml 2.11 and 2.13 now.