From owner-svn-ports-all@FreeBSD.ORG Sat Oct 12 17:55:51 2013 Return-Path: Delivered-To: svn-ports-all@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 2888272B; Sat, 12 Oct 2013 17:55:51 +0000 (UTC) (envelope-from danilo@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 15BDD292C; Sat, 12 Oct 2013 17:55:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9CHtosH062865; Sat, 12 Oct 2013 17:55:50 GMT (envelope-from danilo@svn.freebsd.org) Received: (from danilo@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9CHtodv062863; Sat, 12 Oct 2013 17:55:50 GMT (envelope-from danilo@svn.freebsd.org) Message-Id: <201310121755.r9CHtodv062863@svn.freebsd.org> From: Danilo Egea Gondolfo Date: Sat, 12 Oct 2013 17:55:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r330158 - head/games/assaultcube/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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Oct 2013 17:55:51 -0000 Author: danilo Date: Sat Oct 12 17:55:50 2013 New Revision: 330158 URL: http://svnweb.freebsd.org/changeset/ports/330158 Log: - Add forgotten patches Reported by: Sender Ghost (maintainer) Approved by: wg/culot (mentors, implicit) Added: head/games/assaultcube/files/patch-source_src_console.h (contents, props changed) head/games/assaultcube/files/patch-source_src_master.cpp (contents, props changed) Added: head/games/assaultcube/files/patch-source_src_console.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/assaultcube/files/patch-source_src_console.h Sat Oct 12 17:55:50 2013 (r330158) @@ -0,0 +1,17 @@ +--- source/src/console.h.orig 2013-10-09 12:27:31.000000000 +0400 ++++ source/src/console.h 2013-10-11 02:23:35.000000000 +0400 +@@ -127,7 +127,7 @@ + } + }; + +-/** WIP ALERT */ ++/** WIP ALERT *//* + struct textinputbuffer_wip + { + string buf; +@@ -257,4 +257,4 @@ + return false; + } + }; +- ++*/ Added: head/games/assaultcube/files/patch-source_src_master.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/assaultcube/files/patch-source_src_master.cpp Sat Oct 12 17:55:50 2013 (r330158) @@ -0,0 +1,11 @@ +--- source/src/master.cpp.orig 2013-10-09 12:27:37.000000000 +0400 ++++ source/src/master.cpp 2013-10-11 02:26:24.000000000 +0400 +@@ -510,7 +510,7 @@ + authreq &a = c.authreqs.add(); + a.reqtime = servtime; + a.id = id; +- uint seed[3] = { starttime, servtime, randomMT() }; ++ uint seed[3] = { (uint)starttime, servtime, randomMT() }; + static vector buf; + buf.setsize(0); + a.answer = genchallenge(u->pubkey, seed, sizeof(seed), buf);