SF.net SVN: gar:[24059] csw/mgar/pkg/freeciv/trunk
jake_goerzen at users.sourceforge.net
jake_goerzen at users.sourceforge.net
Sat Aug 30 04:58:11 CEST 2014
Revision: 24059
http://sourceforge.net/p/gar/code/24059
Author: jake_goerzen
Date: 2014-08-30 02:58:08 +0000 (Sat, 30 Aug 2014)
Log Message:
-----------
freeciv: bump to version 2.4.3; add patch of tile.h
Modified Paths:
--------------
csw/mgar/pkg/freeciv/trunk/Makefile
csw/mgar/pkg/freeciv/trunk/checksums
Added Paths:
-----------
csw/mgar/pkg/freeciv/trunk/files/0002-restore-previous-version-tile.h.patch
Modified: csw/mgar/pkg/freeciv/trunk/Makefile
===================================================================
--- csw/mgar/pkg/freeciv/trunk/Makefile 2014-08-29 16:03:50 UTC (rev 24058)
+++ csw/mgar/pkg/freeciv/trunk/Makefile 2014-08-30 02:58:08 UTC (rev 24059)
@@ -1,5 +1,5 @@
NAME = freeciv
-VERSION = 2.4.2
+VERSION = 2.4.3
GARTYPE = v2
DESCRIPTION = Free turn-based multiplayer strategy game
@@ -41,6 +41,7 @@
GARCOMPILER = GNU
PATCHFILES += 0001-use-finite-instead-of-isfinite-function.patch
+PATCHFILES += 0002-restore-previous-version-tile.h.patch
TEST_SCRIPTS =
Modified: csw/mgar/pkg/freeciv/trunk/checksums
===================================================================
--- csw/mgar/pkg/freeciv/trunk/checksums 2014-08-29 16:03:50 UTC (rev 24058)
+++ csw/mgar/pkg/freeciv/trunk/checksums 2014-08-30 02:58:08 UTC (rev 24059)
@@ -1 +1 @@
-4bf03bbe7084d3e23739f1e5b2ccc529 freeciv-2.4.2.tar.bz2
+437f9a4aadb80619a7c5ae9643142b8b freeciv-2.4.3.tar.bz2
Added: csw/mgar/pkg/freeciv/trunk/files/0002-restore-previous-version-tile.h.patch
===================================================================
--- csw/mgar/pkg/freeciv/trunk/files/0002-restore-previous-version-tile.h.patch (rev 0)
+++ csw/mgar/pkg/freeciv/trunk/files/0002-restore-previous-version-tile.h.patch 2014-08-30 02:58:08 UTC (rev 24059)
@@ -0,0 +1,25 @@
+From 536f556c5fc10ebd08b69844494072bc02f49500 Mon Sep 17 00:00:00 2001
+From: Jake Goerzen <jgoerzen at opencsw.org>
+Date: Sat, 30 Aug 2014 03:31:11 +0200
+Subject: [PATCH] restore previous version tile.h
+
+---
+ common/tile.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/common/tile.h b/common/tile.h
+index ba1923d..5e06f4a 100644
+--- a/common/tile.h
++++ b/common/tile.h
+@@ -78,7 +78,7 @@ struct tile {
+
+
+ /* Tile accessor functions. */
+-#define tile_index(_pt_) (_pt_)->index
++int tile_index(const struct tile *ptile);
+
+ struct city *tile_city(const struct tile *ptile);
+
+--
+2.0.3
+
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list