Re: update games/openttd

2024-05-05 Thread Florian Viehweger
Am Sat, 4 May 2024 13:29:18 +0200 schrieb Solene Rapenne : > a simple bugfix release > https://cdn.openttd.org/openttd-releases/14.1/changelog.txt > > the removed patch is now present upstream > > tested on amd64, worked fine > > ok? I've basically came up with the same diff. Thank you, I'm fi

Re: update games/openttd

2024-05-04 Thread Thomas Frohwein
On Sat, May 04, 2024 at 01:29:18PM +0200, Solene Rapenne wrote: > a simple bugfix release > https://cdn.openttd.org/openttd-releases/14.1/changelog.txt > > the removed patch is now present upstream > > tested on amd64, worked fine > > ok? Thanks for the update, builds and runs here, too. I not

update games/openttd

2024-05-04 Thread Solene Rapenne
a simple bugfix release https://cdn.openttd.org/openttd-releases/14.1/changelog.txt the removed patch is now present upstream tested on amd64, worked fine ok? diff --git a/games/openttd/Makefile b/games/openttd/Makefile index 93bc2f773e3..196d46e20b1 100644 --- a/games/openttd/Makefile +++ b/g

Re: update games/openttd --> 14.0

2024-04-20 Thread Florian Viehweger
Am Tue, 16 Apr 2024 20:10:07 +0200 schrieb Paco Esteban : > 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/o

Re: update games/openttd --> 14.0

2024-04-16 Thread Paco Esteban
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/c

Re: update games/openttd --> 14.0

2024-04-16 Thread Anthony J. Bentley
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

update games/openttd --> 14.0

2024-04-16 Thread Paco Esteban
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 builds and works for me on amd64. Tested scenario creation and lightly in g

Re: update games/openttd

2023-08-06 Thread Florian Viehweger
Am Thu, 03 Aug 2023 13:02:02 +0200 schrieb Solène Rapenne : > Le Wednesday 02 August 2023 à 23:59 -0400, George Koehler a écrit : > > On Wed, 2 Aug 2023 21:35:32 +0100 > > Stuart Henderson wrote: > > > > > On 2023/08/02 21:42, Florian Viehweger wrote: > > > > I'd like to do a test on i386 first

Re: update games/openttd

2023-08-03 Thread Solène Rapenne
Le Wednesday 02 August 2023 à 23:59 -0400, George Koehler a écrit : > On Wed, 2 Aug 2023 21:35:32 +0100 > Stuart Henderson wrote: > > > On 2023/08/02 21:42, Florian Viehweger wrote: > > > I'd like to do a test on i386 first before committing it. There > > > was a > > > problem with SDL in the pas

Re: update games/openttd

2023-08-02 Thread George Koehler
On Wed, 2 Aug 2023 21:35:32 +0100 Stuart Henderson wrote: > On 2023/08/02 21:42, Florian Viehweger wrote: > > I'd like to do a test on i386 first before committing it. There was a > > problem with SDL in the past [1] which prevented it from being built. > > that issue was fixed (and the fix is s

Re: update games/openttd

2023-08-02 Thread Stuart Henderson
On 2023/08/02 21:42, Florian Viehweger wrote: > I'd like to do a test on i386 first before committing it. There was a > problem with SDL in the past [1] which prevented it from being built. that wasn't i386-specific, it occurred because it linked statically to libSDL2 without a registered dependen

Re: update games/openttd

2023-08-02 Thread Florian Viehweger
Am Tue, 1 Aug 2023 17:58:57 -0400 schrieb George Koehler : > On Thu, 27 Jul 2023 21:48:07 +0100 > Stuart Henderson wrote: > > > > I have been experimenting with fixing WANTLIB in the last few > > > days. For now I'm happy with a simple version bump and fixing > > > MASTER_SITES. > > > > That wo

Re: update games/openttd

2023-08-01 Thread George Koehler
On Thu, 27 Jul 2023 21:48:07 +0100 Stuart Henderson wrote: > > I have been experimenting with fixing WANTLIB in the last few days. For > > now I'm happy with a simple version bump and fixing MASTER_SITES. > > That would be > > WANTLIB += ${COMPILER_LIBCXX} > WANTLIB += c fluidsynth fontconfig f

Re: update games/openttd

2023-07-27 Thread Stuart Henderson
On 2023/07/27 21:41, Florian Viehweger wrote: > Hi, > > > > tested on amd64 by playing a game > > > > > > ok? > > > > make fetch failed, > > > > ftp: proxy.binaries.openttd.org: no address associated with name > > > > It succeeded after I made this change, > > > > -MASTER_SITES = > > https://

Re: update games/openttd

2023-07-27 Thread Florian Viehweger
Hi, > > tested on amd64 by playing a game > > > > ok? > > make fetch failed, > > ftp: proxy.binaries.openttd.org: no address associated with name > > It succeeded after I made this change, > > -MASTER_SITES = > https://proxy.binaries.openttd.org/openttd-releases/$V/ +MASTER_SITES > =

Re: update games/openttd

2023-07-26 Thread George Koehler
On Wed, 26 Jul 2023 14:49:58 +0200 Solene Rapenne wrote: > tested on amd64 by playing a game > > ok? make fetch failed, ftp: proxy.binaries.openttd.org: no address associated with name It succeeded after I made this change, -MASTER_SITES = https://proxy.binaries.openttd.org/openttd-r

update games/openttd

2023-07-26 Thread Solene Rapenne
tested on amd64 by playing a game ok? Index: Makefile === RCS file: /cvs/ports/games/openttd/Makefile,v retrieving revision 1.85 diff -u -p -r1.85 Makefile --- Makefile26 Apr 2023 08:34:13 - 1.85 +++ Makefile26 Jul 2

Re: [update] games/openttd and games/openttd-data

2022-04-14 Thread George Koehler
On Tue, 12 Apr 2022 15:07:10 +0200 Solene Rapenne wrote: > New minor update for openttd, and the assets are a bit lagging behind > so I updated them too. Something is wrong for openmsx and opensfx, the > zip file contains a single .tar file., opensfx licence changed so I > updated the licence of

Re: [update] games/openttd

2021-05-04 Thread Paco Esteban
On Tue, 04 May 2021, Solene Rapenne wrote: > This updates openttd to 1.11.2, only fixes > > https://cdn.openttd.org/openttd-releases/1.11.2/changelog.txt > > Index: Makefile > === > RCS file: /home/reposync/ports/games/openttd/Makef

[update] games/openttd

2021-05-03 Thread Solene Rapenne
This updates openttd to 1.11.2, only fixes https://cdn.openttd.org/openttd-releases/1.11.2/changelog.txt Index: Makefile === RCS file: /home/reposync/ports/games/openttd/Makefile,v retrieving revision 1.71 diff -u -p -r1.71 Makefile

Re: WIP UPDATE: games/openttd

2021-04-06 Thread Paco Esteban
On Tue, 06 Apr 2021, Solene Rapenne wrote: > On Sun, 28 Feb 2021 23:09:24 -0700 > "Anthony J. Bentley" : > > > Hi, > > > > Here's an update to openttd-1.11.0-beta2. > > > > Upstream claims new OpenGL support, faster video, and 60fps. > > > > The build system has been switched to CMake. This le

Re: WIP UPDATE: games/openttd

2021-04-06 Thread Solene Rapenne
On Sun, 28 Feb 2021 23:09:24 -0700 "Anthony J. Bentley" : > Hi, > > Here's an update to openttd-1.11.0-beta2. > > Upstream claims new OpenGL support, faster video, and 60fps. > > The build system has been switched to CMake. This led to the GTK icons > and .desktop file not being installed, a bu

Re: WIP UPDATE: games/openttd

2021-03-01 Thread Charlene Wendling
Hi, On Sun, 28 Feb 2021 23:09:24 -0700 "Anthony J. Bentley" wrote: > Hi, > > Here's an update to openttd-1.11.0-beta2. > > Upstream claims new OpenGL support, faster video, and 60fps. > > The build system has been switched to CMake. This led to the GTK icons > and .desktop file not being inst

WIP UPDATE: games/openttd

2021-02-28 Thread Anthony J. Bentley
Hi, Here's an update to openttd-1.11.0-beta2. Upstream claims new OpenGL support, faster video, and 60fps. The build system has been switched to CMake. This led to the GTK icons and .desktop file not being installed, a bug upstream claims will be fixed before release; see: https://github.com/O

Update games/openttd

2020-08-10 Thread Solene Rapenne
This update openttd to 1.10.3 which is a minor update https://cdn.openttd.org/openttd-releases/1.10.3/changelog.txt game runs fine on amd64 Index: Makefile === RCS file: /home/reposync/ports/games/openttd/Makefile,v retrieving revis

Re: update: games/openttd

2020-04-19 Thread Paco Esteban
On Sun, 19 Apr 2020, Solène Rapenne wrote: > Hello, > > Thank you for your update although I updated it one hour ago :-) Did not see your commit, sorry. -- Paco Esteban. 0x5818130B8A6DBC03

Re: update: games/openttd

2020-04-19 Thread Solène Rapenne
Le 2020-04-19 11:30, Paco Esteban a écrit : Hi ports@, This is a simple update to games/openttd. They released a bugfix release recently. Here is the changelog: https://cdn.openttd.org/openttd-releases/1.10.1/changelog.txt CCing maintainer. Builds and works ok for me on amd64. I haven't pl

update: games/openttd

2020-04-19 Thread Paco Esteban
Hi ports@, This is a simple update to games/openttd. They released a bugfix release recently. Here is the changelog: https://cdn.openttd.org/openttd-releases/1.10.1/changelog.txt CCing maintainer. Builds and works ok for me on amd64. I haven't played much, so it would be nice if more regular

update games/openttd

2019-09-18 Thread Solene Rapenne
This updates openttd to latest version. Works fine for me, I did not test multiplayer though. 1.9.2 changelog: https://openttd.ams3.cdn.digitaloceanspaces.com/openttd-releases/1.9.2/changelog.txt 1.9.3 changelog: https://openttd.ams3.cdn.digitaloceanspaces.com/openttd-releases/1.9.3/changelog.txt

UPDATE: games/openttd

2015-09-06 Thread Anthony J. Bentley
Hi, Here's a trivial update to openttd-1.5.2. Changelog: http://us.binaries.openttd.org/binaries/releases/1.5.2/changelog.txt ok? Index: Makefile === RCS file: /cvs/ports/games/openttd/Makefile,v retrieving revision 1.43 diff -u -p

UPDATE: games/openttd

2015-04-14 Thread Anthony J. Bentley
Hi, Here is a simple update to openttd-1.5.0. One patch goes away, another becomes shorter. Changelog here: http://us.binaries.openttd.org/binaries/releases/1.5.0/changelog.txt ok? Index: Makefile === RCS file: /cvs/ports/games/o

Re: UPDATE: games/openttd 1.4.4

2014-11-10 Thread Anthony J. Bentley
Jakub Skrzypnik writes: > Simpliest update ever, but I can't reach current maintainer, so I'm > leaving that patch attached here. Come on, you didn't even give me 24 hours :) It's been committed, thanks. -- Anthony J. Bentley

UPDATE: games/openttd 1.4.4

2014-11-10 Thread Jakub Skrzypnik
Simpliest update ever, but I can't reach current maintainer, so I'm leaving that patch attached here. Sorry for a bit spamming, but just found this outdated a bit, so as I regular OpenTTD player I want to update it as soon as possible. It was tested, of course! -- Jakub Skrzypnik 1.4.4.pat

Re: UPDATE: games/openttd

2014-08-22 Thread Vadim Zhukov
2014-08-21 18:52 GMT+04:00 Vadim Zhukov : > 2014-08-21 18:48 GMT+04:00 Anthony J. Bentley : >> Hi Vadim, >> >> Vadim Zhukov writes: >>> 2014-08-21 11:44 GMT+04:00 Anthony J. Bentley : >>> > Hi, >>> > >>> > Here is a trivial update to openttd-1.4.2. Tested on amd64. >>> > >>> > ok? >>> >>> No object

