From owner-svn-ports-head@FreeBSD.ORG Tue Sep 10 22:31:42 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B3A25473; Tue, 10 Sep 2013 22:31:42 +0000 (UTC) (envelope-from rm@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 A0C43231C; Tue, 10 Sep 2013 22:31:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8AMVgBG060175; Tue, 10 Sep 2013 22:31:42 GMT (envelope-from rm@svn.freebsd.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8AMVgWV060173; Tue, 10 Sep 2013 22:31:42 GMT (envelope-from rm@svn.freebsd.org) Message-Id: <201309102231.r8AMVgWV060173@svn.freebsd.org> From: Ruslan Makhmatkhanov Date: Tue, 10 Sep 2013 22:31:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326935 - head/games/bzflag/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: Tue, 10 Sep 2013 22:31:42 -0000 Author: rm Date: Tue Sep 10 22:31:42 2013 New Revision: 326935 URL: http://svnweb.freebsd.org/changeset/ports/326935 Log: - add upstream patch to fix build on -CURRENT PR: 181976 Submitted by: Kevin Zheng (maintainer) Added: head/games/bzflag/files/ head/games/bzflag/files/patch-include_VotingArbiter.h (contents, props changed) Added: head/games/bzflag/files/patch-include_VotingArbiter.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/bzflag/files/patch-include_VotingArbiter.h Tue Sep 10 22:31:42 2013 (r326935) @@ -0,0 +1,20 @@ +--- ./include/VotingArbiter.h.orig 2012-07-16 03:32:02.000000000 +0400 ++++ ./include/VotingArbiter.h 2013-09-11 02:18:23.000000000 +0400 +@@ -230,12 +230,11 @@ + + }; + +- +-inline VotingArbiter::VotingArbiter(unsigned short int voteTime=60, +- unsigned short int vetoTime=20, +- unsigned short int votesRequired=2, +- float votePercentage=50.1, +- unsigned short int voteRepeatTime=300) ++inline VotingArbiter::VotingArbiter(unsigned short int voteTime, ++ unsigned short int vetoTime, ++ unsigned short int votesRequired, ++ float votePercentage, ++ unsigned short int voteRepeatTime) + : _votingBooth(NULL), + _maxVotes(votesRequired+1), + _voteTime(voteTime),