From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 8 14:10:28 2004 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 386F016A52F for ; Sun, 8 Aug 2004 14:10:28 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 10BB743D39 for ; Sun, 8 Aug 2004 14:10:28 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i78EARl1070874 for ; Sun, 8 Aug 2004 14:10:27 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i78EARkn070873; Sun, 8 Aug 2004 14:10:27 GMT (envelope-from gnats) Resent-Date: Sun, 8 Aug 2004 14:10:27 GMT Resent-Message-Id: <200408081410.i78EARkn070873@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, KATO Tsuguru Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D2C3316A4CE for ; Sun, 8 Aug 2004 14:01:07 +0000 (GMT) Received: from hfep05.dion.ne.jp (hfep05.dion.ne.jp [203.181.105.71]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBDF543D1D for ; Sun, 8 Aug 2004 14:01:06 +0000 (GMT) (envelope-from tkato432@yahoo.com) Received: from localhost ([218.222.68.240]) by hfep05.dion.ne.jp with SMTP id <20040808140103860.XPRZ@hfep05.dion.ne.jp> for ; Sun, 8 Aug 2004 23:01:03 +0900 Message-Id: <20040808230013.42e42d83.tkato432@yahoo.com> Date: Sun, 8 Aug 2004 23:00:13 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/70167: Update port: games/phalanx 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: Sun, 08 Aug 2004 14:10:28 -0000 >Number: 70167 >Category: ports >Synopsis: Update port: games/phalanx >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: Sun Aug 08 14:10:27 GMT 2004 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.10-RELEASE-p2 i386 >Organization: >Environment: >Description: - Fix build on -current after gcc 3.4 import - Support PLIST_FILES New file: files/patch-io.c Remove file: pkg-plist >How-To-Repeat: >Fix: diff -urN /usr/ports/games/phalanx/Makefile games/phalanx/Makefile --- /usr/ports/games/phalanx/Makefile Wed Feb 4 18:58:49 2004 +++ games/phalanx/Makefile Thu Aug 5 20:59:44 2004 @@ -23,6 +23,10 @@ ALL_TARGET= # empty MAKEFILE= makefile +PORTDOCS= README +PLIST_FILES= bin/phalanx %%DATADIR%%/pbook.phalanx %%DATADIR%%/sbook.phalanx +PLIST_DIRS= %%DATADIR%% + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/phalanx ${PREFIX}/bin @${MKDIR} ${DATADIR} diff -urN /usr/ports/games/phalanx/files/patch-io.c games/phalanx/files/patch-io.c --- /usr/ports/games/phalanx/files/patch-io.c Thu Jan 1 09:00:00 1970 +++ games/phalanx/files/patch-io.c Fri Aug 6 17:50:24 2004 @@ -0,0 +1,11 @@ +--- io.c.orig Sat Jan 8 23:36:29 2000 ++++ io.c Thu Aug 5 20:57:30 2004 +@@ -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 -urN /usr/ports/games/phalanx/pkg-plist games/phalanx/pkg-plist --- /usr/ports/games/phalanx/pkg-plist Mon Dec 24 11:15:02 2001 +++ games/phalanx/pkg-plist Thu Jan 1 09:00:00 1970 @@ -1,6 +0,0 @@ -bin/phalanx -%%PORTDOCS%%share/doc/phalanx/README -share/phalanx/pbook.phalanx -share/phalanx/sbook.phalanx -%%PORTDOCS%%@dirrm share/doc/phalanx -@dirrm share/phalanx >Release-Note: >Audit-Trail: >Unformatted: