Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 May 2002 23:45:20 -0700 (PDT)
From:      Eric Anholt <eanholt@gladstone.uoregon.edu>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/38446: Unbreak tuxracer
Message-ID:  <200205230645.g4N6jKV4000936@anholt.dyndns.org>

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

>Number:         38446
>Category:       ports
>Synopsis:       Unbreak tuxracer
>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:   Thu May 23 00:00:15 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Eric Anholt
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD anholt.dyndns.org 5.0-CURRENT FreeBSD 5.0-CURRENT #1: Mon May 20 13:43:36 PDT 2002 anholt@anholt.dyndns.org:/usr/src/current/sys/i386/compile/MYKERNEL i386


	
>Description:
	automake problems with tuxracer can be fixed by removing
	distributed 'missing' file and letting automake re-add it.
	
	(I think my other send-pr of this didn't work, trying it differently).
>How-To-Repeat:
	
>Fix:

	cd ports/games/tuxracer and patch

--- tuxracer.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/games/tuxracer/Makefile,v
retrieving revision 1.8
diff -u -r1.8 Makefile
--- Makefile	17 May 2002 09:44:03 -0000	1.8
+++ Makefile	23 May 2002 05:16:28 -0000
@@ -16,8 +16,6 @@
 
 MAINTAINER=	eanholt@gladstone.uoregon.edu
 
-BROKEN=		"Does not build"
-
 LIB_DEPENDS=	SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer \
 		tcl83.1:${PORTSDIR}/lang/tcl83
 
@@ -25,6 +23,7 @@
 USE_GMAKE=	yes
 SDL_CONFIG=	${LOCALBASE}/bin/sdl11-config
 USE_AUTOMAKE=	yes
+AUTOMAKE_ARGS=	-a
 CONFIGURE_ENV=	SDL_CONFIG="${SDL_CONFIG}" \
 		THREAD_LIB="${PTHREAD_LIB}"
 MAKE_ENV=	${CONFIGURE_ENV}
@@ -36,6 +35,9 @@
 
 WORKDATA=	${WRKDIR}/${PORTNAME}-data-${PORTVERSION}
 COURSEDIRS=	1 2 3 4 5 6 7 8 9 10 11
+
+post-extract:
+	${RM} ${WRKSRC}/missing
 
 post-install:
 	${MKDIR} ${DATADIR}
--- tuxracer.diff ends here ---


>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?200205230645.g4N6jKV4000936>