Re: UPDATE: games/openttd

2014-08-21 Thread Vadim Zhukov
2014-08-22 6:19 GMT+04:00 Anthony J. Bentley : > Vadim Zhukov writes: >> 2014-08-21 18:48 GMT+04:00 Anthony J. Bentley : >> > Hi Vadim, >> > >> > Vadim Zhukov writes: >> >> 2014-08-21 11:44 GMT+04:00 Anthony J. Bentley : >> >> > Hi, >> >> > >> >> > Here is a trivial update to openttd-1.4.2. Tested

Re: UPDATE: games/openttd

2014-08-21 Thread Anthony J. Bentley
Vadim Zhukov writes: > 2014-08-21 18:48 GMT+04:00 Anthony J. Bentley : > > Hi Vadim, > > > > Vadim Zhukov writes: > >> 2014-08-21 11:44 GMT+04:00 Anthony J. Bentley : > >> > Hi, > >> > > >> > Here is a trivial update to openttd-1.4.2. Tested on amd64. > >> > > >> > ok? > >> > >> No objections, buil

Re: UPDATE: games/openttd

2014-08-21 Thread Vadim Zhukov
2014-08-21 18:48 GMT+04:00 Anthony J. Bentley : > Hi Vadim, > > Vadim Zhukov writes: >> 2014-08-21 11:44 GMT+04:00 Anthony J. Bentley : >> > Hi, >> > >> > Here is a trivial update to openttd-1.4.2. Tested on amd64. >> > >> > ok? >> >> No objections, builds fine here on i386. And given that you're t

Re: UPDATE: games/openttd

2014-08-21 Thread Anthony J. Bentley
Hi Vadim, Vadim Zhukov writes: > 2014-08-21 11:44 GMT+04:00 Anthony J. Bentley : > > Hi, > > > > Here is a trivial update to openttd-1.4.2. Tested on amd64. > > > > ok? > > No objections, builds fine here on i386. And given that you're the > MAINTAINER... ;) > > ... did you have a chance to look

Re: UPDATE: games/openttd

2014-08-21 Thread Vadim Zhukov
2014-08-21 11:44 GMT+04:00 Anthony J. Bentley : > Hi, > > Here is a trivial update to openttd-1.4.2. Tested on amd64. > > ok? No objections, builds fine here on i386. And given that you're the MAINTAINER... ;) ... did you have a chance to look at the http://marc.info/?l=openbsd-ports&m=1406382674

UPDATE: games/openttd

2014-08-21 Thread Anthony J. Bentley
Hi, Here is a trivial update to openttd-1.4.2. Tested on amd64. ok? Index: Makefile === RCS file: /cvs/ports/games/openttd/Makefile,v retrieving revision 1.36 diff -u -p -u -p -r1.36 Makefile --- Makefile1 Jul 2014 02:09:27 -00

Re: UPDATE: games/openttd

2014-07-01 Thread Stuart Henderson
On 2014-06-30, Anthony J. Bentley wrote: > -+#include > - #include > - #endif > - > -@@ -337,9 +338,16 @@ uint GetCPUCoreCount() > - int ncpu = 0; > - size_t len = sizeof(ncpu); > - > -+#if defined(__OpenBSD__) > -+int mib[2]; > -+mib[0] = CTL_HW; > -+mib[1] = HW_NCPU; > -+

UPDATE: games/openttd

2014-06-30 Thread Anthony J. Bentley
Hi, Here is an update to openttd-1.4.1. Tested on i386 and amd64. ok? Index: Makefile === RCS file: /cvs/ports/games/openttd/Makefile,v retrieving revision 1.35 diff -u -p -u -p -r1.35 Makefile --- Makefile10 Apr 2014 06:32:48

UPDATE: games/openttd

2014-04-08 Thread Anthony J. Bentley
Hi, Below is an update to openttd-1.4.0. Tested on i386/amd64. ok? Index: Makefile === RCS file: /cvs/ports/games/openttd/Makefile,v retrieving revision 1.34 diff -u -p -u -p -r1.34 Makefile --- Makefile8 Dec 2013 14:58:32 -00

UPDATE: games/openttd

2013-12-05 Thread Anthony J. Bentley
Hi, Attached is a trivial update to openttd-1.3.3. Works fine on i386/amd64. ok? -- Anthony J. Bentley Index: Makefile === RCS file: /cvs/ports/games/openttd/Makefile,v retrieving revision 1.33 diff -u -p -u -p -r1.33 Makefile ---

Re: UPDATE: games/openttd

2013-08-23 Thread Vadim Zhukov
And looking at the code, src/3rdparty/squirrel/include/squirrel.h, there will be time_t-cast and pointer-cast problems, see SQInteger definition. See: 1. src/3rdparty/squirrel/include/squirrel.h, SQInteger & Co. definition (should fit time_t); see also comments about SQHash - probably, it's pette

Re: UPDATE: games/openttd

2013-08-23 Thread Vadim Zhukov
2013/8/23 Anthony J. Bentley : > Hi, > > Below is a minor update to openttd-1.3.2. Works well on i386/amd64. > > While here, use https for the master sites that support it. > > ok? Are old saved games compatible with this update? > Index: Makefile > ===

UPDATE: games/openttd

2013-08-22 Thread Anthony J. Bentley
Hi, Below is a minor update to openttd-1.3.2. Works well on i386/amd64. While here, use https for the master sites that support it. ok? Index: Makefile === RCS file: /cvs/ports/games/openttd/Makefile,v retrieving revision 1.32 dif

UPDATE: games/openttd

2013-06-25 Thread Anthony J. Bentley
Hi, Here is a minor update to openttd-1.3.1, with some cleanup. - Update to 1.3.1 (mostly new language translations) - Respect CFLAGS - Use our strndup/strcasestr instead of openttd's internal copy (fixes an intermittent crash during build noticed by espie@) Works well here on i386. ok? Ind

UPDATE: games/openttd

2013-04-18 Thread Anthony J. Bentley
Hi, Here is an update to openttd-1.3.0. Tested extensively on amd64. ok? Index: Makefile === RCS file: /cvs/ports/games/openttd/Makefile,v retrieving revision 1.30 diff -u -p -u -p -r1.30 Makefile --- Makefile11 Mar 2013 11:07:

Re: UPDATE: games/openttd

2012-12-21 Thread Tobias Ulmer
On Thu, Dec 20, 2012 at 09:19:41PM -0700, Anthony J. Bentley wrote: > Hi, > > Here is an update to openttd-1.2.3. > > Tested on i386 and extensively on amd64. > > ok? Works for me (amd64). ok tobiasu

UPDATE: games/openttd

2012-12-20 Thread Anthony J. Bentley
Hi, Here is an update to openttd-1.2.3. Tested on i386 and extensively on amd64. ok? Index: Makefile === RCS file: /cvs/ports/games/openttd/Makefile,v retrieving revision 1.26 diff -N -u -p Makefile --- Makefile21 Aug 2012 18:

Re: [maintainer update] games/openttd 1.1.0 -> 1.1.3

2011-09-25 Thread Tobias Ulmer
worked fine on amd64

[maintainer update] games/openttd 1.1.0 -> 1.1.3

2011-09-23 Thread Daniel Dickman
Here's an update for openttd. Security and bug fixes, including: - CVE-2011-3341 - CVE-2011-3342 - CVE-2011-3343 (See http://security.openttd.org). Please commit. Index: Makefile === RCS file: /home/cvs/ports/games/openttd/Makefile,v

update: games/openttd

2006-09-11 Thread Jeff Quast
attached is patch to bring games/openttd to 0.4.8. This version includes a fix for a network denial of service for openttd servers: http://www.tt-forums.net/viewtopic.php?t=26779 "You are highly encouraged to update from 0.4.7 as that version has some network vulnerabilities which can spoil mult