svn commit: r326935 - head/games/bzflag/files
Ruslan Makhmatkhanov
rm at FreeBSD.org
Tue Sep 10 22:31:42 UTC 2013
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 <kevinz5000 at gmail.com> (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),
More information about the svn-ports-all
mailing list