svn commit: r516916 - in head: mail/asmail mail/bbmail mail/claws-mail mail/coolmail mail/evolution mail/hbiff mail/wmbiff mail/wmmaiload mail/xbuffy mail/xfaces mail/xmail mail/xmailbox mail/xmail...

Niclas Zeising zeising at FreeBSD.org
Wed Nov 6 18:07:40 UTC 2019


Author: zeising
Date: Wed Nov  6 18:07:22 2019
New Revision: 516916
URL: https://svnweb.freebsd.org/changeset/ports/516916

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

Modified:
  head/mail/asmail/Makefile
  head/mail/bbmail/Makefile
  head/mail/claws-mail/Makefile
  head/mail/coolmail/Makefile
  head/mail/evolution/Makefile
  head/mail/hbiff/Makefile
  head/mail/wmbiff/Makefile
  head/mail/wmmaiload/Makefile
  head/mail/xbuffy/Makefile
  head/mail/xfaces/Makefile
  head/mail/xmail/Makefile
  head/mail/xmailbox/Makefile
  head/mail/xmailwatcher/Makefile
  head/mail/xpbiff/Makefile
  head/math/abs/Makefile
  head/math/apc/Makefile
  head/math/calctool/Makefile
  head/math/cgal/Makefile
  head/math/emc2/Makefile
  head/math/fricas/Makefile
  head/math/geogram/Makefile
  head/math/gnuplot/Makefile
  head/math/hexcalc/Makefile
  head/math/kalgebra/Makefile
  head/math/mathgl/Makefile
  head/math/octave/Makefile
  head/math/openmesh/Makefile
  head/math/petiga/Makefile
  head/math/ploticus/Makefile
  head/math/reduce/Makefile
  head/math/rkward-kde/Makefile
  head/math/slepc/Makefile
  head/math/snns/Makefile
  head/math/speedcrunch/Makefile
  head/math/topaz/Makefile
  head/math/triangle/Makefile
  head/math/ump/Makefile
  head/math/vtk6/Makefile
  head/math/vtk8/Makefile
  head/math/xgraph/Makefile
  head/math/xplot/Makefile
  head/math/xppaut/Makefile
  head/math/zegrapher/Makefile
  head/misc/actiona/Makefile
  head/misc/asbutton/Makefile
  head/misc/dartsim/Makefile
  head/misc/free42/Makefile
  head/misc/gkrellm-gamma/Makefile
  head/misc/hotkeys/Makefile
  head/misc/magicpoint/Makefile
  head/misc/pspresent/Makefile
  head/misc/sent/Makefile
  head/misc/unclutter-xfixes/Makefile
  head/misc/unclutter/Makefile
  head/misc/visp/Makefile
  head/misc/wmScoreBoard/Makefile
  head/misc/wmcalendar/Makefile
  head/misc/wmjulia/Makefile
  head/misc/wmpal/Makefile
  head/misc/wmtunlo/Makefile
  head/misc/wmweather+/Makefile
  head/misc/wmwork/Makefile
  head/misc/xgas/Makefile
  head/misc/xless/Makefile
  head/misc/xosd/Makefile
  head/misc/xtypo/Makefile
  head/multimedia/QtAV/Makefile
  head/multimedia/aegisub/Makefile
  head/multimedia/audacious-gtk3/Makefile
  head/multimedia/audacious-plugins-gtk3/Makefile
  head/multimedia/audacious-plugins/Makefile
  head/multimedia/audacious/Makefile
  head/multimedia/avidemux/Makefile.common
  head/multimedia/butt/Makefile
  head/multimedia/ccextractor/Makefile
  head/multimedia/cheese/Makefile
  head/multimedia/cinelerra-gg/Makefile
  head/multimedia/clutter-gst/Makefile
  head/multimedia/dvbcut/Makefile
  head/multimedia/fxtv/Makefile
  head/multimedia/gmerlin/Makefile
  head/multimedia/gmtk/Makefile
  head/multimedia/gnome-mplayer/Makefile
  head/multimedia/gnome-twitch/Makefile
  head/multimedia/gstreamer-plugins-good/Makefile
  head/multimedia/gstreamer-plugins/Makefile
  head/multimedia/gstreamer1-plugins/Makefile.common
  head/multimedia/gstreamer1-vaapi/Makefile
  head/multimedia/kaffeine/Makefile
  head/multimedia/kmplayer/Makefile
  head/multimedia/kodi/Makefile
  head/multimedia/libav/Makefile
  head/multimedia/libcec/Makefile
  head/multimedia/libquicktime/Makefile
  head/multimedia/libva-vdpau-driver/Makefile
  head/multimedia/libvdpau-va-gl/Makefile
  head/multimedia/libvdpau/Makefile
  head/multimedia/libxine/Makefile
  head/multimedia/minitube/Makefile
  head/multimedia/mlt-qt5/Makefile
  head/multimedia/mlt/Makefile
  head/multimedia/mpc-qt/Makefile
  head/multimedia/mpeg_play/Makefile
  head/multimedia/mythtv/Makefile
  head/multimedia/phonon-gstreamer/Makefile
  head/multimedia/py-qt5-multimedia/Makefile
  head/multimedia/py-qt5-multimediawidgets/Makefile
  head/multimedia/qt5-multimedia/Makefile
  head/multimedia/recordmydesktop/Makefile
  head/multimedia/simplescreenrecorder/Makefile
  head/multimedia/smplayer/Makefile
  head/multimedia/totem/Makefile
  head/multimedia/vdr-plugin-xineliboutput/Makefile
  head/multimedia/winff/Makefile
  head/multimedia/xanim/Makefile
  head/multimedia/xawtv/Makefile
  head/multimedia/xine/Makefile

Modified: head/mail/asmail/Makefile
==============================================================================
--- head/mail/asmail/Makefile	Wed Nov  6 18:06:40 2019	(r516915)
+++ head/mail/asmail/Makefile	Wed Nov  6 18:07:22 2019	(r516916)
@@ -11,7 +11,7 @@ MASTER_SITES=	AFTERSTEP/apps/asmail/ \
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Biff-type program, designed to match AfterStep
 
-USES=		ssl
+USES=		ssl xorg
 USE_XORG=	xpm
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-shaping \

Modified: head/mail/bbmail/Makefile
==============================================================================
--- head/mail/bbmail/Makefile	Wed Nov  6 18:06:40 2019	(r516915)
+++ head/mail/bbmail/Makefile	Wed Nov  6 18:07:22 2019	(r516916)
@@ -13,7 +13,7 @@ LICENSE=	GPLv2+
 
 BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/libbt.pc:x11-wm/blackbox
 
-USES=		pkgconfig
+USES=		pkgconfig xorg
 USE_XORG=	xext
 GNU_CONFIGURE=	yes
 

Modified: head/mail/claws-mail/Makefile
==============================================================================
--- head/mail/claws-mail/Makefile	Wed Nov  6 18:06:40 2019	(r516915)
+++ head/mail/claws-mail/Makefile	Wed Nov  6 18:07:22 2019	(r516916)
@@ -22,7 +22,7 @@ LIB_DEPENDS=	libcurl.so:ftp/curl \
 RUN_DEPENDS=	mime-support>0:misc/mime-support
 
 USES=		autoreconf gettext-tools compiler:c++11-lang cpe desktop-file-utils gettext gnome pathfix pkgconfig \
-		python:3.6 shebangfix ssl
+		python:3.6 shebangfix ssl xorg
 USE_XORG=	ice sm
 USE_GNOME=	cairo gtk20 librsvg2
 SHEBANG_FILES=	tools/*.pl tools/*.py tools/tb2claws-mail

Modified: head/mail/coolmail/Makefile
==============================================================================
--- head/mail/coolmail/Makefile	Wed Nov  6 18:06:40 2019	(r516915)
+++ head/mail/coolmail/Makefile	Wed Nov  6 18:07:22 2019	(r516916)
@@ -13,7 +13,7 @@ COMMENT=	Xbiff like mail tool with animated 3D graphic
 PLIST_FILES=	bin/coolmail \
 		man/man1/coolmail.1.gz
 
-USES=		tar:tgz
+USES=		tar:tgz xorg
 USE_XORG=	x11 xext xmu xi
 PATCH_STRIP=	-p1
 

Modified: head/mail/evolution/Makefile
==============================================================================
--- head/mail/evolution/Makefile	Wed Nov  6 18:06:40 2019	(r516915)
+++ head/mail/evolution/Makefile	Wed Nov  6 18:07:22 2019	(r516916)
@@ -45,7 +45,7 @@ PORTSCOUT=	limitw:1,even
 
 USES=		compiler:c11 desktop-file-utils cmake gettext gnome \
 		iconv:wchar_t sqlite libarchive localbase pathfix pkgconfig \
-		tar:xz
+		tar:xz xorg
 USE_GNOME=	cairo evolutiondataserver3 gnomedesktop3 intltool
 GNU_CONFIGURE=	yes
 USE_XORG=	x11

Modified: head/mail/hbiff/Makefile
==============================================================================
--- head/mail/hbiff/Makefile	Wed Nov  6 18:06:40 2019	(r516915)
+++ head/mail/hbiff/Makefile	Wed Nov  6 18:07:22 2019	(r516916)
@@ -11,6 +11,7 @@ MASTER_SITES=	ftp://nuxi.ucdavis.edu/pub/misc/  \
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Replacement for xbiff that handles popup window with mail headers
 
+USES=		xorg
 USE_XORG=	x11
 
 CFLAGS+=	-I${LOCALBASE}/include -L${LOCALBASE}/lib

Modified: head/mail/wmbiff/Makefile
==============================================================================
--- head/mail/wmbiff/Makefile	Wed Nov  6 18:06:40 2019	(r516915)
+++ head/mail/wmbiff/Makefile	Wed Nov  6 18:07:22 2019	(r516916)
@@ -14,7 +14,7 @@ LICENSE=	GPLv2
 
 OPTIONS_DEFINE=	GNUTLS
 
-USES=		shebangfix
+USES=		shebangfix xorg
 SHEBANG_FILES=	scripts/security.debian.rb
 USE_XORG=	xpm
 GNU_CONFIGURE=	yes

Modified: head/mail/wmmaiload/Makefile
==============================================================================
--- head/mail/wmmaiload/Makefile	Wed Nov  6 18:06:40 2019	(r516915)
+++ head/mail/wmmaiload/Makefile	Wed Nov  6 18:07:22 2019	(r516916)
@@ -12,7 +12,7 @@ COMMENT=	Incoming mail monitor dockapp with a similar 
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		gmake localbase:ldflags pkgconfig ssl tar:bzip2
+USES=		gmake gnome localbase:ldflags pkgconfig ssl tar:bzip2 xorg
 USE_XORG=	xpm
 USE_GNOME=	gtk20
 HAS_CONFIGURE=	yes

Modified: head/mail/xbuffy/Makefile
==============================================================================
--- head/mail/xbuffy/Makefile	Wed Nov  6 18:06:40 2019	(r516915)
+++ head/mail/xbuffy/Makefile	Wed Nov  6 18:07:22 2019	(r516916)
@@ -11,8 +11,8 @@ DISTNAME=	${PORTNAME}-3.3.bl.3
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Replacement for xbiff that handles multiple mail files
 
+USES=		cpe gmake xorg
 USE_XORG=	xext xt xaw
-USES=		cpe gmake
 CPE_VENDOR=	xbuffy_project
 GNU_CONFIGURE=	yes
 PLIST_FILES=	bin/xbuffy lib/X11/app-defaults/XBuffy man/man1/xbuffy.1.gz

Modified: head/mail/xfaces/Makefile
==============================================================================
--- head/mail/xfaces/Makefile	Wed Nov  6 18:06:40 2019	(r516915)
+++ head/mail/xfaces/Makefile	Wed Nov  6 18:07:22 2019	(r516916)
@@ -23,7 +23,7 @@ LIB_DEPENDS=	libcompface.so:mail/faces
 
 # GNU make properly processes some overridden rules in the makefile that
 # imake generates.  Specifically, installing the html docs.
-USES=		imake gmake tar:Z
+USES=		imake gmake tar:Z xorg
 USE_XORG=	ice sm x11 xaw xext xmu xt xpm
 
 post-install:

Modified: head/mail/xmail/Makefile
==============================================================================
--- head/mail/xmail/Makefile	Wed Nov  6 18:06:40 2019	(r516915)
+++ head/mail/xmail/Makefile	Wed Nov  6 18:07:22 2019	(r516916)
@@ -11,7 +11,7 @@ DISTNAME=	${PORTNAME}_${PORTVERSION}
 MAINTAINER=	sjroz at verizon.net
 COMMENT=	X-based interface to the Berkeley mail program
 
-USES=		imake
+USES=		imake xorg
 USE_XORG=	xbitmaps xaw
 
 .include <bsd.port.mk>

Modified: head/mail/xmailbox/Makefile
==============================================================================
--- head/mail/xmailbox/Makefile	Wed Nov  6 18:06:40 2019	(r516915)
+++ head/mail/xmailbox/Makefile	Wed Nov  6 18:07:22 2019	(r516916)
@@ -10,7 +10,7 @@ MASTER_SITES=	XCONTRIB/applications
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Mailbox checker with sound and animation for X Window System
 
-USES=		imake
+USES=		imake xorg
 USE_XORG=	xaw
 
 OPTIONS_DEFINE=	DOCS

Modified: head/mail/xmailwatcher/Makefile
==============================================================================
--- head/mail/xmailwatcher/Makefile	Wed Nov  6 18:06:40 2019	(r516915)
+++ head/mail/xmailwatcher/Makefile	Wed Nov  6 18:07:22 2019	(r516916)
@@ -12,7 +12,7 @@ MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Mailbox checker which displays sender and subject lines of mails
 
 PLIST_FILES=	bin/xmailwatcher man/man1/xmailwatcher.1.gz
-USES=		imake
+USES=		imake xorg
 USE_XORG=	ice sm x11 xaw xext xmu xpm xt
 
 post-install:

Modified: head/mail/xpbiff/Makefile
==============================================================================
--- head/mail/xpbiff/Makefile	Wed Nov  6 18:06:40 2019	(r516915)
+++ head/mail/xpbiff/Makefile	Wed Nov  6 18:07:22 2019	(r516916)
@@ -13,7 +13,7 @@ DISTFILES=	xpbiff-1.27-with-YOUBIN.tar.gz.uu
 MAINTAINER?=	sanpei at FreeBSD.org
 COMMENT?=	Replacement for xbiff that handles popup window with mail header
 
-USES=		imake:noman
+USES=		imake:noman xorg
 USE_XORG=	xpm xaw xmu
 PLIST_FILES=	bin/xpbiff
 WRKSRC=		${WRKDIR}/xpbiff

Modified: head/math/abs/Makefile
==============================================================================
--- head/math/abs/Makefile	Wed Nov  6 18:06:40 2019	(r516915)
+++ head/math/abs/Makefile	Wed Nov  6 18:07:22 2019	(r516916)
@@ -13,6 +13,7 @@ MAINTAINER=	gmarco at gufi.org
 COMMENT=	Free spreadsheet with graphical user interface
 
 PLIST_FILES=	bin/abs
+USES=		xorg
 USE_XORG=	x11 xpm xaw
 WRKSRC=		${WRKDIR}/abs-src-0.908
 

Modified: head/math/apc/Makefile
==============================================================================
--- head/math/apc/Makefile	Wed Nov  6 18:06:40 2019	(r516915)
+++ head/math/apc/Makefile	Wed Nov  6 18:07:22 2019	(r516916)
@@ -14,6 +14,7 @@ LICENSE=	GPLv2
 
 LIB_DEPENDS=	libforms.so:x11-toolkits/xforms
 
+USES=		xorg
 USE_XORG=	x11 xpm
 PLIST_FILES=	bin/apc man/man1/apc.1.gz
 

Modified: head/math/calctool/Makefile
==============================================================================
--- head/math/calctool/Makefile	Wed Nov  6 18:06:40 2019	(r516915)
+++ head/math/calctool/Makefile	Wed Nov  6 18:07:22 2019	(r516916)
@@ -24,6 +24,7 @@ TTY_USES=	ncurses
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MX11}
+USES+=		xorg
 USE_XORG=	x11
 BINARIES+=	xcalctool
 .endif

Modified: head/math/cgal/Makefile
==============================================================================
--- head/math/cgal/Makefile	Wed Nov  6 18:06:40 2019	(r516915)
+++ head/math/cgal/Makefile	Wed Nov  6 18:07:22 2019	(r516916)
@@ -39,7 +39,7 @@ VISUALIZATION_LIB_DEPENDS=	libgeomview.so:graphics/geo
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MQT5}
-USES+=		qt:5
+USES+=		gl qt:5
 CMAKE_ARGS+=	-DWITH_CGAL_Qt5=ON
 USE_QT+=	core gui opengl widgets svg buildtools_build qmake_build xml
 USE_GL+=	gl glu

Modified: head/math/emc2/Makefile
==============================================================================
--- head/math/emc2/Makefile	Wed Nov  6 18:06:40 2019	(r516915)
+++ head/math/emc2/Makefile	Wed Nov  6 18:07:22 2019	(r516916)
@@ -17,7 +17,7 @@ LICENSE_NAME=	INRIA license, perhaps specific to emc2
 LICENSE_FILE=	${WRKSRC}/COPYRIGHT
 LICENSE_PERMS=	auto-accept no-dist-sell no-pkg-sell
 
-USES=		gmake
+USES=		gmake xorg
 USE_XORG=	x11 xau xcb xdmcp
 
 ALL_TARGET=	${PORTNAME}

Modified: head/math/fricas/Makefile
==============================================================================
--- head/math/fricas/Makefile	Wed Nov  6 18:06:40 2019	(r516915)
+++ head/math/fricas/Makefile	Wed Nov  6 18:07:22 2019	(r516916)
@@ -14,7 +14,7 @@ LICENSE_FILE=	${WRKSRC}/license/LICENSE.AXIOM
 
 BUILD_DEPENDS=	sbcl:lang/sbcl
 
-USES=		autoreconf gmake tar:bz2
+USES=		autoreconf gmake tar:bz2 xorg
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-lisp=sbcl
 USE_XORG=	ice sm x11 xpm

Modified: head/math/geogram/Makefile
==============================================================================
--- head/math/geogram/Makefile	Wed Nov  6 18:06:40 2019	(r516915)
+++ head/math/geogram/Makefile	Wed Nov  6 18:07:22 2019	(r516916)
@@ -13,7 +13,7 @@ LICENSE_FILE=	${WRKSRC}/doc/devkit/license.dox
 
 LIB_DEPENDS=	libglfw.so:graphics/glfw
 
-USES=		cmake gl localbase:ldflags
+USES=		cmake gl localbase:ldflags xorg
 USE_GITHUB=	yes
 GH_ACCOUNT=	alicevision
 USE_XORG=	x11 xcursor xi xinerama xrandr xxf86vm

Modified: head/math/gnuplot/Makefile
==============================================================================
--- head/math/gnuplot/Makefile	Wed Nov  6 18:06:40 2019	(r516915)
+++ head/math/gnuplot/Makefile	Wed Nov  6 18:07:22 2019	(r516916)
@@ -43,7 +43,7 @@ CONFIGURE_ARGS+=--disable-x11-mbfonts \
 		--without-kpsexpand
 PLIST_SUB+=	X11="@comment "
 .else
-USES+=		jpeg lua:53
+USES+=		gnome jpeg lua:53 xorg
 USE_TEX=	kpathsea
 USE_GNOME+=	atk cairo gtk20 gdkpixbuf2
 USE_WX=		2.8

Modified: head/math/hexcalc/Makefile
==============================================================================
--- head/math/hexcalc/Makefile	Wed Nov  6 18:06:40 2019	(r516915)
+++ head/math/hexcalc/Makefile	Wed Nov  6 18:07:22 2019	(r516916)
@@ -21,6 +21,7 @@ COMMENT=	Multi-radix calculator for x11
 #	Old distfile name in 8.2 was hexcalc..tar.Z & EXTRACT_SUFX was ..tar.Z
 #	presumably a mistake, now shortened to normality.
 
+USES=		xorg
 USE_XORG=	ice sm x11 xaw xext xmu xt
 
 PLIST_FILES=	bin/hexcalc man/man1/hexcalc.1.gz

Modified: head/math/kalgebra/Makefile
==============================================================================
--- head/math/kalgebra/Makefile	Wed Nov  6 18:06:40 2019	(r516915)
+++ head/math/kalgebra/Makefile	Wed Nov  6 18:07:22 2019	(r516916)
@@ -11,7 +11,7 @@ LIB_DEPENDS=	libAnalitza.so:math/analitza
 BUILD_DEPENDS=	${LOCALBASE}/share/xsl/docbook/html/docbook.xsl:textproc/docbook-xsl \
 		docbook-xml>0:textproc/docbook-xml
 
-USES=		cmake compiler:c++11-lang desktop-file-utils gettext kde:5 \
+USES=		cmake compiler:c++11-lang desktop-file-utils gettext gl kde:5 \
 		readline qt:5 tar:xz
 USE_GL=		glu
 USE_KDE=	auth codecs config configwidgets coreaddons doctools ecm i18n \

Modified: head/math/mathgl/Makefile
==============================================================================
--- head/math/mathgl/Makefile	Wed Nov  6 18:06:40 2019	(r516915)
+++ head/math/mathgl/Makefile	Wed Nov  6 18:07:22 2019	(r516916)
@@ -20,7 +20,8 @@ LIB_DEPENDS=	libgif.so:graphics/giflib \
 		libpng.so:graphics/png \
 		libsz.so:science/szip
 
-USES=		cmake compiler:c++11-lang gettext-runtime gl jpeg python:2.7
+USES=		cmake compiler:c++11-lang gettext-runtime gl jpeg python:2.7 \
+		xorg
 USE_GL=		gl glu glut
 USE_XORG=	xi xmu
 USE_LDCONFIG=	yes

Modified: head/math/octave/Makefile
==============================================================================
--- head/math/octave/Makefile	Wed Nov  6 18:06:40 2019	(r516915)
+++ head/math/octave/Makefile	Wed Nov  6 18:07:22 2019	(r516916)
@@ -43,7 +43,7 @@ LIB_DEPENDS=	libGraphicsMagick.so:graphics/GraphicsMag
 
 USES=		charsetfix fortran gmake libtool perl5 pkgconfig readline \
 		tar:xz compiler:c++14-lang \
-		desktop-file-utils gl iconv
+		desktop-file-utils gl iconv xorg
 USE_LDCONFIG=	${PREFIX}/lib/${PORTNAME}/${PORTVERSION}
 USE_PERL5=	build
 GNU_CONFIGURE=	yes

Modified: head/math/openmesh/Makefile
==============================================================================
--- head/math/openmesh/Makefile	Wed Nov  6 18:06:40 2019	(r516915)
+++ head/math/openmesh/Makefile	Wed Nov  6 18:07:22 2019	(r516916)
@@ -12,7 +12,7 @@ COMMENT=	Generic data structure for manipulating polyg
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		cmake compiler:c++11-lang dos2unix gl qt:5
+USES=		cmake compiler:c++11-lang dos2unix gl qt:5 xorg
 DOS2UNIX_FILES=	src/OpenMesh/Tools/CMakeLists.txt
 USE_QT=		core concurrent gui help network opengl printsupport script scripttools sql svg x11extras xml xmlpatterns webkit widgets \
 		buildtools_build qmake_build uitools_build

Modified: head/math/petiga/Makefile
==============================================================================
--- head/math/petiga/Makefile	Wed Nov  6 18:06:40 2019	(r516915)
+++ head/math/petiga/Makefile	Wed Nov  6 18:07:22 2019	(r516916)
@@ -23,7 +23,7 @@ BB_COMMIT=	e2a59b1ba054
 
 WRKSRC=		${WRKDIR}/${BB_ACCOUNT}-${BB_PROJECT}-${BB_COMMIT}
 
-USES=		cmake compiler:c++14-lang fortran
+USES=		cmake compiler:c++14-lang fortran xorg
 USE_XORG=	x11
 USE_LDCONFIG=	yes
 

Modified: head/math/ploticus/Makefile
==============================================================================
--- head/math/ploticus/Makefile	Wed Nov  6 18:06:40 2019	(r516915)
+++ head/math/ploticus/Makefile	Wed Nov  6 18:07:22 2019	(r516916)
@@ -36,6 +36,7 @@ ALL_TARGET=	plgd18
 MAKE_ARGS+=	NOX11=-DNOX11 XLIBS= XOBJ=
 PKGNAMESUFFIX=	-nox11
 .else
+USES+=		xorg
 USE_XORG=	xpm
 .endif
 

Modified: head/math/reduce/Makefile
==============================================================================
--- head/math/reduce/Makefile	Wed Nov  6 18:06:40 2019	(r516915)
+++ head/math/reduce/Makefile	Wed Nov  6 18:07:22 2019	(r516916)
@@ -22,7 +22,7 @@ LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
 		libpng.so:graphics/png \
 		libtiff.so:graphics/tiff
 
-USES=		autoreconf:build libtool gmake ncurses jpeg
+USES=		autoreconf:build libtool gmake ncurses jpeg xorg
 USE_XORG=	x11 xcursor xext xorgproto xft xrandr xrender
 
 SFSUBDIR=	snapshot_2019-04-13

Modified: head/math/rkward-kde/Makefile
==============================================================================
--- head/math/rkward-kde/Makefile	Wed Nov  6 18:06:40 2019	(r516915)
+++ head/math/rkward-kde/Makefile	Wed Nov  6 18:07:22 2019	(r516916)
@@ -16,7 +16,7 @@ LICENSE=	GPLv2
 LIB_DEPENDS=	libR.so:math/R
 
 USES=		cmake compiler:c++11-lang desktop-file-utils gettext fortran \
-		kde:5 php:cli qt:5 shared-mime-info
+		kde:5 php:cli qt:5 shared-mime-info xorg
 USE_QT=		buildtools concurrent core dbus gui network printsupport qmake script webkit	\
 		widgets xml
 USE_XORG=	x11

Modified: head/math/slepc/Makefile
==============================================================================
--- head/math/slepc/Makefile	Wed Nov  6 18:06:40 2019	(r516915)
+++ head/math/slepc/Makefile	Wed Nov  6 18:07:22 2019	(r516916)
@@ -17,7 +17,7 @@ LIB_DEPENDS=	libblas.so:math/blas \
 		libmpich.so:net/mpich \
 		libpetsc.so:science/PETSc
 
-USES=		gmake fortran python:2.7 shebangfix
+USES=		gmake fortran python:2.7 shebangfix xorg
 SHEBANG_FILES=	configure
 SHEBANG_GLOB=	*.py
 MAKEFILE=	makefile

Modified: head/math/snns/Makefile
==============================================================================
--- head/math/snns/Makefile	Wed Nov  6 18:06:40 2019	(r516915)
+++ head/math/snns/Makefile	Wed Nov  6 18:07:22 2019	(r516916)
@@ -13,6 +13,7 @@ COMMENT=	Fully featured neural network simulator
 
 LIB_DEPENDS=	libXaw3d.so:x11-toolkits/Xaw3d
 
+USES=		xorg
 USE_XORG=	x11 xext xt
 HAS_CONFIGURE=	yes
 CONFIGURE_ARGS=	--prefix=${PREFIX}/lib/snns --enable-global \

Modified: head/math/speedcrunch/Makefile
==============================================================================
--- head/math/speedcrunch/Makefile	Wed Nov  6 18:06:40 2019	(r516915)
+++ head/math/speedcrunch/Makefile	Wed Nov  6 18:07:22 2019	(r516916)
@@ -17,7 +17,7 @@ BB_ACCOUNT=	heldercorreia
 BB_PROJECT=	${PORTNAME}
 BB_COMMIT=	c0fc9c68d292
 
-USES=		cmake compiler:c++11-lang qt:5
+USES=		cmake compiler:c++11-lang qt:5 xorg
 USE_QT=		buildtools_build qmake_build core gui help sql widgets
 USE_XORG=	x11
 

Modified: head/math/topaz/Makefile
==============================================================================
--- head/math/topaz/Makefile	Wed Nov  6 18:06:40 2019	(r516915)
+++ head/math/topaz/Makefile	Wed Nov  6 18:07:22 2019	(r516916)
@@ -15,7 +15,7 @@ LICENSE=	GPLv2
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
-USES=		ncurses readline
+USES=		ncurses readline xorg
 USE_XORG=	x11
 MAKEFILE=	Makefile.freebsd
 

Modified: head/math/triangle/Makefile
==============================================================================
--- head/math/triangle/Makefile	Wed Nov  6 18:06:40 2019	(r516915)
+++ head/math/triangle/Makefile	Wed Nov  6 18:07:22 2019	(r516916)
@@ -14,7 +14,7 @@ COMMENT=	Two-Dimensional Quality Mesh Generator and De
 
 NO_CDROM=	No commercial use without prior arrangement with the author
 
-USES=		zip
+USES=		zip xorg
 NO_WRKSUBDIR=	yes
 MAKEFILE=	makefile
 USE_XORG=	x11

Modified: head/math/ump/Makefile
==============================================================================
--- head/math/ump/Makefile	Wed Nov  6 18:06:40 2019	(r516915)
+++ head/math/ump/Makefile	Wed Nov  6 18:07:22 2019	(r516916)
@@ -13,7 +13,7 @@ COMMENT=	Graphical, easy to use math program
 
 LICENSE=	GPLv2
 
-USES=		compiler:c++11-lang gmake pkgconfig tar:bzip2
+USES=		compiler:c++11-lang gl gmake gnome pkgconfig tar:bzip2
 USE_GNOME=	gtk20
 USE_GL=		glu
 

Modified: head/math/vtk6/Makefile
==============================================================================
--- head/math/vtk6/Makefile	Wed Nov  6 18:06:40 2019	(r516915)
+++ head/math/vtk6/Makefile	Wed Nov  6 18:07:22 2019	(r516916)
@@ -24,7 +24,7 @@ LIB_DEPENDS=	libtiff.so:graphics/tiff \
 # * VTK Groups
 
 CONFLICTS=	vtk5 vtk8
-USES=		alias cmake jpeg localbase
+USES=		alias cmake jpeg localbase xorg
 USE_LDCONFIG=	${PREFIX}/lib/vtk-${VTK_SHORT_VER}
 USE_XORG=	xt sm ice x11 xext
 CXXFLAGS_powerpc64=	-mminimal-toc
@@ -103,6 +103,7 @@ CMAKE_ARGS+=	-DVTK_OPENGL_HAS_OSMESA:BOOL=ON \
 PLIST_SUB+=	X11="@comment " \
 		OSMESA=""
 .else
+USES+=		gl
 USE_GL=		gl glu
 PLIST_SUB+=	X11="" \
 		OSMESA="@comment "

Modified: head/math/vtk8/Makefile
==============================================================================
--- head/math/vtk8/Makefile	Wed Nov  6 18:06:40 2019	(r516915)
+++ head/math/vtk8/Makefile	Wed Nov  6 18:07:22 2019	(r516916)
@@ -20,7 +20,7 @@ LIB_DEPENDS=	libtiff.so:graphics/tiff \
 
 CONFLICTS=	vtk5 vtk6
 
-USES=		alias cmake compiler:c++11-lang gl jpeg localbase
+USES=		alias cmake compiler:c++11-lang gl jpeg localbase xorg
 USE_LDCONFIG=	${PREFIX}/lib/vtk-${VTK_SHORT_VER}
 USE_XORG=	ice x11 xt xext sm
 
@@ -116,6 +116,7 @@ CMAKE_ARGS+=	-DVTK_Group_${g}:BOOL=OFF
 .endfor
 
 .if !${PORT_OPTIONS:MOSMESA}
+USES+=		gl
 USE_GL=		gl glu
 .endif
 

Modified: head/math/xgraph/Makefile
==============================================================================
--- head/math/xgraph/Makefile	Wed Nov  6 18:06:40 2019	(r516915)
+++ head/math/xgraph/Makefile	Wed Nov  6 18:07:22 2019	(r516916)
@@ -16,7 +16,7 @@ LICENSE_NAME=	xgraph license
 LICENSE_FILE=	${WRKSRC}/COPYING
 LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
-USES=		imake tar:Z
+USES=		imake tar:Z xorg
 USE_XORG=	x11 xext
 WRKSRC=		${WRKDIR}/${PORTNAME}
 

Modified: head/math/xplot/Makefile
==============================================================================
--- head/math/xplot/Makefile	Wed Nov  6 18:06:40 2019	(r516915)
+++ head/math/xplot/Makefile	Wed Nov  6 18:07:22 2019	(r516916)
@@ -10,7 +10,7 @@ MASTER_SITES=	http://www.xplot.org/xplot/
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	X11 plotting package
 
-USES=		perl5
+USES=		perl5 xorg
 USE_XORG=	x11
 USE_PERL5=	run
 GNU_CONFIGURE=	yes

Modified: head/math/xppaut/Makefile
==============================================================================
--- head/math/xppaut/Makefile	Wed Nov  6 18:06:40 2019	(r516915)
+++ head/math/xppaut/Makefile	Wed Nov  6 18:07:22 2019	(r516916)
@@ -16,6 +16,7 @@ BROKEN=		unfetchable
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+USES=		xorg
 USE_XORG=	x11 xbitmaps xorgproto
 CFLAGS+=	-w -Wno-return-type
 ALL_TARGET=	xppaut

Modified: head/math/zegrapher/Makefile
==============================================================================
--- head/math/zegrapher/Makefile	Wed Nov  6 18:06:40 2019	(r516915)
+++ head/math/zegrapher/Makefile	Wed Nov  6 18:07:22 2019	(r516916)
@@ -14,7 +14,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${LOCALBASE}/include/boost/math/special_functions/binomial.hpp:devel/boost-libs
 
-USES=		compiler:c++11-lang desktop-file-utils qmake qt:5
+USES=		compiler:c++11-lang desktop-file-utils gl qmake qt:5
 USE_GITHUB=	yes
 GH_ACCOUNT=	AdelKS
 USE_QT=		core gui network printsupport widgets buildtools_build

Modified: head/misc/actiona/Makefile
==============================================================================
--- head/misc/actiona/Makefile	Wed Nov  6 18:06:40 2019	(r516915)
+++ head/misc/actiona/Makefile	Wed Nov  6 18:07:22 2019	(r516916)
@@ -18,7 +18,8 @@ LIB_DEPENDS=	libnotify.so:devel/libnotify \
 		libopencv_core.so:graphics/opencv-core \
 		libopencv_video.so:graphics/opencv
 
-USES=		compiler:c++11-lang desktop-file-utils gl pkgconfig qmake gnome qt:5 shared-mime-info
+USES=		compiler:c++11-lang desktop-file-utils gl pkgconfig qmake \
+		gnome qt:5 shared-mime-info xorg
 USE_GITHUB=	yes
 GH_ACCOUNT=	Jmgr
 USE_QT=		concurrent core dbus gui multimedia network script scripttools speech sql widgets x11extras xml xmlpatterns \

Modified: head/misc/asbutton/Makefile
==============================================================================
--- head/misc/asbutton/Makefile	Wed Nov  6 18:06:40 2019	(r516915)
+++ head/misc/asbutton/Makefile	Wed Nov  6 18:07:22 2019	(r516916)
@@ -13,6 +13,7 @@ COMMENT=	Dockapp that displays 4 or 9 buttons to run a
 
 LICENSE=	GPLv2
 
+USES=		xorg
 USE_XORG=	x11 xpm
 ALL_TARGET=	asbutton
 MAKE_ARGS=	INCLUDES="-I${LOCALBASE}/include/X11 -I${LOCALBASE}/include" \

Modified: head/misc/dartsim/Makefile
==============================================================================
--- head/misc/dartsim/Makefile	Wed Nov  6 18:06:40 2019	(r516915)
+++ head/misc/dartsim/Makefile	Wed Nov  6 18:07:22 2019	(r516916)
@@ -31,7 +31,8 @@ LIB_DEPENDS=	libassimp.so:multimedia/assimp \
 		libtinyxml2.so:textproc/tinyxml2 \
 		liburdfdom_world.so:misc/urdfdom
 
-USES=		cmake compiler:c++11-lang eigen:3 gl localbase:ldflags pkgconfig
+USES=		cmake compiler:c++11-lang eigen:3 gl localbase:ldflags \
+		pkgconfig xorg
 USE_GITHUB=	yes
 GH_PROJECT=	dart
 USE_GL=		gl glu glut

Modified: head/misc/free42/Makefile
==============================================================================
--- head/misc/free42/Makefile	Wed Nov  6 18:06:40 2019	(r516915)
+++ head/misc/free42/Makefile	Wed Nov  6 18:07:22 2019	(r516916)
@@ -20,7 +20,7 @@ BROKEN_powerpc64=	fails to link: c++: error: no such f
 LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
 		libfreetype.so:print/freetype2
 
-USES=		compiler dos2unix gmake gnome localbase pkgconfig tar:tgz
+USES=		compiler dos2unix gmake gnome localbase pkgconfig tar:tgz xorg
 USE_GNOME=	atk cairo gdkpixbuf2 glib20 gtk20 pango
 USE_XORG=	x11 xmu
 DOS2UNIX_FILES=	gtk/IntelRDFPMathLib20U1/LIBRARY/float128/op_system.h gtk/IntelRDFPMathLib20U1/LIBRARY/float128/architecture.h

Modified: head/misc/gkrellm-gamma/Makefile
==============================================================================
--- head/misc/gkrellm-gamma/Makefile	Wed Nov  6 18:06:40 2019	(r516915)
+++ head/misc/gkrellm-gamma/Makefile	Wed Nov  6 18:07:22 2019	(r516916)
@@ -13,7 +13,7 @@ COMMENT=	XFree86 gamma correction plugin for GKrellM
 BUILD_DEPENDS=	${LOCALBASE}/include/gkrellm2/gkrellm.h:sysutils/gkrellm2
 RUN_DEPENDS=	gkrellm:sysutils/gkrellm2
 
-USES=		pkgconfig
+USES=		pkgconfig xorg
 USE_XORG=	x11 xxf86vm
 PLIST_FILES=	libexec/gkrellm2/plugins/gamma.so
 MAKE_ENV=	PLUGIN_DIR=${PLUGINDIR}

Modified: head/misc/hotkeys/Makefile
==============================================================================
--- head/misc/hotkeys/Makefile	Wed Nov  6 18:06:40 2019	(r516915)
+++ head/misc/hotkeys/Makefile	Wed Nov  6 18:07:22 2019	(r516916)
@@ -21,9 +21,9 @@ CONFIGURE_ARGS=	--with-db3-inc=${BDB_INCLUDE_DIR} \
 		--with-db3-lib=${BDB_LIB_DIR} \
 		--with-db-name=${BDB_LIB_NAME}
 
+USES=		bdb gmake xorg
 USE_XORG=	x11 xft xkbfile xmu
 GNU_CONFIGURE=	yes
-USES=		bdb gmake
 
 OPTIONS_DEFINE=	OSD
 OPTIONS_DEFAULT=	OSD

Modified: head/misc/magicpoint/Makefile
==============================================================================
--- head/misc/magicpoint/Makefile	Wed Nov  6 18:06:40 2019	(r516915)
+++ head/misc/magicpoint/Makefile	Wed Nov  6 18:07:22 2019	(r516916)
@@ -18,7 +18,7 @@ RUN_DEPENDS+=	pnmscale:graphics/netpbm
 
 MAKE_JOBS_UNSAFE=	yes
 
-USES=		imake:env perl5 pkgconfig
+USES=		imake:env perl5 pkgconfig xorg
 USE_PERL5=	run
 USE_XORG=	x11 xext xmu xt sm ice xi xtst
 GNU_CONFIGURE=	yes

Modified: head/misc/pspresent/Makefile
==============================================================================
--- head/misc/pspresent/Makefile	Wed Nov  6 18:06:40 2019	(r516915)
+++ head/misc/pspresent/Makefile	Wed Nov  6 18:07:22 2019	(r516916)
@@ -12,8 +12,8 @@ COMMENT=	Full-screen slide shows of postscript files
 
 LICENSE=	GPLv2
 
+USES=		ghostscript:x11,run xorg
 USE_XORG=	x11 xext xinerama
-USES=		ghostscript:x11,run
 MAKE_ARGS=	CC="${CC}" CFLAGS="${CFLAGS}" LDLIBS="${LDFLAGS}"
 ALL_TARGET=	pspresent
 

Modified: head/misc/sent/Makefile
==============================================================================
--- head/misc/sent/Makefile	Wed Nov  6 18:06:40 2019	(r516915)
+++ head/misc/sent/Makefile	Wed Nov  6 18:07:22 2019	(r516916)
@@ -14,6 +14,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig
 RUN_DEPENDS=	2ff:graphics/farbfeld
 
+USES=		xorg
 USE_XORG=	x11 xft
 
 MAKE_ARGS=	CC="${CC}" PREFIX="${PREFIX}" MANPREFIX="${MANPREFIX}/man" \

Modified: head/misc/unclutter-xfixes/Makefile
==============================================================================
--- head/misc/unclutter-xfixes/Makefile	Wed Nov  6 18:06:40 2019	(r516915)
+++ head/misc/unclutter-xfixes/Makefile	Wed Nov  6 18:07:22 2019	(r516916)
@@ -15,7 +15,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 BUILD_DEPENDS=	a2x:textproc/asciidoc
 LIB_DEPENDS=	libev.so:devel/libev
 
-USES=		gmake pkgconfig
+USES=		gmake pkgconfig xorg
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	Airblader

Modified: head/misc/unclutter/Makefile
==============================================================================
--- head/misc/unclutter/Makefile	Wed Nov  6 18:06:40 2019	(r516915)
+++ head/misc/unclutter/Makefile	Wed Nov  6 18:07:22 2019	(r516916)
@@ -11,7 +11,7 @@ MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Remove idle cursor image from screen
 
 WRKSRC=		${WRKDIR}/unclutter
-USES=		imake tar:Z
+USES=		imake tar:Z xorg
 USE_XORG=	x11 xext
 
 PLIST_FILES=	bin/unclutter \

Modified: head/misc/visp/Makefile
==============================================================================
--- head/misc/visp/Makefile	Wed Nov  6 18:06:40 2019	(r516915)
+++ head/misc/visp/Makefile	Wed Nov  6 18:07:22 2019	(r516916)
@@ -25,7 +25,7 @@ LIB_DEPENDS=	libblas.so:math/blas \
 		libpng.so:graphics/png \
 		libv4l2.so:multimedia/libv4l
 
-USES=		cmake compiler:c++11-lang eigen:3 fortran gnome jpeg
+USES=		cmake compiler:c++11-lang eigen:3 fortran gnome jpeg xorg
 USE_GNOME=	libxml2
 USE_XORG=	ice sm x11 xext
 USE_LDCONFIG=	yes

Modified: head/misc/wmScoreBoard/Makefile
==============================================================================
--- head/misc/wmScoreBoard/Makefile	Wed Nov  6 18:06:40 2019	(r516915)
+++ head/misc/wmScoreBoard/Makefile	Wed Nov  6 18:07:22 2019	(r516916)
@@ -16,8 +16,8 @@ LICENSE_FILE=	${WRKSRC}/../COPYING
 RUN_DEPENDS=	wget:ftp/wget
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}/src
+USES=		gmake shebangfix xorg
 USE_XORG=	xpm x11 xext
-USES=		gmake shebangfix
 SHEBANG_FILES=	GrabScores.excite
 
 OPTIONS_DEFINE=	DOCS

Modified: head/misc/wmcalendar/Makefile
==============================================================================
--- head/misc/wmcalendar/Makefile	Wed Nov  6 18:06:40 2019	(r516915)
+++ head/misc/wmcalendar/Makefile	Wed Nov  6 18:07:22 2019	(r516916)
@@ -14,7 +14,7 @@ LIB_DEPENDS=	libical.so:devel/libical
 
 WRKSRC=		${WRKDIR}/${DISTNAME}/Src
 
-USES=		pkgconfig
+USES=		gnome pkgconfig xorg
 USE_XORG=	xpm
 USE_GNOME=	gtk20
 MAKE_ARGS=	CC="${CC}" \

Modified: head/misc/wmjulia/Makefile
==============================================================================
--- head/misc/wmjulia/Makefile	Wed Nov  6 18:06:40 2019	(r516915)
+++ head/misc/wmjulia/Makefile	Wed Nov  6 18:07:22 2019	(r516916)
@@ -14,7 +14,7 @@ LICENSE=	GPLv2
 
 PLIST_FILES=	bin/wmjulia
 WRKSRC=	${WRKDIR}/${PORTNAME}.app/${PORTNAME}
-USES=		gmake
+USES=		gmake xorg
 USE_XORG=	xpm xext
 
 do-install:

Modified: head/misc/wmpal/Makefile
==============================================================================
--- head/misc/wmpal/Makefile	Wed Nov  6 18:06:40 2019	(r516915)
+++ head/misc/wmpal/Makefile	Wed Nov  6 18:07:22 2019	(r516916)
@@ -12,7 +12,7 @@ COMMENT=	One of the most useless dockapps in the world
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		localbase
+USES=		localbase xorg
 USE_XORG=	x11 xpm
 GNU_CONFIGURE=	yes
 LIBS+=		-lX11

Modified: head/misc/wmtunlo/Makefile
==============================================================================
--- head/misc/wmtunlo/Makefile	Wed Nov  6 18:06:40 2019	(r516915)
+++ head/misc/wmtunlo/Makefile	Wed Nov  6 18:07:22 2019	(r516916)
@@ -12,6 +12,7 @@ COMMENT=	Falling-down-a-tunnel dockapp
 
 LICENSE=	GPLv2
 
+USES=		xorg
 USE_XORG=	x11 xpm xorgproto
 ALL_TARGET=	wmtunlo
 

Modified: head/misc/wmweather+/Makefile
==============================================================================
--- head/misc/wmweather+/Makefile	Wed Nov  6 18:06:40 2019	(r516915)
+++ head/misc/wmweather+/Makefile	Wed Nov  6 18:07:22 2019	(r516916)
@@ -26,7 +26,7 @@ LIB_DEPENDS=	libcurl.so:ftp/curl \
 
 WRKSRC=		${WRKDIR}/wmweather+-${PORTVERSION}
 
-USES=		iconv jpeg
+USES=		iconv jpeg xorg
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-libwraster=${LOCALBASE} \
 		--with-libpcre=${LOCALBASE} \

Modified: head/misc/wmwork/Makefile
==============================================================================
--- head/misc/wmwork/Makefile	Wed Nov  6 18:06:40 2019	(r516915)
+++ head/misc/wmwork/Makefile	Wed Nov  6 18:07:22 2019	(r516916)
@@ -13,8 +13,8 @@ COMMENT=	Dockapp that keeps track of time you have spe
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}/src
 
+USES=		gmake xorg
 USE_XORG=	xpm
-USES=		gmake
 GNU_CONFIGURE=	yes
 
 PLIST_FILES=	bin/wmwork man/man1/wmwork.1.gz

Modified: head/misc/xgas/Makefile
==============================================================================
--- head/misc/xgas/Makefile	Wed Nov  6 18:06:40 2019	(r516915)
+++ head/misc/xgas/Makefile	Wed Nov  6 18:07:22 2019	(r516916)
@@ -11,7 +11,7 @@ DISTNAME=	${PORTNAME}
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	The animated simulation of an ideal gas
 
-USES=		imake
+USES=		imake xorg
 USE_XORG=	ice sm x11 xaw xext xmu xt
 PLIST_FILES=	bin/xgas lib/X11/app-defaults/XGas \
 		man/man1/xgas.1.gz

Modified: head/misc/xless/Makefile
==============================================================================
--- head/misc/xless/Makefile	Wed Nov  6 18:06:40 2019	(r516915)
+++ head/misc/xless/Makefile	Wed Nov  6 18:07:22 2019	(r516916)
@@ -11,7 +11,7 @@ MASTER_SITES=	XCONTRIB/applications \
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	X11-based viewer for text files
 
-USES=		imake
+USES=		imake xorg
 USE_XORG=	ice sm x11 xaw xext xmu xpm xt
 MAKE_ARGS=	MAKE="${MAKE_CMD}"
 

Modified: head/misc/xosd/Makefile
==============================================================================
--- head/misc/xosd/Makefile	Wed Nov  6 18:06:40 2019	(r516915)
+++ head/misc/xosd/Makefile	Wed Nov  6 18:07:22 2019	(r516916)
@@ -13,7 +13,7 @@ COMMENT=	X11 on-screen-display program and library
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		gmake pkgconfig libtool
+USES=		gmake pkgconfig libtool xorg
 USE_CSTD=	gnu89
 USE_XORG=	x11 xext xt sm ice xinerama
 USE_LDCONFIG=	yes
@@ -36,6 +36,7 @@ MSEC_VARS=	DELAY_UNITS=milliseconds
 MSEC_VARS_OFF=	DELAY_UNITS=seconds
 
 XFT_EXTRA_PATCHES=	${FILESDIR}/extra-patch-xft
+XFT_USES=		gnome
 XFT_USE=		GNOME=pango XORG=xft
 
 post-patch:

Modified: head/misc/xtypo/Makefile
==============================================================================
--- head/misc/xtypo/Makefile	Wed Nov  6 18:06:40 2019	(r516915)
+++ head/misc/xtypo/Makefile	Wed Nov  6 18:07:22 2019	(r516916)
@@ -13,7 +13,7 @@ COMMENT=	X-based keyboard trainer
 BROKEN=		unfetchable
 
 PLIST_FILES=	bin/xtypo
-USES=		imake
+USES=		imake xorg
 USE_XORG=	ice sm x11 xaw xext xmu xpm xt
 ALL_TARGET=	xtypo
 

Modified: head/multimedia/QtAV/Makefile
==============================================================================
--- head/multimedia/QtAV/Makefile	Wed Nov  6 18:06:40 2019	(r516915)
+++ head/multimedia/QtAV/Makefile	Wed Nov  6 18:07:22 2019	(r516916)
@@ -16,7 +16,7 @@ LICENSE_FILE=		${WRKSRC}/lgpl-2.1.txt
 LIB_DEPENDS=		libass.so:multimedia/libass \
 			libavcodec.so:multimedia/ffmpeg
 
-USES=			compiler:c++11-lang qmake:outsource qt:5
+USES=			compiler:c++11-lang gl qmake:outsource qt:5 xorg
 USE_GL=			gl
 USE_QT=			core declarative gui network opengl sql widgets \
 			buildtools_build qmake_build

Modified: head/multimedia/aegisub/Makefile
==============================================================================
--- head/multimedia/aegisub/Makefile	Wed Nov  6 18:06:40 2019	(r516915)
+++ head/multimedia/aegisub/Makefile	Wed Nov  6 18:07:22 2019	(r516916)
@@ -23,8 +23,8 @@ LIB_DEPENDS=	libboost_thread.so:devel/boost-libs \
 		libass.so:multimedia/libass \
 		libfontconfig.so:x11-fonts/fontconfig
 
-USES=		compiler:c++11-lib desktop-file-utils gettext gmake iconv \
-		localbase pkgconfig tar:xz
+USES=		compiler:c++11-lib desktop-file-utils gettext gl gmake gnome \
+		iconv localbase pkgconfig tar:xz
 USE_GNOME=	intltool
 USE_WX=		3.0
 WX_CONF_ARGS=	absolute

Modified: head/multimedia/audacious-gtk3/Makefile
==============================================================================
--- head/multimedia/audacious-gtk3/Makefile	Wed Nov  6 18:06:40 2019	(r516915)
+++ head/multimedia/audacious-gtk3/Makefile	Wed Nov  6 18:07:22 2019	(r516916)
@@ -26,7 +26,7 @@ FILESDIR=	${MASTERDIR}/files
 SUB_FILES=	pkg-message
 
 USES=		autoreconf compiler:c++11-lib desktop-file-utils \
-		gettext-tools gmake localbase pkgconfig
+		gettext-tools gmake gnome localbase pkgconfig xorg
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	audacious-media-player

Modified: head/multimedia/audacious-plugins-gtk3/Makefile
==============================================================================
--- head/multimedia/audacious-plugins-gtk3/Makefile	Wed Nov  6 18:06:40 2019	(r516915)
+++ head/multimedia/audacious-plugins-gtk3/Makefile	Wed Nov  6 18:07:22 2019	(r516916)
@@ -30,7 +30,7 @@ DISTINFO_FILE=	${.CURDIR}/distinfo
 FILESDIR=	${MASTERDIR}/files
 
 USES=		autoreconf compiler:c++11-lib gettext-tools gmake gnome \
-		iconv localbase pkgconfig
+		iconv localbase pkgconfig xorg
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	audacious-media-player

Modified: head/multimedia/audacious-plugins/Makefile
==============================================================================
--- head/multimedia/audacious-plugins/Makefile	Wed Nov  6 18:06:40 2019	(r516915)
+++ head/multimedia/audacious-plugins/Makefile	Wed Nov  6 18:07:22 2019	(r516916)
@@ -22,7 +22,7 @@ LIB_DEPENDS=	libdbus-glib-1.so:devel/dbus-glib \
 RUN_DEPENDS=	audacious:multimedia/audacious
 
 USES=		compiler:c++11-lib gettext-tools gmake gnome iconv \
-		localbase pkgconfig tar:bzip2
+		localbase pkgconfig tar:bzip2 xorg
 USE_GNOME=	gtk20 glib20 libxml2 cairo gdkpixbuf2
 USE_XORG=	x11
 

Modified: head/multimedia/audacious/Makefile
==============================================================================
--- head/multimedia/audacious/Makefile	Wed Nov  6 18:06:40 2019	(r516915)
+++ head/multimedia/audacious/Makefile	Wed Nov  6 18:07:22 2019	(r516916)
@@ -18,7 +18,7 @@ LIB_DEPENDS=	libfreetype.so:print/freetype2 \
 		libfontconfig.so:x11-fonts/fontconfig
 
 USES=		compiler:c++11-lib desktop-file-utils gettext-tools gmake \
-		gnome localbase pkgconfig tar:bzip2
+		gnome localbase pkgconfig tar:bzip2 xorg
 USE_XORG=	x11 sm
 USE_GNOME=	gtk20 glib20 cairo
 USE_LDCONFIG=	yes

Modified: head/multimedia/avidemux/Makefile.common
==============================================================================
--- head/multimedia/avidemux/Makefile.common	Wed Nov  6 18:06:40 2019	(r516915)
+++ head/multimedia/avidemux/Makefile.common	Wed Nov  6 18:07:22 2019	(r516916)
@@ -17,7 +17,7 @@ USE_GNOME=	libxml2
 
 OPTIONS_FILE=	${PORT_DBDIR}/${OPTIONS_NAME:C/-.*//}/options
 
