Bug 279765 - games/openlierox: Fails to build with libxml2 2.13.0
Summary: games/openlierox: Fails to build with libxml2 2.13.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Dmitry Marakasov
URL:
Keywords:
Depends on:
Blocks: 279705
  Show dependency treegraph
 
Reported: 2024-06-15 13:31 UTC by Daniel Engberg
Modified: 2024-06-25 23:36 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (amdmi3)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.