svn commit: r384246 - head/graphics/mesa-demos

Jung-uk Kim jkim at FreeBSD.org
Sat Apr 18 18:35:35 UTC 2015


Author: jkim
Date: Sat Apr 18 18:35:34 2015
New Revision: 384246
URL: https://svnweb.freebsd.org/changeset/ports/384246

Log:
  Revert the previous commit.  Note EGL was disabled because it does not build
  when libEGL.so from NVIDIA is installed.

Modified:
  head/graphics/mesa-demos/Makefile

Modified: head/graphics/mesa-demos/Makefile
==============================================================================
--- head/graphics/mesa-demos/Makefile	Sat Apr 18 18:28:14 2015	(r384245)
+++ head/graphics/mesa-demos/Makefile	Sat Apr 18 18:35:34 2015	(r384246)
@@ -3,7 +3,7 @@
 
 PORTNAME=	mesa-demos
 PORTVERSION=	8.2.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics
 MASTER_SITES=	ftp://ftp.freedesktop.org/pub/mesa/demos/${PORTVERSION}/
 
@@ -12,13 +12,13 @@ COMMENT=	OpenGL demos distributed with M
 
 GNU_CONFIGURE=	yes
 USES=		gmake pkgconfig tar:bzip2
-USE_GL=		egl glew glu glut
+USE_GL=		glew glu glut
 USE_XORG=	dri2proto glproto x11 xdamage xext xfixes xi xxf86vm
 
-CPPFLAGS=	-I${LOCALBASE}/include
+CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-CONFIGURE_ARGS+=--disable-gles2 \
+CONFIGURE_ARGS+=--disable-egl --disable-gbm --disable-gles2 \
 		--disable-osmesa --disable-vg --disable-wayland \
 		--with-system-data-files
 


More information about the svn-ports-all mailing list