From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 6 14:00:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 02081164 for ; Wed, 6 Feb 2013 14:00:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id C4B08B5E for ; Wed, 6 Feb 2013 14:00:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r16E00G3035206 for ; Wed, 6 Feb 2013 14:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r16E00eL035190; Wed, 6 Feb 2013 14:00:00 GMT (envelope-from gnats) Resent-Date: Wed, 6 Feb 2013 14:00:00 GMT Resent-Message-Id: <201302061400.r16E00eL035190@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sayetsky Anton Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 59182123 for ; Wed, 6 Feb 2013 13:56:21 +0000 (UTC) (envelope-from jason@jw.lds.net.ua) Received: from jw.lds.net.ua (jw.lds.net.ua [193.192.37.74]) by mx1.freebsd.org (Postfix) with ESMTP id C47ADB3B for ; Wed, 6 Feb 2013 13:56:20 +0000 (UTC) Received: from jw.lds.net.ua (localhost [127.0.0.1]) by jw.lds.net.ua (8.14.5/8.14.5) with ESMTP id r16DSAUV007283 for ; Wed, 6 Feb 2013 15:28:10 +0200 (EET) (envelope-from jason@jw.lds.net.ua) Received: (from jason@localhost) by jw.lds.net.ua (8.14.5/8.14.5/Submit) id r16DS5Ju007282; Wed, 6 Feb 2013 15:28:05 +0200 (EET) (envelope-from jason) Message-Id: <201302061328.r16DS5Ju007282@jw.lds.net.ua> Date: Wed, 6 Feb 2013 15:28:05 +0200 (EET) From: Sayetsky Anton To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/175885: [patch] graphics/mesa-demos: fix typo in makefile X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Sayetsky Anton List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Feb 2013 14:00:01 -0000 >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 --- patch-Makefile.txt ends here --- >Release-Note: >Audit-Trail: >Unformatted: