Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Feb 2003 22:17:00 -0500
From:      The Anarcat <anarcat@anarcat.ath.cx>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/48404: gnuchess doesn't install the gnuchessx alias
Message-ID:  <20030218031658.3CC20DD@shall.anarcat.ath.cx>

next in thread | raw e-mail | index | archive | help

>Number:         48404
>Category:       ports
>Synopsis:       gnuchess doesn't install the gnuchessx alias
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 17 19:20:03 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     The Anarcat
>Release:        FreeBSD 5.0-RELEASE i386
>Organization:
>Environment:
System: FreeBSD lenny.anarcat.ath.cx 5.0-RELEASE FreeBSD 5.0-RELEASE #1: Sun Feb 16 23:11:48 EST 2003 anarcat@lenny.anarcat.ath.cx:/usr/src/sys/i386/compile/LENNII i386

Recent ports collection.

>Description:

xboard communicates with gnuchess via the gnuchessx program (which is usually a link to gnuchessx).

>How-To-Repeat:

Install xboard.
Install gnuchess 5.
Try to start xboard.

>Fix:

I'm not sure if it's gnuchess or the port's fault, but here's how to solve
it on the port side:

--- Makefile.orig       Mon Feb 17 22:05:21 2003
+++ Makefile    Mon Feb 17 22:11:19 2003
@@ -16,4 +16,7 @@
 WRKSRC=        ${WRKDIR}/chess
 GNU_CONFIGURE= yes
 
+post-install:
+       ${LN} -f ${LOCALBASE}/bin/gnuchess ${LOCALBASE}/bin/gnuchessx
+
 .include <bsd.port.mk>
--- pkg-plist.orig      Mon Feb 17 22:12:07 2003
+++ pkg-plist   Mon Feb 17 22:11:31 2003
@@ -1 +1,2 @@
 bin/gnuchess
+bin/gnuchessx
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030218031658.3CC20DD>