Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Oct 2019 08:59:55 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r516140 - in head: audio/gstreamer-plugins-sndio audio/gstreamer1-plugins-sndio audio/spectrogram deskutils/copyq devel/allegro devel/plan9port emulators/gxemul games/adonthell games/et...
Message-ID:  <201910310859.x9V8xtR2015901@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Thu Oct 31 08:59:55 2019
New Revision: 516140
URL: https://svnweb.freebsd.org/changeset/ports/516140

Log:
  Add missing USES to my ports

Modified:
  head/audio/gstreamer-plugins-sndio/Makefile
  head/audio/gstreamer1-plugins-sndio/Makefile
  head/audio/spectrogram/Makefile
  head/deskutils/copyq/Makefile
  head/devel/allegro/Makefile
  head/devel/plan9port/Makefile
  head/emulators/gxemul/Makefile
  head/games/adonthell/Makefile
  head/games/etracer/Makefile
  head/games/iortcw/Makefile
  head/games/openmw/Makefile
  head/graphics/waylandpp/Makefile
  head/java/openjfx8-devel/Makefile
  head/sysutils/contractor/Makefile
  head/x11-wm/cwm/Makefile
  head/x11/alacritty/Makefile
  head/x11/simplestroke/Makefile
  head/x11/workrave/Makefile
  head/x11/xbanish/Makefile

Modified: head/audio/gstreamer-plugins-sndio/Makefile
==============================================================================
--- head/audio/gstreamer-plugins-sndio/Makefile	Thu Oct 31 08:57:51 2019	(r516139)
+++ head/audio/gstreamer-plugins-sndio/Makefile	Thu Oct 31 08:59:55 2019	(r516140)
@@ -14,10 +14,9 @@ LIB_DEPENDS=	libgstaudio-0.10.so:multimedia/gstreamer-
 		libgstbase-0.10.so:multimedia/gstreamer \
 		libsndio.so:audio/sndio
 
+USES=		gnome pkgconfig
 USE_GITHUB=	yes
 GH_ACCOUNT=	t6
-
-USES=		pkgconfig
 USE_GNOME=	glib20
 
 PLIST_FILES=	lib/gstreamer-0.10/libgstsndio.so

Modified: head/audio/gstreamer1-plugins-sndio/Makefile
==============================================================================
--- head/audio/gstreamer1-plugins-sndio/Makefile	Thu Oct 31 08:57:51 2019	(r516139)
+++ head/audio/gstreamer1-plugins-sndio/Makefile	Thu Oct 31 08:59:55 2019	(r516140)
@@ -14,10 +14,9 @@ LIB_DEPENDS=	libgstaudio-1.0.so:multimedia/gstreamer1-
 		libgstbase-1.0.so:multimedia/gstreamer1 \
 		libsndio.so:audio/sndio
 
+USES=		gnome pkgconfig
 USE_GITHUB=	yes
 GH_ACCOUNT=	t6
-
-USES=		pkgconfig
 USE_GNOME=	glib20
 
 PLIST_FILES=	lib/gstreamer-1.0/libgstsndio.so

Modified: head/audio/spectrogram/Makefile
==============================================================================
--- head/audio/spectrogram/Makefile	Thu Oct 31 08:57:51 2019	(r516139)
+++ head/audio/spectrogram/Makefile	Thu Oct 31 08:59:55 2019	(r516140)
@@ -14,7 +14,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 LIB_DEPENDS=	libfftw3.so:math/fftw3 \
 		libsndio.so:audio/sndio
 
-USES=	pkgconfig
+USES=		pkgconfig xorg
 USE_XORG=	x11
 
 USE_GITHUB=	yes

Modified: head/deskutils/copyq/Makefile
==============================================================================
--- head/deskutils/copyq/Makefile	Thu Oct 31 08:57:51 2019	(r516139)
+++ head/deskutils/copyq/Makefile	Thu Oct 31 08:59:55 2019	(r516140)
@@ -11,7 +11,7 @@ COMMENT=	Qt5 based clipboard manager
 LICENSE=	GPLv3+
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		cmake compiler:c++11-lang qt:5
+USES=		cmake compiler:c++11-lang qt:5 xorg
 USE_GITHUB=	yes
 GH_ACCOUNT=	hluk
 GH_PROJECT=	CopyQ

Modified: head/devel/allegro/Makefile
==============================================================================
--- head/devel/allegro/Makefile	Thu Oct 31 08:57:51 2019	(r516139)
+++ head/devel/allegro/Makefile	Thu Oct 31 08:59:55 2019	(r516140)
@@ -18,7 +18,7 @@ LIB_DEPENDS=	libogg.so:audio/libogg \
 		libpng.so:graphics/png \
 		libvorbis.so:audio/libvorbis
 
-USES=		cmake gl makeinfo pkgconfig
+USES=		cmake gl makeinfo pkgconfig xorg
 USE_GL=		gl glu
 USE_XORG=	ice sm x11 xcursor xext xpm xxf86dga xxf86vm
 USE_LDCONFIG=	yes

