Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Sep 2015 01:13:15 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r397349 - head/x11/virtualgl
Message-ID:  <201509200113.t8K1DFXs001109@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Sun Sep 20 01:13:14 2015
New Revision: 397349
URL: https://svnweb.freebsd.org/changeset/ports/397349

Log:
  x11/virtualgl: minor cleanup
  
  - Convert to USE_GL
  - Convert to USE_XORG
  
  Approved by:	portmgr blanket

Modified:
  head/x11/virtualgl/Makefile   (contents, props changed)

Modified: head/x11/virtualgl/Makefile
==============================================================================
--- head/x11/virtualgl/Makefile	Sun Sep 20 01:13:01 2015	(r397348)
+++ head/x11/virtualgl/Makefile	Sun Sep 20 01:13:14 2015	(r397349)
@@ -11,20 +11,8 @@ DISTNAME=	VirtualGL-${PORTVERSION}
 MAINTAINER=	davidjx8p@gmail.com
 COMMENT=	Redirects commands from an OpenGL app to another X server
 
-LIB_DEPENDS=	libGLU.so:${PORTSDIR}/graphics/libGLU \
-		libX11.so:${PORTSDIR}/x11/libX11 \
-		libXext.so:${PORTSDIR}/x11/libXext \
-		libXdamage.so:${PORTSDIR}/x11/libXdamage \
-		libXfixes.so:${PORTSDIR}/x11/libXfixes \
-		libX11-xcb.so:${PORTSDIR}/x11/libX11 \
-		libxcb-glx.so:${PORTSDIR}/x11/libxcb \
-		libxcb-dri2.so:${PORTSDIR}/x11/libxcb \
-		libxcb.so:${PORTSDIR}/x11/libxcb \
-		libXxf86vm.so:${PORTSDIR}/x11/libXxf86vm \
-		libdrm.so:${PORTSDIR}/graphics/libdrm \
+LIB_DEPENDS=	libdrm.so:${PORTSDIR}/graphics/libdrm \
 		libpthread-stubs.so:${PORTSDIR}/devel/libpthread-stubs \
-		libXau.so:${PORTSDIR}/x11/libXau \
-		libXdmcp.so:${PORTSDIR}/x11/libXdmcp \
 		libturbojpeg.so:${PORTSDIR}/graphics/libjpeg-turbo
 
 # due to the libjpeg-turbo requirement
@@ -34,6 +22,8 @@ CMAKE_INSTALL_PREFIX=	${LOCALBASE}/Virtu
 DOCSDIR=	${LOCALBASE}/VirtualGL/doc
 
 USES=		cmake
+USE_GL=		glu
+USE_XORG=	x11 xau xcb xdamage xdmcp xext xfixes xxf86vm
 CMAKE_ARGS=	-DTJPEG_INCLUDE_DIR=${LOCALBASE}/include -DTJPEG_LIBRARY=${LOCALBASE}/lib/libturbojpeg.so
 USE_LDCONFIG=	${PREFIX}/VirtualGL/fakelib ${PREFIX}/VirtualGL/lib
 



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