-USES=		cmake:noninja pkgconfig iconv gmake compiler:features sqlite
+USES=		cmake:noninja pkgconfig iconv gmake gnome compiler:features sqlite
 USES+=		dos2unix
 DOS2UNIX_FILES=	cmake/admCheckMiscLibs.cmake \
 		avidemux_core/ADM_coreVideoCodec/include/ADM_coreVideoCodec6_export.h \
@@ -137,6 +137,7 @@ CMAKE_ARGS+=	-DFONTCONFIG:BOOL=OFF
 
 .if ${PORT_OPTIONS:MXVIDEO}
 #LIB_DEPENDS+=	Xv:x11/libXv
+USES+=		xorg
 USE_XORG+=	xv
 .else
 CMAKE_ARGS+=	-DXVIDEO:BOOL=OFF
@@ -199,6 +200,7 @@ PLIST_SUB+=	XVID="@comment "
 .endif
 
 .if ${PORT_OPTIONS:MSDL}
+USES+=		sdl
 USE_SDL=	sdl
 PLIST_SUB+=	SDL=""
 .else

Modified: head/multimedia/butt/Makefile
==============================================================================
--- head/multimedia/butt/Makefile	Wed Nov  6 18:06:40 2019	(r516915)
+++ head/multimedia/butt/Makefile	Wed Nov  6 18:07:22 2019	(r516916)
@@ -24,7 +24,7 @@ LIB_DEPENDS=	libdbus-1.so:devel/dbus \
 		libsamplerate.so:audio/libsamplerate \
 		libvorbis.so:audio/libvorbis
 
-USES=		autoreconf compiler:c++11-lang gmake jpeg pkgconfig
+USES=		autoreconf compiler:c++11-lang gmake jpeg pkgconfig xorg
 USE_XORG=	x11 xrender xcursor xfixes xext xft xinerama
 
 GNU_CONFIGURE=	yes

Modified: head/multimedia/ccextractor/Makefile
==============================================================================
--- head/multimedia/ccextractor/Makefile	Wed Nov  6 18:06:40 2019	(r516915)
+++ head/multimedia/ccextractor/Makefile	Wed Nov  6 18:07:22 2019	(r516916)
@@ -29,7 +29,7 @@ LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
 		libx265.so:multimedia/x265 \
 		libxvidcore.so:multimedia/xvid
 
-USES=		cmake iconv localbase:ldflags pkgconfig
+USES=		cmake iconv localbase:ldflags pkgconfig xorg
 USE_GITHUB=	yes
 GH_ACCOUNT=	CCExtractor
 USE_XORG=	x11

Modified: head/multimedia/cheese/Makefile
==============================================================================
--- head/multimedia/cheese/Makefile	Wed Nov  6 18:06:40 2019	(r516915)
+++ head/multimedia/cheese/Makefile	Wed Nov  6 18:07:22 2019	(r516916)
@@ -29,8 +29,8 @@ RUN_DEPENDS=	gnome-video-effects>=0:graphics/gnome-vid
 
 PORTSCOUT=	limitw:1,even
 
