From owner-freebsd-ports Tue Jan 22 11:20:13 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F372737B417 for ; Tue, 22 Jan 2002 11:20:00 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0MJK0a75546; Tue, 22 Jan 2002 11:20:00 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5B8C537B41A for ; Tue, 22 Jan 2002 11:14:47 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0MJElx74719; Tue, 22 Jan 2002 11:14:47 -0800 (PST) (envelope-from nobody) Message-Id: <200201221914.g0MJElx74719@freefall.freebsd.org> Date: Tue, 22 Jan 2002 11:14:47 -0800 (PST) From: Kyle Martin To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/34179: [PATCH] this fixes the config issue in games/xracer Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 34179 >Category: ports >Synopsis: [PATCH] this fixes the config issue in games/xracer >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jan 22 11:20:00 PST 2002 >Closed-Date: >Last-Modified: >Originator: Kyle Martin >Release: 4.5-RC >Organization: Penguin Hunting Expeditions Inc. >Environment: FreeBSD marvin.idsi.net 4.5-RC FreeBSD 4.5-RC #3: Sat Jan 19 01:49:35 CST 2002 mkm@marvin.idsi.net:/usr/src/sys/compile/MARVIN i386 >Description: this patch fixes the build error found on bento >How-To-Repeat: cd /usr/ports/games/xrace && make >Fix: *** Makefile.old Tue Jan 22 13:09:58 2002 --- Makefile Tue Jan 22 13:09:25 2002 *************** *** 23,28 **** --- 23,31 ---- LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib" CONFIGURE_ARGS= --disable-esd + post-configure: + @${PERL} -pi -e 's@autoheader@autoheader213@g' ${WRKSRC}/Makefile + post-install: @${ECHO} "===> Installing Tracks and Sound" @${MKDIR} ${PREFIX}/share/xracer >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message