head 1.2; access; symbols pkgsrc-2014Q2:1.1.0.22 pkgsrc-2014Q2-base:1.1 pkgsrc-2014Q1:1.1.0.20 pkgsrc-2014Q1-base:1.1 pkgsrc-2013Q4:1.1.0.18 pkgsrc-2013Q4-base:1.1 pkgsrc-2013Q3:1.1.0.16 pkgsrc-2013Q3-base:1.1 pkgsrc-2013Q2:1.1.0.14 pkgsrc-2013Q2-base:1.1 pkgsrc-2013Q1:1.1.0.12 pkgsrc-2013Q1-base:1.1 pkgsrc-2012Q4:1.1.0.10 pkgsrc-2012Q4-base:1.1 pkgsrc-2012Q3:1.1.0.8 pkgsrc-2012Q3-base:1.1 pkgsrc-2012Q2:1.1.0.6 pkgsrc-2012Q2-base:1.1 pkgsrc-2012Q1:1.1.0.4 pkgsrc-2012Q1-base:1.1 pkgsrc-2011Q4:1.1.0.2 pkgsrc-2011Q4-base:1.1; locks; strict; comment @// @; 1.2 date 2014.09.11.16.59.16; author jperkin; state dead; branches; next 1.1; commitid b7OUQ9vL3mT5TWPx; 1.1 date 2011.11.25.21.52.33; author joerg; state Exp; branches; next ; desc @@ 1.2 log @Update games/exchess to v7.31beta, this package's first update in 14 years. The primary motivator for the upgrade is to improve the book generation time, which is now several times faster (builds were failing with CPU ulimit of 1 hour on 3GHz Xeon E5's with the previous version). This new version even supports multiple cores, though that isn't enabled at this time. There appear to have been many other updates, but there is no ChangeLog and there aren't even any intermediate versions for download (hence using the current beta version). Upstream unfortunately makes it as difficult as possible to see the history of this package. @ text @$NetBSD: patch-setup.cpp,v 1.1 2011/11/25 21:52:33 joerg Exp $ --- setup.cpp.orig 2011-11-25 17:25:49.000000000 +0000 +++ setup.cpp @@@@ -7,8 +7,8 @@@@ // routines are run when EXchess first starts up. // -#include -#include +#include +#include #include #include @@@@ -18,6 +18,8 @@@@ #include "funct.h" #include "hash.h" +using namespace std; + /* Simple tables for quick in_check? tests */ int check_table[64][64]; int rook_check_table[64][64]; @ 1.1 log @Fix build with modern GCC @ text @d1 1 a1 1 $NetBSD$ @