Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Mar 2008 01:53:45 GMT
From:      Chess Griffin <chess@chessgriffin.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/121814: [patch] games/4stattack - remove USE_X_PREFIX
Message-ID:  <200803180153.m2I1rjZA041952@www.freebsd.org>
Resent-Message-ID: <200803180200.m2I208OX045778@freefall.freebsd.org>

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

>Number:         121814
>Category:       ports
>Synopsis:       [patch] games/4stattack - remove USE_X_PREFIX
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 18 02:00:08 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Chess Griffin
>Release:        7.0-RELEASE
>Organization:
>Environment:
FreeBSD bsdbob.localdomain 7.0-RELEASE FreeBSD 7.0-RELEASE #1: Mon Feb 25 19:09:06 EST 2008     chess@bsdbob.localdomain:/usr/obj/usr/src/sys/CHESS  i386
>Description:
attached patch was tested on my tinderbox with 6.x, 7.x, and 8-current and runs fine.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN 4stattack.orig/Makefile 4stattack/Makefile
--- 4stattack.orig/Makefile	2008-03-17 20:24:19.000000000 -0400
+++ 4stattack/Makefile	2008-03-17 21:52:51.000000000 -0400
@@ -7,7 +7,7 @@
 
 PORTNAME=	4stattack
 PORTVERSION=	2.1.4
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	games
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	forcedattack
@@ -19,7 +19,6 @@
 RUN_DEPENDS=	${PYTHON_SITELIBDIR}/pygame/__init__.py:${PORTSDIR}/devel/py-game
 
 USE_PYTHON=	yes
-USE_X_PREFIX=	yes
 NO_BUILD=	yes
 
 PYC=		PYTHON="${PYTHON_CMD}" ${SH} ${SCRIPTDIR}/py-compile


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



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