Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Jul 2004 00:08:29 -0600
From:      Travis Poppe <tlp@LiquidX.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/69787: [MAINTAINER UPDATE]: games/stratagus broken on 4.X
Message-ID:  <20040730000829.1ddf76f9@maya.liquidx.org>
Resent-Message-ID: <200407300610.i6U6ANIm090734@freefall.freebsd.org>

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

>Number:         69787
>Category:       ports
>Synopsis:       [MAINTAINER UPDATE] games/stratagus broken on 4.x
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 30 06:10:23 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Travis Poppe
>Release:        
>Organization:
>Environment:
>Description:
games/stratagus does not function properly on 4.X

It will compile fine but the actual game doesn't really ever start. I
have no time to debug this, so we must mark it as broken on 4.X

I don't know if I did this properly, but portlint doesn't complain.
Please verify my update.

I also wasn't sure if the PORTREVISION should be bumped, since we didn't
really change any package content. I left it as is.
>How-To-Repeat:
>Fix:
--- Makefile.orig	Fri Jul 30 00:02:22 2004
+++ Makefile	Fri Jul 30 00:06:00 2004
@@ -45,6 +45,12 @@
 
 PLIST_FILES=	bin/stratagus
 
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN=         "Does not run properly on FreeBSD 4.x"
+.endif
+
 pre-everything::
 	@${ECHO_MSG} ""
 	@${ECHO_MSG} "Stratagus has the following tunable option(s):"
>Release-Note:
>Audit-Trail:
>Unformatted:



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