From owner-freebsd-bugs@FreeBSD.ORG Sat Mar 22 19:50:05 2008 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1ABCE106564A for ; Sat, 22 Mar 2008 19:50:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 004D48FC19 for ; Sat, 22 Mar 2008 19:50:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m2MJo4DO044442 for ; Sat, 22 Mar 2008 19:50:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m2MJo4ox044441; Sat, 22 Mar 2008 19:50:04 GMT (envelope-from gnats) Resent-Date: Sat, 22 Mar 2008 19:50:04 GMT Resent-Message-Id: <200803221950.m2MJo4ox044441@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Chess Griffin Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C1AF51065670 for ; Sat, 22 Mar 2008 19:48:54 +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 B9FB38FC1B for ; Sat, 22 Mar 2008 19:48:54 +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 m2MJmmXS087593 for ; Sat, 22 Mar 2008 19:48:48 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m2MJmmfj087592; Sat, 22 Mar 2008 19:48:48 GMT (envelope-from nobody) Message-Id: <200803221948.m2MJmmfj087592@www.freebsd.org> Date: Sat, 22 Mar 2008 19:48:48 GMT From: Chess Griffin To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: misc/121971: [patch] - games/briquolo - remove USE_XLIB; also fix USE_GL X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Mar 2008 19:50:05 -0000 >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: