svn commit: r516988 - in head: science/2d-rewriter science/PETSc science/cdcl science/chemtool science/chemtool-devel science/coot science/dcl science/drawxtl science/gabedit science/gchemutils sci...

Niclas Zeising zeising at FreeBSD.org
Thu Nov 7 17:18:12 UTC 2019


Author: zeising
Date: Thu Nov  7 17:17:53 2019
New Revision: 516988
URL: https://svnweb.freebsd.org/changeset/ports/516988

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

Modified:
  head/science/2d-rewriter/Makefile
  head/science/PETSc/Makefile
  head/science/cdcl/Makefile
  head/science/chemtool-devel/Makefile
  head/science/chemtool/Makefile
  head/science/coot/Makefile
  head/science/dcl/Makefile
  head/science/drawxtl/Makefile
  head/science/gabedit/Makefile
  head/science/gchemutils/Makefile
  head/science/ghemical/Makefile
  head/science/gnudatalanguage/Makefile
  head/science/gwyddion/Makefile
  head/science/iboview/Makefile
  head/science/kalzium/Makefile
  head/science/liboglappth/Makefile
  head/science/liggghts/Makefile
  head/science/luscus/Makefile
  head/science/massxpert/Makefile
  head/science/medit/Makefile
  head/science/molscript/Makefile
  head/science/opensim-core/Makefile
  head/science/paraview/Makefile
  head/science/rubygem-ruby-dcl/Makefile
  head/science/smoldyn/Makefile
  head/science/v_sim/Makefile
  head/science/vmd/Makefile
  head/science/xcrysden/Makefile
  head/security/keepassx-devel/Makefile
  head/security/kickpass/Makefile
  head/security/libcryptui/Makefile
  head/security/libfprint/Makefile
  head/security/openssh-askpass/Makefile
  head/security/seahorse/Makefile
  head/security/xspy/Makefile
  head/shells/viewglob/Makefile
  head/sysutils/ascpu/Makefile
  head/sysutils/asfsm/Makefile
  head/sysutils/asmem/Makefile
  head/sysutils/asmon/Makefile
  head/sysutils/bamf/Makefile
  head/sysutils/brasero/Makefile
  head/sysutils/cinnamon-control-center/Makefile
  head/sysutils/consolekit2/Makefile
  head/sysutils/dunst/Makefile
  head/sysutils/gapcmon/Makefile
  head/sysutils/gkleds2/Makefile
  head/sysutils/gnome-control-center/Makefile
  head/sysutils/gnome-settings-daemon/Makefile
  head/sysutils/gtk-imonc/Makefile
  head/sysutils/libgksu/Makefile
  head/sysutils/lineak-defaultplugin/Makefile
  head/sysutils/lineak-xosdplugin/Makefile
  head/sysutils/lineakd/Makefile
  head/sysutils/logstalgia/Makefile
  head/sysutils/luckybackup/Makefile
  head/sysutils/lxinput/Makefile
  head/sysutils/lxqt-config/Makefile
  head/sysutils/lxqt-qtplugin/Makefile
  head/sysutils/lxterminal/Makefile
  head/sysutils/mate-power-manager/Makefile
  head/sysutils/mate-settings-daemon/Makefile
  head/sysutils/nitrogen/Makefile
  head/sysutils/passwordsafe/Makefile
  head/sysutils/pc-networkmanager/Makefile
  head/sysutils/plasma5-kinfocenter/Makefile
  head/sysutils/pwsafe/Makefile
  head/sysutils/radeontop/Makefile
  head/sysutils/roottail/Makefile
  head/sysutils/synergy/Makefile
  head/sysutils/tarsnap-gui/Makefile
  head/sysutils/wmapmload/Makefile
  head/sysutils/wmbluecpu/Makefile
  head/sysutils/wmbsdbatt/Makefile
  head/sysutils/wmcpuload/Makefile
  head/sysutils/wmcube/Makefile
  head/sysutils/wmdiskmon/Makefile
  head/sysutils/wmflame/Makefile
  head/sysutils/wmmemfree/Makefile
  head/sysutils/wmmemload/Makefile
  head/sysutils/wmtop/Makefile
  head/sysutils/wmupmon/Makefile
  head/sysutils/xbatt/Makefile
  head/sysutils/xcpustate/Makefile
  head/sysutils/xdu/Makefile
  head/sysutils/xfce4-kbdleds-plugin/Makefile
  head/sysutils/xfsm/Makefile
  head/sysutils/xosview/Makefile
  head/sysutils/xsysstats/Makefile
  head/sysutils/xvidcap/Makefile

Modified: head/science/2d-rewriter/Makefile
==============================================================================
--- head/science/2d-rewriter/Makefile	Thu Nov  7 17:07:24 2019	(r516987)
+++ head/science/2d-rewriter/Makefile	Thu Nov  7 17:17:53 2019	(r516988)
@@ -10,7 +10,7 @@ CATEGORIES=	science
 MAINTAINER=	iserikov at acm.org
 COMMENT=	Cellular automata simulator
 
-USES=		imake
+USES=		imake xorg
 USE_XORG=	x11 xext
 USE_GITHUB=	yes
 GH_ACCOUNT=	iserikov

Modified: head/science/PETSc/Makefile
==============================================================================
--- head/science/PETSc/Makefile	Thu Nov  7 17:07:24 2019	(r516987)
+++ head/science/PETSc/Makefile	Thu Nov  7 17:17:53 2019	(r516988)
@@ -16,7 +16,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 LIB_DEPENDS=	libmpich.so:net/mpich
 
-USES=		blaslapack fortran gmake python:2.7 shebangfix
+USES=		blaslapack fortran gmake python:2.7 shebangfix xorg
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-shared-libraries=1 \
 		--with-mpi-dir=${LOCALBASE} \

Modified: head/science/cdcl/Makefile
==============================================================================
--- head/science/cdcl/Makefile	Thu Nov  7 17:07:24 2019	(r516987)
+++ head/science/cdcl/Makefile	Thu Nov  7 17:17:53 2019	(r516988)
@@ -17,7 +17,7 @@ BROKEN_armv6=		fails to link: final link failed: Nonre
 BROKEN_armv7=		fails to link: final link failed: Nonrepresentable section on output
 
 OPTIONS_DEFINE=	DOCS EXAMPLES
-USES=		desthack pkgconfig
+USES=		desthack gnome pkgconfig xorg
 USE_XORG=	x11 xext
 USE_GNOME=	gtk20 gdkpixbuf2
 GNU_CONFIGURE=	yes

Modified: head/science/chemtool-devel/Makefile
==============================================================================
--- head/science/chemtool-devel/Makefile	Thu Nov  7 17:07:24 2019	(r516987)
+++ head/science/chemtool-devel/Makefile	Thu Nov  7 17:17:53 2019	(r516988)
@@ -15,7 +15,7 @@ COMMENT=	Drawing organic molecules easily and store th
 LIB_DEPENDS=	libEMF.so:graphics/libemf
 RUN_DEPENDS=	transfig:print/transfig
 
-USES=		compiler:c++11-lang gettext gmake pkgconfig tar:tgz
+USES=		compiler:c++11-lang gettext gmake gnome pkgconfig tar:tgz xorg
 WRKSRC=		${WRKDIR}/${PORTNAME}-1.7alpha15/
 USE_GNOME=	gtk20
 USE_XORG=	x11

Modified: head/science/chemtool/Makefile
==============================================================================
--- head/science/chemtool/Makefile	Thu Nov  7 17:07:24 2019	(r516987)
+++ head/science/chemtool/Makefile	Thu Nov  7 17:17:53 2019	(r516988)
@@ -18,7 +18,7 @@ LIB_DEPENDS=	libEMF.so:graphics/libemf \
 		libfreetype.so:print/freetype2
 RUN_DEPENDS=	transfig:print/transfig
 
-USES=		compiler:c++11-lang gmake gnome pkgconfig
+USES=		compiler:c++11-lang gmake gnome pkgconfig xorg
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-emf=yes --with-localedir=${PREFIX}
 USE_GNOME=	cairo gdkpixbuf2 gtk20

Modified: head/science/coot/Makefile
==============================================================================
--- head/science/coot/Makefile	Thu Nov  7 17:07:24 2019	(r516987)
+++ head/science/coot/Makefile	Thu Nov  7 17:17:53 2019	(r516988)
@@ -32,7 +32,9 @@ LIB_DEPENDS=	libccp4c.so:science/libccp4 \
 		libssm.so:science/libssm
 RUN_DEPENDS=	bash:shells/bash
 
