Created attachment 156420 [details] svn patch to chessx 1.3.2 The attached SVN patch updates games/chessx to version 1.3.2. Changes to the port are: - Bump PORTVERSION - Recreate distinfo - Remove patch-src__database__telnetclient.cpp, it's not needed anymore - Add patch-src__database__threadedguess.cpp, since the code is missing a header Major changes to chessx are: - Play games on FICS with telnet or timeseal - Boards now 1:1 with open databases - Automatic analysis backward from end of game I've tested the port with Poudriere in a FreeBSD 10.1 jail.
A commit references this bug: Author: robak Date: Sat May 9 22:34:40 UTC 2015 New revision: 385915 URL: https://svnweb.freebsd.org/changeset/ports/385915 Log: games/chessx: update 1.2.2 -> 1.3.2 PR: 199988 Submitted by: Yamagi <yamagi@yamagi.org> (maintainer) Changes: head/games/chessx/Makefile head/games/chessx/distinfo head/games/chessx/files/patch-src__database__telnetclient.cpp head/games/chessx/files/patch-src__database__threadedguess.cpp
Committed, thanks for your work!