From owner-freebsd-ports Sun Mar 16 7: 4:30 2003 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0822937B404; Sun, 16 Mar 2003 07:04:29 -0800 (PST) Received: from alogis.com (firewall.solit-ag.de [212.184.102.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE70943F75; Sun, 16 Mar 2003 07:04:26 -0800 (PST) (envelope-from Holger.Kipp@alogis.com) Received: (from hk@localhost) by alogis.com (8.11.1/8.9.3) id h2GF4Oa81429; Sun, 16 Mar 2003 16:04:24 +0100 (CET) (envelope-from hk) Date: Sun, 16 Mar 2003 16:04:24 +0100 From: Holger Kipp To: Patrick Li , xaa+ports@timewasters.nl, ports@FreeBSD.org Subject: change needed: (glchess and xboard) or gnuchess -> gnuchessx Message-ID: <20030316160424.A81000@intserv.int1.b.intern> Reply-To: Holger.Kipp@alogis.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hello, this goes to the maintainers of glchess, gnuchess(x) and xboard. I tried to install glchess for gnuchess and crafty. Whilst crafty worked without problems, glchess wants to find the gnuchess binary 'gnuchessx'. Coudln't find gnuchessx, so patched file main.c of glchess to read game->path_gnuchessx = binary_path("gnuchess"); instead of game->path_gnuchessx = binary_path("gnuchessx"); I'm not sure if the version of gnuchess should instead be named gnuchessx or if a hard link from gnuchess to gnuchessx would be sufficient. Same problem is for xboard, where file xboard.h needs to be changed to #define FIRST_CHESS_PROGRAM "gnuchess" #define SECOND_CHESS_PROGRAM "gnuchess" instead of #define FIRST_CHESS_PROGRAM "gnuchessx" #define SECOND_CHESS_PROGRAM "gnuchessx" Or, change installation of gnuchess such that references to gnuchessx will also work... Regards, Holger Kipp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message