Date: Sat, 22 Mar 2008 20:31:21 GMT From: Chess Griffin <chess@chessgriffin.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/121975: [patch] - games/glmaze - fix USE_GL; remove USE_X_PREFIX Message-ID: <200803222031.m2MKVLsf092453@www.freebsd.org> Resent-Message-ID: <200803222040.m2MKe2wN048977@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 121975 >Category: ports >Synopsis: [patch] - games/glmaze - fix USE_GL; 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: Sat Mar 22 20:40:02 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 local 6.x, 7.x, and 8-current tinderbox. Patch bumps portrevision, changes USE_GL=yes to USE_GL=gl and also removes USE_X_PREFIX. Tested and runs fine. >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN glmaze.orig/Makefile glmaze/Makefile --- glmaze.orig/Makefile 2008-03-19 18:50:09.000000000 -0400 +++ glmaze/Makefile 2008-03-19 18:50:27.000000000 -0400 @@ -6,7 +6,7 @@ PORTNAME= glmaze PORTVERSION= 1.1a -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -14,10 +14,9 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Multiplayer OpenGL Maze Game -USE_GL= yes +USE_GL= gl USE_SDL= mixer sdl WRKSRC= ${WRKDIR}/${PORTNAME} -USE_X_PREFIX= yes MAN1= glmaze.1 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200803222031.m2MKVLsf092453>