-USES=		gettext gmake gnome libtool localbase pathfix \
-		pkgconfig tar:xz
+USES=		gettext gl gmake gnome libtool localbase pathfix \
+		pkgconfig tar:xz xorg
 USE_GNOME=	cairo intlhack evolutiondataserver3 librsvg2 \
 		gnomedesktop3 libxml2:build introspection:build
 USE_GL=		egl

Modified: head/multimedia/cinelerra-gg/Makefile
==============================================================================
--- head/multimedia/cinelerra-gg/Makefile	Wed Nov  6 18:06:40 2019	(r516915)
+++ head/multimedia/cinelerra-gg/Makefile	Wed Nov  6 18:07:22 2019	(r516916)
@@ -51,7 +51,8 @@ EXTRA_PATCHES=	${BUILD_WRKSRC}/blds/bsd.patch:-p1
 
 REV=		502b6f3b6fd04f6b01c6d70dcb81aa304dd0db1c # git revision
 
-USES=		autoreconf gettext-runtime gettext-tools gmake iconv:wchar_t jpeg localbase makeinfo python:2.7,build shebangfix
+USES=		autoreconf gettext-runtime gettext-tools gmake iconv:wchar_t \
+		jpeg localbase makeinfo python:2.7,build shebangfix xorg
 SHEBANG_GLOB=	*.sh *.bld
 GNU_CONFIGURE=	yes
 USE_XORG=	x11 xau xdmcp xext xfixes xft xinerama xv
@@ -79,7 +80,7 @@ OPTIONS_SUB=		yes
 
 LV2_DESC=		Use LV2 plugins
 LV2_CONFIGURE_WITH=	lv2
-LV2_USES=		pkgconfig
+LV2_USES=		gnome pkgconfig
 LV2_USE=		GNOME=atk,cairo,gdkpixbuf2,glib20,gtk20,pango
 LV2_CFLAGS=		-I${LOCALBASE}/include/lilv-0 -I${LOCALBASE}/include/suil-0
 LV2_BUILD_DEPENDS=	lv2>0:audio/lv2
@@ -90,6 +91,7 @@ LV2_LIB_DEPENDS=	liblilv-0.so:audio/lilv \
 			libsuil-0.so:audio/suil
 
 OPENGL_CONFIGURE_WITH=	gl
+OPENGL_USES=		gl
 OPENGL_USE=		GL=gl,glu
 
 post-patch:

Modified: head/multimedia/clutter-gst/Makefile
==============================================================================
--- head/multimedia/clutter-gst/Makefile	Wed Nov  6 18:06:40 2019	(r516915)
+++ head/multimedia/clutter-gst/Makefile	Wed Nov  6 18:07:22 2019	(r516916)
@@ -14,7 +14,7 @@ LIB_DEPENDS=	libclutter-1.0.so:graphics/clutter
 
 PORTSCOUT=	ignore:1
 
