Date: Thu, 17 Oct 2013 06:03:18 +0000 (UTC) From: Edwin Groothuis <edwin@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r330602 - in head/games/xrally: . files Message-ID: <201310170603.r9H63IiA063413@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: edwin Date: Thu Oct 17 06:03:18 2013 New Revision: 330602 URL: http://svnweb.freebsd.org/changeset/ports/330602 Log: Fix build on 10.0 Added: head/games/xrally/files/patch-game.c (contents, props changed) Modified: head/games/xrally/Makefile Modified: head/games/xrally/Makefile ============================================================================== --- head/games/xrally/Makefile Thu Oct 17 05:16:44 2013 (r330601) +++ head/games/xrally/Makefile Thu Oct 17 06:03:18 2013 (r330602) @@ -3,7 +3,7 @@ PORTNAME= xrally PORTVERSION= 1.1.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/1.1 DISTNAME= ${PORTNAME}-1.1 Added: head/games/xrally/files/patch-game.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/xrally/files/patch-game.c Thu Oct 17 06:03:18 2013 (r330602) @@ -0,0 +1,10 @@ +--- game.c.orig 2013-10-18 03:58:23.000000000 +1100 ++++ game.c 2013-10-18 04:00:19.000000000 +1100 +@@ -59,7 +59,6 @@ + extern int mapResult; + extern bool crashed; + extern aiStruct AI; +-extern FILE *log; + extern char livesString[10]; + extern char mapString[15]; + extern char *hiString;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310170603.r9H63IiA063413>