Skip site navigation (1)Skip section navigation (2)
Date:      Tue,  2 Dec 2003 06:17:26 +0100 (CET)
From:      marc.vanwoerkom@fernuni-hagen.de
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        marc.vanwoerkom@fernuni-hagen.de
Subject:   ports/59889: Patch for ports/games/cgoban
Message-ID:  <20031202051726.A5F16616F@es-i2.fernuni-hagen.de>
Resent-Message-ID: <200312020520.hB25KC4P010524@freefall.freebsd.org>

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

>Number:         59889
>Category:       ports
>Synopsis:       Patch for ports/games/cgoban
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec 01 21:20:11 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Marc van Woerkom
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
FernUniversitaet in Hagen
>Environment:
System: FreeBSD es-i2.fernuni-hagen.de 4.9-STABLE FreeBSD 4.9-STABLE #0: Tue Nov 25 09:44:27 CET 2003 root@es-i2.fernuni-hagen.de:/easyraidhome/usr/obj/easyraidhome/usr/src/sys/Compaq-ES i386


	
>Description:
cgonban has the annoying default setting to look for GNU go in /usr/bin

>How-To-Repeat:
	
>Fix:

Add this as ports/games/cgoban/files/patch-src::cgoban.c

--- cgoban.c.orig	Tue Dec 17 23:46:56 2002
+++ cgoban.c	Tue Dec  2 05:39:35 2003
@@ -137,8 +137,8 @@
     {"config.h", "0.70710678", NULL, 0, NULL},
     {"gmp.WOption", "0", NULL, 0, checkGmpOption},
     {"gmp.BOption", "0", NULL, 0, checkGmpOption},
-    {"gmp.WProgram", "/usr/bin/gnugo --mode gmp --quiet", NULL, 0, NULL},
-    {"gmp.BProgram", "/usr/bin/gnugo --mode gmp --quiet", NULL, 0, NULL},
+    {"gmp.WProgram", "/usr/local/bin/gnugo --mode gmp --quiet", NULL, 0, NULL},
+    {"gmp.BProgram", "/usr/local/bin/gnugo --mode gmp --quiet", NULL, 0, NULL},
     {"gmp.WDevice", "/dev/cua0", NULL, 0, NULL},
     {"gmp.BDevice", "/dev/cua1", NULL, 0, NULL},
     {"gmp.machine", "localhost", NULL, 0, NULL},



>Release-Note:
>Audit-Trail:
>Unformatted:



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