Date: Tue, 18 Mar 2008 00:08:59 GMT From: Chess Griffin <chess@chessgriffin.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/121811: [patch] games/3dpong - remove USE_X_PREFIX Message-ID: <200803180008.m2I08xPr049741@www.freebsd.org> Resent-Message-ID: <200803180020.m2I0K1KA037675@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200803180008.m2I08xPr049741>