From owner-svn-ports-head@FreeBSD.ORG Fri Sep 12 09:31:37 2014 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 ESMTPS id 660578E7; Fri, 12 Sep 2014 09:31:37 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5179D6B2; Fri, 12 Sep 2014 09:31:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8C9Vbrk014200; Fri, 12 Sep 2014 09:31:37 GMT (envelope-from johans@FreeBSD.org) Received: (from johans@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8C9Vbcq014199; Fri, 12 Sep 2014 09:31:37 GMT (envelope-from johans@FreeBSD.org) Message-Id: <201409120931.s8C9Vbcq014199@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: johans set sender to johans@FreeBSD.org using -f From: Johan van Selst Date: Fri, 12 Sep 2014 09:31:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368017 - head/games/xboard/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.18-1 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: Fri, 12 Sep 2014 09:31:37 -0000 Author: johans Date: Fri Sep 12 09:31:36 2014 New Revision: 368017 URL: http://svnweb.freebsd.org/changeset/ports/368017 QAT: https://qat.redports.org/buildarchive/r368017/ Log: Add patch file, forgotten in previous commit PR: 193271 Submitted by: Kalten Added: head/games/xboard/files/patch-xboard.conf.in (contents, props changed) Added: head/games/xboard/files/patch-xboard.conf.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/xboard/files/patch-xboard.conf.in Fri Sep 12 09:31:36 2014 (r368017) @@ -0,0 +1,15 @@ +--- xboard.conf.in.orig 2014-01-06 18:15:22.000000000 +0100 ++++ xboard.conf.in 2014-08-15 04:53:01.000000000 +0200 +@@ -69,11 +69,7 @@ + ; + -firstChessProgram fairymax + -secondChessProgram fairymax +--firstChessProgramNames {fairymax +-"Fruit 2.1" -fcp fruit -fUCI +-"Crafty" -fcp crafty +-"GNU Chess" -fcp gnuchess +-} ++-firstChessProgramNames {} + -niceEngines 0 + -polyglotDir "" + -adapterCommand 'polyglot -noini -ec "%fcp" -ed "%fd" -uci NalimovCache=%defaultCacheSizeEGTB'