From nobody@FreeBSD.org  Thu Apr 29 07:10:38 2010
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 8EC1D1065674
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 29 Apr 2010 07:10:38 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 7DD268FC14
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 29 Apr 2010 07:10:38 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o3T7Actd091454
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 29 Apr 2010 07:10:38 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id o3T7AcBM091453;
	Thu, 29 Apr 2010 07:10:38 GMT
	(envelope-from nobody)
Message-Id: <201004290710.o3T7AcBM091453@www.freebsd.org>
Date: Thu, 29 Apr 2010 07:10:38 GMT
From: Chris Petrik <chris@officialunix.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [PATCH] graphics/mesa-demos add option for nvidia support
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         146139
>Category:       ports
>Synopsis:       [PATCH] graphics/mesa-demos add option for nvidia support
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    rene
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 29 07:20:01 UTC 2010
>Closed-Date:    Fri Apr 30 07:24:04 UTC 2010
>Last-Modified:  Fri Apr 30 07:30:01 UTC 2010
>Originator:     Chris Petrik
>Release:        FreeBSD-8-STABLE
>Organization:
Officialunix
>Environment:
FreeBSD-8
>Description:
Support for nvidia is not easy to figure out, without reading the Makefile which most users don't do. This small patch adds an option for such support.

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: mesa-demos/Makefile
===================================================================
RCS file: /usr/local/freebsdcvs/ports/graphics/mesa-demos/Makefile,v
retrieving revision 1.28
diff -u -r1.28 Makefile
--- mesa-demos/Makefile	12 Mar 2010 08:24:17 -0000	1.28
+++ mesa-demos/Makefile	29 Apr 2010 07:03:18 -0000
@@ -18,6 +18,8 @@
 
 DATADIR=	${PREFIX}/share/${PKGNAMEPREFIX}${PORTNAME}
 
+OPTIONS=	NVIDIA_GL "Use Nvidia's libs" off
+
 do-install:
 	@for i in demos xdemos; do \
 		cd ${WRKSRC}/progs/$$i; \


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->rene 
Responsible-Changed-By: rene 
Responsible-Changed-When: Thu Apr 29 19:53:00 UTC 2010 
Responsible-Changed-Why:  
Grab 

http://www.freebsd.org/cgi/query-pr.cgi?pr=146139 
State-Changed-From-To: open->closed 
State-Changed-By: rene 
State-Changed-When: Fri Apr 30 07:23:45 UTC 2010 
State-Changed-Why:  
Committed, thanks 

http://www.freebsd.org/cgi/query-pr.cgi?pr=146139 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/146139: commit references a PR
Date: Fri, 30 Apr 2010 07:24:16 +0000 (UTC)

 rene        2010-04-30 07:23:32 UTC
 
   FreeBSD ports repository
 
   Modified files:
     graphics/mesa-demos  Makefile 
   Log:
   Make NVIDIA support selectable with an option [1].
   While here, pet portlint.
   
   PR:             ports/146139 [1]
   Submitted by:   Chris Petrik [chris officialunix.com]
   Approved by:    tabthorpe (mentor)
   
   Revision  Changes    Path
   1.29      +5 -3      ports/graphics/mesa-demos/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
