From owner-svn-ports-all@FreeBSD.ORG Sat Apr 18 18:35:35 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8E8DEA37; Sat, 18 Apr 2015 18:35:35 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7D05D7A; Sat, 18 Apr 2015 18:35:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3IIZZwf034893; Sat, 18 Apr 2015 18:35:35 GMT (envelope-from jkim@FreeBSD.org) Received: (from jkim@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3IIZZlI034892; Sat, 18 Apr 2015 18:35:35 GMT (envelope-from jkim@FreeBSD.org) Message-Id: <201504181835.t3IIZZlI034892@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jkim set sender to jkim@FreeBSD.org using -f From: Jung-uk Kim Date: Sat, 18 Apr 2015 18:35:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384246 - head/graphics/mesa-demos X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Apr 2015 18:35:35 -0000 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