pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/games/openttd openttd: Update to 1.9.3
details: https://anonhg.NetBSD.org/pkgsrc/rev/3726f2af4243
branches: trunk
changeset: 339932:3726f2af4243
user: nia <nia%pkgsrc.org@localhost>
date: Wed Sep 18 18:27:11 2019 +0000
description:
openttd: Update to 1.9.3
1.9.3 (2019-09-16)
------------------------------------------------------------------------
- Change: Use natural sort when sorting the file list (#7727)
- Fix #7479: Don't close construction windows when changing client name (#7728)
- Fix #7731: Files sorting by modification time on Windows XP (#7731)
- Fix #7644: [OSX] Better solution for colourspace/performance issues (#7741)
1.9.3-RC1 (2019-09-07)
------------------------------------------------------------------------
- Add: Can now click industries to make orders to their neutral station (e.g. oil rig) (#7709)
- Fix #7644: [OSX] Poor framerate on certain systems (#7721)
- Fix #7702: Highscore screen UI scaling (#7714)
- Fix #7704: [OSX] Handle malformed UTF8 strings, leading to crashes in server browser (#7705)
- Fix #7188: [AI] Possible crash when reloading an AI in multiplayer games (#7701, #7725)
- Fix: RemoveAirport function now returns 'Aircraft in the way' error message when occupied (#7690)
- Fix: Spelling in running costs setting help text (#7686)
- Fix #7655: 'Decrease' buttons in cheat window not working properly with UI scaling (#7669)
- Fix: [GS] Could not create elements on Storybook pages with ID > 255 (#7657)
- Fix #7626: Allow building road stops over town-owned one-way roads, instead of crashing (#7627)
diffstat:
games/openttd/Makefile | 21 ++++++++++++---------
games/openttd/distinfo | 11 ++++++-----
2 files changed, 18 insertions(+), 14 deletions(-)
diffs (56 lines):
diff -r 070d2706269d -r 3726f2af4243 games/openttd/Makefile
--- a/games/openttd/Makefile Wed Sep 18 15:58:44 2019 +0000
+++ b/games/openttd/Makefile Wed Sep 18 18:27:11 2019 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.81 2019/07/31 10:55:13 nia Exp $
+# $NetBSD: Makefile,v 1.82 2019/09/18 18:27:11 nia Exp $
-DISTNAME= openttd-1.9.2-source
+DISTNAME= openttd-1.9.3-source
PKGNAME= ${DISTNAME:S/-source//}
-CATEGORIES= games x11
+CATEGORIES= games
MASTER_SITES= https://proxy.binaries.openttd.org/openttd-releases/${PKGVERSION_NOREV}/
EXTRACT_SUFX= .tar.xz
@@ -11,13 +11,16 @@
COMMENT= Open source clone of Transport Tycoon Deluxe
LICENSE= gnu-gpl-v2
-WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
-USE_LANGUAGES= c c++0x
-USE_TOOLS+= gmake pkg-config
-BUILD_DEFS+= VARBASE
-BUILD_TARGET= bundle
+WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
+HAS_CONFIGURE= yes
+USE_LANGUAGES= c c++11
+USE_TOOLS+= gmake pkg-config
+BUILD_DEFS+= VARBASE
+BUILD_TARGET= bundle
-HAS_CONFIGURE= yes
+# C++11
+GCC_REQD+= 4.8
+
CONFIGURE_ARGS+= --prefix-dir=${PREFIX}
CONFIGURE_ARGS+= --binary-dir=bin
CONFIGURE_ARGS+= --data-dir=share/openttd
diff -r 070d2706269d -r 3726f2af4243 games/openttd/distinfo
--- a/games/openttd/distinfo Wed Sep 18 15:58:44 2019 +0000
+++ b/games/openttd/distinfo Wed Sep 18 18:27:11 2019 +0000
@@ -1,8 +1,9 @@
-$NetBSD: distinfo,v 1.31 2019/07/31 10:55:13 nia Exp $
+$NetBSD: distinfo,v 1.32 2019/09/18 18:27:11 nia Exp $
-SHA1 (openttd-1.9.2-source.tar.xz) = 420b2e652a52abcacb8135eda53f5689acbefdc7
-RMD160 (openttd-1.9.2-source.tar.xz) = f8f6c2d99cc741522615c35269e3f8f38943cfab
-SHA512 (openttd-1.9.2-source.tar.xz) = a84a219c049147e9566967f96a01c84dde587e38da37b34ef756da99a2d14f1d418492030098f63c4ac60cb0db553f474aaf3b8a00c8abfd98f66adc14f523e4
-Size (openttd-1.9.2-source.tar.xz) = 6666860 bytes
+SHA1 (openttd-1.9.3-source.tar.xz) = 43686d697e9c03d2aa35d8577c32dd098458b82f
+RMD160 (openttd-1.9.3-source.tar.xz) = 552fb989520c2dfc94e26f821c3795d2085df031
+SHA512 (openttd-1.9.3-source.tar.xz) = e2208f730cf26c2df9b1950e885e20471060217dd47f2483db3f1cc86b40658d71208f27caab38a9fa513cfddb33c791a0972336dfa902a6d110ef246d936a34
+Size (openttd-1.9.3-source.tar.xz) = 6659508 bytes
SHA1 (patch-config.lib) = 297caf33c50298a4efcbddbe3fea88e2b4f101c1
SHA1 (patch-src_core_alloc__func.hpp) = 17fcfe3ce984cd453f6756f4f212c8fe8ab15ed1
+SHA1 (patch-src_core_endian__type.hpp) = 23564a89fd0e2ebe97043c7d16d5831831b65f40
Home |
Main Index |
Thread Index |
Old Index