ports/57329: [patch] mark games/tank as broken for 5.X

Mark Linimon linimon at lonesome.com
Sun Sep 28 22:05:43 UTC 2003


>Number:         57329
>Category:       ports
>Synopsis:       [patch] mark games/tank as broken for 5.X
>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:   Sun Sep 28 14:20:00 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Mark Linimon
>Release:        FreeBSD 4.9-PRERELEASE i386
>Organization:
Lonesome Dove Computing Services
>Environment:
System: FreeBSD lonesome.lonesome.com 4.9-PRERELEASE FreeBSD 4.9-PRERELEASE #0: Fri Sep 5 01:19:33 CDT 2003 linimon at lonesome.lonesome.com:/usr/src/sys/compile/MULTIMEDIA_DEBUG i386
>Description:
	Per bento logs, this port only seems to build on 4.X,
	probably due to the older gcc.  Note: this software
	kind of looks like abandonware.
>How-To-Repeat:
	(bento logs)
>Fix:
	The following also has a little other cleanup.

--- tank/Makefile.dist	Fri Feb 21 07:15:41 2003
+++ tank/Makefile	Sun Sep 28 16:03:40 2003
@@ -14,6 +14,12 @@
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	A 3-D network tank game that uses OpenGL/Mesa
 
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} > 500000
+BROKEN=		"does not seem to build on FreeBSD ${OSVERSION}"
+.endif
+
 BUILD_DEPENDS=	${X11BASE}/lib/libaux.a:${PORTSDIR}/graphics/libaux
 
 USE_MESA=	yes
@@ -27,4 +33,4 @@
 	${INSTALL_DATA} ${WRKSRC}/*.tga ${PREFIX}/share/tank
 	${INSTALL_DATA} ${WRKSRC}/*.au ${PREFIX}/share/tank
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
--- tank/pkg-descr.dist	Sat May 30 07:36:18 1998
+++ tank/pkg-descr	Sun Sep 28 16:04:55 2003
@@ -9,4 +9,4 @@
 This program was written as a final project for a computer graphics
 course, and was originally developed under Linux.
 
-[ This port is maintained by Donald Burr <dburr at FreeBSD.ORG>. ]
+WWW: http://step.polymtl.ca/~coyote/graphics-tank/
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list