ports/91710: bsd.port.mk: remove obsoleted USE_MEAS knob

Sergey Matveychuk sem at FreeBSD.org
Thu Jan 12 15:10:07 UTC 2006


>Number:         91710
>Category:       ports
>Synopsis:       bsd.port.mk: remove obsoleted USE_MEAS knob
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 12 15:10:05 GMT 2006
>Closed-Date:
>Last-Modified:
>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 at 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:
>Unformatted:



More information about the freebsd-ports-bugs mailing list