-USES=		gmake libtool localbase pathfix \
+USES=		gl gmake gnome libtool localbase pathfix \
 		pkgconfig tar:xz xorg
 USE_GNOME=	introspection gnomeprefix
 GNU_CONFIGURE=	yes

Modified: head/multimedia/dvbcut/Makefile
==============================================================================
--- head/multimedia/dvbcut/Makefile	Wed Nov  6 18:06:40 2019	(r516915)
+++ head/multimedia/dvbcut/Makefile	Wed Nov  6 18:07:22 2019	(r516916)
@@ -20,7 +20,7 @@ LIB_DEPENDS=	liba52.so:audio/liba52 \
 		libavutil.so:multimedia/ffmpeg
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-USES=		compiler:c++11-lang desktop-file-utils pkgconfig \
+USES=		compiler:c++11-lang desktop-file-utils gl pkgconfig \
 		qmake:outsource qt:5 shared-mime-info
 
 USE_QT=		core gui widgets xml buildtools_build linguisttools_build

Modified: head/multimedia/fxtv/Makefile
==============================================================================
--- head/multimedia/fxtv/Makefile	Wed Nov  6 18:06:40 2019	(r516915)
+++ head/multimedia/fxtv/Makefile	Wed Nov  6 18:07:22 2019	(r516916)
@@ -17,7 +17,7 @@ ONLY_FOR_ARCHS=	amd64 i386
 LIB_DEPENDS=	libtiff.so:graphics/tiff \
 		libXaw3d.so:x11-toolkits/Xaw3d
 
