[csw-devel] SF.net SVN: gar:[2318] csw/trunk/apps/freeciv
jake_goerzen at users.sourceforge.net
jake_goerzen at users.sourceforge.net
Wed Nov 19 05:41:23 CET 2008
Revision: 2318
http://gar.svn.sourceforge.net/gar/?rev=2318&view=rev
Author: jake_goerzen
Date: 2008-11-19 04:41:23 +0000 (Wed, 19 Nov 2008)
Log Message:
-----------
upate version 2.1.6
Modified Paths:
--------------
csw/trunk/apps/freeciv/Makefile
csw/trunk/apps/freeciv/checksums
csw/trunk/apps/freeciv/files/dataio.c.diff
Modified: csw/trunk/apps/freeciv/Makefile
===================================================================
--- csw/trunk/apps/freeciv/Makefile 2008-11-18 21:51:21 UTC (rev 2317)
+++ csw/trunk/apps/freeciv/Makefile 2008-11-19 04:41:23 UTC (rev 2318)
@@ -1,5 +1,12 @@
+### BUILD.NOTES
+#
+# need to patch C99.m4 file to remove check for stdint.h
+# Need to find all header files that have stdint.h and replace
+# with inttypes.h
+
+
GARNAME = freeciv
-GARVERSION = 2.0.10
+GARVERSION = 2.1.6
CATEGORIES = apps
DESCRIPTION = a free turn-based multiplayer strategy game
@@ -17,6 +24,8 @@
TEST_SCRIPTS =
-CONFIGURE_ARGS = $(DIRPATHS)
+CONFIGURE_ARGS = LDFLAGS=-lm
+CONFIGURE_ARGS += $(DIRPATHS)
+CONFIGURE_ARGS += --disable-nls
include ../category.mk
Modified: csw/trunk/apps/freeciv/checksums
===================================================================
--- csw/trunk/apps/freeciv/checksums 2008-11-18 21:51:21 UTC (rev 2317)
+++ csw/trunk/apps/freeciv/checksums 2008-11-19 04:41:23 UTC (rev 2318)
@@ -1,4 +1,4 @@
-1fd87ea511c876f0bf620cbf6f3834f5 download/freeciv-2.0.10.tar.gz
+5446d2e759617c565d30c250cc22aa41 download/freeciv-2.1.6.tar.gz
4f6b34dbb2143663d82ebea710c56863 download/CSWfreeciv.gspec
8b2248c58bd3ed3d7ce1fb5274f0b0f7 download/CSWfreeciv.depend
-6b1595ce047c294e6f8b5f91ebd1d89b download/dataio.c.diff
+892be308fb8a4e34f0e98083de3e1788 download/dataio.c.diff
Modified: csw/trunk/apps/freeciv/files/dataio.c.diff
===================================================================
--- csw/trunk/apps/freeciv/files/dataio.c.diff 2008-11-18 21:51:21 UTC (rev 2317)
+++ csw/trunk/apps/freeciv/files/dataio.c.diff 2008-11-19 04:41:23 UTC (rev 2318)
@@ -1,12 +1,15 @@
-diff --speed-large-files --minimal -Nru freeciv-2.0.10.orig/common/dataio.c freeciv-2.0.10/common/dataio.c
---- freeciv-2.0.10.orig/common/dataio.c 2008-06-30 02:22:26.000000000 +0200
-+++ freeciv-2.0.10/common/dataio.c 2008-11-08 02:13:29.654886000 +0100
-@@ -25,7 +25,7 @@
+diff --speed-large-files --minimal -Nru freeciv-2.1.6.orig/common/dataio.c freeciv-2.1.6/common/dataio.c
+--- freeciv-2.1.6.orig/common/dataio.c 2008-08-10 14:56:11.000000000 +0200
++++ freeciv-2.1.6/common/dataio.c 2008-11-19 04:39:12.655383000 +0100
+@@ -25,7 +25,11 @@
#include <assert.h>
#include <limits.h>
--#include <stdint.h>
-+#include <sys/int_types.h>
++#if defined (__SVR4) && defined (__sun)
++#include <inttypes.h>
++#else
+ #include <stdint.h>
++#endif
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
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