svn commit: r516847 - in head: editors/vim editors/wordgrinder emulators/gngb emulators/open-vm-tools emulators/qemu40 emulators/virtualbox-ose-additions games/assaultcube games/bloodfrontier games...

Niclas Zeising zeising at FreeBSD.org
Tue Nov 5 22:21:24 UTC 2019


Author: zeising
Date: Tue Nov  5 22:21:16 2019
New Revision: 516847
URL: https://svnweb.freebsd.org/changeset/ports/516847

Log:
  Add USES=xorg USES=gl, ports categories e and g
  
  Add USES=xorg and USES=gl to ports in categories starting with 'e' and 'g'.
  While here, try to sprinkle other USES (mostly gnome and sdl) as needed.

Modified:
  head/editors/vim/Makefile
  head/editors/wordgrinder/Makefile
  head/emulators/gngb/Makefile
  head/emulators/open-vm-tools/Makefile
  head/emulators/qemu40/Makefile
  head/emulators/virtualbox-ose-additions/Makefile
  head/games/assaultcube/Makefile
  head/games/bloodfrontier/Makefile
  head/games/cube/Makefile
  head/games/fillets-ng/Makefile
  head/games/freeminer/Makefile
  head/games/gemrb/Makefile
  head/games/kobodeluxe/Makefile
  head/games/minetest/Makefile
  head/games/powder-toy/Makefile
  head/games/quakeforge/Makefile
  head/games/redeclipse/Makefile
  head/games/sauerbraten/Makefile
  head/games/stonesoup/Makefile
  head/games/teeworlds/Makefile
  head/games/tesseract/Makefile
  head/games/xbill/Makefile
  head/games/xpilot-ng-server/Makefile
  head/games/zangband/Makefile
  head/graphics/ImageMagick6/Makefile
  head/graphics/ImageMagick7/Makefile
  head/graphics/cairo/Makefile
  head/graphics/cegui/Makefile
  head/graphics/cloudcompare/Makefile
  head/graphics/gd/Makefile
  head/graphics/gdk-pixbuf2/Makefile
  head/graphics/gifsicle/Makefile
  head/graphics/graphviz/Makefile
  head/graphics/megapov/Makefile
  head/graphics/ogre3d/Makefile
  head/graphics/openimageio/Makefile

Modified: head/editors/vim/Makefile
==============================================================================
--- head/editors/vim/Makefile	Tue Nov  5 22:17:44 2019	(r516846)
+++ head/editors/vim/Makefile	Tue Nov  5 22:21:16 2019	(r516847)
@@ -96,7 +96,7 @@ CONSOLE_VARS=		GUI=no
 GNOME_PLIST_SUB=	GUI="" DESKTOP=""
 GNOME_IMPLIES=		NLS
 GNOME_USE=		GNOME=gdkpixbuf2,libgnomeui XORG=ice,sm,xorgproto,x11,xpm,xt
-GNOME_USES=		desktop-file-utils gnome
+GNOME_USES=		desktop-file-utils gnome xorg
 GNOME_VARS=		GUI=gnome2 INSTALLS_ICONS=yes
 
 GTK2_PLIST_SUB=		GUI="" DESKTOP=""

Modified: head/editors/wordgrinder/Makefile
==============================================================================
--- head/editors/wordgrinder/Makefile	Tue Nov  5 22:17:44 2019	(r516846)
+++ head/editors/wordgrinder/Makefile	Tue Nov  5 22:21:16 2019	(r516847)
@@ -25,7 +25,7 @@ OPTIONS_DEFAULT=X11
 X11_DESC=	Support running in an X window in addition to console
 X11_PLIST_FILES=bin/xwordgrinder
 X11_USE=	xorg=x11,xft
-X11_USES=	pkgconfig
+X11_USES=	pkgconfig xorg
 X11_ALL_TARGET_OFF=unix
 
 post-patch:

Modified: head/emulators/gngb/Makefile
==============================================================================
--- head/emulators/gngb/Makefile	Tue Nov  5 22:17:44 2019	(r516846)
+++ head/emulators/gngb/Makefile	Tue Nov  5 22:21:16 2019	(r516847)
@@ -23,6 +23,7 @@ PLIST_FILES=	bin/gngb \
 
 OPTIONS_DEFINE=	OPENGL
 
