[csw-devel] SF.net SVN: gar:[3798] csw/mgar/pkg/freeciv/trunk

jake_goerzen at users.sourceforge.net jake_goerzen at users.sourceforge.net
Wed Mar 18 00:48:01 CET 2009


Revision: 3798
          http://gar.svn.sourceforge.net/gar/?rev=3798&view=rev
Author:   jake_goerzen
Date:     2009-03-17 23:48:01 +0000 (Tue, 17 Mar 2009)

Log Message:
-----------
integrate patch into mGAR: remove stdint.h test in configure

Modified Paths:
--------------
    csw/mgar/pkg/freeciv/trunk/Makefile
    csw/mgar/pkg/freeciv/trunk/checksums

Added Paths:
-----------
    csw/mgar/pkg/freeciv/trunk/files/configure.diff

Modified: csw/mgar/pkg/freeciv/trunk/Makefile
===================================================================
--- csw/mgar/pkg/freeciv/trunk/Makefile	2009-03-17 23:44:18 UTC (rev 3797)
+++ csw/mgar/pkg/freeciv/trunk/Makefile	2009-03-17 23:48:01 UTC (rev 3798)
@@ -14,11 +14,11 @@
 # We define upstream file regex so we can be notifed of new upstream software release
 UPSTREAM_MASTER_SITES = $(SF_PROJECT_SHOWFILE)=138322
 UPSTREAM_USE_SF = 1
-UFILES_REGEX = (\d+(?:\.\d+)*)
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
 
 GARCOMPILER = GNU
 
-PATCHFILES = dataio.c.diff
+PATCHFILES = dataio.c.diff configure.diff
 
 TEST_SCRIPTS =
 

Modified: csw/mgar/pkg/freeciv/trunk/checksums
===================================================================
--- csw/mgar/pkg/freeciv/trunk/checksums	2009-03-17 23:44:18 UTC (rev 3797)
+++ csw/mgar/pkg/freeciv/trunk/checksums	2009-03-17 23:48:01 UTC (rev 3798)
@@ -3,3 +3,4 @@
 fee60b5af7c882c2eb16a8ca622e3958  download/CSWfreeciv.depend
 d3acfde4316e7011beccd69b21d2ad67  download/CSWfreeciv.prototype
 892be308fb8a4e34f0e98083de3e1788  download/dataio.c.diff
+1521ec035d8abe47106b2f3ffe7a0d38  download/configure.diff

Added: csw/mgar/pkg/freeciv/trunk/files/configure.diff
===================================================================
--- csw/mgar/pkg/freeciv/trunk/files/configure.diff	                        (rev 0)
+++ csw/mgar/pkg/freeciv/trunk/files/configure.diff	2009-03-17 23:48:01 UTC (rev 3798)
@@ -0,0 +1,15 @@
+diff --speed-large-files --minimal -Nru freeciv-2.1.8.orig/configure freeciv-2.1.8/configure
+--- freeciv-2.1.8.orig/configure	2008-11-30 14:18:36.000000000 +0100
++++ freeciv-2.1.8/configure	2009-03-17 17:21:06.908829612 +0100
+@@ -10636,11 +10636,6 @@
+ fi
+ echo "$as_me:$LINENO: result: $ac_cv_c99_stdint_h" >&5
+ echo "${ECHO_T}$ac_cv_c99_stdint_h" >&6
+-  if test "${ac_cv_c99_stdint_h}" != "yes"; then
+-    { { echo "$as_me:$LINENO: error: A compiler supporting C99's stdint.h is required" >&5
+-echo "$as_me: error: A compiler supporting C99's stdint.h is required" >&2;}
+-   { (exit 1); exit 1; }; }
+-  fi
+ 
+ 
+ if test "$AUTO_DEPS" = "maybe"; then


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