ports/121811: [patch] games/3dpong - remove USE_X_PREFIX

Chess Griffin chess at chessgriffin.com
Tue Mar 18 00:20:07 UTC 2008


>Number:         121811
>Category:       ports
>Synopsis:       [patch] games/3dpong - 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:   Tue Mar 18 00:20:01 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 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 at 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:
>Unformatted:



More information about the freebsd-ports-bugs mailing list