From nobody@FreeBSD.org  Tue Mar 18 00:12:29 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 4541A106566C
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 18 Mar 2008 00:12:29 +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 24E178FC18
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 18 Mar 2008 00:12:29 +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 m2I091Oh049752
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 18 Mar 2008 00:09:01 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.2/8.14.1/Submit) id m2I08xPr049741;
	Tue, 18 Mar 2008 00:08:59 GMT
	(envelope-from nobody)
Message-Id: <200803180008.m2I08xPr049741@www.freebsd.org>
Date: Tue, 18 Mar 2008 00:08:59 GMT
From: Chess Griffin <chess@chessgriffin.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] games/3dpong - remove USE_X_PREFIX
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         121811
>Category:       ports
>Synopsis:       [patch] games/3dpong - remove USE_X_PREFIX
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    beech
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 18 00:20:01 UTC 2008
>Closed-Date:    Tue Mar 18 01:35:13 UTC 2008
>Last-Modified:  Tue Mar 18 01:40:01 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 bumps portrevision and fixes USE_X_PREFIX.  Built on tinderbox with 6-STABLE, 7-STABLE, and 8-CURRENT.  Tested game and it runs.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN 3dpong.orig/Makefile 3dpong/Makefile
--- 3dpong.orig/Makefile	2008-03-17 11:37:37.000000000 -0400
+++ 3dpong/Makefile	2008-03-17 17:34:52.000000000 -0400
@@ -7,14 +7,14 @@
 
 PORTNAME=	3dpong
 PORTVERSION=	0.5
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	games
 MASTER_SITES=	ftp://ftp.billsgames.com/unix/x/3dpong/src/
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	X Window 3D Pong game for 1 or 2 players with a ball and paddles
 
-USE_X_PREFIX=	yes
+USE_XORG=	x11
 USE_GMAKE=	yes
 MAKE_ARGS=	CC="${CC}" CFLAGS="${CFLAGS} -I${X11BASE}/include" \
 		XLIB="-L${X11BASE}/lib -lX11"


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->beech 
Responsible-Changed-By: beech 
Responsible-Changed-When: Tue Mar 18 01:19:43 UTC 2008 
Responsible-Changed-Why:  
I'll take it 

http://www.freebsd.org/cgi/query-pr.cgi?pr=121811 
State-Changed-From-To: open->closed 
State-Changed-By: beech 
State-Changed-When: Tue Mar 18 01:34:46 UTC 2008 
State-Changed-Why:  
Committed, Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/121811: commit references a PR
Date: Tue, 18 Mar 2008 01:34:31 +0000 (UTC)

 beech       2008-03-18 01:34:26 UTC
 
   FreeBSD ports repository
 
   Modified files:
     games/3dpong         Makefile 
   Log:
   - Remove USE_X_PREFIX
   - Bump portrevision
   
   PR:             ports/121811
   Submitted by:   Chess Griffin <chess@chessgriffin.com>
   
   Revision  Changes    Path
   1.19      +2 -2      ports/games/3dpong/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:
