misc/121971: [patch] - games/briquolo - remove USE_XLIB;
also fix USE_GL
Chess Griffin
chess at chessgriffin.com
Sat Mar 22 19:50:05 UTC 2008
>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 at 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:
More information about the freebsd-bugs
mailing list