pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/games/openttd



Module Name:    pkgsrc
Committed By:   nia
Date:           Wed Sep 18 18:27:11 UTC 2019

Modified Files:
        pkgsrc/games/openttd: Makefile distinfo

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -u -r1.81 -r1.82 pkgsrc/games/openttd/Makefile
cvs rdiff -u -r1.31 -r1.32 pkgsrc/games/openttd/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/games/openttd/Makefile
diff -u pkgsrc/games/openttd/Makefile:1.81 pkgsrc/games/openttd/Makefile:1.82
--- pkgsrc/games/openttd/Makefile:1.81  Wed Jul 31 10:55:13 2019
+++ pkgsrc/games/openttd/Makefile       Wed Sep 18 18:27:11 2019
@@ -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 @@ HOMEPAGE=   https://www.openttd.org/
 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
+
+# C++11
+GCC_REQD+=     4.8
 
-HAS_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --prefix-dir=${PREFIX}
 CONFIGURE_ARGS+=       --binary-dir=bin
 CONFIGURE_ARGS+=       --data-dir=share/openttd

Index: pkgsrc/games/openttd/distinfo
diff -u pkgsrc/games/openttd/distinfo:1.31 pkgsrc/games/openttd/distinfo:1.32
--- pkgsrc/games/openttd/distinfo:1.31  Wed Jul 31 10:55:13 2019
+++ pkgsrc/games/openttd/distinfo       Wed Sep 18 18:27:11 2019
@@ -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