-USES=		compiler:c++11-lang desktop-file-utils fortran gettext-runtime gl gmake gnome libtool localbase:ldflags pkgconfig python:2.7 shebangfix sqlite
+USES=		compiler:c++11-lang desktop-file-utils fortran gettext-runtime \
+		gl gmake gnome libtool localbase:ldflags pkgconfig python:2.7 \
+		shebangfix sqlite xorg
 SHEBANG_FILES=	src/coot.in
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-shared --disable-static --with-goocanvas-prefix=${LOCALBASE}

Modified: head/science/dcl/Makefile
==============================================================================
--- head/science/dcl/Makefile	Thu Nov  7 17:07:24 2019	(r516987)
+++ head/science/dcl/Makefile	Thu Nov  7 17:17:53 2019	(r516988)
@@ -13,7 +13,7 @@ MAINTAINER=	murashin at gfd-dennou.org
 COMMENT=	Scientific graphic library for geoscience
 
 MAKE_JOBS_UNSAFE=	yes
-USES=		desthack pkgconfig fortran
+USES=		desthack fortran gnome pkgconfig xorg
 USE_XORG=	x11 xext
 USE_GNOME=	gtk20 gdkpixbuf2
 GNU_CONFIGURE=	yes

Modified: head/science/drawxtl/Makefile
==============================================================================
--- head/science/drawxtl/Makefile	Thu Nov  7 17:07:24 2019	(r516987)
+++ head/science/drawxtl/Makefile	Thu Nov  7 17:17:53 2019	(r516988)
@@ -14,7 +14,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libfltk.so:x11-toolkits/fltk
 
-USES=		desktop-file-utils gl gmake localbase
+USES=		desktop-file-utils gl gmake localbase xorg
 USE_GL=		gl glu
 USE_XORG=	xinerama xft xext x11 xpm
 

Modified: head/science/gabedit/Makefile
==============================================================================
--- head/science/gabedit/Makefile	Thu Nov  7 17:07:24 2019	(r516987)
+++ head/science/gabedit/Makefile	Thu Nov  7 17:17:53 2019	(r516988)
@@ -21,7 +21,8 @@ LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
 		libfreetype.so:print/freetype2 \
 		libgtkglext-x11-1.0.so:x11-toolkits/gtkglext
 
-USES=		compiler:c++11-lang gettext-runtime gl gmake gnome pkgconfig
+USES=		compiler:c++11-lang gettext-runtime gl gmake gnome pkgconfig \
+		xorg
 USE_GNOME=	atk cairo gdkpixbuf2 glib20 gtk20 pango pangox-compat
 USE_GL=		gl glu
 USE_XORG=	ice sm x11 xmu xt

Modified: head/science/gchemutils/Makefile
==============================================================================
--- head/science/gchemutils/Makefile	Thu Nov  7 17:07:24 2019	(r516987)
+++ head/science/gchemutils/Makefile	Thu Nov  7 17:17:53 2019	(r516988)
@@ -26,7 +26,7 @@ PORTSCOUT=	limitw:1,even
 
 USES=		compiler:c++11-lang desktop-file-utils gettext gl gmake gnome \
 		libtool:keepla localbase:ldflags pathfix pkgconfig \
-		shared-mime-info tar:xz
+		shared-mime-info tar:xz xorg
 USE_XORG=	x11
 USE_GNOME=	cairo gnomedocutils gtk30 intlhack libgsf libxml2
 USE_GL=		gl

Modified: head/science/ghemical/Makefile
==============================================================================
--- head/science/ghemical/Makefile	Thu Nov  7 17:07:24 2019	(r516987)
+++ head/science/ghemical/Makefile	Thu Nov  7 17:17:53 2019	(r516988)
@@ -27,7 +27,8 @@ LIB_DEPENDS=	libblas.so:math/blas \
 		libmpqc.so:science/mpqc
 RUN_DEPENDS=	xdg-open:devel/xdg-utils
 
-USES=		compiler:c++11-lang fortran gettext gl gmake gnome pathfix pkgconfig
+USES=		compiler:c++11-lang fortran gettext gl gmake gnome pathfix \
+		pkgconfig xorg
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-gtk --enable-threads --enable-openbabel
 USE_GNOME=	cairo gdkpixbuf2 gtk20 libglade2 intltool pangox-compat

Modified: head/science/gnudatalanguage/Makefile
==============================================================================
--- head/science/gnudatalanguage/Makefile	Thu Nov  7 17:07:24 2019	(r516987)
+++ head/science/gnudatalanguage/Makefile	Thu Nov  7 17:17:53 2019	(r516988)
@@ -26,7 +26,8 @@ LIB_DEPENDS+=	libgeotiff.so:graphics/libgeotiff\
 USE_GITHUB=	yes
 GH_PROJECT=	gdl
 
-USES=		cmake compiler:c++11-lang fortran ncurses pkgconfig readline tar:tgz
+USES=		cmake compiler:c++11-lang fortran ncurses pkgconfig readline \
+		tar:tgz xorg
 USE_WX=		3.0+
 USE_XORG=	x11 sm ice xext
 

Modified: head/science/gwyddion/Makefile
==============================================================================
--- head/science/gwyddion/Makefile	Thu Nov  7 17:07:24 2019	(r516987)
+++ head/science/gwyddion/Makefile	Thu Nov  7 17:17:53 2019	(r516988)
@@ -21,7 +21,7 @@ LIB_DEPENDS=	libminizip.so:archivers/minizip \
 
 USES=		compiler:c++11-lang desktop-file-utils gl gmake libtool \
 		localbase:ldflags pathfix pkgconfig shared-mime-info \
-		shebangfix tar:xz
+		shebangfix tar:xz xorg
 SHEBANG_FILES=	plugins/process/invert_python.py
 USE_GNOME=	cairo gtk20 libxml2 pangox-compat
 USE_GL=		gl glu

Modified: head/science/iboview/Makefile
==============================================================================
--- head/science/iboview/Makefile	Thu Nov  7 17:07:24 2019	(r516987)
+++ head/science/iboview/Makefile	Thu Nov  7 17:17:53 2019	(r516988)
@@ -19,7 +19,7 @@ RUN_DEPENDS=	boost-libs>=0:devel/boost-libs
 
 ONLY_FOR_ARCHS=	amd64
 
-USES=		fortran blaslapack:openblas qmake:outsource qt:5 tar:bz2
+USES=		blaslapack:openblas fortran gl qmake:outsource qt:5 tar:bz2
 USE_GL=		gl glu
 USE_QT=		buildtools_build core gui widgets opengl script svg
 

Modified: head/science/kalzium/Makefile
==============================================================================
--- head/science/kalzium/Makefile	Thu Nov  7 17:07:24 2019	(r516987)
+++ head/science/kalzium/Makefile	Thu Nov  7 17:17:53 2019	(r516988)
@@ -13,7 +13,7 @@ BUILD_DEPENDS=	${LOCALBASE}/lib/ocaml/facile/facile.a:
 		${LOCALBASE}/libdata/pkgconfig/chemical-mime-data.pc:science/chemical-mime-data
 RUN_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/chemical-mime-data.pc:science/chemical-mime-data
 
-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 \
 		pkgconfig qt:5 tar:xz
 USE_GL=		gl glew glu
 USE_KDE=	auth archive attica bookmarks codecs completion config configwidgets \

Modified: head/science/liboglappth/Makefile
==============================================================================
--- head/science/liboglappth/Makefile	Thu Nov  7 17:07:24 2019	(r516987)
+++ head/science/liboglappth/Makefile	Thu Nov  7 17:17:53 2019	(r516988)
@@ -13,7 +13,7 @@ COMMENT=	Support libraries of science/ghemical port
 
 GNU_CONFIGURE=  yes
 INSTALL_TARGET=	install-strip
-USES=		libtool pathfix
+USES=		gl libtool pathfix
 USE_GL=		glu
 
 CPPFLAGS+=	-I${LOCALBASE}/include

Modified: head/science/liggghts/Makefile
==============================================================================
--- head/science/liggghts/Makefile	Thu Nov  7 17:07:24 2019	(r516987)
+++ head/science/liggghts/Makefile	Thu Nov  7 17:17:53 2019	(r516988)
@@ -19,7 +19,7 @@ LIB_DEPENDS=	libexpat.so:textproc/expat2 \
 		libtiff.so:graphics/tiff \
 		libvtkViewsCore-8.1.so:math/vtk8
 
-USES=		compiler:c++17-lang cmake fortran jpeg qt:5
+USES=		compiler:c++17-lang cmake fortran jpeg qt:5 xorg
 USE_GITHUB=	yes
 GH_ACCOUNT=	CFDEMproject
 GH_PROJECT=	${PORTNAME:tu}-PUBLIC

Modified: head/science/luscus/Makefile
==============================================================================
--- head/science/luscus/Makefile	Thu Nov  7 17:07:24 2019	(r516987)
+++ head/science/luscus/Makefile	Thu Nov  7 17:17:53 2019	(r516988)
@@ -21,7 +21,8 @@ LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
 RUN_DEPENDS=	bash:shells/bash \
 		babel:science/openbabel
 
