Date: Thu, 12 Jan 2006 15:09:26 +0000 (GMT) From: Sergey Matveychuk <sem@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/91710: bsd.port.mk: remove obsoleted USE_MEAS knob Message-ID: <20060112150926.E981F16A420@hub.freebsd.org> Resent-Message-ID: <200601121510.k0CFA5f9006646@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060112150926.E981F16A420>