Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Feb 2013 18:50:02 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-x11@FreeBSD.org
Subject:   Re: ports/175885: commit references a PR
Message-ID:  <201302061850.r16Io2fs088498@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/175885; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/175885: commit references a PR
Date: Wed,  6 Feb 2013 18:45:18 +0000 (UTC)

 Author: zeising
 Date: Wed Feb  6 18:45:10 2013
 New Revision: 311789
 URL: http://svnweb.freebsd.org/changeset/ports/311789
 
 Log:
   Fix NVIDIA_GL option description and rename option to NVIDIA.
   
   PR:		ports/175885
   Submitted by:	Sayetsky Anton <vsjcfm@gmail.com>
 
 Modified:
   head/graphics/mesa-demos/Makefile
 
 Modified: head/graphics/mesa-demos/Makefile
 ==============================================================================
 --- head/graphics/mesa-demos/Makefile	Wed Feb  6 18:32:58 2013	(r311788)
 +++ head/graphics/mesa-demos/Makefile	Wed Feb  6 18:45:10 2013	(r311789)
 @@ -29,8 +29,8 @@ WRKSRC=		${WRKDIR}/Mesa-${PORTVERSION}/
  
  DATADIR=	${PREFIX}/share/${PKGNAMEPREFIX}${PORTNAME}
  
 -OPTIONS_DEFINE=	NVIDIA_GL XCB
 -NVIDIA_DESC=	Use NVIDIA's libraries
 +OPTIONS_DEFINE=	NVIDIA XCB
 +NVIDIA_DESC=	Use NVIDIA's OpenGL libraries
  XCB_DESC=	Use XCB for GLX
  
  .include <bsd.port.options.mk>
 @@ -77,7 +77,7 @@ do-install:
  
  .include <bsd.port.pre.mk>
  
 -.if ${PORT_OPTIONS:MNVIDIA_GL}
 +.if ${PORT_OPTIONS:MNVIDIA}
  CFLAGS+=	-DWITH_NVIDIA_GL=1
  .endif
  
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 



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