Modified: head/devel/plan9port/Makefile
==============================================================================
--- head/devel/plan9port/Makefile	Thu Oct 31 08:57:51 2019	(r516139)
+++ head/devel/plan9port/Makefile	Thu Oct 31 08:59:55 2019	(r516140)
@@ -22,7 +22,7 @@ BROKEN_armv7=		fails to compile: thread.c:130:5: no me
 LIB_DEPENDS=	libfreetype.so:print/freetype2 \
 		libfontconfig.so:x11-fonts/fontconfig
 
-USES=		localbase:ldflags perl5 shebangfix
+USES=		localbase:ldflags perl5 shebangfix xorg
 USE_GITHUB=	yes
 GH_ACCOUNT=	9fans
 GH_TAGNAME=	e995a0c101863688d5f14649ae3de45a7c43789c

Modified: head/emulators/gxemul/Makefile
==============================================================================
--- head/emulators/gxemul/Makefile	Thu Oct 31 08:57:51 2019	(r516139)
+++ head/emulators/gxemul/Makefile	Thu Oct 31 08:59:55 2019	(r516140)
@@ -31,6 +31,7 @@ OPTIONS_DEFINE=		DOCS X11
 OPTIONS_DEFAULT=	X11
 
 X11_RUN_DEPENDS=	xterm:x11/xterm
+X11_USES=		xorg
 X11_USE=		XORG=x11
 X11_CONFIGURE_OFF=	--disable-x
 

Modified: head/games/adonthell/Makefile
==============================================================================
--- head/games/adonthell/Makefile	Thu Oct 31 08:57:51 2019	(r516139)
+++ head/games/adonthell/Makefile	Thu Oct 31 08:59:55 2019	(r516140)
@@ -18,7 +18,7 @@ LIB_DEPENDS=	libfreetype.so:print/freetype2 \
 		libogg.so:audio/libogg \
 		libvorbis.so:audio/libvorbis
 
-USES=		gettext gmake localbase pkgconfig python:2.7
+USES=		gettext gmake localbase pkgconfig python:2.7 sdl
 USE_SDL=	mixer2 ttf2
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-py-debug --disable-pyc \

Modified: head/games/etracer/Makefile
==============================================================================
--- head/games/etracer/Makefile	Thu Oct 31 08:57:51 2019	(r516139)
+++ head/games/etracer/Makefile	Thu Oct 31 08:59:55 2019	(r516140)
@@ -16,7 +16,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libsfml-system.so:devel/sfml
 
-USES=		compiler:c++11-lang pkgconfig tar:xz
+USES=		compiler:c++11-lang gl pkgconfig tar:xz xorg
 USE_GL=		gl glu
 GNU_CONFIGURE=	yes
 

Modified: head/games/iortcw/Makefile
==============================================================================
--- head/games/iortcw/Makefile	Thu Oct 31 08:57:51 2019	(r516139)
+++ head/games/iortcw/Makefile	Thu Oct 31 08:59:55 2019	(r516140)
@@ -20,7 +20,7 @@ LIB_DEPENDS=	libcurl.so:ftp/curl \
 		libopus.so:audio/opus \
 		libopusfile.so:audio/opusfile
 
-USES=		gl gmake jpeg openal pkgconfig sdl
+USES=		gl gmake jpeg openal pkgconfig sdl xorg
 USE_GITHUB=	yes
 USE_GL=		gl
 USE_SDL=	sdl2

Modified: head/games/openmw/Makefile
==============================================================================
--- head/games/openmw/Makefile	Thu Oct 31 08:57:51 2019	(r516139)
+++ head/games/openmw/Makefile	Thu Oct 31 08:59:55 2019	(r516140)
@@ -23,7 +23,7 @@ LIB_DEPENDS=	libavcodec.so:multimedia/ffmpeg \
 		libosg.so:graphics/osg \
 		libunshield.so:archivers/unshield
 
-USES=		cmake compiler:c++14-lang gl openal pkgconfig qt:5 sdl
+USES=		cmake compiler:c++14-lang gl openal pkgconfig qt:5 sdl xorg
 USE_GITHUB=	yes
 GH_ACCOUNT=	OpenMW
 USE_GL=		gl

Modified: head/graphics/waylandpp/Makefile
==============================================================================
--- head/graphics/waylandpp/Makefile	Thu Oct 31 08:57:51 2019	(r516139)
+++ head/graphics/waylandpp/Makefile	Thu Oct 31 08:59:55 2019	(r516140)
@@ -13,7 +13,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 LIB_DEPENDS=	libpugixml.so:textproc/pugixml \
 		libwayland-egl.so:graphics/wayland
 
-USES=		cmake compiler:c++11-lang gl localbase:ldflags pkgconfig
+USES=		cmake compiler:c++11-lang gl localbase:ldflags pkgconfig xorg
 USE_GITHUB=	yes
 GH_ACCOUNT=	NilsBrause
 USE_GL=		egl

Modified: head/java/openjfx8-devel/Makefile
==============================================================================
--- head/java/openjfx8-devel/Makefile	Thu Oct 31 08:57:51 2019	(r516139)
+++ head/java/openjfx8-devel/Makefile	Thu Oct 31 08:59:55 2019	(r516140)
@@ -26,7 +26,8 @@ BUILD_DEPENDS=	apache-ant>0:devel/apache-ant \
 LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
 		libfreetype.so:print/freetype2
 
-USES=		gettext-runtime gl gnome jpeg localbase:ldflags pkgconfig sqlite
+USES=		gettext-runtime gl gnome jpeg localbase:ldflags pkgconfig \
+		sqlite xorg
 USE_GL=		gl
 USE_GNOME=	atk cairo gdkpixbuf2 glib20 gtk20 gtk30 pango
 USE_JAVA=	yes

Modified: head/sysutils/contractor/Makefile
==============================================================================
--- head/sysutils/contractor/Makefile	Thu Oct 31 08:57:51 2019	(r516139)
+++ head/sysutils/contractor/Makefile	Thu Oct 31 08:59:55 2019	(r516140)
@@ -15,7 +15,7 @@ BUILD_DEPENDS=	valac:lang/vala
 LIB_DEPENDS=	libdbus-glib-1.so:devel/dbus-glib \
 		libgee-0.8.so:devel/libgee
 
-USES=		gettext-runtime meson pkgconfig tar:xz
+USES=		gettext-runtime gnome meson pkgconfig tar:xz
 USE_GITHUB=	yes
 GH_ACCOUNT=	elementary
 USE_GNOME=	glib20

Modified: head/x11-wm/cwm/Makefile
==============================================================================
--- head/x11-wm/cwm/Makefile	Thu Oct 31 08:57:51 2019	(r516139)
+++ head/x11-wm/cwm/Makefile	Thu Oct 31 08:59:55 2019	(r516140)
@@ -13,7 +13,7 @@ LICENSE=	ISCL
 LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
 		libfreetype.so:print/freetype2
 
-USES=		pkgconfig shebangfix
+USES=		pkgconfig shebangfix xorg
 USE_XORG=	x11 xft xinerama xrandr
 
 PLIST_FILES=	bin/cwm \

Modified: head/x11/alacritty/Makefile
==============================================================================
--- head/x11/alacritty/Makefile	Thu Oct 31 08:57:51 2019	(r516139)
+++ head/x11/alacritty/Makefile	Thu Oct 31 08:59:55 2019	(r516140)
@@ -15,7 +15,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE-APACHE
 LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
 		libfreetype.so:print/freetype2
 
-USES=		cargo python:3.6+,build ssl:build
+USES=		cargo python:3.6+,build ssl:build xorg
 USE_GITHUB=	yes
 GH_ACCOUNT=	jwilm
 USE_XORG=	xcb

Modified: head/x11/simplestroke/Makefile
==============================================================================
--- head/x11/simplestroke/Makefile	Thu Oct 31 08:57:51 2019	(r516139)
+++ head/x11/simplestroke/Makefile	Thu Oct 31 08:59:55 2019	(r516140)
@@ -38,6 +38,7 @@ X11_DESC=	XTEST based mouse tracker
 SUID_VARS_OFF=	_MAYBE_SUID=""
 SUID_VARS=	_MAYBE_SUID="@(,,4755) "
 
+X11_USES=	xorg
 X11_USE=	XORG=x11,xtst
 
 pre-configure-X11-off:

Modified: head/x11/workrave/Makefile
==============================================================================
--- head/x11/workrave/Makefile	Thu Oct 31 08:57:51 2019	(r516139)
+++ head/x11/workrave/Makefile	Thu Oct 31 08:59:55 2019	(r516140)
@@ -14,8 +14,8 @@ LICENSE=	GPLv3+
 
 LIB_DEPENDS=	libgdome.so:textproc/gdome2
 
-USES=		compiler:c++11-lang autoreconf:build gettext gmake libtool \
-		localbase pathfix pkgconfig
+USES=		autoreconf:build compiler:c++11-lang gettext gmake gnome \
+		libtool localbase pathfix pkgconfig xorg
 USE_CXXSTD=	c++11
 USE_XORG=	ice xorgproto sm x11 xext xmu xscrnsaver xtst
 USE_GNOME=	intltool intlhack introspection gtkmm30

Modified: head/x11/xbanish/Makefile
==============================================================================
--- head/x11/xbanish/Makefile	Thu Oct 31 08:57:51 2019	(r516139)
+++ head/x11/xbanish/Makefile	Thu Oct 31 08:59:55 2019	(r516140)
@@ -11,9 +11,9 @@ COMMENT=	Banish the mouse cursor when typing
 
 LICENSE=	BSD3CLAUSE
 
+USES=		xorg
 USE_GITHUB=	yes
 GH_ACCOUNT=	jcs
-
 USE_XORG=	x11 xfixes xi xt
 
 MAKE_ARGS=	X11BASE="${LOCALBASE}"



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