diff options
author | simonb <simonb@pkgsrc.org> | 1999-09-12 00:20:01 +0000 |
---|---|---|
committer | simonb <simonb@pkgsrc.org> | 1999-09-12 00:20:01 +0000 |
commit | d7f04cc98cfc1878dbf3b18156c3620ce71e52f3 (patch) | |
tree | 47c39b86a0bc7ad472628104f2c3e510b2385bd0 /games | |
parent | 5f5475f614335eeb3638ddb5e0b5b69bbeea1d37 (diff) | |
download | pkgsrc-d7f04cc98cfc1878dbf3b18156c3620ce71e52f3.tar.gz |
Update to xboard 4.0.3. From the ChangeLog:
* Bugfix: moved winboard wizard functions that send a command directly
to the chess engine from Ctrl+Alt+1 and Ctrl+Alt+2 to Alt+1 and Alt+2.
Ctrl+Alt is equivalent to the European AltGr key, so the old assignments
conflicted with typing an @-sign on some keyboards.
* Bugfix: prevent "If this message stays up, your chess program does
not support analysis" from appearing if AnalysisMode is selected when
already in Analysis or AnalyzeFile mode. Also, deleting analysis window
in WinBoard now switches you to EditGame mode, to avoid the anomaly of
being in an analysis mode with no analysis window present.
* Change all Zippy environment variables to work as command line
options. For now they still work as environment variables too, but
the environment variables are deprecated.
* Use unsigned long to hold node counts from engines.
* Print error instead of crashing on attempts to use xpm or xim pieces
in monochrome mode. Thanks to Jim Torrance for the bug report.
* Tightened pattern recognition for ICS messages sent to Zippy; should
no longer match ICC allobs output. Fixed recognition of when Zippy is
sent a message; small change to FICS output had broken it.
* Zippy now exits if the engine dies unexpectedly.
* Added Zippy "spoofedby" feature; see zippy.README.
* Narrowed the margins on some older WinBoard dialogs to make their
style uniform with the newer ones.
* Bugfix: Changing Ponder Next Move from the Options menu did not take
effect until the next game. This bug was in WinBoard only. Thanks to
Stefan Zipproth for the bug report.
* Got rid of "Internal error: bad move type" message when the engine
makes a move that we can parse but think is illegal. Now the move is
just passed on (which also may be the wrong thing to do).
Diffstat (limited to 'games')
-rw-r--r-- | games/xboard/Makefile | 6 | ||||
-rw-r--r-- | games/xboard/files/md5 | 4 | ||||
-rw-r--r-- | games/xboard/patches/patch-aa | 5 |
3 files changed, 10 insertions, 5 deletions
diff --git a/games/xboard/Makefile b/games/xboard/Makefile index 3a2744ffa8e..fe54a0870a4 100644 --- a/games/xboard/Makefile +++ b/games/xboard/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/06/14 00:20:49 simonb Exp $ +# $NetBSD: Makefile,v 1.2 1999/09/12 00:20:01 simonb Exp $ # -DISTNAME= xboard-4.0.2 +DISTNAME= xboard-4.0.3 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_GNU:=xboard/} @@ -11,4 +11,6 @@ GNU_CONFIGURE= yes USE_PERL5= yes USE_X11= yes +INFO_FILES= xboard.info + .include "../../mk/bsd.pkg.mk" diff --git a/games/xboard/files/md5 b/games/xboard/files/md5 index 2afaa8e54a9..b238cd83280 100644 --- a/games/xboard/files/md5 +++ b/games/xboard/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.1.1.1 1999/06/14 00:20:50 simonb Exp $ +$NetBSD: md5,v 1.2 1999/09/12 00:20:01 simonb Exp $ -MD5 (xboard-4.0.2.tar.gz) = e47ab3a6fab0cfded0fff6d7ee147589 +MD5 (xboard-4.0.3.tar.gz) = 98162e321ce71adb72eb23e937b50203 diff --git a/games/xboard/patches/patch-aa b/games/xboard/patches/patch-aa index 2623c970872..9b896073372 100644 --- a/games/xboard/patches/patch-aa +++ b/games/xboard/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.1.1.1 1999/06/14 00:20:50 simonb Exp $ +$NetBSD: patch-aa,v 1.2 1999/09/12 00:20:01 simonb Exp $ --- Makefile.in.orig Fri Feb 26 18:25:14 1999 +++ Makefile.in Mon Jun 14 09:24:45 1999 @@ -17,3 +17,6 @@ $NetBSD: patch-aa,v 1.1.1.1 1999/06/14 00:20:50 simonb Exp $ $(INSTALL_DATA) $(srcdir)/xboard.man $(man6dir)/xboard$(man6ext) $(INSTALL_DATA) $(srcdir)/cmail.man $(man6dir)/cmail$(man6ext) $(INSTALL_DATA) $(srcdir)/zic2xpm.man $(man6dir)/zic2xpm$(man6ext) + + /usr/bin/install -c -m 644 xboard.info /usr/local/info/xboard.info + |