-USES=		gmake jpeg tar:tgz
+USES=		gmake jpeg tar:tgz xorg
 MAKE_ENV=	X11BASE=${LOCALBASE}
 USE_XORG=	ice sm x11 xaw xext xmu xt xpm xxf86vm xxf86dga
 MAKE_FLAGS=	-e

Modified: head/multimedia/gmerlin/Makefile
==============================================================================
--- head/multimedia/gmerlin/Makefile	Wed Nov  6 18:06:40 2019	(r516915)
+++ head/multimedia/gmerlin/Makefile	Wed Nov  6 18:07:22 2019	(r516916)
@@ -17,7 +17,7 @@ LIB_DEPENDS=	libexif.so:graphics/libexif \
 		libgavl.so:multimedia/gavl \
 		libfontconfig.so:x11-fonts/fontconfig
 
-USES=		gettext libtool makeinfo pathfix pkgconfig sqlite
+USES=		gettext gl gnome libtool makeinfo pathfix pkgconfig sqlite xorg
 USE_GNOME=	gtk20 libxml2
 USE_XORG=	x11 xext xfixes xinerama xv
 USE_GL=		gl

Modified: head/multimedia/gmtk/Makefile
==============================================================================
--- head/multimedia/gmtk/Makefile	Wed Nov  6 18:06:40 2019	(r516915)
+++ head/multimedia/gmtk/Makefile	Wed Nov  6 18:07:22 2019	(r516916)
@@ -13,7 +13,7 @@ LICENSE=	GPLv2
 
 BUILD_DEPENDS=	p5-XML-Parser>0:textproc/p5-XML-Parser
 
-USES=		gettext gmake libtool pathfix perl5 pkgconfig
+USES=		gettext gmake gnome libtool pathfix perl5 pkgconfig xorg
 USE_XORG=	x11
 USE_GNOME=	glib20 intltool
 USE_PERL5=	build

Modified: head/multimedia/gnome-mplayer/Makefile
==============================================================================
--- head/multimedia/gnome-mplayer/Makefile	Wed Nov  6 18:06:40 2019	(r516915)
+++ head/multimedia/gnome-mplayer/Makefile	Wed Nov  6 18:07:22 2019	(r516916)
@@ -17,7 +17,7 @@ LIB_DEPENDS=	libdbus-glib-1.so:devel/dbus-glib \
 		libgmtk.so:multimedia/gmtk
 RUN_DEPENDS=	mplayer:multimedia/mplayer
 
-USES=		desktop-file-utils gettext gmake pkgconfig
+USES=		desktop-file-utils gettext gmake gnome pkgconfig xorg
 USE_XORG=	x11 xscrnsaver
 USE_GNOME=	glib20
 GNU_CONFIGURE=	yes

Modified: head/multimedia/gnome-twitch/Makefile
==============================================================================
--- head/multimedia/gnome-twitch/Makefile	Wed Nov  6 18:06:40 2019	(r516915)
+++ head/multimedia/gnome-twitch/Makefile	Wed Nov  6 18:07:22 2019	(r516916)
@@ -19,7 +19,7 @@ LIB_DEPENDS=	libjson-glib-1.0.so:devel/json-glib \
 		libwebkit2gtk-4.0.so:www/webkit2-gtk3
 
 USES=		compiler:c11 gettext gnome meson pkgconfig python:3.5+,build \
-		tar:xz
+		tar:xz xorg
 USE_GITHUB=	yes
 USE_LDCONFIG=	yes
 USE_GNOME=	gtk30

Modified: head/multimedia/gstreamer-plugins-good/Makefile
==============================================================================
--- head/multimedia/gstreamer-plugins-good/Makefile	Wed Nov  6 18:06:40 2019	(r516915)
+++ head/multimedia/gstreamer-plugins-good/Makefile	Wed Nov  6 18:07:22 2019	(r516916)
@@ -15,6 +15,7 @@ MASTERDIR=	${.CURDIR}/../../multimedia/gstreamer-plugi
 BUILD_DEPENDS+=	gstreamer-plugins>=${GST_VERSION}${GST_MINOR_VERSION}:multimedia/gstreamer-plugins
 RUN_DEPENDS+=	gstreamer-plugins>=${GST_VERSION}${GST_MINOR_VERSION}:multimedia/gstreamer-plugins
 
+USES+=		xorg
 USE_XORG+=	xdamage
 
 gst_good_DIST=	good

Modified: head/multimedia/gstreamer-plugins/Makefile
==============================================================================
--- head/multimedia/gstreamer-plugins/Makefile	Wed Nov  6 18:06:40 2019	(r516915)
+++ head/multimedia/gstreamer-plugins/Makefile	Wed Nov  6 18:07:22 2019	(r516916)
@@ -72,6 +72,7 @@ PLIST_SUB+=	I386="@comment "
 gst_base_DIST=	base
 NO_GSTREAMER_COMMON=	yes
 USE_LDCONFIG=	yes

*** DIFF OUTPUT TRUNCATED AT 1000 LINES ***


More information about the svn-ports-all mailing list