From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 6 07:40:38 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 BB58337B404 for ; Tue, 6 May 2003 07:40:38 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C91B43FEC for ; Tue, 6 May 2003 07:40:17 -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 h46EeGUp011930 for ; Tue, 6 May 2003 07:40:16 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h46EeGgM011929; Tue, 6 May 2003 07:40:16 -0700 (PDT) Resent-Date: Tue, 6 May 2003 07:40:16 -0700 (PDT) Resent-Message-Id: <200305061440.h46EeGgM011929@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 A472337B401 for ; Tue, 6 May 2003 07:35:24 -0700 (PDT) Received: from hfep03.dion.ne.jp (hfep03.dion.ne.jp [203.181.105.69]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA6E843F85 for ; Tue, 6 May 2003 07:35:23 -0700 (PDT) (envelope-from tkato@prontomail.com) Received: from localhost ([218.222.67.174]) by hfep03.dion.ne.jp with SMTP id <20030506143521362.QIGN@hfep03.dion.ne.jp> for ; Tue, 6 May 2003 23:35:21 +0900 Message-Id: <20030506233113.22ad0a52.tkato@prontomail.com> Date: Tue, 6 May 2003 23:31:13 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/51858: 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: Tue, 06 May 2003 14:40:39 -0000 >Number: 51858 >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: Tue May 06 07:40:16 PDT 2003 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.8-RELEASE i386 >Organization: >Environment: >Description: - Utilize USE_GETOPT_LONG Remove file: files/patch-aa >How-To-Repeat: >Fix: diff -urN /usr/ports/games/phalanx/Makefile games/phalanx/Makefile --- /usr/ports/games/phalanx/Makefile Sat Apr 12 22:47:15 2003 +++ games/phalanx/Makefile Sat May 3 21:55:32 2003 @@ -14,10 +14,11 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Xboard-compatible chess playing program -LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt - WRKSRC= ${WRKDIR}/Phalanx-XXII + +USE_GETOPT_LONG= yes USE_GMAKE= yes +MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} ${CPPFLAGS}" LDFLAGS="${LDFLAGS}" ALL_TARGET= # empty MAKEFILE= makefile diff -urN /usr/ports/games/phalanx/files/patch-aa games/phalanx/files/patch-aa --- /usr/ports/games/phalanx/files/patch-aa Sun Apr 2 09:58:58 2000 +++ games/phalanx/files/patch-aa Thu Jan 1 09:00:00 1970 @@ -1,23 +0,0 @@ ---- makefile.orig Mon Jan 17 06:30:49 2000 -+++ makefile Thu Mar 30 01:42:40 2000 -@@ -1,9 +1,9 @@ - --CC = gcc -+CC ?= gcc - - ####### choose the line that makes the binary faster on your machine - # CFLAGS = -O3 -Wall -fomit-frame-pointer -funroll-loops --CFLAGS = -O -Wall -fomit-frame-pointer -+CFLAGS += -I${LOCALBASE}/include - - ####### debug/tuning options for developers - # CFLAGS = -O -Wall -g3 -static -@@ -21,7 +21,7 @@ - ### -DQCAPSONLY - - DEFINES = -DGNUFUN --LDFLAGS = -+LDFLAGS = -L${LOCALBASE}/lib -lgnugetopt - - OBJ = .o/phalanx.o .o/bcreate.o .o/search.o .o/io.o .o/data.o \ - .o/evaluate.o .o/genmoves.o .o/moving.o .o/hash.o .o/static.o \ >Release-Note: >Audit-Trail: >Unformatted: