Bug 283571 - games/openttd: Fails to build with ICU 76.1
Summary: games/openttd: Fails to build with ICU 76.1
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: Alexey Dokuchaev
URL:
Keywords:
Depends on:
Blocks: 278420
  Show dependency treegraph
 
Reported: 2024-12-24 20:40 UTC by Daniel Engberg
Modified: 2025-01-08 21:52 UTC (History)
1 user (show)

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


Attachments
Patch for openttd (1.34 KB, patch)
2025-01-04 18:42 UTC, Daniel Engberg
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Comment 1 Daniel Engberg freebsd_committer freebsd_triage 2025-01-04 18:42:26 UTC
Created attachment 256421 [details]
Patch for openttd

Backport upstream commit 14fac2ad37bfb9cec56b4f9169d864f6f1c7b96e to fix build

Reference:
https://github.com/OpenTTD/OpenTTD/pull/13048

Poudriere testport ok 14.2-RELEASE (amd64)
https://pdr2.bofh.network/data/142-diizzy/2025-01-04_12h34m05s/logs/openttd-14.1.log
Comment 2 Alexey Dokuchaev freebsd_committer freebsd_triage 2025-01-05 07:12:54 UTC
(In reply to Daniel Engberg from comment #1)
> Backport upstream commit 14fac2a to fix build
LGTM, go ahead.
Comment 3 commit-hook freebsd_committer freebsd_triage 2025-01-08 21:50:18 UTC
A commit in branch main references this bug:

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

commit 3b4e1e84e604919fb47b3be81d96e1795581e744
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2025-01-08 21:04:58 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2025-01-08 21:49:23 +0000

    games/openttd: Fix build with ICU 76 and higher

    Backport upstream commit 14fac2ad37bfb9cec56b4f9169d864f6f1c7b96e to fix build

    Reference:
    https://github.com/OpenTTD/OpenTTD/pull/13048

    PR:             283571
    Reviewed by:    danfe (maintainer)

 games/openttd/Makefile | 3 ++-
 games/openttd/distinfo | 4 +++-
 2 files changed, 5 insertions(+), 2 deletions(-)
Comment 4 Daniel Engberg freebsd_committer freebsd_triage 2025-01-08 21:52:28 UTC
Thanks