svn commit: r330602 - in head/games/xrally: . files

Edwin Groothuis edwin at FreeBSD.org
Thu Oct 17 06:03:19 UTC 2013


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;


More information about the svn-ports-head mailing list