From nobody@FreeBSD.org  Sat Mar 22 11:33:34 2008
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id DD9BB106566B
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 22 Mar 2008 11:33:34 +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 D063F8FC1D
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 22 Mar 2008 11:33:34 +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 m2MBXTIr074488
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 22 Mar 2008 11:33:29 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.2/8.14.1/Submit) id m2MBXTHU074487;
	Sat, 22 Mar 2008 11:33:29 GMT
	(envelope-from nobody)
Message-Id: <200803221133.m2MBXTHU074487@www.freebsd.org>
Date: Sat, 22 Mar 2008 11:33:29 GMT
From: Max Brazhnikov <makc@issp.ac.ru>
To: freebsd-gnats-submit@FreeBSD.org
Subject: remove USE_XLIB from my ports
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         121959
>Category:       ports
>Synopsis:       remove USE_XLIB from my ports
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Mar 22 11:40:01 UTC 2008
>Closed-Date:    Thu Apr 03 12:02:57 UTC 2008
>Last-Modified:  Thu Apr 03 12:02:57 UTC 2008
>Originator:     Max Brazhnikov
>Release:        FreeBSD 7.0-STABLE i386
>Organization:
>Environment:
FreeBSD luna.dio.ru 7.0-STABLE FreeBSD 7.0-STABLE #0: Mon Mar 10 22:27:40 MSK 2008     root@luna.dio.ru:/usr/obj/usr/src/sys/LUNA  i386
>Description:
remove unneeded USE_XLIB from games/hexxagon and games/trigger
>How-To-Repeat:

>Fix:
diff -ruN --exclude=CVS /usr/ports/games/hexxagon/Makefile /home/makc/porting/ports/games/hexxagon/Makefile
--- /usr/ports/games/hexxagon/Makefile	2007-05-20 00:06:27.000000000 +0400
+++ /home/makc/porting/ports/games/hexxagon/Makefile	2008-03-22 10:11:18.000000000 +0300
@@ -7,7 +7,7 @@
 
 PORTNAME=	hexxagon
 PORTVERSION=	1.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	games
 MASTER_SITES=	http://www.nesqi.se/hexxagon/hexxagon/download/
 
@@ -18,7 +18,6 @@
 
 USE_BZIP2=	yes
 USE_GMAKE=	yes
-USE_XLIB=	yes
 GNU_CONFIGURE=	yes
 
 DESKTOP_ENTRIES="Hexxagon" "Strategy Game" "" \

diff -ruN --exclude=CVS /usr/ports/games/trigger/Makefile /home/makc/porting/ports/games/trigger/Makefile
--- /usr/ports/games/trigger/Makefile	2008-03-13 17:28:09.000000000 +0300
+++ /home/makc/porting/ports/games/trigger/Makefile	2008-03-22 11:07:08.000000000 +0300
@@ -7,7 +7,7 @@
 
 PORTNAME=	trigger
 PORTVERSION=	0.5.2.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	games
 MASTER_SITES=	SF
 MASTER_SITE_SUBDIR=${PORTNAME}-rally
@@ -22,9 +22,8 @@
 		physfs:${PORTSDIR}/devel/physfs \
 		alut.1:${PORTSDIR}/audio/freealut
 
-USE_XLIB=	yes
 USE_SDL=	sdl image
-USE_GL=		yes
+USE_GL=		glu
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Sat Mar 22 14:04:12 UTC 2008 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=121959 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Thu Apr 3 12:02:56 UTC 2008 
State-Changed-Why:  
already done in the xorg cleanup patch. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=121959 
>Unformatted:
