Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Sep 2019 21:17:10 +0000 (UTC)
From:      Ganael LAPLANCHE <martymac@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r512444 - in head: emulators/dolphin-emu emulators/jzintv emulators/pcsxr games/briquolo games/cosmosmash games/openalchemist games/openjazz
Message-ID:  <201909202117.x8KLHAk2003995@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: martymac
Date: Fri Sep 20 21:17:10 2019
New Revision: 512444
URL: https://svnweb.freebsd.org/changeset/ports/512444

Log:
  Add missing USES=xorg for my ports

Modified:
  head/emulators/dolphin-emu/Makefile
  head/emulators/jzintv/Makefile
  head/emulators/pcsxr/Makefile
  head/games/briquolo/Makefile
  head/games/cosmosmash/Makefile
  head/games/openalchemist/Makefile
  head/games/openjazz/Makefile

Modified: head/emulators/dolphin-emu/Makefile
==============================================================================
--- head/emulators/dolphin-emu/Makefile	Fri Sep 20 20:41:55 2019	(r512443)
+++ head/emulators/dolphin-emu/Makefile	Fri Sep 20 21:17:10 2019	(r512444)
@@ -42,7 +42,7 @@ LIB_DEPENDS=	libpulse.so:audio/pulseaudio \
 		libhidapi.so:comms/hidapi
 
 USES=		cmake compiler:c++17-lang desktop-file-utils gl iconv \
-		pkgconfig qmake qt:5 sdl
+		pkgconfig qmake qt:5 sdl xorg
 
 USE_GITHUB=	yes
 GH_PROJECT=	dolphin

Modified: head/emulators/jzintv/Makefile
==============================================================================
--- head/emulators/jzintv/Makefile	Fri Sep 20 20:41:55 2019	(r512443)
+++ head/emulators/jzintv/Makefile	Fri Sep 20 21:17:10 2019	(r512444)
@@ -14,7 +14,7 @@ COMMENT=	Portable Intellivision(TM) Emulator
 
 LICENSE=	GPLv2
 
-USES=		alias gmake sdl zip
+USES=		alias gmake sdl xorg zip
 USE_XORG=	x11 xau xdmcp
 USE_SDL=	sdl
 

Modified: head/emulators/pcsxr/Makefile
==============================================================================
--- head/emulators/pcsxr/Makefile	Fri Sep 20 20:41:55 2019	(r512443)
+++ head/emulators/pcsxr/Makefile	Fri Sep 20 21:17:10 2019	(r512444)
@@ -18,7 +18,7 @@ LIB_DEPENDS=	libvorbis.so:audio/libvorbis \
 		libavformat.so:multimedia/ffmpeg
 
 USES=		cmake desktop-file-utils dos2unix gettext gl gnome iconv \
-		libarchive libtool pkgconfig sdl tar:bzip2
+		libarchive libtool pkgconfig sdl tar:bzip2 xorg
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	martymac

Modified: head/games/briquolo/Makefile
==============================================================================
--- head/games/briquolo/Makefile	Fri Sep 20 20:41:55 2019	(r512443)
+++ head/games/briquolo/Makefile	Fri Sep 20 21:17:10 2019	(r512444)
@@ -14,7 +14,7 @@ LICENSE=	GPLv2
 
 LIB_DEPENDS=	libpng.so:graphics/png
 
-USES=		tar:bzip2 gl gmake iconv desktop-file-utils sdl
+USES=		tar:bzip2 gl gmake iconv desktop-file-utils sdl xorg
 USE_GL=		gl
 USE_SDL=	mixer sdl ttf
 USE_XORG=	x11

Modified: head/games/cosmosmash/Makefile
==============================================================================
--- head/games/cosmosmash/Makefile	Fri Sep 20 20:41:55 2019	(r512443)
+++ head/games/cosmosmash/Makefile	Fri Sep 20 21:17:10 2019	(r512444)
@@ -18,7 +18,7 @@ LIB_DEPENDS=	libflatzebra-0.1.so:devel/flatzebra \
 		libmikmod.so:audio/libmikmod \
 		libaudiofile.so:audio/libaudiofile
 
-USES=		iconv pkgconfig desktop-file-utils sdl
+USES=		iconv pkgconfig desktop-file-utils sdl xorg
 USE_CXXSTD=	gnu++98
 USE_SDL=	sdl image mixer
 USE_XORG=	x11 xau xdmcp

Modified: head/games/openalchemist/Makefile
==============================================================================
--- head/games/openalchemist/Makefile	Fri Sep 20 20:41:55 2019	(r512443)
+++ head/games/openalchemist/Makefile	Fri Sep 20 21:17:10 2019	(r512444)
@@ -20,7 +20,7 @@ LIB_DEPENDS=	libclanCore.so:devel/clanlib1 \
 		libpng.so:graphics/png
 
 USES=		autoreconf gl gmake gnome iconv jpeg pkgconfig python:2.7,run \
-		sdl shebangfix
+		sdl shebangfix xorg
 USE_GNOME=	pygtk2
 USE_XORG=	xxf86vm xi x11 xmu xext xdamage xfixes xau xdmcp xt sm ice
 USE_GL=		gl glu

Modified: head/games/openjazz/Makefile
==============================================================================
--- head/games/openjazz/Makefile	Fri Sep 20 20:41:55 2019	(r512443)
+++ head/games/openjazz/Makefile	Fri Sep 20 21:17:10 2019	(r512444)
@@ -10,7 +10,7 @@ COMMENT=	Free re-implementation of the Jazz Jackrabbit
 
 LICENSE=	GPLv2
 
-USES=	dos2unix gmake sdl
+USES=	dos2unix gmake sdl xorg
 USE_XORG=	x11 xext xrandr xrender xau xdmcp
 USE_SDL=	sdl
 



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