Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Mar 2008 19:55:37 GMT
From:      Chess Griffin <chess@chessgriffin.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/121972: [patch] - games/briquolo - remove USE_X_PREFIX; also fix USE_GL
Message-ID:  <200803221955.m2MJtbsf088231@www.freebsd.org>
Resent-Message-ID: <200803222000.m2MK0953044874@freefall.freebsd.org>

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

>Number:         121972
>Category:       ports
>Synopsis:       [patch] - games/briquolo - remove USE_X_PREFIX; also fix USE_GL
>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:   Sat Mar 22 20:00:09 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 testing on tinderbox with 6.x, 7.x, and 8-current.  Removes USE_X_PREFIX and changes USE_GL=yes to USE_GL=gl
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN ensemblist.orig/Makefile ensemblist/Makefile
--- ensemblist.orig/Makefile	2008-03-19 18:13:08.000000000 -0400
+++ ensemblist/Makefile	2008-03-19 18:13:35.000000000 -0400
@@ -7,7 +7,7 @@
 
 PORTNAME=	ensemblist
 PORTVERSION=	040126
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	games
 MASTER_SITES=	${MASTER_SITE_SAVANNAH}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -20,8 +20,7 @@
 		png.5:${PORTSDIR}/graphics/png
 
 USE_GMAKE=	yes
-USE_GL=		yes
-USE_X_PREFIX=	yes
+USE_GL=		gl
 MAKE_ARGS=	CC="${CC}" DATADIR="${DATADIR}"
 
 PLIST=		${WRKDIR}/pkg-plist


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



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