From sem@FreeBSD.ORG  Thu Jan 12 15:09:26 2006
Return-Path: <sem@FreeBSD.ORG>
Received: by hub.freebsd.org (Postfix, from userid 1024)
	id E981F16A420; Thu, 12 Jan 2006 15:09:26 +0000 (GMT)
Message-Id: <20060112150926.E981F16A420@hub.freebsd.org>
Date: Thu, 12 Jan 2006 15:09:26 +0000 (GMT)
From: Sergey Matveychuk <sem@FreeBSD.org>
Reply-To: Sergey Matveychuk <sem@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: bsd.port.mk: remove obsoleted USE_MEAS knob
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         91710
>Category:       ports
>Synopsis:       bsd.port.mk: remove obsoleted USE_MESA knob
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    portmgr
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 12 15:10:05 GMT 2006
>Closed-Date:    Sat Jan 28 02:15:16 GMT 2006
>Last-Modified:  Sat Jan 28 02:15:16 GMT 2006
>Originator:     Sergey Matveychuk
>Release:        FreeBSD 4.11-STABLE i386
>Organization:
>Environment:
System: FreeBSD hub.freebsd.org 4.11-STABLE FreeBSD 4.11-STABLE #9: Sat Feb 26 05:23:27 GMT 2005 kensmith@hub.freebsd.org:/g/src/sys/compile/HUB i386


	
>Description:
	
	USE_MESA knob marked as deprecated for two years.
	Now, after libglut update (20060112) no ports use it.
	So, remove it.
>How-To-Repeat:
	
>Fix:

	

--- bsd.port.mk.diff begins here ---
Index: bsd.port.mk
===================================================================
RCS file: /home/pcvs/ports/Mk/bsd.port.mk,v
retrieving revision 1.518
diff -u -r1.518 bsd.port.mk
--- bsd.port.mk	8 Nov 2005 09:02:51 -0000	1.518
+++ bsd.port.mk	12 Jan 2006 14:44:20 -0000
@@ -346,7 +346,6 @@
 # USE_FREETYPE	- If set, this port uses the freetype print libraries.
 # USE_GL		- If set, this port uses libGL (not needed with XFree86 4.x
 #				  which already includes this functionality).
-# USE_MESA		- If set, this port uses libGL/libglut (deprecated).
 # USE_MOTIF		- If set, this port uses a Motif toolkit.  Implies USE_XPM.
 # NO_OPENMOTIF	- If set, this port uses a custom Motif toolkit
 #				  instead of Openmotif.
@@ -1680,10 +1679,6 @@
 
 PLIST_SUB+=			XAWVER=${XAWVER}
 
-.if defined(USE_MESA)
-LIB_DEPENDS+=			glut.3:${PORTSDIR}/graphics/libglut
-.endif
-
 .if defined(USE_BISON)
 BUILD_DEPENDS+=	bison:${PORTSDIR}/devel/bison
 .endif
--- bsd.port.mk.diff ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->portmgr 
Responsible-Changed-By: sem 
Responsible-Changed-When: Thu Jan 12 15:10:45 UTC 2006 
Responsible-Changed-Why:  
Over to portmgr 

http://www.freebsd.org/cgi/query-pr.cgi?pr=91710 
State-Changed-From-To: open->analyzed 
State-Changed-By: linimon 
State-Changed-When: Sat Jan 21 20:03:05 UTC 2006 
State-Changed-Why:  
Accepted for a test build on the cluster. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=91710 
State-Changed-From-To: analyzed->closed 
State-Changed-By: linimon 
State-Changed-When: Sat Jan 28 02:15:09 UTC 2006 
State-Changed-Why:  
Committed, thanks. 

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