-USES=		cmake compiler:c++11-lang gettext-runtime pkgconfig shebangfix
+USES=		cmake compiler:c++11-lang gettext-runtime gl gnome pkgconfig \
+		shebangfix xorg
 SHEBANG_GLOB=	*.sh
 USE_GNOME=	atk cairo gdkpixbuf2 glib20 gtk20 pango pangox-compat
 USE_GL=		gl glu

Modified: head/science/massxpert/Makefile
==============================================================================
--- head/science/massxpert/Makefile	Thu Nov  7 17:07:24 2019	(r516987)
+++ head/science/massxpert/Makefile	Thu Nov  7 17:17:53 2019	(r516988)
@@ -19,7 +19,7 @@ LIB_DEPENDS=	libpcre.so:devel/pcre \
 		libexpat.so:textproc/expat2 \
 		libfontconfig.so:x11-fonts/fontconfig
 
-USES=		cmake gettext gnome qt:5 tar:bzip2
+USES=		cmake gettext gnome qt:5 tar:bzip2 xorg
 USE_GITLAB=	yes
 GL_SITE=	https://salsa.debian.org/
 GL_ACCOUNT=	debichem-team

Modified: head/science/medit/Makefile
==============================================================================
--- head/science/medit/Makefile	Thu Nov  7 17:07:24 2019	(r516987)
+++ head/science/medit/Makefile	Thu Nov  7 17:17:53 2019	(r516988)
@@ -21,9 +21,9 @@ LICENSE_PERMS=	dist-mirror pkg-mirror auto-accept
 
 BUILD_DEPENDS=	${LOCALBASE}/include/cfortran.h:lang/cfortran
 
+USES=		gl gmake tar:tgz xorg
 USE_XORG=	x11 xmu xext
 USE_GL=		glut
-USES=		gl gmake tar:tgz
 MAKEFILE=	makefile
 ALL_TARGET=	${OPSYS}
 MAKE_ENV=	WRKSRC="${WRKSRC}" ARCHI=${OPSYS} ARCH=${ARCH} OSREL=${OSREL}

Modified: head/science/molscript/Makefile
==============================================================================
--- head/science/molscript/Makefile	Thu Nov  7 17:07:24 2019	(r516987)
+++ head/science/molscript/Makefile	Thu Nov  7 17:17:53 2019	(r516988)
@@ -14,7 +14,7 @@ LICENSE_FILE=	${WRKSRC}/../LICENSE.txt
 LIB_DEPENDS=	libpng.so:graphics/png
 RUN_DEPENDS=	render:graphics/raster3d # molscript use requires the executable 'render' to be present
 
-USES=		gl gmake jpeg localbase:ldflags
+USES=		gl gmake jpeg localbase:ldflags xorg
 USE_GITHUB=	yes
 GH_ACCOUNT=	pekrau
 GH_TAGNAME=	280abee

Modified: head/science/opensim-core/Makefile
==============================================================================
--- head/science/opensim-core/Makefile	Thu Nov  7 17:07:24 2019	(r516987)
+++ head/science/opensim-core/Makefile	Thu Nov  7 17:17:53 2019	(r516988)
@@ -16,7 +16,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 LIB_DEPENDS=	libdocopt.so:devel/docopt.cpp \
 		libSimTKcommon.so:science/simbody
 
-USES=		blaslapack:openblas cmake compiler:c++11-lib fortran gl # fortran only for simbody/openblas
+USES=		blaslapack:openblas cmake compiler:c++11-lib fortran gl xorg # fortran only for simbody/openblas
 USE_GITHUB=	yes
 GH_ACCOUNT=	${PORTNAME:tl}-org
 GH_PROJECT=	${PORTNAME:tl}-core

Modified: head/science/paraview/Makefile
==============================================================================
--- head/science/paraview/Makefile	Thu Nov  7 17:07:24 2019	(r516987)
+++ head/science/paraview/Makefile	Thu Nov  7 17:17:53 2019	(r516988)
@@ -34,7 +34,7 @@ RUN_DEPENDS=	bash:shells/bash	\
 
 USES=		alias cmake compiler:c11 gl jpeg localbase python:2.7 qt:5 shebangfix
 USE_QT=		core gui help network sql widgets x11extras xmlpatterns \
-		buildtools_build qmake_build
+		buildtools_build qmake_build xorg
 USE_GL=		gl glu
 USE_XORG=	x11 xt xext ice xdmcp xau xcb xfixes xdamage xxf86vm xrender sm xorgproto
 USE_LDCONFIG=	yes

Modified: head/science/rubygem-ruby-dcl/Makefile
==============================================================================
--- head/science/rubygem-ruby-dcl/Makefile	Thu Nov  7 17:07:24 2019	(r516987)
+++ head/science/rubygem-ruby-dcl/Makefile	Thu Nov  7 17:17:53 2019	(r516988)
@@ -19,7 +19,7 @@ LIB_DEPENDS=	libcdcl.so:science/cdcl \
 RUN_DEPENDS=	rubygem-narray>=0.5.5:math/rubygem-narray \
 		rubygem-narray_miss>0:math/rubygem-narray_miss
 
-USES=		gem gettext-runtime
+USES=		gem gettext-runtime gnome xorg
 USE_GNOME=	atk cairo gdkpixbuf2 glib20 gtk20 pango
 USE_XORG=	ice sm x11
 USE_RUBY=	yes

Modified: head/science/smoldyn/Makefile
==============================================================================
--- head/science/smoldyn/Makefile	Thu Nov  7 17:07:24 2019	(r516987)
+++ head/science/smoldyn/Makefile	Thu Nov  7 17:17:53 2019	(r516988)
@@ -13,7 +13,7 @@ LICENSE_FILE=	${WRKSRC}/License.txt
 
 LIB_DEPENDS=	libtiff.so:graphics/tiff
 
-USES=		cmake gl tar:tgz
+USES=		cmake gl tar:tgz xorg
 USE_GL=		gl glu glut
 USE_XORG=	xi xmu
 

Modified: head/science/v_sim/Makefile
==============================================================================
--- head/science/v_sim/Makefile	Thu Nov  7 17:07:24 2019	(r516987)
+++ head/science/v_sim/Makefile	Thu Nov  7 17:17:53 2019	(r516988)
@@ -22,7 +22,7 @@ LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig	\
 		libftgl.so:graphics/ftgl
 
 USES=		compiler:c11 fortran gl gmake gnome libtool localbase:ldflags \
-		pkgconfig tar:bzip2
+		pkgconfig tar:bzip2 xorg
 USE_XORG=	x11
 USE_GNOME=	gtk20 intltool cairo
 USE_GL=		gl glu

Modified: head/science/vmd/Makefile
==============================================================================
--- head/science/vmd/Makefile	Thu Nov  7 17:07:24 2019	(r516987)
+++ head/science/vmd/Makefile	Thu Nov  7 17:17:53 2019	(r516988)
@@ -39,7 +39,7 @@ LICENSE_PERMS_STRIDE=	dist-mirror pkg-mirror auto-acce
 LICENSE_NAME_STRIDE=	Stride Copyright Notice
 LICENSE_DISTFILES_STRIDE=${STRIDE_DIST}
 
-USES=		gl gmake perl5 python shebangfix sqlite tcl tk
+USES=		gl gmake perl5 python shebangfix sqlite tcl tk xorg
 SHEBANG_FILES=	${WRKDIR}/plugins/topotools/*.tcl
 USE_PERL5=	build
 USE_GL=		gl glu

Modified: head/science/xcrysden/Makefile
==============================================================================
--- head/science/xcrysden/Makefile	Thu Nov  7 17:07:24 2019	(r516987)
+++ head/science/xcrysden/Makefile	Thu Nov  7 17:17:53 2019	(r516988)
@@ -19,7 +19,7 @@ RUN_DEPENDS=	bwidget>0:x11-toolkits/bwidget \
 		ppmtompeg:graphics/netpbm \
 		xwd:x11/xwd
 
-USES=		fortran gl gmake localbase:ldflags tcl tk
+USES=		fortran gl gmake localbase:ldflags tcl tk xorg
 USE_GL=		gl glu
 USE_XORG=	x11 xmu
 

Modified: head/security/keepassx-devel/Makefile
==============================================================================
--- head/security/keepassx-devel/Makefile	Thu Nov  7 17:07:24 2019	(r516987)
+++ head/security/keepassx-devel/Makefile	Thu Nov  7 17:17:53 2019	(r516988)
@@ -23,7 +23,8 @@ LIB_DEPENDS=	libgcrypt.so:security/libgcrypt
 
 CONFLICTS_INSTALL=	keepassx-0.* keepassx2-* keepassxc-*
 
-USES=		cmake compiler:c++11-lib desktop-file-utils qt:5 shared-mime-info
+USES=		cmake compiler:c++11-lib desktop-file-utils qt:5 \
+		shared-mime-info xorg
 USE_LDCONFIG=	yes
 INSTALLS_ICONS=	yes
 USE_QT=		buildtools_build concurrent core gui linguisttools qmake_build \

Modified: head/security/kickpass/Makefile
==============================================================================
--- head/security/kickpass/Makefile	Thu Nov  7 17:07:24 2019	(r516987)
+++ head/security/kickpass/Makefile	Thu Nov  7 17:17:53 2019	(r516988)
@@ -15,7 +15,7 @@ LIB_DEPENDS=	libsodium.so:security/libsodium \
 		libevent.so:devel/libevent
 BUILD_DEPENDS=	checkmk:devel/check
 
-USES=		cmake
+USES=		cmake xorg
 USE_XORG=	x11
 
 PLIST_FILES=	bin/kickpass \

Modified: head/security/libcryptui/Makefile
==============================================================================
--- head/security/libcryptui/Makefile	Thu Nov  7 17:07:24 2019	(r516987)
+++ head/security/libcryptui/Makefile	Thu Nov  7 17:17:53 2019	(r516988)
@@ -19,7 +19,7 @@ LIB_DEPENDS=	libgpgme.so:security/gpgme \
 RUN_DEPENDS=	seahorse>=3.0.0:security/seahorse \
 		gpg:security/gnupg
 
-USES=		gettext gmake libtool pathfix pkgconfig tar:xz
+USES=		gettext gmake gnome libtool pathfix pkgconfig tar:xz xorg
 USE_GNOME=	intlhack gnomeprefix gtk30 introspection:build
 USE_XORG=	sm ice
 USE_LDCONFIG=	yes

Modified: head/security/libfprint/Makefile
==============================================================================
--- head/security/libfprint/Makefile	Thu Nov  7 17:07:24 2019	(r516987)
+++ head/security/libfprint/Makefile	Thu Nov  7 17:17:53 2019	(r516988)
@@ -18,7 +18,7 @@ LIB_DEPENDS=	libMagickCore-6.so:graphics/ImageMagick6 
 		libnspr4.so:devel/nspr
 
 GNU_CONFIGURE=	yes
-USES=		libtool pathfix pkgconfig tar:xz
+USES=		gnome libtool pathfix pkgconfig tar:xz xorg
 USE_LDCONFIG=	yes
 USE_GNOME=	glib20
 USE_XORG=	pixman

Modified: head/security/openssh-askpass/Makefile
==============================================================================
--- head/security/openssh-askpass/Makefile	Thu Nov  7 17:07:24 2019	(r516987)
+++ head/security/openssh-askpass/Makefile	Thu Nov  7 17:17:53 2019	(r516988)
@@ -14,7 +14,7 @@ COMMENT=	Graphical password applet for entering SSH pa
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/README
 
-USES=		uidfix
+USES=		uidfix xorg
 USE_XORG=	x11 xt sm ice
 DOCSDIR=	${PREFIX}/share/doc/ssh-askpass
 PLIST_FILES=	bin/x11-ssh-askpass \

Modified: head/security/seahorse/Makefile
==============================================================================
--- head/security/seahorse/Makefile	Thu Nov  7 17:07:24 2019	(r516987)
+++ head/security/seahorse/Makefile	Thu Nov  7 17:17:53 2019	(r516988)
@@ -24,7 +24,7 @@ PORTSCOUT=	limitw:1,even
 USE_XORG=	sm
 USE_LDCONFIG=	yes
 USES=		gettext gmake gnome libtool localbase pathfix \
-		pkgconfig tar:xz
+		pkgconfig tar:xz xorg
 USE_GNOME=	intlhack gnomeprefix gtk30
 GNU_CONFIGURE=	yes
 INSTALLS_ICONS=	yes

Modified: head/security/xspy/Makefile
==============================================================================
--- head/security/xspy/Makefile	Thu Nov  7 17:07:24 2019	(r516987)
+++ head/security/xspy/Makefile	Thu Nov  7 17:17:53 2019	(r516988)
@@ -13,7 +13,7 @@ COMMENT=	Utility for monitoring keystrokes on remote X
 BROKEN=		unfetchable
 
 WRKSRC=		${WRKDIR}/${PORTNAME}
-USES=		imake:notall
+USES=		imake:notall xorg
 USE_XORG=	x11
 
 ALL_TARGET=	xspy

Modified: head/shells/viewglob/Makefile
==============================================================================
--- head/shells/viewglob/Makefile	Thu Nov  7 17:07:24 2019	(r516987)
+++ head/shells/viewglob/Makefile	Thu Nov  7 17:17:53 2019	(r516988)
@@ -13,7 +13,7 @@ COMMENT=	GTK+ add-on to bash and zsh
 BUILD_DEPENDS=	bash:shells/bash
 RUN_DEPENDS=	bash:shells/bash
 
-USES=		pkgconfig
+USES=		gnome pkgconfig xorg
 USE_XORG=	x11
 USE_GNOME=	gtk20
 GNU_CONFIGURE=	yes

Modified: head/sysutils/ascpu/Makefile
==============================================================================
--- head/sysutils/ascpu/Makefile	Thu Nov  7 17:07:24 2019	(r516987)
+++ head/sysutils/ascpu/Makefile	Thu Nov  7 17:17:53 2019	(r516988)
@@ -10,7 +10,7 @@ MASTER_SITES=	http://www.tigr.net/afterstep/download/a
 MAINTAINER=	demon at FreeBSD.org
 COMMENT=	CPU statistics monitor utility for XFree86
 
-USES=		jpeg
+USES=		jpeg xorg
 USE_XORG=	xpm
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-xpm-includes=${LOCALBASE}/include --with-xpm-library=${LOCALBASE}/lib

Modified: head/sysutils/asfsm/Makefile
==============================================================================
--- head/sysutils/asfsm/Makefile	Thu Nov  7 17:07:24 2019	(r516987)
+++ head/sysutils/asfsm/Makefile	Thu Nov  7 17:17:53 2019	(r516988)
@@ -12,6 +12,7 @@ COMMENT=	File-system monitor for the AfterStep window 
 
 LICENSE=	GPLv2
 
+USES=		xorg
 USE_XORG=	ice sm x11 xaw xext xpm xt
 GNU_CONFIGURE=	yes
 

Modified: head/sysutils/asmem/Makefile
==============================================================================
--- head/sysutils/asmem/Makefile	Thu Nov  7 17:07:24 2019	(r516987)
+++ head/sysutils/asmem/Makefile	Thu Nov  7 17:17:53 2019	(r516988)
@@ -13,6 +13,7 @@ COMMENT=	AfterStep look-n-feel memory utilization moni
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+USES=		xorg
 USE_XORG=	x11 ice sm x11 xext xpm
 
 GNU_CONFIGURE=	yes

Modified: head/sysutils/asmon/Makefile
==============================================================================
--- head/sysutils/asmon/Makefile	Thu Nov  7 17:07:24 2019	(r516987)
+++ head/sysutils/asmon/Makefile	Thu Nov  7 17:17:53 2019	(r516988)
@@ -19,7 +19,7 @@ BROKEN_mips64=		fails to compile: asmon.c: storage siz
 
 BUILD_WRKSRC=	${WRKDIR}/${PORTNAME}-${PORTVERSION}/asmon
 CFLAGS+=	-I${LOCALBASE}/include
-USES=		gmake
+USES=		gmake xorg
 USE_CSTD=	gnu89
 USE_XORG=	xpm x11
 ALL_TARGET=	asmon

Modified: head/sysutils/bamf/Makefile
==============================================================================
--- head/sysutils/bamf/Makefile	Thu Nov  7 17:07:24 2019	(r516987)
+++ head/sysutils/bamf/Makefile	Thu Nov  7 17:17:53 2019	(r516988)
@@ -21,7 +21,8 @@ LIB_DEPENDS=	libgtop-2.0.so:devel/libgtop \
 	libdbus-glib-1.so:devel/dbus-glib \
 	libstartup-notification-1.so:x11/startup-notification
 
-USES=		gettext-runtime gmake libtool pathfix pkgconfig python:2.7
+USES=		gettext-runtime gmake gnome libtool pathfix pkgconfig \
+		python:2.7 xorg
 GNU_CONFIGURE=	yes
 USE_GNOME=	gtk30 glib20 introspection:build libwnck3 cairo gdkpixbuf2
 USE_XORG=	x11

Modified: head/sysutils/brasero/Makefile
==============================================================================
--- head/sysutils/brasero/Makefile	Thu Nov  7 17:07:24 2019	(r516987)
+++ head/sysutils/brasero/Makefile	Thu Nov  7 17:17:53 2019	(r516988)
@@ -17,8 +17,8 @@ LIB_DEPENDS=	libnotify.so:devel/libnotify \
 RUN_DEPENDS=	growisofs:sysutils/dvd+rw-tools \
 		cdrdao:sysutils/cdrdao
 
-USES=		desktop-file-utils gettext gmake libtool pathfix pkgconfig \
-		shared-mime-info tar:xz
+USES=		desktop-file-utils gettext gmake gnome libtool pathfix \
+		pkgconfig shared-mime-info tar:xz xorg
 USE_GNOME=	gnomeprefix gtk30 intlhack libxml2
 GNU_CONFIGURE=	yes
 USE_XORG=	sm ice

Modified: head/sysutils/cinnamon-control-center/Makefile
==============================================================================
--- head/sysutils/cinnamon-control-center/Makefile	Thu Nov  7 17:07:24 2019	(r516987)
+++ head/sysutils/cinnamon-control-center/Makefile	Thu Nov  7 17:17:53 2019	(r516988)
@@ -38,8 +38,8 @@ RUN_DEPENDS=	py*-dbus>=0:devel/py-dbus \
 		ca_root_nss>=0:security/ca_root_nss \
 		py*-lxml>=0:devel/py-lxml
 
-USES=		autoreconf gettext gmake libtool pathfix \
-		python:2.7 pkgconfig
+USES=		autoreconf gettext gmake gnome libtool pathfix \
+		python:2.7 pkgconfig xorg
 USE_GNOME=	evolutiondataserver3 gconf2 gnomeprefix \
 		gtk30 intlhack libgnomekbd
 USE_GITHUB=	yes

Modified: head/sysutils/consolekit2/Makefile
==============================================================================
--- head/sysutils/consolekit2/Makefile	Thu Nov  7 17:07:24 2019	(r516987)
+++ head/sysutils/consolekit2/Makefile	Thu Nov  7 17:17:53 2019	(r516988)
@@ -19,7 +19,8 @@ LIB_DEPENDS=	libdbus-1.so:devel/dbus \
 		libpolkit-gobject-1.so:sysutils/polkit
 
 WRKSRC=		${WRKDIR}/ConsoleKit2-${PORTVERSION}
-USES=		gettext gmake libtool localbase pathfix pkgconfig tar:bzip2
+USES=		gettext gmake gnome libtool localbase pathfix pkgconfig \
+		tar:bzip2 xorg
 USE_CSTD=	gnu99
 USE_XORG=	x11
 USE_GNOME=	glib20 libxslt introspection:build

Modified: head/sysutils/dunst/Makefile
==============================================================================
--- head/sysutils/dunst/Makefile	Thu Nov  7 17:07:24 2019	(r516987)
+++ head/sysutils/dunst/Makefile	Thu Nov  7 17:17:53 2019	(r516988)
@@ -14,7 +14,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 LIB_DEPENDS=	libdbus-1.so:devel/dbus
 
-USES=		gmake gnome perl5 pkgconfig
+USES=		gmake gnome perl5 pkgconfig xorg
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	dunst-project

Modified: head/sysutils/gapcmon/Makefile
==============================================================================
--- head/sysutils/gapcmon/Makefile	Thu Nov  7 17:07:24 2019	(r516987)
+++ head/sysutils/gapcmon/Makefile	Thu Nov  7 17:17:53 2019	(r516988)
@@ -12,8 +12,8 @@ COMMENT=	Monitor apcupsd with GTK+2 GUI
 LICENSE=	GPLv2
 
 SUB_FILES=	pkg-message
+USES=		pkgconfig gmake gnome tar:bzip2 xorg
 USE_GNOME=	gconf2
-USES=		pkgconfig gmake tar:bzip2
 USE_XORG=	x11
 GNU_CONFIGURE=	yes
 LIBS+=		-L${LOCALBASE}/lib -lX11

Modified: head/sysutils/gkleds2/Makefile
==============================================================================
--- head/sysutils/gkleds2/Makefile	Thu Nov  7 17:07:24 2019	(r516987)
+++ head/sysutils/gkleds2/Makefile	Thu Nov  7 17:17:53 2019	(r516988)
@@ -17,7 +17,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 BUILD_DEPENDS=	${LOCALBASE}/include/gkrellm2/gkrellm.h:sysutils/gkrellm2
 RUN_DEPENDS=	gkrellm:sysutils/gkrellm2
 
-USES=		gmake libtool pkgconfig
+USES=		gmake gnome libtool pkgconfig xorg
 GNU_CONFIGURE=	yes
 USE_XORG=	x11 xtst
 USE_GNOME=	gtk20

Modified: head/sysutils/gnome-control-center/Makefile
==============================================================================
--- head/sysutils/gnome-control-center/Makefile	Thu Nov  7 17:07:24 2019	(r516987)
+++ head/sysutils/gnome-control-center/Makefile	Thu Nov  7 17:17:53 2019	(r516988)
@@ -43,7 +43,7 @@ RUN_DEPENDS=	gnome-settings-daemon>=3.4.0:sysutils/gno
 PORTSCOUT=	limitw:1,even
 
 USES=		compiler:c++11-lib gettext gnome localbase:ldflags meson \
-		pkgconfig python:3.6+,build samba:lib tar:xz
+		pkgconfig python:3.6+,build samba:lib tar:xz xorg
 USE_GNOME=	cairo gnomedesktop3 libxml2
 USE_XORG=	x11 xi
 #USE_GSTREAMER1=	yes

Modified: head/sysutils/gnome-settings-daemon/Makefile
==============================================================================
--- head/sysutils/gnome-settings-daemon/Makefile	Thu Nov  7 17:07:24 2019	(r516987)
+++ head/sysutils/gnome-settings-daemon/Makefile	Thu Nov  7 17:17:53 2019	(r516988)
@@ -32,7 +32,7 @@ PORTSCOUT=	limitw:1,even
 USE_XORG=	x11 xext xi xtst
 USE_GNOME=	cairo gnomedesktop3 gtk30
 USES=		gettext gnome localbase:ldflags meson perl5 \
-		pkgconfig python:3.6+,build tar:xz
+		pkgconfig python:3.6+,build tar:xz xorg
 USE_PERL5=	build
 INSTALLS_ICONS=	yes
 #		-Dnssdb_dir=${LOCALBASE}/share/certs/ca-root-nss.crt

Modified: head/sysutils/gtk-imonc/Makefile
==============================================================================
--- head/sysutils/gtk-imonc/Makefile	Thu Nov  7 17:07:24 2019	(r516987)
+++ head/sysutils/gtk-imonc/Makefile	Thu Nov  7 17:17:53 2019	(r516988)
@@ -13,7 +13,7 @@ COMMENT=	GTK2-based imond-client to control an on(e) d
 LICENSE=	GPLv2+
 
 GNU_CONFIGURE=	yes
-USES=		pkgconfig gettext iconv
+USES=		pkgconfig gettext gnome iconv xorg
 USE_GNOME=	gtk20
 USE_XORG=	x11
 CPPFLAGS+=	-I${LOCALBASE}/include

Modified: head/sysutils/libgksu/Makefile
==============================================================================
--- head/sysutils/libgksu/Makefile	Thu Nov  7 17:07:24 2019	(r516987)
+++ head/sysutils/libgksu/Makefile	Thu Nov  7 17:17:53 2019	(r516988)
@@ -20,8 +20,8 @@ LIB_DEPENDS=	libgtop-2.0.so:devel/libgtop \
 RUN_DEPENDS=	xauth:x11/xauth \
 		sudo:security/sudo
 
-USES=		gettext gmake libtool pathfix pkgconfig
-USE_GNOME=	glib20 gconf2 intltool
+USES=		gettext gmake gnome libtool pathfix pkgconfig
+USE_GNOME=	glib20 gconf2 intltool xorg
 USE_LDCONFIG=	yes
 USE_XORG=	x11
 CONFIGURE_ARGS=	--enable-gtk-doc=no

Modified: head/sysutils/lineak-defaultplugin/Makefile
==============================================================================
--- head/sysutils/lineak-defaultplugin/Makefile	Thu Nov  7 17:07:24 2019	(r516987)
+++ head/sysutils/lineak-defaultplugin/Makefile	Thu Nov  7 17:17:53 2019	(r516988)
@@ -15,7 +15,7 @@ LICENSE=	GPLv2
 
 LIB_DEPENDS=	liblineak.so:sysutils/lineakd
 
-USES=		gmake libtool
+USES=		gmake libtool xorg
 USE_XORG=	x11 xext xt xtst xfixes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	kde_cv_prog_cxx_fno_check_new=no

Modified: head/sysutils/lineak-xosdplugin/Makefile
==============================================================================
--- head/sysutils/lineak-xosdplugin/Makefile	Thu Nov  7 17:07:24 2019	(r516987)
+++ head/sysutils/lineak-xosdplugin/Makefile	Thu Nov  7 17:17:53 2019	(r516988)
@@ -16,7 +16,7 @@ LICENSE=	GPLv2
 LIB_DEPENDS=	libxosd.so:misc/xosd \
 		liblineak.so:sysutils/lineakd
 
-USES=		gmake libtool
+USES=		gmake libtool xorg
 USE_LDCONFIG=	yes
 USE_XORG=	x11 xext xt
 GNU_CONFIGURE=	yes

Modified: head/sysutils/lineakd/Makefile
==============================================================================
--- head/sysutils/lineakd/Makefile	Thu Nov  7 17:07:24 2019	(r516987)
+++ head/sysutils/lineakd/Makefile	Thu Nov  7 17:17:53 2019	(r516988)
@@ -11,7 +11,7 @@ DIST_SUBDIR=	lineak
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Lineakd is a daemon which enables special keys on internet keyboards
 
-USES=		gmake libtool localbase
+USES=		gmake libtool localbase xorg
 USE_CXXSTD=	c++98
 USE_LDCONFIG=	yes
 USE_XORG=	x11 xext xt

Modified: head/sysutils/logstalgia/Makefile
==============================================================================
--- head/sysutils/logstalgia/Makefile	Thu Nov  7 17:07:24 2019	(r516987)
+++ head/sysutils/logstalgia/Makefile	Thu Nov  7 17:17:53 2019	(r516988)
@@ -21,7 +21,8 @@ LIB_DEPENDS=	libboost_regex.so:devel/boost-libs \
 		libftgl.so:graphics/ftgl
 
 GNU_CONFIGURE=	yes
-USES=		autoreconf compiler:c++0x gmake jpeg localbase:ldflags pkgconfig
+USES=		autoreconf compiler:c++0x gl gmake jpeg localbase:ldflags \
+		pkgconfig sdl
 USE_GL=		gl glu glew
 USE_SDL=	image2 sdl2
 

Modified: head/sysutils/luckybackup/Makefile
==============================================================================
--- head/sysutils/luckybackup/Makefile	Thu Nov  7 17:07:24 2019	(r516987)
+++ head/sysutils/luckybackup/Makefile	Thu Nov  7 17:17:53 2019	(r516988)
@@ -14,7 +14,7 @@ LICENSE_FILE=	${WRKSRC}/license/gpl.txt
 
 RUN_DEPENDS=	rsync:net/rsync
 
-USES=		compiler:c++11-lang qmake qt:5
+USES=		compiler:c++11-lang gl qmake qt:5
 
 USE_GL=		gl
 USE_QT=		core gui network widgets buildtools_build

Modified: head/sysutils/lxinput/Makefile
==============================================================================
--- head/sysutils/lxinput/Makefile	Thu Nov  7 17:07:24 2019	(r516987)
+++ head/sysutils/lxinput/Makefile	Thu Nov  7 17:17:53 2019	(r516988)
@@ -15,7 +15,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
 		libfreetype.so:print/freetype2
 
-USES=		gmake localbase pkgconfig tar:xz
+USES=		gmake gnome localbase pkgconfig tar:xz xorg
 USE_GNOME=	gtk20 cairo gdkpixbuf2 intltool
 USE_XORG=	x11
 GNU_CONFIGURE=	yes

Modified: head/sysutils/lxqt-config/Makefile
==============================================================================
--- head/sysutils/lxqt-config/Makefile	Thu Nov  7 17:07:24 2019	(r516987)
+++ head/sysutils/lxqt-config/Makefile	Thu Nov  7 17:17:53 2019	(r516988)
@@ -18,7 +18,7 @@ BUILD_DEPENDS=	${LOCALBASE}/lib/xorg/modules/input/lib
 LIB_DEPENDS=	libudev.so:devel/libudev-devd
 
 USES=	cmake compiler:c++14-lang kde:5 localbase:ldflags lxqt qt:5 \
-	pkgconfig tar:xz
+	pkgconfig tar:xz xorg
 USE_QT=	buildtools_build qmake_build concurrent core dbus \
 	gui linguisttools svg widgets x11extras xml
 USE_KDE=	libkscreen windowsystem

Modified: head/sysutils/lxqt-qtplugin/Makefile
==============================================================================
--- head/sysutils/lxqt-qtplugin/Makefile	Thu Nov  7 17:07:24 2019	(r516987)
+++ head/sysutils/lxqt-qtplugin/Makefile	Thu Nov  7 17:17:53 2019	(r516988)
@@ -15,7 +15,8 @@ LICENSE=	LGPL21+
 LIB_DEPENDS=	libdbusmenu-qt5.so:devel/libdbusmenu-qt \
 		libexif.so:graphics/libexif
 
-USES=	cmake compiler:c++14-lang kde:5 lxqt pkgconfig tar:xz qt:5 gnome gettext-runtime
+USES=	cmake compiler:c++14-lang gnome kde:5 lxqt pkgconfig tar:xz qt:5 \
+	gettext-runtime xorg
 
 USE_XORG=xcb
 USE_GNOME=glib20

Modified: head/sysutils/lxterminal/Makefile
==============================================================================
--- head/sysutils/lxterminal/Makefile	Thu Nov  7 17:07:24 2019	(r516987)
+++ head/sysutils/lxterminal/Makefile	Thu Nov  7 17:17:53 2019	(r516988)
@@ -15,7 +15,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
 		libfreetype.so:print/freetype2
 
-USES=		gmake gnome localbase pkgconfig tar:xz
+USES=		gmake gnome localbase pkgconfig tar:xz xorg
 USE_GNOME=	gtk20 glib20 cairo vte intltool
 USE_XORG=	x11 xext
 

Modified: head/sysutils/mate-power-manager/Makefile
==============================================================================
--- head/sysutils/mate-power-manager/Makefile	Thu Nov  7 17:07:24 2019	(r516987)
+++ head/sysutils/mate-power-manager/Makefile	Thu Nov  7 17:17:53 2019	(r516988)
@@ -27,8 +27,8 @@ RUN_DEPENDS=	pkexec:sysutils/polkit \
 
 PORTSCOUT=	limitw:1,even
 
-USES=		gettext gmake libtool localbase \
-		pathfix pkgconfig tar:xz
+USES=		gettext gmake gnome libtool localbase mate \
+		pathfix pkgconfig tar:xz xorg
 USE_MATE=	panel
 USE_XORG=	x11 xext xorgproto xrandr xrender
 USE_GNOME=	cairo glib20 gtk30 intlhack

Modified: head/sysutils/mate-settings-daemon/Makefile
==============================================================================
--- head/sysutils/mate-settings-daemon/Makefile	Thu Nov  7 17:07:24 2019	(r516987)
+++ head/sysutils/mate-settings-daemon/Makefile	Thu Nov  7 17:17:53 2019	(r516988)
@@ -27,7 +27,7 @@ RUN_DEPENDS=	xrdb:x11/xrdb
 
 PORTSCOUT=	limitw:1,even
 
-USES=		gettext gmake libtool localbase pathfix \
+USES=		gettext gmake gnome libtool localbase mate pathfix \
 		pkgconfig tar:xz xorg
 USE_MATE=	desktop libmatekbd mixer
 USE_XORG=	ice sm x11 xext xi

Modified: head/sysutils/nitrogen/Makefile
==============================================================================
--- head/sysutils/nitrogen/Makefile	Thu Nov  7 17:07:24 2019	(r516987)
+++ head/sysutils/nitrogen/Makefile	Thu Nov  7 17:17:53 2019	(r516988)
@@ -19,7 +19,8 @@ LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
 RUN_DEPENDS=	gnome-icon-theme>0:misc/gnome-icon-theme \
 		hicolor-icon-theme>0:misc/hicolor-icon-theme
 
-USES=		compiler:c++11-lang gettext gmake gnome iconv localbase pkgconfig
+USES=		compiler:c++11-lang gettext gmake gnome iconv localbase \
+		pkgconfig xorg
 USE_CXXSTD=	c++11
 USE_GNOME=	gtkmm24
 INSTALLS_ICONS=	yes

Modified: head/sysutils/passwordsafe/Makefile
==============================================================================
--- head/sysutils/passwordsafe/Makefile	Thu Nov  7 17:07:24 2019	(r516987)
+++ head/sysutils/passwordsafe/Makefile	Thu Nov  7 17:17:53 2019	(r516988)
@@ -20,7 +20,7 @@ BUILD_DEPENDS=	zip:archivers/zip
 
 CONFLICTS=	pwsafe-[0-9]*
 
-USES=		compiler:c++11-lang gmake
+USES=		compiler:c++11-lang gmake xorg
 USE_GITHUB=	yes
 USE_WX=		3.0+
 USE_XORG=	x11 xtst

Modified: head/sysutils/pc-networkmanager/Makefile
==============================================================================
--- head/sysutils/pc-networkmanager/Makefile	Thu Nov  7 17:07:24 2019	(r516987)
+++ head/sysutils/pc-networkmanager/Makefile	Thu Nov  7 17:17:53 2019	(r516988)
@@ -18,7 +18,7 @@ MAKE_ARGS=	PREFIX=${STAGEDIR}${PREFIX}
 
 MAKE_JOBS_UNSAFE=	yes
 
-USES=		qmake qt:5 shebangfix tar:xz
+USES=		gl qmake qt:5 shebangfix tar:xz
 SHEBANG_FILES=	src/NetworkManager/resources/umts_stick
 USE_LDCONFIG=	yes
 USE_QT=		core gui network svg linguist \

Modified: head/sysutils/plasma5-kinfocenter/Makefile
==============================================================================
--- head/sysutils/plasma5-kinfocenter/Makefile	Thu Nov  7 17:07:24 2019	(r516987)
+++ head/sysutils/plasma5-kinfocenter/Makefile	Thu Nov  7 17:17:53 2019	(r516988)
@@ -9,7 +9,7 @@ COMMENT=	Plasma5 utility providing system information
 
 LIB_DEPENDS=	libpci.so:devel/libpci
 
-USES=		cmake compiler:c++11-lib cpe gettext kde:5 pkgconfig \
+USES=		cmake compiler:c++11-lib cpe gettext gl kde:5 pkgconfig \
 		qt:5 tar:xz xorg
 USE_GL=		egl gl glu
 USE_KDE=	auth bookmarks codecs completion config configwidgets \

Modified: head/sysutils/pwsafe/Makefile
==============================================================================
--- head/sysutils/pwsafe/Makefile	Thu Nov  7 17:07:24 2019	(r516987)
+++ head/sysutils/pwsafe/Makefile	Thu Nov  7 17:17:53 2019	(r516988)
@@ -27,6 +27,7 @@ PLIST_FILES=	bin/pwsafe man/man1/pwsafe.1.gz
 
 .if ${PORT_OPTIONS:MX11}
 CONFIGURE_ARGS=	--with-x
+USES+=		xorg
 USE_XORG=	ice sm x11 xmu
 .else
 CONFIGURE_ARGS=	ac_cv_have_x="have_x=no" \

Modified: head/sysutils/radeontop/Makefile
==============================================================================
--- head/sysutils/radeontop/Makefile	Thu Nov  7 17:07:24 2019	(r516987)
+++ head/sysutils/radeontop/Makefile	Thu Nov  7 17:17:53 2019	(r516988)
@@ -20,7 +20,7 @@ NOT_FOR_ARCHS_REASON=	fails to compile: fatal error: a
 USE_GITHUB=	yes
 GH_ACCOUNT=	clbr
 
-USES=		gmake pkgconfig
+USES=		gmake pkgconfig xorg
 USE_XORG=	xcb
 MAKE_ARGS=	amdgpu=1
 

Modified: head/sysutils/roottail/Makefile
==============================================================================
--- head/sysutils/roottail/Makefile	Thu Nov  7 17:07:24 2019	(r516987)
+++ head/sysutils/roottail/Makefile	Thu Nov  7 17:17:53 2019	(r516988)
@@ -19,7 +19,7 @@ COMMENT=	Print text directly to X11 root window
 
 BROKEN=		unfetchable
 
-USES=		imake
+USES=		imake xorg
 USE_XORG=	x11 xext
 MAKE_ARGS=	CC="${CC}"
 

Modified: head/sysutils/synergy/Makefile
==============================================================================
--- head/sysutils/synergy/Makefile	Thu Nov  7 17:07:24 2019	(r516987)
+++ head/sysutils/synergy/Makefile	Thu Nov  7 17:17:53 2019	(r516988)
@@ -15,7 +15,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 LIB_DEPENDS=	libcurl.so:ftp/curl
 
-USES=		cmake compiler:c++14-lang cpe ssl
+USES=		cmake compiler:c++14-lang cpe ssl xorg
 CPE_VENDOR=	synergy-foss
 USE_GITHUB=	yes
 GH_ACCOUNT=	symless

Modified: head/sysutils/tarsnap-gui/Makefile
==============================================================================
--- head/sysutils/tarsnap-gui/Makefile	Thu Nov  7 17:07:24 2019	(r516987)
+++ head/sysutils/tarsnap-gui/Makefile	Thu Nov  7 17:17:53 2019	(r516988)
@@ -12,7 +12,7 @@ COMMENT=	Cross platform GUI for the Tarsnap command li
 USE_GITHUB=	yes
 GH_ACCOUNT=	Tarsnap
 
-USES=		compiler:c++11-lib qmake qt:5
+USES=		compiler:c++11-lib gl qmake qt:5
 USE_QT=		buildtools_build core gui network qmake_build sql sql-sqlite3 widgets
 USE_GL=		gl
 

Modified: head/sysutils/wmapmload/Makefile
==============================================================================
--- head/sysutils/wmapmload/Makefile	Thu Nov  7 17:07:24 2019	(r516987)
+++ head/sysutils/wmapmload/Makefile	Thu Nov  7 17:17:53 2019	(r516988)
@@ -14,6 +14,7 @@ LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 ONLY_FOR_ARCHS=	i386
+USES=		xorg
 USE_XORG=	x11 xpm
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--program-prefix=""

Modified: head/sysutils/wmbluecpu/Makefile
==============================================================================
--- head/sysutils/wmbluecpu/Makefile	Thu Nov  7 17:07:24 2019	(r516987)
+++ head/sysutils/wmbluecpu/Makefile	Thu Nov  7 17:17:53 2019	(r516988)
@@ -10,7 +10,7 @@ MASTER_SITES=	SUNSITE/X11/xutils
 MAINTAINER=	benjsc at FreeBSD.org
 COMMENT=	CPU monitoring dockapp
 
-USES=		tar:bzip2
+USES=		tar:bzip2 xorg
 USE_XORG=	xpm
 
 post-patch:

Modified: head/sysutils/wmbsdbatt/Makefile
==============================================================================
--- head/sysutils/wmbsdbatt/Makefile	Thu Nov  7 17:07:24 2019	(r516987)
+++ head/sysutils/wmbsdbatt/Makefile	Thu Nov  7 17:17:53 2019	(r516988)
@@ -12,6 +12,7 @@ COMMENT=	Dockapp for battery & temperature monitoring 
 
 BROKEN=		unfetchable
 
+USES=		xorg
 USE_XORG=	x11 xpm
 
 PLIST_FILES=	bin/wmbsdbatt

Modified: head/sysutils/wmcpuload/Makefile
==============================================================================
--- head/sysutils/wmcpuload/Makefile	Thu Nov  7 17:07:24 2019	(r516987)
+++ head/sysutils/wmcpuload/Makefile	Thu Nov  7 17:17:53 2019	(r516988)
@@ -12,7 +12,7 @@ COMMENT=	"lcd" dockapp for windowmaker, which displays
 
 BROKEN=		unfetchable
 
-USES=		tar:bzip2
+USES=		tar:bzip2 xorg
 USE_XORG=	xpm
 GNU_CONFIGURE=	yes
 

Modified: head/sysutils/wmcube/Makefile
==============================================================================
--- head/sysutils/wmcube/Makefile	Thu Nov  7 17:07:24 2019	(r516987)
+++ head/sysutils/wmcube/Makefile	Thu Nov  7 17:17:53 2019	(r516988)
@@ -19,6 +19,7 @@ LICENSE=	GPLv2
 OPTIONS_DEFINE=	DOCS
 
 WRKSRC=		${WRKDIR}/${PORTNAME}/${PORTNAME}
+USES=		xorg
 USE_XORG=	xpm
 MAKEFILE=	Makefile.FREEBSD
 PORTDOCS=	CHANGES README TODO

Modified: head/sysutils/wmdiskmon/Makefile
==============================================================================
--- head/sysutils/wmdiskmon/Makefile	Thu Nov  7 17:07:24 2019	(r516987)
+++ head/sysutils/wmdiskmon/Makefile	Thu Nov  7 17:17:53 2019	(r516988)
@@ -10,6 +10,7 @@ MASTER_SITES=	http://tnemeth.free.fr/projets/programme
 MAINTAINER=	mbeis at xs4all.nl
 COMMENT=	Disk usage monitor dockapp
 
+USES=		xorg
 USE_XORG=	x11 xpm
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--program-prefix=""

Modified: head/sysutils/wmflame/Makefile
==============================================================================
--- head/sysutils/wmflame/Makefile	Thu Nov  7 17:07:24 2019	(r516987)
+++ head/sysutils/wmflame/Makefile	Thu Nov  7 17:17:53 2019	(r516988)
@@ -13,7 +13,7 @@ COMMENT=	Dockapp that shows the load average as a flam
 
 LICENSE=	GPLv2
 
-USES=		gmake
+USES=		gmake xorg
 USE_XORG=	x11 xpm
 
 PLIST_FILES=	bin/wmflame

Modified: head/sysutils/wmmemfree/Makefile
==============================================================================
--- head/sysutils/wmmemfree/Makefile	Thu Nov  7 17:07:24 2019	(r516987)
+++ head/sysutils/wmmemfree/Makefile	Thu Nov  7 17:17:53 2019	(r516988)
@@ -15,7 +15,7 @@ BROKEN_FreeBSD_13=	fails to compile: read_mem.c: inval
 BROKEN_mips=		fails to compile: mem_freebsd.c: storage size of 'vm' isn't known
 BROKEN_mips64=		fails to compile: mem_freebsd.c: storage size of 'vm' isn't known
 
-USES=		tar:bzip2
+USES=		tar:bzip2 xorg
 USE_XORG=	xpm
 
 PLIST_FILES=	"@(,kmem,2555) bin/wmmemfree" man/man1/${PORTNAME}.1.gz

Modified: head/sysutils/wmmemload/Makefile
==============================================================================
--- head/sysutils/wmmemload/Makefile	Thu Nov  7 17:07:24 2019	(r516987)
+++ head/sysutils/wmmemload/Makefile	Thu Nov  7 17:17:53 2019	(r516988)
@@ -12,7 +12,7 @@ COMMENT=	Dockapp for monitoring memory and swap usage
 LICENSE=	GPLv2+
 
 GNU_CONFIGURE=	yes
-USES=		autoreconf
+USES=		autoreconf xorg
 USE_XORG=	xpm
 WRKSRC=		${WRKDIR}/dockapps
 

Modified: head/sysutils/wmtop/Makefile
==============================================================================
--- head/sysutils/wmtop/Makefile	Thu Nov  7 17:07:24 2019	(r516987)
+++ head/sysutils/wmtop/Makefile	Thu Nov  7 17:17:53 2019	(r516988)
@@ -12,7 +12,7 @@ COMMENT=	Dockapp to display top three CPU consuming pr
 
 LICENSE=	GPLv2
 
-USES=		gmake			# gmake is needed for -jX builds
+USES=		gmake xorg		# gmake is needed for -jX builds
 USE_XORG=	xpm x11
 USE_CSTD=	gnu89
 ALL_TARGET=	freebsd

Modified: head/sysutils/wmupmon/Makefile
==============================================================================
--- head/sysutils/wmupmon/Makefile	Thu Nov  7 17:07:24 2019	(r516987)
+++ head/sysutils/wmupmon/Makefile	Thu Nov  7 17:17:53 2019	(r516988)
@@ -12,7 +12,7 @@ MAINTAINER=	rhurlin at gwdg.de
 COMMENT=	Uptime showing dockapp with a similar look to wmcpuload
 
 GNU_CONFIGURE=	yes
-USES=		autoreconf tar:bzip2
+USES=		autoreconf tar:bzip2 xorg
 USE_XORG=	xpm
 CONFIGURE_ARGS=	--program-prefix=""
 

Modified: head/sysutils/xbatt/Makefile
==============================================================================
--- head/sysutils/xbatt/Makefile	Thu Nov  7 17:07:24 2019	(r516987)
+++ head/sysutils/xbatt/Makefile	Thu Nov  7 17:17:53 2019	(r516988)
@@ -12,7 +12,7 @@ COMMENT=	Laptop battery status display for X11
 
 ONLY_FOR_ARCHS=	amd64 i386
 
-USES=		imake:noman
+USES=		imake:noman xorg
 USE_XORG=	ice sm x11 xaw xext xmu xpm xt
 PLIST_FILES=	"@(,operator,2755) bin/xbatt"
 

Modified: head/sysutils/xcpustate/Makefile
==============================================================================
--- head/sysutils/xcpustate/Makefile	Thu Nov  7 17:07:24 2019	(r516987)
+++ head/sysutils/xcpustate/Makefile	Thu Nov  7 17:17:53 2019	(r516988)
@@ -17,7 +17,7 @@ EXTRACT_AFTER_ARGS=	# none
 
 NO_WRKSUBDIR=	yes
 
-USES=		imake
+USES=		imake xorg
 USE_XORG=	ice sm x11 xaw xext xmu xt
 
 PLIST_FILES=	"@(,kmem,2555) bin/${PORTNAME}" man/man1/${PORTNAME}.1.gz

Modified: head/sysutils/xdu/Makefile
==============================================================================
--- head/sysutils/xdu/Makefile	Thu Nov  7 17:07:24 2019	(r516987)
+++ head/sysutils/xdu/Makefile	Thu Nov  7 17:17:53 2019	(r516988)
@@ -13,7 +13,7 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	vlasovskikh
 GH_PROJECT=	xdu
 
-USES=		imake
+USES=		imake xorg
 USE_XORG=	ice sm x11 xaw xext xmu xpm xt
 PLIST_FILES=	bin/xdu lib/X11/app-defaults/XDu man/man1/xdu.1.gz
 

Modified: head/sysutils/xfce4-kbdleds-plugin/Makefile
==============================================================================
--- head/sysutils/xfce4-kbdleds-plugin/Makefile	Thu Nov  7 17:07:24 2019	(r516987)
+++ head/sysutils/xfce4-kbdleds-plugin/Makefile	Thu Nov  7 17:17:53 2019	(r516988)
@@ -20,7 +20,7 @@ LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
 		libfreetype.so:print/freetype2
 
 USES=		compiler:c11 gettext-tools gmake gnome libtool pkgconfig \
-		tar:bzip2 xfce
+		tar:bzip2 xfce xorg
 GNU_CONFIGURE=	yes
 USE_GNOME=	cairo gdkpixbuf2 glib20 gtk20 intltool pango
 USE_XORG=	ice sm x11

Modified: head/sysutils/xfsm/Makefile
==============================================================================
--- head/sysutils/xfsm/Makefile	Thu Nov  7 17:07:24 2019	(r516987)
+++ head/sysutils/xfsm/Makefile	Thu Nov  7 17:17:53 2019	(r516988)
@@ -10,7 +10,7 @@ MASTER_SITES=	SUNSITE/system/status/xstatus
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	X File System Monitor
 
-USES=		imake tar:tgz
+USES=		imake tar:tgz xorg
 USE_XORG=	xbitmaps x11 xext
 MAKE_ARGS=	CC="${CC}" CCOPTIONS="-DFreeBSD"
 PLIST_FILES=	bin/xfsm man/man1/${PORTNAME}.1.gz

Modified: head/sysutils/xosview/Makefile
==============================================================================
--- head/sysutils/xosview/Makefile	Thu Nov  7 17:07:24 2019	(r516987)
+++ head/sysutils/xosview/Makefile	Thu Nov  7 17:17:53 2019	(r516988)
@@ -14,7 +14,7 @@ LICENSE_COMB=	multi
 ONLY_FOR_ARCHS=		amd64 i386
 ONLY_FOR_ARCHS_REASON=	uses x86-specific hardware resources
 
-USES=		gmake
+USES=		gmake xorg
 USE_GITHUB=	yes
 GH_ACCOUNT=	hills
 

Modified: head/sysutils/xsysstats/Makefile
==============================================================================
--- head/sysutils/xsysstats/Makefile	Thu Nov  7 17:07:24 2019	(r516987)
+++ head/sysutils/xsysstats/Makefile	Thu Nov  7 17:17:53 2019	(r516988)
@@ -11,7 +11,7 @@ MAINTAINER=	ports at FreeBSD.org
 COMMENT=	System information display tool
 
 GNU_CONFIGURE=	yes
-USES=		gmake
+USES=		gmake xorg
 USE_XORG=	x11
 
 ALL_TARGET=	xsysstats

Modified: head/sysutils/xvidcap/Makefile
==============================================================================
--- head/sysutils/xvidcap/Makefile	Thu Nov  7 17:07:24 2019	(r516987)
+++ head/sysutils/xvidcap/Makefile	Thu Nov  7 17:17:53 2019	(r516988)
@@ -24,7 +24,7 @@ LIB_DEPENDS=		libdbus-1.so:devel/dbus			\
 RUN_DEPENDS=		animate:graphics/ImageMagick6	\
 			gimp:graphics/gimp-app

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


More information about the svn-ports-head mailing list