Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Apr 2015 18:35:35 +0000 (UTC)
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r384246 - head/graphics/mesa-demos
Message-ID:  <201504181835.t3IIZZlI034892@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



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