Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Jan 2025 21:49:32 GMT
From:      Daniel Engberg <diizzy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 3b4e1e84e604 - main - games/openttd: Fix build with ICU 76 and higher
Message-ID:  <202501082149.508LnWgh019616@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by diizzy:

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(-)

diff --git a/games/openttd/Makefile b/games/openttd/Makefile
index a9eb8061123f..b65d48686a67 100644
--- a/games/openttd/Makefile
+++ b/games/openttd/Makefile
@@ -5,7 +5,8 @@ MASTER_SITES=	https://cdn.openttd.org/openttd-releases/${DISTVERSION}/
 DISTNAME=	${PORTNAME}-${DISTVERSION}-source
 
 PATCH_SITES=	https://github.com/OpenTTD/OpenTTD/commit/
-PATCHFILES=	db36e61807955c896267d6585de0577efd30465d.patch:-p1
+PATCHFILES=	db36e61807955c896267d6585de0577efd30465d.patch:-p1 \
+		14fac2ad37bfb9cec56b4f9169d864f6f1c7b96e.patch:-p1
 
 MAINTAINER=	danfe@FreeBSD.org
 COMMENT=	Open source clone of Microprose Transport Tycoon Deluxe
diff --git a/games/openttd/distinfo b/games/openttd/distinfo
index 2968784b19ab..e52182bfb34e 100644
--- a/games/openttd/distinfo
+++ b/games/openttd/distinfo
@@ -1,5 +1,7 @@
-TIMESTAMP = 1715229396
+TIMESTAMP = 1736018646
 SHA256 (openttd-14.1-source.tar.xz) = 2c14c8f01f44148c4f2c88c169a30abcdb002eb128a92b9adb76baa76b013494
 SIZE (openttd-14.1-source.tar.xz) = 8015032
 SHA256 (db36e61807955c896267d6585de0577efd30465d.patch) = 4faaf0fdc4989194e47512f91288c62aa031fc6449d87b985fb20d1cc27705c9
 SIZE (db36e61807955c896267d6585de0577efd30465d.patch) = 1076
+SHA256 (14fac2ad37bfb9cec56b4f9169d864f6f1c7b96e.patch) = 7ab95cc1719614a9e5470d06001efd27bab9db917eb8456872aa1505440881a6
+SIZE (14fac2ad37bfb9cec56b4f9169d864f6f1c7b96e.patch) = 1089



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501082149.508LnWgh019616>