ports/59889: Patch for ports/games/cgoban
marc.vanwoerkom at fernuni-hagen.de
marc.vanwoerkom at fernuni-hagen.de
Tue Dec 2 05:20:15 UTC 2003
>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 at 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:
More information about the freebsd-ports-bugs
mailing list