Date: Sat, 22 Mar 2008 19:48:48 GMT From: Chess Griffin <chess@chessgriffin.com> To: freebsd-gnats-submit@FreeBSD.org Subject: misc/121971: [patch] - games/briquolo - remove USE_XLIB; also fix USE_GL Message-ID: <200803221948.m2MJmmfj087592@www.freebsd.org> Resent-Message-ID: <200803221950.m2MJo4ox044441@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 121971 >Category: misc >Synopsis: [patch] - games/briquolo - remove USE_XLIB; also fix USE_GL >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Mar 22 19:50:04 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, removes USE_XLIB and replaces it with USE_XORG, and also changes USE_GL=yes to USE_GL=gl. Tested on my tinderbox with 6.X, 7.X, and 8-Current. >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN briquolo.orig/Makefile briquolo/Makefile --- briquolo.orig/Makefile 2008-03-19 16:43:22.000000000 -0400 +++ briquolo/Makefile 2008-03-19 16:44:05.000000000 -0400 @@ -7,7 +7,7 @@ PORTNAME= briquolo PORTVERSION= 0.5.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= http://briquolo.free.fr/download/ @@ -18,11 +18,11 @@ USE_BZIP2= yes USE_ICONV= yes -USE_GL= yes +USE_GL= gl USE_SDL= mixer sdl ttf USE_GCC= 3.4+ USE_GMAKE= yes -USE_XLIB= yes +USE_XORG= x11 GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200803221948.m2MJmmfj087592>