Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Feb 2013 15:28:05 +0200 (EET)
From:      Sayetsky Anton <vsjcfm@gmail.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/175885: [patch] graphics/mesa-demos: fix typo in makefile
Message-ID:  <201302061328.r16DS5Ju007282@jw.lds.net.ua>
Resent-Message-ID: <201302061400.r16E00eL035190@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302061328.r16DS5Ju007282>