Date: Thu, 29 Apr 2010 07:10:38 GMT From: Chris Petrik <chris@officialunix.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/146139: [PATCH] graphics/mesa-demos add option for nvidia support Message-ID: <201004290710.o3T7AcBM091453@www.freebsd.org> Resent-Message-ID: <201004290720.o3T7K1mo043401@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 146139 >Category: ports >Synopsis: [PATCH] graphics/mesa-demos add option for nvidia support >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 Apr 29 07:20:01 UTC 2010 >Closed-Date: >Last-Modified: >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: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201004290710.o3T7AcBM091453>