ports/175885: [patch] graphics/mesa-demos: fix typo in makefile

Sayetsky Anton vsjcfm at gmail.com
Wed Feb 6 14:00:01 UTC 2013


>Number:         175885
>Category:       ports
>Synopsis:       [patch] graphics/mesa-demos: fix typo in makefile
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 06 14:00:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Sayetsky Anton
>Release:        FreeBSD 9.1-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD jw.local 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r244078: Mon Dec 10 14:48:18 EET 2012 root at jw.local:/usr/obj/media/dvlfiles/build/src/sys/JASONW amd64

>Description:
OPTIONS_DEFINE contains NVIDIA_GL, but there is no NVIDIA_GL_DESC.

>How-To-Repeat:

>Fix:
Patch attached with submission follows:

--- patch-Makefile.txt begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 311755)
+++ Makefile	(working copy)
@@ -30,7 +30,7 @@
 DATADIR=	${PREFIX}/share/${PKGNAMEPREFIX}${PORTNAME}
 
 OPTIONS_DEFINE=	NVIDIA_GL XCB
-NVIDIA_DESC=	Use NVIDIA's libraries
+NVIDIA_GL_DESC=	Use NVIDIA's libraries
 XCB_DESC=	Use XCB for GLX
 
 .include <bsd.port.options.mk>
--- patch-Makefile.txt ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-ports-bugs mailing list