ports/121972: [patch] - games/briquolo - remove USE_X_PREFIX; also fix USE_GL

Chess Griffin chess at chessgriffin.com
Sat Mar 22 20:00:09 UTC 2008


>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 at 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:



More information about the freebsd-ports-bugs mailing list