[csw-devel] SF.net SVN: gar:[2227] csw/trunk/apps/freeciv

jake_goerzen at users.sourceforge.net jake_goerzen at users.sourceforge.net
Sat Nov 8 02:41:49 CET 2008


Revision: 2227
          http://gar.svn.sourceforge.net/gar/?rev=2227&view=rev
Author:   jake_goerzen
Date:     2008-11-08 01:41:49 +0000 (Sat, 08 Nov 2008)

Log Message:
-----------
add patch for dataio.c.diff

Modified Paths:
--------------
    csw/trunk/apps/freeciv/Makefile
    csw/trunk/apps/freeciv/checksums

Added Paths:
-----------
    csw/trunk/apps/freeciv/files/dataio.c.diff

Modified: csw/trunk/apps/freeciv/Makefile
===================================================================
--- csw/trunk/apps/freeciv/Makefile	2008-11-08 01:02:41 UTC (rev 2226)
+++ csw/trunk/apps/freeciv/Makefile	2008-11-08 01:41:49 UTC (rev 2227)
@@ -2,7 +2,7 @@
 GARVERSION = 2.0.10
 CATEGORIES = apps
 
-DESCRIPTION = a free turn-based multiplayer strategy game (gcc3)
+DESCRIPTION = a free turn-based multiplayer strategy game
 define BLURB
   Players of the Civilization\xAE series by Microprose\xAE should feel at home, since one aim of Freeciv is to have optional modes (called rulesets) with compatible rules.
 
@@ -16,7 +16,11 @@
 DISTFILES += $(call admfiles,CSWfreeciv, depend )
 
 GARCOMPILER = GNU
+
+PATCHFILES = dataio.c.diff
+
 TEST_SCRIPTS =
+
 CONFIGURE_ARGS = $(DIRPATHS)
 
 include ../category.mk

Modified: csw/trunk/apps/freeciv/checksums
===================================================================
--- csw/trunk/apps/freeciv/checksums	2008-11-08 01:02:41 UTC (rev 2226)
+++ csw/trunk/apps/freeciv/checksums	2008-11-08 01:41:49 UTC (rev 2227)
@@ -1,3 +1,4 @@
 1fd87ea511c876f0bf620cbf6f3834f5  download/freeciv-2.0.10.tar.gz
 4f6b34dbb2143663d82ebea710c56863  download/CSWfreeciv.gspec
 8b2248c58bd3ed3d7ce1fb5274f0b0f7  download/CSWfreeciv.depend
+6b1595ce047c294e6f8b5f91ebd1d89b  download/dataio.c.diff

Added: csw/trunk/apps/freeciv/files/dataio.c.diff
===================================================================
--- csw/trunk/apps/freeciv/files/dataio.c.diff	                        (rev 0)
+++ csw/trunk/apps/freeciv/files/dataio.c.diff	2008-11-08 01:41:49 UTC (rev 2227)
@@ -0,0 +1,12 @@
+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 @@
+ 
+ #include <assert.h>
+ #include <limits.h>
+-#include <stdint.h>
++#include <sys/int_types.h>
+ #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