From owner-svn-ports-head@FreeBSD.ORG Thu Oct 17 06:03:19 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 58DB314B; Thu, 17 Oct 2013 06:03:19 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 463482485; Thu, 17 Oct 2013 06:03:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9H63Jha063415; Thu, 17 Oct 2013 06:03:19 GMT (envelope-from edwin@svn.freebsd.org) Received: (from edwin@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9H63IiA063413; Thu, 17 Oct 2013 06:03:18 GMT (envelope-from edwin@svn.freebsd.org) Message-Id: <201310170603.r9H63IiA063413@svn.freebsd.org> From: Edwin Groothuis Date: Thu, 17 Oct 2013 06:03:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r330602 - in head/games/xrally: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Oct 2013 06:03:19 -0000 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;