Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Jan 2019 16:08:40 +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: r490151 - in head: games/vkquake multimedia/audacious-plugins multimedia/audacious-plugins-gtk3 x11/mlterm
Message-ID:  <201901131608.x0DG8eGt072343@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Sun Jan 13 16:08:40 2019
New Revision: 490151
URL: https://svnweb.freebsd.org/changeset/ports/490151

Log:
  Use USE_SDL where appropriate

Modified:
  head/games/vkquake/Makefile
  head/multimedia/audacious-plugins-gtk3/Makefile
  head/multimedia/audacious-plugins/Makefile
  head/x11/mlterm/Makefile

Modified: head/games/vkquake/Makefile
==============================================================================
--- head/games/vkquake/Makefile	Sun Jan 13 15:57:20 2019	(r490150)
+++ head/games/vkquake/Makefile	Sun Jan 13 16:08:40 2019	(r490151)
@@ -11,13 +11,13 @@ LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/../LICENSE.txt
 
 BUILD_DEPENDS=	${LOCALBASE}/include/vulkan/vulkan.h:devel/vulkan-headers
-LIB_DEPENDS=	libSDL2.so:devel/sdl20 \
-		libX11-xcb.so:x11/libX11 \
+LIB_DEPENDS=	libX11-xcb.so:x11/libX11 \
 		libvulkan.so:graphics/vulkan-loader
 
 WRKSRC_SUBDIR=	Quake
 
 USES=		desktop-file-utils gmake pkgconfig
+USE_SDL=	sdl2
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	Novum

Modified: head/multimedia/audacious-plugins-gtk3/Makefile
==============================================================================
--- head/multimedia/audacious-plugins-gtk3/Makefile	Sun Jan 13 15:57:20 2019	(r490150)
+++ head/multimedia/audacious-plugins-gtk3/Makefile	Sun Jan 13 16:08:40 2019	(r490151)
@@ -112,9 +112,9 @@ SAMPLERATE_LIB_DEPENDS=	libsamplerate.so:audio/libsamp
 SAMPLERATE_CONFIGURE_ENABLE=	resample
 SCROBBLER_LIB_DEPENDS=	libcurl.so:ftp/curl
 SCROBBLER_CONFIGURE_ENABLE=	scrobbler2
-SDL_LIB_DEPENDS=	libSDL2.so:devel/sdl20
 SDL_CONFIGURE_ON=	--enable-sdlout --with-libsdl=2
 SDL_CONFIGURE_OFF=	--disable-sdlout
+SDL_USE=		SDL=sdl2
 SID_LIB_DEPENDS=	libsidplayfp.so:audio/libsidplayfp
 SID_CONFIGURE_ENABLE=	sid
 SNDFILE_LIB_DEPENDS=	libsndfile.so:audio/libsndfile

Modified: head/multimedia/audacious-plugins/Makefile
==============================================================================
--- head/multimedia/audacious-plugins/Makefile	Sun Jan 13 15:57:20 2019	(r490150)
+++ head/multimedia/audacious-plugins/Makefile	Sun Jan 13 16:08:40 2019	(r490151)
@@ -101,9 +101,9 @@ SAMPLERATE_LIB_DEPENDS=	libsamplerate.so:audio/libsamp
 SAMPLERATE_CONFIGURE_ENABLE=	resample
 SCROBBLER_LIB_DEPENDS=	libcurl.so:ftp/curl
 SCROBBLER_CONFIGURE_ENABLE=	scrobbler2
-SDL_LIB_DEPENDS=	libSDL2.so:devel/sdl20
 SDL_CONFIGURE_ON=	--enable-sdlout --with-libsdl=2
 SDL_CONFIGURE_OFF=	--disable-sdlout
+SDL_USE=		SDL=sdl2
 SID_LIB_DEPENDS=	libsidplayfp.so:audio/libsidplayfp
 SID_CONFIGURE_ENABLE=	sid
 SNDFILE_LIB_DEPENDS=	libsndfile.so:audio/libsndfile

Modified: head/x11/mlterm/Makefile
==============================================================================
--- head/x11/mlterm/Makefile	Sun Jan 13 15:57:20 2019	(r490150)
+++ head/x11/mlterm/Makefile	Sun Jan 13 16:08:40 2019	(r490151)
@@ -15,7 +15,7 @@ LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
 		libfreetype.so:print/freetype2 \
 		libharfbuzz.so:print/harfbuzz
 
-USES=		gettext libtool perl5 pkgconfig
+USES=		gettext gnome libtool perl5 pkgconfig
 USE_XORG=	sm x11 xft
 USE_GNOME=	cairo gdkpixbuf2 gtk20 vte
 USE_LDCONFIG=	yes
@@ -65,9 +65,8 @@ CAIRO_CONFIGURE_OFF=	--with-type-engines="xcore,xft"
 
 SIXEL_CONFIGURE_ENABLE=	sixel
 
-REGIS_LIB_DEPENDS=	libSDL.so:devel/sdl12 \
-			libSDL_ttf.so:graphics/sdl_ttf \
-			libfontconfig.so:x11-fonts/fontconfig
+REGIS_LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig
+REGIS_USE=		SDL=ttf
 
 .include <bsd.port.options.mk>
 



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