Am Tue, 16 Apr 2024 20:10:07 +0200 schrieb Paco Esteban <p...@e1e0.net>:
> On Tue, 16 Apr 2024, Anthony J. Bentley wrote: > > > Paco Esteban writes: > > > Hi ports@, > > > > > > This is an update of games/openttd to its latest version 14.0 > > > Announcement here: > > > https://www.openttd.org/news/2024/04/13/openttd-14-0 Changelog > > > here: https://cdn.openttd.org/openttd-releases/14.0/changelog.txt > > > > Hm! > > > > /usr/ports/pobj/openttd-14.0/openttd-14.0/src/core/random_func.cpp:137:3: > > warning: "No cryptographically-strong random generator available; > > using a fallback instead" [-W#warnings] > > > > There's a block that uses arc4random, but OpenBSD is missing: > > > > #elif defined(__APPLE__) || defined(__NetBSD__) || > > defined(__FreeBSD__) arc4random_buf(buf.data(), buf.size()); > > return; > > > > Does this look better ? Thank you for beating me to it! I've came up with a similar diff and tested the now available binary for some time. The new font looks nice on a 4K Display with 2.5x scaling! -- greetings, Florian Viehweger