+OPENGL_USES=		gl
 OPENGL_USE=		GL=gl
 OPENGL_CONFIGURE_ENABLE=gl
 

Modified: head/emulators/open-vm-tools/Makefile
==============================================================================
--- head/emulators/open-vm-tools/Makefile	Tue Nov  5 22:17:44 2019	(r516846)
+++ head/emulators/open-vm-tools/Makefile	Tue Nov  5 22:21:16 2019	(r516847)
@@ -30,6 +30,7 @@ OPTIONS_SUB=
 LIBNOTIFY_DESC=		Desktop notification support
 
 X11_CONFIGURE_WITH=	x gtk2 gtkmm
+X11_USES=		gnome xorg
 X11_USE=		xorg=ice,sm,x11,xext,xi,xinerama,xorgproto,xrandr,xrender,xtst \
 			gnome=gdkpixbuf2,gtk20,gtkmm24
 X11_LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \

Modified: head/emulators/qemu40/Makefile
==============================================================================
--- head/emulators/qemu40/Makefile	Tue Nov  5 22:17:44 2019	(r516846)
+++ head/emulators/qemu40/Makefile	Tue Nov  5 22:21:16 2019	(r516847)
@@ -55,7 +55,7 @@ X11_USES=	sdl
 X11_CONFIGURE_ENABLE=	sdl
 GTK3_LIB_DEPENDS=	libxkbcommon.so:x11/libxkbcommon
 GTK3_USE=	GNOME=gdkpixbuf2,gtk30,vte3 XORG=x11,xext
-GTK3_USES=	gettext gl
+GTK3_USES=	gettext gl xorg
 GTK3_CONFIGURE_OFF=	--disable-gtk --disable-vte
 GNUTLS_LIB_DEPENDS=	libgnutls.so:security/gnutls
 GNUTLS_CONFIGURE_OFF=	--disable-gnutls

Modified: head/emulators/virtualbox-ose-additions/Makefile
==============================================================================
--- head/emulators/virtualbox-ose-additions/Makefile	Tue Nov  5 22:17:44 2019	(r516846)
+++ head/emulators/virtualbox-ose-additions/Makefile	Tue Nov  5 22:21:16 2019	(r516847)
@@ -60,11 +60,11 @@ DEBUG_VARS_OFF=		KMK_BUILDTYPE=release
 OPENGL_CONFIGURE_OFF=	--disable-opengl
 OPENGL_IMPLIES=		X11
 OPENGL_USE=		GL=gl,glu XORG=xcomposite,xdamage,xfixes
-OPENGL_USES=		gl
+OPENGL_USES=		gl xorg
 X11_BUILD_DEPENDS=	${LOCALBASE}/include/xorg/compiler.h:x11-servers/xorg-server
 X11_RUN_DEPENDS=	xrandr:x11/xrandr
 X11_USE=		XORG=x11,xcursor,xext,xorgproto,xmu,xrandr,xt
-X11_USES=		pkgconfig
+X11_USES=		pkgconfig xorg
 X11_VARS=		VBOX_WITH_X11=1
 
 .include <bsd.port.options.mk>

Modified: head/games/assaultcube/Makefile
==============================================================================
--- head/games/assaultcube/Makefile	Tue Nov  5 22:17:44 2019	(r516846)
+++ head/games/assaultcube/Makefile	Tue Nov  5 22:21:16 2019	(r516847)
@@ -40,6 +40,7 @@ OPTIONS_DEFAULT=	CLIENT DEDICATED
 
 CLIENT_DESC=	Build client
 CLIENT_USES=		gettext-runtime openal:al
+CLIENT_USES=		gl xorg
 CLIENT_USE=		GL=gl SDL=image,sdl XORG=x11
 CLIENT_LIB_DEPENDS=	libvorbisfile.so:audio/libvorbis \
 			libcurl.so:ftp/curl

Modified: head/games/bloodfrontier/Makefile
==============================================================================
--- head/games/bloodfrontier/Makefile	Tue Nov  5 22:17:44 2019	(r516846)
+++ head/games/bloodfrontier/Makefile	Tue Nov  5 22:21:16 2019	(r516847)
@@ -37,6 +37,7 @@ OPTIONS_MULTI_COMPONENTS=CLIENT DEDICATED
 OPTIONS_DEFAULT=	CLIENT DEDICATED OPTIMIZED_CFLAGS
 
 CLIENT_DESC=		Build client
+CLIENT_USES=		gl sdl xorg
 CLIENT_USE=		GL=gl SDL=image,mixer,sdl XORG=x11
 CLIENT_ALL_TARGET=	client
 CLIENT_PLIST_FILES=	bin/bfclient libexec/bfclient \

Modified: head/games/cube/Makefile
==============================================================================
--- head/games/cube/Makefile	Tue Nov  5 22:17:44 2019	(r516846)
+++ head/games/cube/Makefile	Tue Nov  5 22:21:16 2019	(r516847)
@@ -34,6 +34,7 @@ OPTIONS_SUB=	yes
 
 FLAVOR_DESC=	Clients and servers
 CLIENT_DESC=	Build client
+CLIENT_USES=			gl xorg
 CLIENT_USE=			GL=gl,glu SDL=image,mixer,sdl XORG=x11
 CLIENT_LDFLAGS=			-lX11
 CLIENT_ALL_TARGET=		client

Modified: head/games/fillets-ng/Makefile
==============================================================================
--- head/games/fillets-ng/Makefile	Tue Nov  5 22:17:44 2019	(r516846)
+++ head/games/fillets-ng/Makefile	Tue Nov  5 22:21:16 2019	(r516847)
@@ -46,6 +46,7 @@ FRIBIDI_LIB_DEPENDS=	libfribidi.so:converters/fribidi
 SMPEG_DESC=		Video playback support
 SMPEG_LIB_DEPENDS=	libsmpeg.so:multimedia/smpeg
 X11_DESC=		X11 window manager support
+X11_USES=		xorg
 X11_USE=		xorg=x11
 X11_CONFIGURE_ON=	--with-X=yes
 X11_CONFIGURE_OFF=	--with-X=no

Modified: head/games/freeminer/Makefile
==============================================================================
--- head/games/freeminer/Makefile	Tue Nov  5 22:17:44 2019	(r516846)
+++ head/games/freeminer/Makefile	Tue Nov  5 22:21:16 2019	(r516847)
@@ -44,6 +44,7 @@ CLIENT_CMAKE_OFF=	-DBUILD_CLIENT=0
 CLIENT_LIB_DEPENDS=	libpng.so:graphics/png \
 			libIrrlicht.so:x11-toolkits/irrlicht
 CLIENT_USES=		jpeg
+CLIENT_USES=		gl xorg
 CLIENT_USE=		GL=gl XORG=x11
 SERVER_CMAKE_ON=	-DBUILD_SERVER=1
 SERVER_CMAKE_OFF=	-DBUILD_SERVER=0

Modified: head/games/gemrb/Makefile
==============================================================================
--- head/games/gemrb/Makefile	Tue Nov  5 22:17:44 2019	(r516846)
+++ head/games/gemrb/Makefile	Tue Nov  5 22:21:16 2019	(r516847)
@@ -19,6 +19,7 @@ LIB_DEPENDS=	libpng.so:graphics/png \
 OPTIONS_DEFINE=	DOCS OPENGL
 OPTIONS_SUB=	yes
 
+OPENGL_USES=	gl
 OPENGL_USE=	gl=gl,glu,glew
 OPENGL_CMAKE_ON=-DOPENGL_BACKEND=OpenGL
 

Modified: head/games/kobodeluxe/Makefile
==============================================================================
--- head/games/kobodeluxe/Makefile	Tue Nov  5 22:17:44 2019	(r516846)
+++ head/games/kobodeluxe/Makefile	Tue Nov  5 22:21:16 2019	(r516847)
@@ -30,6 +30,7 @@ PORTDATA=	*
 OPTIONS_DEFINE=	DOCS OPENGL
 OPTIONS_DEFAULT=OPENGL
 
+OPENGL_USES=	gl
 OPENGL_USE=	GL=gl
 OPENGL_CONFIGURE_ENABLE=	opengl
 

Modified: head/games/minetest/Makefile
==============================================================================
--- head/games/minetest/Makefile	Tue Nov  5 22:17:44 2019	(r516846)
+++ head/games/minetest/Makefile	Tue Nov  5 22:21:16 2019	(r516847)
@@ -45,7 +45,7 @@ CLIENT_DESC=		Build client
 CLIENT_CMAKE_BOOL=	BUILD_CLIENT
 CLIENT_LIB_DEPENDS=	libpng.so:graphics/png \
 			libIrrlicht.so:x11-toolkits/irrlicht
-CLIENT_USES=		gl jpeg
+CLIENT_USES=		gl jpeg xorg
 CLIENT_USE=		GL=gl XORG=x11,xext,xxf86vm
 SERVER_DESC=		Build server
 SERVER_CMAKE_BOOL=	BUILD_SERVER

Modified: head/games/powder-toy/Makefile
==============================================================================
--- head/games/powder-toy/Makefile	Tue Nov  5 22:17:44 2019	(r516846)
+++ head/games/powder-toy/Makefile	Tue Nov  5 22:21:16 2019	(r516847)
@@ -38,6 +38,7 @@ SSE_MAKE_ARGS_OFF=	--no-sse
 SSE3_DESC=		Enable SSE3 optimizations
 SSE3_MAKE_ARGS=		--sse3
 SSE3_IMPLIES=		SSE
+OPENGL_USES=		gl
 OPENGL_USE=		GL=gl,glu,glew
 OPENGL_MAKE_ARGS=	--opengl --opengl-renderer
 OPENGL_BROKEN=		Application dies with SIGBUS at startup

Modified: head/games/quakeforge/Makefile
==============================================================================
--- head/games/quakeforge/Makefile	Tue Nov  5 22:17:44 2019	(r516846)
+++ head/games/quakeforge/Makefile	Tue Nov  5 22:21:16 2019	(r516847)
@@ -48,6 +48,7 @@ CLIENTS_BUILD_DEPENDS=	icotool:graphics/icoutils
 CLIENTS_LIB_DEPENDS=	libsamplerate.so:audio/libsamplerate \
 			libcurl.so:ftp/curl
 CLIENTS_USES=		pkgconfig
+CLIENTS_USES=		gl xorg
 CLIENTS_USE=		gl=glu xorg=xext
 CLIENTS_CONFIGURE_OFF=	--with-clients=""
 CLIENTS_VERS=		INSTALLS_ICONS=yes
@@ -76,10 +77,12 @@ VORBIS_CONFIGURE_ON=	--with-ogg=${LOCALBASE} --with-vo
 VORBIS_CONFIGURE_OFF=	--disable-vorbis
 VORBIS_IMPLIES=		CLIENTS
 XXF86DGA_DESC=		XFree86 DGA Extension support
+XXF86DGA_USES=		xorg
 XXF86DGA_USE=		xorg=xxf86dga
 XXF86DGA_CONFIGURE_OFF=	--disable-dga
 XXF86DGA_IMPLIES=	CLIENTS
 XXF86VM_DESC=		XFree86 Vidmode Extension support
+XXF86VM_USES=		xorg
 XXF86VM_USE=		xorg=xxf86vm
 XXF86VM_CONFIGURE_OFF=	--disable-vidmode
 XXF86VM_IMPLIES=	CLIENTS

Modified: head/games/redeclipse/Makefile
==============================================================================
--- head/games/redeclipse/Makefile	Tue Nov  5 22:17:44 2019	(r516846)
+++ head/games/redeclipse/Makefile	Tue Nov  5 22:21:16 2019	(r516847)
@@ -35,7 +35,7 @@ OPTIONS_MULTI_COMPONENTS=CLIENT DEDICATED
 OPTIONS_DEFAULT=	CLIENT DEDICATED OPTIMIZED_CFLAGS
 
 CLIENT_DESC=		Build client
-CLIENT_USES=		gl sdl
+CLIENT_USES=		gl sdl xorg
 CLIENT_USE=		GL=gl SDL=image2,mixer2,sdl2 XORG=x11
 CLIENT_ALL_TARGET=	client
 CLIENT_PLIST_FILES=	bin/${PORTNAME} libexec/${PORTNAME} \

Modified: head/games/sauerbraten/Makefile
==============================================================================
--- head/games/sauerbraten/Makefile	Tue Nov  5 22:17:44 2019	(r516846)
+++ head/games/sauerbraten/Makefile	Tue Nov  5 22:21:16 2019	(r516847)
@@ -36,6 +36,7 @@ SUB_FILES=	pkg-message ${PLIST_FILES:Mbin/*:T}
 OPTIONS_DEFINE=	DOCS
 
 CLIENT_DESC=	Build client
+CLIENT_USES=		gl xorg
 CLIENT_USE=		GL=gl SDL=image,mixer,sdl XORG=x11
 CLIENT_ALL_TARGET=	client
 CLIENT_PLIST_FILES=	bin/sauer_client libexec/sauer_client

Modified: head/games/stonesoup/Makefile
==============================================================================
--- head/games/stonesoup/Makefile	Tue Nov  5 22:17:44 2019	(r516846)
+++ head/games/stonesoup/Makefile	Tue Nov  5 22:21:16 2019	(r516847)
@@ -63,7 +63,7 @@ LUA_DESC=	Bindings for LUA user scripts
 
 SDL_CONFLICTS=	${PORTNAME}-[0-9]*
 SDL_USE=	sdl=sdl2,image2,mixer2 gl=gl,glu
-SDL_USES=	gl
+SDL_USES=	gl sdl
 SDL_USES_OFF=	ncurses
 SDL_MAKE_ARGS=	TILES=y SOUND=y
 SDL_BUILD_DEPENDS=	\

Modified: head/games/teeworlds/Makefile
==============================================================================
--- head/games/teeworlds/Makefile	Tue Nov  5 22:17:44 2019	(r516846)
+++ head/games/teeworlds/Makefile	Tue Nov  5 22:21:16 2019	(r516847)
@@ -27,7 +27,7 @@ OPTIONS_DEFAULT=	CLIENT TEST
 
 CLIENT_DESC=		Build game client
 CLIENT_CMAKE_BOOL=	CLIENT
-CLIENT_USES=		gl sdl
+CLIENT_USES=		gl sdl xorg
 CLIENT_USE=		GL=gl,glu XORG=x11 SDL=sdl2
 CLIENT_LIB_DEPENDS=	libfreetype.so:print/freetype2 \
 			libwavpack.so:audio/wavpack \

Modified: head/games/tesseract/Makefile
==============================================================================
--- head/games/tesseract/Makefile	Tue Nov  5 22:17:44 2019	(r516846)
+++ head/games/tesseract/Makefile	Tue Nov  5 22:21:16 2019	(r516847)
@@ -31,6 +31,7 @@ OPTIONS_MULTI=	FLAVOR
 OPTIONS_MULTI_FLAVOR=CLIENT DEDICATED MASTER
 
 CLIENT_DESC=		Build client
+CLIENT_USES=		gl xorg
 CLIENT_USE=		GL=gl SDL=image2,mixer2 XORG=x11
 CLIENT_ALL_TARGET=	client
 CLIENT_PLIST_FILES=	bin/tess_client libexec/tess_client

Modified: head/games/xbill/Makefile
==============================================================================
--- head/games/xbill/Makefile	Tue Nov  5 22:17:44 2019	(r516846)
+++ head/games/xbill/Makefile	Tue Nov  5 22:21:16 2019	(r516847)
@@ -38,6 +38,7 @@ ATHENA_DESC=	Athena widget set
 MOTIF_DESC=	Motif widget set
 
 ATHENA_CONFIGURE_ON=	--disable-motif
+ATHENA_USES=	xorg
 ATHENA_USE=	xorg=xaw,xmu
 
 MOTIF_CONFIGURE_ON=	--disable-athena

Modified: head/games/xpilot-ng-server/Makefile
==============================================================================
--- head/games/xpilot-ng-server/Makefile	Tue Nov  5 22:17:44 2019	(r516846)
+++ head/games/xpilot-ng-server/Makefile	Tue Nov  5 22:21:16 2019	(r516847)
@@ -51,7 +51,7 @@ SOUND_USES=	openal:al,alut
 
 SDL_CONFIGURE_ENABLE=	sdl-client
 SDL_USE=	SDL=image,sdl,ttf GL=gl
-SDL_USES=	gl
+SDL_USES=	gl sdl
 .endif
 
 .include <bsd.port.options.mk>

Modified: head/games/zangband/Makefile
==============================================================================
--- head/games/zangband/Makefile	Tue Nov  5 22:17:44 2019	(r516846)
+++ head/games/zangband/Makefile	Tue Nov  5 22:21:16 2019	(r516847)
@@ -36,6 +36,7 @@ TK_CONFIGURE_ON=	--with-tcltk=${TCL_INCLUDEDIR} \
 			--with-tkdir=${TK_INCLUDEDIR}
 TK_CONFIGURE_OFF=	--with-tcltk=no
 TK_LDFLAGS=		-lX11 -lXext
+X11_USES=		xorg
 X11_USE=		xorg=x11,xmu,xpm
 X11_CONFIGURE_ENV=	ac_cv_lib_Xm_main=no
 X11_CONFIGURE_OFF=	--with-x11=no

Modified: head/graphics/ImageMagick6/Makefile
==============================================================================
--- head/graphics/ImageMagick6/Makefile	Tue Nov  5 22:17:44 2019	(r516846)
+++ head/graphics/ImageMagick6/Makefile	Tue Nov  5 22:21:16 2019	(r516847)
@@ -172,6 +172,7 @@ WEBP_CONFIGURE_WITH=	webp
 WEBP_LIB_DEPENDS=	libwebp.so:graphics/webp
 
 X11_CONFIGURE_WITH=	x
+X11_USES=		xorg
 X11_USE=		xorg=ice,sm,x11,xext,xt
 X11_VARS=		CONFLICTS_INSTALL+="ImageMagick-nox11-6* ImageMagick6-nox11-6*" \
 			CONFLICTS+=display-[0-9]*

Modified: head/graphics/ImageMagick7/Makefile
==============================================================================
--- head/graphics/ImageMagick7/Makefile	Tue Nov  5 22:17:44 2019	(r516846)
+++ head/graphics/ImageMagick7/Makefile	Tue Nov  5 22:21:16 2019	(r516847)
@@ -171,6 +171,7 @@ WEBP_CONFIGURE_WITH=	webp
 WEBP_LIB_DEPENDS=	libwebp.so:graphics/webp
 
 X11_CONFIGURE_WITH=	x
+X11_USES=		xorg
 X11_USE=		xorg=ice,sm,x11,xext,xt
 X11_VARS=		CONFLICTS_INSTALL+="ImageMagick7-nox11-* \
 			CONFLICTS+=display-[0-9]*

Modified: head/graphics/cairo/Makefile
==============================================================================
--- head/graphics/cairo/Makefile	Tue Nov  5 22:17:44 2019	(r516846)
+++ head/graphics/cairo/Makefile	Tue Nov  5 22:21:16 2019	(r516847)
@@ -41,10 +41,11 @@ OPTIONS_DEFAULT=OPENGL XCB GLIB X11
 OPTIONS_SLAVE=	${ARCH:tu}
 OPTIONS_SUB=	yes
 
+X11_USES=	xorg
 X11_USE=	xorg=x11,xext,xrender
 X11_CONFIGURE_ENABLE=xlib
 
-OPENGL_USES=	gl
+OPENGL_USES=	gl xorg
 OPENGL_USE=	gl=gl,egl xorg=xorgproto:both
 OPENGL_CONFIGURE_ENABLE=gl egl
 OPENGL_IMPLIES=	X11
@@ -55,6 +56,7 @@ GLIB_USE=	gnome=glib20
 GLIB_CONFIGURE_ENABLE=	gobject
 
 XCB_DESC=	Enable XCB (X C-language Binding) Support
+XCB_USES=	xorg
 XCB_USE=	xorg=xcb
 XCB_CONFIGURE_ENABLE=	xcb
 

Modified: head/graphics/cegui/Makefile
==============================================================================
--- head/graphics/cegui/Makefile	Tue Nov  5 22:17:44 2019	(r516846)
+++ head/graphics/cegui/Makefile	Tue Nov  5 22:21:16 2019	(r516847)
@@ -92,6 +92,7 @@ IRRLICHT_LIB_DEPENDS=	libIrrlicht.so:x11-toolkits/irrl
 IRRLICHT_CMAKE_ON=	-DCEGUI_BUILD_RENDERER_IRRLICHT=ON
 IRRLICHT_CMAKE_OFF=	-DCEGUI_BUILD_RENDERER_IRRLICHT=OFF
 OPENGL_BUILD_DEPENDS=	${LOCALBASE}/include/glm/glm.hpp:math/glm
+OPENGL_USES=		gl
 OPENGL_USE=		GL=gl,glew,glu
 OPENGL_CMAKE_ON=	-DCEGUI_BUILD_RENDERER_OPENGL=ON
 OPENGL_CMAKE_OFF=	-DCEGUI_BUILD_RENDERER_OPENGL=OFF

Modified: head/graphics/cloudcompare/Makefile
==============================================================================
--- head/graphics/cloudcompare/Makefile	Tue Nov  5 22:17:44 2019	(r516846)
+++ head/graphics/cloudcompare/Makefile	Tue Nov  5 22:21:16 2019	(r516847)
@@ -48,7 +48,7 @@ PDAL_LIB_DEPENDS=	libpdal_base.so:math/pdal
 SHAPELIB_CMAKE_BOOL=	OPTION_USE_SHAPE_LIB
 SHAPELIB_LIB_DEPENDS=	libshp.so:devel/shapelib
 
-PLUGINS_USES=		eigen:3 gl jpeg python:2.7
+PLUGINS_USES=		eigen:3 gl jpeg python:2.7 xorg
 PLUGINS_CMAKE_BOOL=	INSTALL_QANIMATION_PLUGIN INSTALL_QBLUR_PLUGIN INSTALL_QBROOM_PLUGIN INSTALL_QCOMPASS_PLUGIN \
 			INSTALL_QCSF_PLUGIN INSTALL_QCSV_MATRIX_IO_PLUGIN INSTALL_QDUMMY_PLUGIN INSTALL_QEDL_PLUGIN INSTALL_QFACETS_PLUGIN \
 			INSTALL_QHPR_PLUGIN INSTALL_QM3C2_PLUGIN \

Modified: head/graphics/gd/Makefile
==============================================================================
--- head/graphics/gd/Makefile	Tue Nov  5 22:17:44 2019	(r516846)
+++ head/graphics/gd/Makefile	Tue Nov  5 22:21:16 2019	(r516847)
@@ -44,6 +44,7 @@ FREETYPE_CPPFLAGS=	-I${LOCALBASE}/include
 FONTCONFIG_LIB_DEPENDS+=	libfontconfig.so:x11-fonts/fontconfig
 FONTCONFIG_CONFIGURE_OFF=	--with-fontconfig=no
 FONTCONFIG_CPPFLAGS=		-I${LOCALBASE}/include
+XPM_USES=	xorg
 XPM_USE=	xorg=xpm,x11
 XPM_CONFIGURE_ON=	--with-x
 XPM_CONFIGURE_OFF=	--with-xpm=no

Modified: head/graphics/gdk-pixbuf2/Makefile
==============================================================================
--- head/graphics/gdk-pixbuf2/Makefile	Tue Nov  5 22:17:44 2019	(r516846)
+++ head/graphics/gdk-pixbuf2/Makefile	Tue Nov  5 22:21:16 2019	(r516847)
@@ -42,6 +42,7 @@ TIFF_MESON_TRUE=	tiff
 TIFF_LIB_DEPENDS=	libtiff.so:graphics/tiff
 
 X11_MESON_TRUE=		x11
+X11_USES=		xorg
 X11_USE=		xorg=x11
 
 post-install:

Modified: head/graphics/gifsicle/Makefile
==============================================================================
--- head/graphics/gifsicle/Makefile	Tue Nov  5 22:17:44 2019	(r516846)
+++ head/graphics/gifsicle/Makefile	Tue Nov  5 22:21:16 2019	(r516847)
@@ -24,6 +24,7 @@ PLIST_FILES=	bin/gifdiff bin/gifsicle \
 OPTIONS_DEFINE=		DOCS X11
 OPTIONS_DEFAULT=
 
+X11_USES=		xorg
 X11_USE=		xorg=x11
 X11_CONFIGURE_ENABLE=	gifview
 X11_CONFIGURE_WITH=	x

Modified: head/graphics/graphviz/Makefile
==============================================================================
--- head/graphics/graphviz/Makefile	Tue Nov  5 22:17:44 2019	(r516846)
+++ head/graphics/graphviz/Makefile	Tue Nov  5 22:21:16 2019	(r516847)
@@ -79,12 +79,16 @@ GO_DESC=	Go bindings (swig)
 TK_DESC=	TK toolkit support
 NVTHREADS_DESC=	Link with threads (needed for nvidia)
 
+XPM_USES=	xorg
 XPM_USE=	XORG=xaw,xpm,xmu,xt,sm,ice,xext,x11,xau,xdmcp
 ICONV_USES=	iconv
 NLS_USES=	gettext
+PANGOCAIRO_USES=gnome xorg
 PANGOCAIRO_USE=	GNOME=pango,cairo XORG=xrender,x11,xau,xdmcp
+GTK2_USES=	gnome xorg
 GTK2_USE=	XORG=sm,ice,xext,xinerama,xi,xrandr,xcursor,xfixes GNOME=gtk20
 GNOMEUI_USE=	GNOME=libgnomeui
+SMYRNA_USES=	gnome gl
 SMYRNA_USE=	GNOME=libglade2,pangox-compat,gdkpixbuf2 GL=glut,glu,gl
 GHOSTSCRIPT_USES=ghostscript
 PERL_USES=	perl5

Modified: head/graphics/megapov/Makefile
==============================================================================
--- head/graphics/megapov/Makefile	Tue Nov  5 22:17:44 2019	(r516846)
+++ head/graphics/megapov/Makefile	Tue Nov  5 22:21:16 2019	(r516847)
@@ -35,6 +35,7 @@ OPTIMIZED_CFLAGS_CFLAGS=\
 			-fexpensive-optimizations
 SVGALIB_LIB_DEPENDS=	libvga.so:graphics/svgalib
 SVGALIB_CONFIGURE_WITH=	svga
+X11_USES=		xorg
 X11_USE=		xorg=x11,xpm
 X11_CONFIGURE_WITH=	x
 

Modified: head/graphics/ogre3d/Makefile
==============================================================================
--- head/graphics/ogre3d/Makefile	Tue Nov  5 22:17:44 2019	(r516846)
+++ head/graphics/ogre3d/Makefile	Tue Nov  5 22:21:16 2019	(r516847)
@@ -61,7 +61,7 @@ OPENEXR_LIB_DEPENDS=	libIlmImf.so:graphics/openexr \
 OPENGL_CMAKE_BOOL=	OGRE_BUILD_RENDERSYSTEM_GL3PLUS \
 			OGRE_BUILD_RENDERSYSTEM_GL \
 			OGRE_BUILD_RENDERSYSTEM_GLES2
-OPENGL_USES=		gl
+OPENGL_USES=		gl xorg
 OPENGL_USE=		XORG=sm,ice GL=gl,glu
 
 PROFILE_CMAKE_BOOL=	OGRE_PROFILING

Modified: head/graphics/openimageio/Makefile
==============================================================================
--- head/graphics/openimageio/Makefile	Tue Nov  5 22:17:44 2019	(r516846)
+++ head/graphics/openimageio/Makefile	Tue Nov  5 22:21:16 2019	(r516847)
@@ -56,7 +56,7 @@ GIF_CMAKE_BOOL=		USE_GIF
 GIF_LIB_DEPENDS=	libgif.so:graphics/giflib
 
 IMAGEVIEWER_DESC=	Build image viewer (requires Qt)
-IMAGEVIEWER_USES=	qt:5
+IMAGEVIEWER_USES=	gl qt:5
 IMAGEVIEWER_IMPLIES=	TOOLS
 IMAGEVIEWER_CMAKE_BOOL=	USE_QT USE_OPENGL
 IMAGEVIEWER_USE=	GL=gl,glu,glew \


More information about the svn-ports-all mailing list