FreeBSD Bugzilla – Attachment 33294 Details for
Bug 54609
Update games/phalanx: fix build with gcc-3.3
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 2.73 KB, created by
Kirill Ponomarew
on 2003-07-18 10:50:08 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Kirill Ponomarew
Created:
2003-07-18 10:50:08 UTC
Size:
2.73 KB
patch
obsolete
>diff -urN phalanx.orig/files/patch-phalanx.c phalanx/files/patch-phalanx.c >--- phalanx.orig/files/patch-phalanx.c Thu Jan 1 01:00:00 1970 >+++ phalanx/files/patch-phalanx.c Fri Jul 18 11:39:43 2003 >@@ -0,0 +1,57 @@ >+--- phalanx.c.orig Fri Jul 18 13:36:59 2003 >++++ phalanx.c Fri Jul 18 13:38:52 2003 >+@@ -11,30 +11,30 @@ >+ >+ void badoptions(void) >+ { >+-printf("\ >+-Usage: phalanx [options] [<moves> <minutes> [<increment in seconds>]] >+- phalanx [options] [<seconds per move>] >+- phalanx bench >+- phalanx bcreate [options] >+-Options: -t <transposition table size in kilobytes> >+- -f <fixed search time in seconds> >+- -x <+/-> xboard mode on/off default: on >+- -p <+/-> permanent brain on/off default: off >+- -s <+/-> show thinking on/off default: off >+- -c <+/-> cpu time default: off >+- -o <+/-> polling input default: on >+- -b <+/-> opening book default: on >+- -r <resign value in centipawns> default: 0 (no resigning) >+- -e <easy level 0...100> default: 0 (best play) >+- -l <+/-> learning on/off default: on >+- -v print version and exit >+- -P <primary book directory> >+- -S <secondary book directory> >+- -L <learning file directory> >+- -g <log file name> >+-Examples: phalanx -c+ -s+ -o - -x- -f 60 -t4000 >+- xboard -fcp \"phalanx -l+ -r800\" >+-"); >++printf("\n" >++"Usage: phalanx [options] [<moves> <minutes> [<increment in seconds>]]\n" >++ "phalanx [options] [<seconds per move>]\n" >++ "phalanx bench\n" >++ "phalanx bcreate [options]\n" >++"Options: -t <transposition table size in kilobytes>\n" >++ "-f <fixed search time in seconds>\n" >++ "-x <+/-> xboard mode on/off default: on\n" >++ "-p <+/-> permanent brain on/off default: off\n" >++ "-s <+/-> show thinking on/off default: off\n" >++ "-c <+/-> cpu time default: off\n" >++ "-o <+/-> polling input default: on\n" >++ "-b <+/-> opening book default: on\n" >++ "-r <resign value in centipawns> default: 0 (no resigning)\n" >++ "-e <easy level 0...100> default: 0 (best play)\n" >++ "-l <+/-> learning on/off default: on\n" >++ "-v print version and exit\n" >++ "-P <primary book directory>\n" >++ "-S <secondary book directory>\n" >++ "-L <learning file directory>\n" >++ "-g <log file name>\n" >++"Examples: phalanx -c+ -s+ -o - -x- -f 60 -t4000\n" >++ "xboard -fcp \"phalanx -l+ -r800\n" >++); >+ exit(0); >+ } >+
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 54609
: 33294