From owner-freebsd-ports Mon Apr 1 22:40:11 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 17D2837B417 for ; Mon, 1 Apr 2002 22:40:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g326e1484235; Mon, 1 Apr 2002 22:40:01 -0800 (PST) (envelope-from gnats) Received: from anholt.dyndns.org (d184-101.uoregon.edu [128.223.184.101]) by hub.freebsd.org (Postfix) with ESMTP id 2172637B417 for ; Mon, 1 Apr 2002 22:39:57 -0800 (PST) Received: (from root@localhost) by anholt.dyndns.org (8.11.6/8.11.6) id g326dwv81294; Mon, 1 Apr 2002 22:39:58 -0800 (PST) (envelope-from anholt) Message-Id: <200204020639.g326dwv81294@anholt.dyndns.org> Date: Mon, 1 Apr 2002 22:39:58 -0800 (PST) From: Eric Anholt Reply-To: Eric Anholt To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/36645: Fix tuxracer compiling. 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: 36645 >Category: ports >Synopsis: Fix tuxracer compiling. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Apr 01 22:40:00 PST 2002 >Closed-Date: >Last-Modified: >Originator: Eric Anholt >Release: FreeBSD 4.5-STABLE i386 >Organization: >Environment: System: FreeBSD anholt.dyndns.org 4.5-STABLE FreeBSD 4.5-STABLE #0: Wed Feb 27 23:40:21 PST 2002 anholt@:/usr/src/stable/sys/compile/MYKERNEL i386 >Description: Fix compiling of tuxracer with new automake. Update email address. >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/games/tuxracer/Makefile,v retrieving revision 1.6 diff -u -r1.6 Makefile --- Makefile 30 Aug 2001 02:45:38 -0000 1.6 +++ Makefile 2 Apr 2002 06:37:17 -0000 @@ -14,17 +14,18 @@ DISTFILES= ${PORTNAME}-${PORTVERSION}.tar.gz \ ${PORTNAME}-data-${PORTVERSION}.tar.gz -MAINTAINER= anholt@teleport.com +MAINTAINER= eanholt@gladstone.uoregon.edu LIB_DEPENDS= SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer \ tcl83.1:${PORTSDIR}/lang/tcl83 USE_MESA= yes USE_GMAKE= yes -SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config -GNU_CONFIGURE= yes +SDL_CONFIG= ${LOCALBASE}/bin/sdl11-config +USE_AUTOMAKE= yes CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" \ THREAD_LIB="${PTHREAD_LIB}" +MAKE_ENV= ${CONFIGURE_ENV} CONFIGURE_ARGS= --with-tcl-inc="${LOCALBASE}/include/tcl8.3" \ --with-tcl-libs="${LOCALBASE}/lib" \ --with-gl-libs="${X11BASE}/lib" \ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message