From f72909a89d29b3485f0bb7eb45841ee478d2d379 Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Tue, 12 May 2015 22:30:15 +0000 Subject: [PATCH] openttd: bump version. --- ...nttd-1.4.3.recipe => openttd-1.5.0.recipe} | 4 +-- ...-1.4.3.patchset => openttd-1.5.0.patchset} | 28 ++----------------- 2 files changed, 5 insertions(+), 27 deletions(-) rename games-simulation/openttd/{openttd-1.4.3.recipe => openttd-1.5.0.recipe} (95%) rename games-simulation/openttd/patches/{openttd-1.4.3.patchset => openttd-1.5.0.patchset} (50%) diff --git a/games-simulation/openttd/openttd-1.4.3.recipe b/games-simulation/openttd/openttd-1.5.0.recipe similarity index 95% rename from games-simulation/openttd/openttd-1.4.3.recipe rename to games-simulation/openttd/openttd-1.5.0.recipe index 3ecc6c977..3b45bc451 100644 --- a/games-simulation/openttd/openttd-1.4.3.recipe +++ b/games-simulation/openttd/openttd-1.5.0.recipe @@ -7,10 +7,10 @@ features. " HOMEPAGE="http://www.openttd.org" SRC_URI="http://binaries.openttd.org/releases/$portVersion/openttd-$portVersion-source.tar.xz" -CHECKSUM_SHA256="11bcbbddb9864d69f1bca11966ece9abfc28973151e6dd73ceadff89ebdf63dd" +CHECKSUM_SHA256="cb2735c3c94709430c58eb4e8820cd5d26b1a17447c34ca8792bb3432a3f7c2d" COPYRIGHT="2005-2013 OpenTTD Team" LICENSE="GNU GPL v2" -REVISION="2" +REVISION="1" ARCHITECTURES="x86" if [ $effectiveTargetArchitecture != x86_gcc2 ]; then # x86_gcc2 is fine as primary target architecture as long as we're building diff --git a/games-simulation/openttd/patches/openttd-1.4.3.patchset b/games-simulation/openttd/patches/openttd-1.5.0.patchset similarity index 50% rename from games-simulation/openttd/patches/openttd-1.4.3.patchset rename to games-simulation/openttd/patches/openttd-1.5.0.patchset index dea5a967c..fdf07e0e9 100644 --- a/games-simulation/openttd/patches/openttd-1.4.3.patchset +++ b/games-simulation/openttd/patches/openttd-1.5.0.patchset @@ -1,4 +1,4 @@ -From 727ce994cb9751567f132ae8339f80ae9167ab1e Mon Sep 17 00:00:00 2001 +From ff18e7c0f2f5bfe6528d8bc47db0479585f13889 Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Sun, 12 Jan 2014 18:36:42 +0100 Subject: Hack to avoid hardcoded library search path. @@ -6,10 +6,10 @@ Subject: Hack to avoid hardcoded library search path. Makes it possible to find zlib when building as an hybrid package. diff --git a/config.lib b/config.lib -index a8c3699..4624349 100644 +index 43430fc..a1df7ce 100644 --- a/config.lib +++ b/config.lib -@@ -2637,10 +2637,10 @@ detect_library() { +@@ -2638,10 +2638,10 @@ detect_library() { fi fi if [ -z "$res" ] && [ "$os" = "HAIKU" ]; then @@ -25,25 +25,3 @@ index a8c3699..4624349 100644 -- 1.8.3.4 - -From e40a47458e1fd8ad9d3c1c18f4ce1bd52c54633f Mon Sep 17 00:00:00 2001 -From: Adrien Destugues -Date: Thu, 25 Sep 2014 22:15:20 +0200 -Subject: strings.h fix. - - -diff --git a/src/stdafx.h b/src/stdafx.h -index 8c23b64..d431b8d 100644 ---- a/src/stdafx.h -+++ b/src/stdafx.h -@@ -19,6 +19,7 @@ - #if defined(__BEOS__) || defined(__HAIKU__) - #include - #include -+ #include // strcasecmp and strncasecmp live here. - #define _GNU_SOURCE - #define TROUBLED_INTS - #elif defined(__NDS__) --- -1.8.3.4 -