From nobody@FreeBSD.org  Sat Mar 22 20:31:28 2008
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 2A5FE106566B
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 22 Mar 2008 20:31:28 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 22B088FC15
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 22 Mar 2008 20:31:28 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m2MKVLXn092454
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 22 Mar 2008 20:31:21 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.2/8.14.1/Submit) id m2MKVLsf092453;
	Sat, 22 Mar 2008 20:31:21 GMT
	(envelope-from nobody)
Message-Id: <200803222031.m2MKVLsf092453@www.freebsd.org>
Date: Sat, 22 Mar 2008 20:31:21 GMT
From: Chess Griffin <chess@chessgriffin.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] - games/glmaze - fix USE_GL; remove USE_X_PREFIX
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         121975
>Category:       ports
>Synopsis:       [patch] - games/glmaze - fix USE_GL; remove USE_X_PREFIX
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Mar 22 20:40:02 UTC 2008
>Closed-Date:    Tue Mar 25 23:02:46 UTC 2008
>Last-Modified:  Tue Mar 25 23:10:05 UTC 2008
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Sat Mar 22 22:35:11 UTC 2008 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=121975 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Tue Mar 25 23:02:45 UTC 2008 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=121975 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/121975: commit references a PR
Date: Tue, 25 Mar 2008 23:02:58 +0000 (UTC)

 miwi        2008-03-25 23:02:53 UTC
 
   FreeBSD ports repository
 
   Modified files:
     games/glmaze         Makefile 
   Log:
   - USE_GL
   - Remove USE_X_PREFIX
   
   PR:             121975
   Submitted by:   Chess Griffin <chess@chessgriffin.com>
   
   Revision  Changes    Path
   1.8       +2 -3      ports/games/glmaze/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
