git: 2ad5b95cc18a - main - games/xboard: Add default engine
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 21 Jul 2022 15:33:17 UTC
The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=2ad5b95cc18a74c1e61519cfaa20b04c2a715b75 commit 2ad5b95cc18a74c1e61519cfaa20b04c2a715b75 Author: Fernando Apesteguía <fernape@FreeBSD.org> AuthorDate: 2022-07-21 05:36:52 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2022-07-21 15:28:52 +0000 games/xboard: Add default engine With default of no engine installed, xboard errors out on empty -firstChessProgram in xboard.conf Make FAIRYMAX the default engine (as upstream does). PR: 263163 Reported by: pauamma@gundo.com --- games/xboard/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/games/xboard/Makefile b/games/xboard/Makefile index 6e98ec572ad0..b2d89f88e8d7 100644 --- a/games/xboard/Makefile +++ b/games/xboard/Makefile @@ -18,10 +18,10 @@ OPTIONS_DEFINE?= NLS DOCS ZIPPY OPTIONS_SINGLE?= FRONTEND OPTIONS_SINGLE_FRONTEND?= XAW XAW3D GTK2 OPTIONS_GROUP?= ENGINES -OPTIONS_GROUP_ENGINES?= FAIRYMAX CRAFTY GNUCHESS KNIGHTCAP PHALANX +OPTIONS_GROUP_ENGINES?= CRAFTY FAIRYMAX GNUCHESS KNIGHTCAP PHALANX OPTIONS_RADIO?= SOUND OPTIONS_RADIO_SOUND?= SOX ALSA -OPTIONS_DEFAULT?= XAW +OPTIONS_DEFAULT?= FAIRYMAX XAW OPTIONS_SUB?= yes ZIPPY_DESC= Add Zippy capability (computer player on ICS)