From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 6 07:40:24 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 BCCD837B401 for ; Tue, 6 May 2003 07:40:24 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECB6A43FAF for ; Tue, 6 May 2003 07:40:14 -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 h46EeEUp011849 for ; Tue, 6 May 2003 07:40:14 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h46EeEo7011848; Tue, 6 May 2003 07:40:14 -0700 (PDT) Resent-Date: Tue, 6 May 2003 07:40:14 -0700 (PDT) Resent-Message-Id: <200305061440.h46EeEo7011848@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 3F9DA37B401 for ; Tue, 6 May 2003 07:32:39 -0700 (PDT) Received: from hfep05.dion.ne.jp (hfep05.dion.ne.jp [203.181.105.71]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8609D43F85 for ; Tue, 6 May 2003 07:32:38 -0700 (PDT) (envelope-from tkato@prontomail.com) Received: from localhost ([218.222.67.174]) by hfep05.dion.ne.jp with SMTP id <20030506143234732.SBYW@hfep05.dion.ne.jp> for ; Tue, 6 May 2003 23:32:34 +0900 Message-Id: <20030506233020.34a7f154.tkato@prontomail.com> Date: Tue, 6 May 2003 23:30:20 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/51852: Update port: games/afternoonstalker 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:25 -0000 >Number: 51852 >Category: ports >Synopsis: Update port: games/afternoonstalker >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:14 PDT 2003 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.8-RELEASE i386 >Organization: >Environment: >Description: - Utilize USE_GETOPT_LONG >How-To-Repeat: >Fix: diff -urN /usr/ports/games/afternoonstalker/Makefile games/afternoonstalker/Makefile --- /usr/ports/games/afternoonstalker/Makefile Sat Feb 15 23:03:35 2003 +++ games/afternoonstalker/Makefile Sat May 3 21:35:55 2003 @@ -14,15 +14,18 @@ COMMENT= A clone of the 1981 Night Stalker video game LIB_DEPENDS= gengameng.4:${PORTSDIR}/devel/gengameng \ - SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer \ - gnugetopt.1:${PORTSDIR}/devel/libgnugetopt + SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer +USE_GETOPT_LONG= yes USE_REINPLACE= yes GNU_CONFIGURE= yes -CONFIGURE_ENV+= CXX="${CXX} -I${LOCALBASE}/include" \ - LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib -lgnugetopt" -CONFIGURE_TARGET= # none +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" + MAN6= afternoonstalker.6 + +CPPFLAGS= -I${LOCALBASE}/include +LDFLAGS= -L${LOCALBASE}/lib post-patch: ${REINPLACE_CMD} "s@SDL/@SDL11/@g" ${WRKSRC}/configure \ >Release-Note: >Audit-Trail: >Unformatted: