summaryrefslogtreecommitdiff
path: root/games/xboard
AgeCommit message (Collapse)AuthorFilesLines
2004-04-12Convert to buildlink3.snj1-7/+7
2004-02-17Remove info files entries from PLIST.seb1-2/+1
2003-08-09USE_NEW_TEXINFO is unnecessary now.seb1-2/+1
2003-08-08one INFO_FILES occurrence is enough.seb1-3/+1
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-02Convert to USE_NEW_TEXINFO.seb2-5/+5
XXX Don't bother to cleanup the patch file to remove INSTALL_INFO invocation, it is caught anyway by the buildlink install-info script.
2002-09-11This package uses X11.jlam1-1/+2
2002-09-11Update games/xboard to 4.2.6. Changes from version 4.2.3 include bugjlam3-21/+33
fixes in the UI, to properly charge time to the correct player, to play variants on ICC, and Zippy fixes. We also convert from buildlink1 to buildlink2.
2002-02-18Introduce new framework for handling info files generation and installation.seb4-11/+15
Summary of changes: - removal of USE_GTEXINFO - addition of mk/texinfo.mk - inclusion of this file in package Makefiles requiring it - `install-info' substituted by `${INSTALL_INFO}' in PLISTs - tuning of mk/bsd.pkg.mk: removal of USE_GTEXINFO INSTALL_INFO added to PLIST_SUBST `${INSTALL_INFO}' replace `install-info' in target rules print-PLIST target now generate `${INSTALL_INFO}' instead of `install-info' - a couple of new patch files added for a handful of packages - setting of the TEXINFO_OVERRIDE "switch" in packages Makefiles requiring it - devel/cssc marked requiring texinfo 4.0 - a couple of packages Makefiles were tuned with respect of INFO_FILES and makeinfo command usage See -newly added by this commit- section 10.24 of Packages.txt for further information.
2001-11-29Buildlinkify.jlam1-2/+2
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-10-24I am a triple idiot. The only relevant variable that x11.buildlink.mkjlam1-2/+2
redefines about which buildlink.mk files would care is BUILDLINK_X11_DIR, which points to the location of the X11R6 hierarchy used during building. If x11.buildlink.mk isn't included, then BUILDLINK_X11_DIR defaults to ${X11BASE} (set in bsd.pkg.mk), so its value is always safe to use. Remove the ifdefs surrounding the use of BUILDLINK_X11_DIR in tk/buildlink.mk and revert changes to move x11.buildlink.mk before the other buildlink.mk files.
2001-10-23x11.buildlink.mk needs to be included before any buildlink.mk files thatjlam1-2/+2
use X11_BUILDLINK_MK as a test value. Generally just reordering the inclusions so that x11.buildlink.mk comes before the other buildlink.mk files will make everthing work.
2001-10-23Strongly-buildlinkify.jlam1-10/+9
2001-08-23Move per-package default XAW_TYPE setting above the inclusion ofjlam1-4/+3
bsd.prefs.mk so that it is actually used. Where possible, include xaw.buildlink.mk instead of setting USE_XAW, and use LIBXAW where needed.
2001-06-11CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, sojlam1-2/+1
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-04-21Move to sha1 digests, and/or add distfile sizes.wiz1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-6/+4
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-03-09Update xboard to 4.2.3. Pkgsrc changes include removing the buildjlam2-9/+4
dependency on autoconf. Changes from 4.2.2 include: * Bugfix: The error message "Variant X not supported by gnuchessx" formerly could pop up even in -ncp mode. * Fixed an xboard bug in premove highlighting. * Modified premove again. Now we are back to displaying the move locally immediately after sending it to the server, as in versions prior to 4.2.1. This is good because it lets you register your next premove sooner. As a better fix to the problem that the change in 4.2.1 had been trying to address, we now suppress animating the opponent's move if you have a premove reply pending. * Removed an erroneous patch that left zombie chess engines around when both sigterm and reuse were turned off. (Bug was in xboard only, not winboard.) * Bugfix: loading a game with autostepping did not work for games with PGN result "*" (unfinished). This bug was introduced in 4.1.0, caused by some outdated code that was supposed to leave you in EditGame mode after loading an unfinished game.
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-02-07Update xboard to 4.2.2. Changes from version 4.1.0 include a new xboardjlam10-181/+19
protocol for talking to chess engines, adding a move list window, improving the user interface w.r.t dragging pieces, and various bugfixes. Tim Mann graciously accepted pkgsrc patches to support compiling with Xaw3d in this release.
2001-02-06Make that "autoreconf" -- there is no "autoremake".fredb1-3/+3
2001-02-05Use full pathname "${LOCALBASE}/bin/auto..." in dependences and maketron1-3/+3
targets. This includes a fix for PR pkg/12125 by Tomasz Luchowski.
2000-10-15Update xboard to 4.1.0. Changes from version 4.0.3 include importing manyjlam9-65/+57
more features from Winboard Plus 4.0.8 into Xboard, better interfacing with zippy, and the usual crop of bugfixes.
2000-09-20Fix y2k bug in 'cmail'hubertf2-1/+21
Reported in PR 11048 by Chris Pinnock <C.J.E.Pinnock@qmw.ac.uk>.
2000-09-15Make xboard work with XAW_TYPE. Also add a missing dependency on xpm.jlam8-17/+191
1999-09-12Regen.simonb1-2/+2
1999-09-12Update to xboard 4.0.3. From the ChangeLog:simonb3-5/+10
* 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).
1999-07-09Add package patch-sum filesagc1-0/+3
1999-06-14XBoard - an X11 chess frontend.simonb6-0/+51