From 1891dd0b14045a10795e5bc823ac0ab4dd3af9e7 Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Sun, 26 Sep 2010 13:10:33 +0200 Subject: phalanx : moved unused files to obsolete dir Signed-off-by: Frans Meulenbroeks --- recipes/obsolete/phalanx/phalanx/gcc3.patch | 73 +++++++++++++++++++++++++++++ recipes/phalanx/phalanx/gcc3.patch | 73 ----------------------------- 2 files changed, 73 insertions(+), 73 deletions(-) create mode 100644 recipes/obsolete/phalanx/phalanx/gcc3.patch delete mode 100644 recipes/phalanx/phalanx/gcc3.patch diff --git a/recipes/obsolete/phalanx/phalanx/gcc3.patch b/recipes/obsolete/phalanx/phalanx/gcc3.patch new file mode 100644 index 0000000000..3502a691d0 --- /dev/null +++ b/recipes/obsolete/phalanx/phalanx/gcc3.patch @@ -0,0 +1,73 @@ + +# +# Patch managed by http://www.holgerschurig.de/patcher.html +# + +--- Phalanx-XXII/phalanx.c~gcc3.patch ++++ Phalanx-XXII/phalanx.c +@@ -11,30 +11,30 @@ + + void badoptions(void) + { +-printf("\ +-Usage: phalanx [options] [ []] +- phalanx [options] [] +- phalanx bench +- phalanx bcreate [options] +-Options: -t +- -f +- -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 default: 0 (no resigning) +- -e default: 0 (best play) +- -l <+/-> learning on/off default: on +- -v print version and exit +- -P +- -S +- -L +- -g +-Examples: phalanx -c+ -s+ -o - -x- -f 60 -t4000 +- xboard -fcp \"phalanx -l+ -r800\" +-"); ++printf("\n" ++"Usage: phalanx [options] [ []]\n" ++" phalanx [options] []\n" ++" phalanx bench\n" ++" phalanx bcreate [options]\n" ++"Options: -t \n" ++" -f \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 default: 0 (no resigning)\n" ++" -e default: 0 (best play)\n" ++" -l <+/-> learning on/off default: on\n" ++" -v print version and exit\n" ++" -P \n" ++" -S \n" ++" -L \n" ++" -g \n" ++"Examples: phalanx -c+ -s+ -o - -x- -f 60 -t4000\n" ++" xboard -fcp \"phalanx -l+ -r800\n" ++""); + exit(0); + } + +--- Phalanx-XXII/io.c~gcc3.patch ++++ Phalanx-XXII/io.c +@@ -894,7 +894,7 @@ + { case 0: puts("off"); break; + case 1: puts("on"); break; + case 2: puts("on (pondering)"); break; +- default: ++ default:; + } + + printf(" Transposition table ... "); diff --git a/recipes/phalanx/phalanx/gcc3.patch b/recipes/phalanx/phalanx/gcc3.patch deleted file mode 100644 index 3502a691d0..0000000000 --- a/recipes/phalanx/phalanx/gcc3.patch +++ /dev/null @@ -1,73 +0,0 @@ - -# -# Patch managed by http://www.holgerschurig.de/patcher.html -# - ---- Phalanx-XXII/phalanx.c~gcc3.patch -+++ Phalanx-XXII/phalanx.c -@@ -11,30 +11,30 @@ - - void badoptions(void) - { --printf("\ --Usage: phalanx [options] [ []] -- phalanx [options] [] -- phalanx bench -- phalanx bcreate [options] --Options: -t -- -f -- -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 default: 0 (no resigning) -- -e default: 0 (best play) -- -l <+/-> learning on/off default: on -- -v print version and exit -- -P -- -S -- -L -- -g --Examples: phalanx -c+ -s+ -o - -x- -f 60 -t4000 -- xboard -fcp \"phalanx -l+ -r800\" --"); -+printf("\n" -+"Usage: phalanx [options] [ []]\n" -+" phalanx [options] []\n" -+" phalanx bench\n" -+" phalanx bcreate [options]\n" -+"Options: -t \n" -+" -f \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 default: 0 (no resigning)\n" -+" -e default: 0 (best play)\n" -+" -l <+/-> learning on/off default: on\n" -+" -v print version and exit\n" -+" -P \n" -+" -S \n" -+" -L \n" -+" -g \n" -+"Examples: phalanx -c+ -s+ -o - -x- -f 60 -t4000\n" -+" xboard -fcp \"phalanx -l+ -r800\n" -+""); - exit(0); - } - ---- Phalanx-XXII/io.c~gcc3.patch -+++ Phalanx-XXII/io.c -@@ -894,7 +894,7 @@ - { case 0: puts("off"); break; - case 1: puts("on"); break; - case 2: puts("on (pondering)"); break; -- default: -+ default:; - } - - printf(" Transposition table ... "); -- cgit v1.2.3