Skip site navigation (1)Skip section navigation (2)
Date:      Tue,  5 Jun 2007 11:11:56 -0500 (CDT)
From:      Erik Greenwald <erik@smluc.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        erik@math.missouristate.edu
Subject:   ports/113375: [Maintainer Update]  games/xroads  fix mastersites, remove ignore
Message-ID:  <20070605161156.966C2434001@sinistar.bluecows.com>
Resent-Message-ID: <200706051620.l55GK5Q2045236@freefall.freebsd.org>

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

>Number:         113375
>Category:       ports
>Synopsis:       [Maintainer Update]  games/xroads  fix mastersites, remove ignore
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jun 05 16:20:05 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Erik Greenwald
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD vidar.br0kenland.org 7.0-CURRENT FreeBSD 7.0-CURRENT #0: Sat Jan 13 11:46:43 EST 2007 root@vidar.br0kenland.org:/usr/obj/usr/src/sys/VIDAR i386


>Description:
Removed a now defunct MASTER_SITES entry.
Removed the amd64 issue, played the game to level 7 (when I lost) on
an opteron running 6.2 without crash.

>How-To-Repeat:
>Fix:

--- games_xroads.patch begins here ---
Index: games/xroads/Makefile
===================================================================
RCS file: /home/ncvs/ports/games/xroads/Makefile,v
retrieving revision 1.20
diff -u -r1.20 Makefile
--- games/xroads/Makefile	19 May 2007 20:08:13 -0000	1.20
+++ games/xroads/Makefile	5 Jun 2007 15:43:43 -0000
@@ -9,8 +9,7 @@
 PORTVERSION=	0.6
 PORTREVISION=	2
 CATEGORIES=	games
-MASTER_SITES=	http://math.missouristate.edu/~erik/files/fbsd/\
-		http://smluc.org/~erik/files/fbsd/
+MASTER_SITES=	http://math.missouristate.edu/~erik/files/fbsd/
 DISTNAME=	${PORTNAME}-v${PORTVERSION}
 
 MAINTAINER=	erik@smluc.org
@@ -20,10 +19,6 @@
 
 .include <bsd.port.pre.mk>
 
-.if ${ARCH} == "amd64"
-IGNORE=		crashes after a short time
-.endif
-
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/xroads ${PREFIX}/bin
 	@${MKDIR} ${PREFIX}/share/xroads
--- games_xroads.patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



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