Index | Thread | Search

From:
George Koehler <kernigh@gmail.com>
Subject:
Re: [update] OpenTTD to 15.3
To:
Florian Viehweger <openbsd@out-of-creativity.de>
Cc:
ports@openbsd.org
Date:
Sat, 11 Apr 2026 01:10:56 -0400

Download raw body.

Thread
On Mon, 6 Apr 2026 11:19:59 +0200
Florian Viehweger <openbsd@out-of-creativity.de> wrote:

> this is a simple update for OpenTTD to 15.3.
> ...
> [1] https://cdn.openttd.org/openttd-releases/15.3/changelog.md

I committed this update.  I also deleted the BROKEN-sparc64 line,
after kmos@ checked that OpenTTD builds on sparc64 (probably because
#include <bit> works in gcc 15).

In the changelog, "Fix: Desync caused by train crashes (#15338)" is
https://github.com/OpenTTD/OpenTTD/pull/15338

This might be the desync that I sometimes saw in multiplayer.  A
desync disconnects you from the server.  I got lucky and my OpenBSD
client never desynced.  It might have been Windows clients desyncing
from a Linux server.
--gkoehler

> Index: Makefile
> ===================================================================
> RCS file: /daten/openbsdmirror/cvs/mirror/ports/games/openttd/Makefile,v
> retrieving revision 1.95
> diff -u -p -u -p -r1.95 Makefile
> --- Makefile	9 Mar 2026 20:32:14 -0000	1.95
> +++ Makefile	6 Apr 2026 09:16:46 -0000
> @@ -2,7 +2,7 @@ BROKEN-sparc64=	fatal error: bit: No suc
>  
>  COMMENT=	open source clone of the game Transport Tycoon Deluxe
>  
> -V =		15.2
> +V =		15.3
>  DISTNAME =	openttd-$V-source
>  PKGNAME =	openttd-$V
>  
> Index: distinfo
> ===================================================================
> RCS file: /daten/openbsdmirror/cvs/mirror/ports/games/openttd/distinfo,v
> retrieving revision 1.50
> diff -u -p -u -p -r1.50 distinfo
> --- distinfo	9 Mar 2026 20:32:14 -0000	1.50
> +++ distinfo	6 Apr 2026 09:16:46 -0000
> @@ -1,2 +1,2 @@
> -SHA256 (openttd/openttd-15.2-source.tar.xz) = 0pq2F7fA+qVuxPjxNmPGkKG4XpIS3QFxfMIUxyDT/3Y=
> -SIZE (openttd/openttd-15.2-source.tar.xz) = 8514360
> +SHA256 (openttd/openttd-15.3-source.tar.xz) = XqIe6n1Zx4pCBxkkrBjGvAEWCI8ulrFM/uk2kXWXO+c=
> +SIZE (openttd/openttd-15.3-source.tar.xz) = 8531992
> 
> -- 
> greetings,
> 
> Florian Viehweger
>