From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 18 02:50:11 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD20537B404 for ; Fri, 18 Jul 2003 02:50:11 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE69243F85 for ; Fri, 18 Jul 2003 02:50:08 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6I9o8Up079917 for ; Fri, 18 Jul 2003 02:50:08 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6I9o8Vk079916; Fri, 18 Jul 2003 02:50:08 -0700 (PDT) Resent-Date: Fri, 18 Jul 2003 02:50:08 -0700 (PDT) Resent-Message-Id: <200307180950.h6I9o8Vk079916@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Kirill Ponomarew Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E3B7337B401 for ; Fri, 18 Jul 2003 02:42:39 -0700 (PDT) Received: from office.LF.net (office.LF.net [212.9.190.165]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4612C43FA3 for ; Fri, 18 Jul 2003 02:42:39 -0700 (PDT) (envelope-from krion@voodoo.oberon.net) Received: from voodoo.oberon.net ([212.118.165.100]) by office.LF.net with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.20) id 19dRl7-000Cvq-Lj for FreeBSD-gnats-submit@freebsd.org; Fri, 18 Jul 2003 11:42:37 +0200 Received: from krion by voodoo.oberon.net with local (Exim 4.20) id 19dRl8-000Gey-1a for FreeBSD-gnats-submit@freebsd.org; Fri, 18 Jul 2003 11:42:38 +0200 Message-Id: Date: Fri, 18 Jul 2003 11:42:38 +0200 From: Kirill Ponomarew Sender: Kirill Ponomarew To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/54609: Update games/phalanx: fix build with gcc-3.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Jul 2003 09:50:12 -0000 >Number: 54609 >Category: ports >Synopsis: Update games/phalanx: fix build with gcc-3.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Jul 18 02:50:08 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Kirill Ponomarew >Release: FreeBSD 4.8-STABLE i386 >Organization: Oberon.net >Environment: >Description: Update games/phalanx: fix build with gcc-3.3 Reported by bento: http://bento.freebsd.org/errorlogs/i386-5-latest/phalanx-22.log >How-To-Repeat: >Fix: 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] [ []] +- 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); + } + >Release-Note: >Audit-Trail: >Unformatted: