Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Apr 2002 22:39:58 -0800 (PST)
From:      Eric Anholt <eanholt@gladstone.uoregon.edu>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/36645: Fix tuxracer compiling.
Message-ID:  <200204020639.g326dwv81294@anholt.dyndns.org>

next in thread | raw e-mail | index | archive | help

>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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204020639.g326dwv81294>