Bug 272428 - games/openttd: Update to 13.4
Summary: games/openttd: Update to 13.4
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:
 
Reported: 2023-07-08 22:25 UTC by Kevin Zheng
Modified: 2024-02-22 11:13 UTC (History)
0 users

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


Attachments
Patch (1.32 KB, patch)
2023-07-08 22:25 UTC, Kevin Zheng
no flags Details | Diff
Patch (1.32 KB, patch)
2024-01-01 08:56 UTC, Kevin Zheng
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kevin Zheng 2023-07-08 22:25:28 UTC
Created attachment 243318 [details]
Patch

Updates games/openttd to 13.3

Changes since 13.0:
https://cdn.openttd.org/openttd-releases/13.1/changelog.txt
https://cdn.openttd.org/openttd-releases/13.2/changelog.txt
Comment 1 Kevin Zheng 2024-01-01 08:56:46 UTC
Created attachment 247387 [details]
Patch

13.4 is now available. Update to 13.4.
Comment 2 commit-hook freebsd_committer freebsd_triage 2024-02-22 11:11:43 UTC
A commit in branch main references this bug:

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

commit b274c8918b4f9bda160326dc0233524975acd031
Author:     Alexey Dokuchaev <danfe@FreeBSD.org>
AuthorDate: 2024-02-22 11:09:56 +0000
Commit:     Alexey Dokuchaev <danfe@FreeBSD.org>
CommitDate: 2024-02-22 11:09:56 +0000

    games/openttd: update OpenTTD to the latest version 13.4

    - By popular demand, prefer SDL 2.x by default but leave the option
      to use the previous stable version
    - Drop incomplete work-around for strange Clang bug added in commit
      f2488f960dc8: the problem is not specific to PowerPC but versions
      13.1 and later no longer trigger it (pending investigation)

    PR:             272428, 272623
    Reported by:    portscout, pkg-fallout
    Clang bug:      https://github.com/llvm/llvm-project/issues/49093

 games/openttd/Makefile                   | 30 +++++++++---------------------
 games/openttd/distinfo                   |  6 +++---
 games/openttd/files/patch-CMakeLists.txt | 14 ++++++++++----
 3 files changed, 22 insertions(+), 28 deletions(-)
Comment 3 Alexey Dokuchaev freebsd_committer freebsd_triage 2024-02-22 11:13:28 UTC
Port had been updated, thank you.