svn commit: r517045 - in head: editors/codelite editors/cudatext editors/gmanedit editors/gobby editors/leafpad editors/linux-sublime editors/linux-sublime3 editors/medit editors/morla editors/picp...
Tobias Kortkamp
tobik at FreeBSD.org
Fri Nov 8 10:09:03 UTC 2019
Author: tobik
Date: Fri Nov 8 10:08:49 2019
New Revision: 517045
URL: https://svnweb.freebsd.org/changeset/ports/517045
Log:
e*: Add missing USES={gnome,sdl,xorg}
Modified:
head/editors/codelite/Makefile
head/editors/cudatext/Makefile
head/editors/gmanedit/Makefile
head/editors/gobby/Makefile
head/editors/leafpad/Makefile
head/editors/linux-sublime/Makefile
head/editors/linux-sublime3/Makefile
head/editors/medit/Makefile
head/editors/morla/Makefile
head/editors/picpas/Makefile
head/editors/poedit/Makefile
head/editors/py-room/Makefile
head/editors/vim/Makefile
head/editors/xmlcopyeditor/Makefile
head/emulators/advancemame/Makefile
head/emulators/advancemenu/Makefile
head/emulators/advancemess/Makefile
head/emulators/catapult/Makefile
head/emulators/citra/Makefile
head/emulators/dgen-sdl/Makefile
head/emulators/e-uae/Makefile
head/emulators/emulationstation/Makefile
head/emulators/fceux/Makefile
head/emulators/frodo/Makefile
head/emulators/fs-uae-launcher/Makefile
head/emulators/fuse-utils/Makefile
head/emulators/gens/Makefile
head/emulators/gngb/Makefile
head/emulators/gngeo/Makefile
head/emulators/higan/Makefile
head/emulators/hugo/Makefile
head/emulators/joytran/Makefile
head/emulators/libspectrum/Makefile
head/emulators/mednafen/Makefile
head/emulators/mesen/Makefile
head/emulators/mgba/Makefile
head/emulators/mupen64plus-core/Makefile
head/emulators/mupen64plus-video-glide64/Makefile
head/emulators/mupen64plus-video-glide64mk2/Makefile
head/emulators/mupen64plus-video-z64/Makefile
head/emulators/nestopia/Makefile
head/emulators/nonpareil/Makefile
head/emulators/ppsspp/Makefile
head/emulators/qemu-sbruno/Makefile
head/emulators/qemu-utils/Makefile
head/emulators/qemu/Makefile
head/emulators/qmc2/Makefile
head/emulators/quasi88/Makefile
head/emulators/snes9x-gtk/Makefile
head/emulators/stella/Makefile
head/emulators/tiemu3/Makefile
head/emulators/tilem/Makefile
head/emulators/tme/Makefile
head/emulators/uae/Makefile
head/emulators/vba/Makefile
head/emulators/vice/Makefile
head/emulators/visualboyadvance-m/Makefile
head/emulators/yuzu/Makefile
head/emulators/zsnes/Makefile
Modified: head/editors/codelite/Makefile
==============================================================================
--- head/editors/codelite/Makefile Fri Nov 8 09:41:45 2019 (r517044)
+++ head/editors/codelite/Makefile Fri Nov 8 10:08:49 2019 (r517045)
@@ -19,8 +19,8 @@ BROKEN_armv6= fails to configure: has leading or trai
USE_GITHUB= yes
GH_ACCOUNT= eranif
-USES= cmake:noninja compiler:c++11-lib dos2unix gettext \
- pathfix pkgconfig shebangfix sqlite
+USES= cmake:noninja compiler:c++11-lib dos2unix gettext gnome pathfix \
+ pkgconfig shebangfix sqlite
USE_GNOME+= cairo gtk20
DOS2UNIX_GLOB= *.cpp *.txt
SHEBANG_FILES= Runtime/codelite_xterm
Modified: head/editors/cudatext/Makefile
==============================================================================
--- head/editors/cudatext/Makefile Fri Nov 8 09:41:45 2019 (r517044)
+++ head/editors/cudatext/Makefile Fri Nov 8 10:08:49 2019 (r517045)
@@ -13,7 +13,7 @@ BROKEN= unfetchable
LICENSE= MPL20
-USES= desktop-file-utils dos2unix fpc lazarus:flavors xorg
+USES= desktop-file-utils dos2unix fpc gnome lazarus:flavors xorg
USE_FPC= chm fcl-base fcl-image fcl-json fcl-stl fcl-xml pasjpeg rtl-objpas x11
USE_XORG= x11
USE_GITHUB= yes
Modified: head/editors/gmanedit/Makefile
==============================================================================
--- head/editors/gmanedit/Makefile Fri Nov 8 09:41:45 2019 (r517044)
+++ head/editors/gmanedit/Makefile Fri Nov 8 10:08:49 2019 (r517045)
@@ -10,7 +10,7 @@ MASTER_SITES= SF/${PORTNAME}2/${PORTNAME}/${PORTNAME}-
MAINTAINER= ports at FreeBSD.org
COMMENT= GNOME manpages editor
-USES= pathfix gettext gmake pkgconfig
+USES= gettext gmake gnome pathfix pkgconfig
USE_GNOME= gtk20
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
Modified: head/editors/gobby/Makefile
==============================================================================
--- head/editors/gobby/Makefile Fri Nov 8 09:41:45 2019 (r517044)
+++ head/editors/gobby/Makefile Fri Nov 8 10:08:49 2019 (r517045)
@@ -20,7 +20,7 @@ OPTIONS_DEFINE= GTKSPELL NLS
GTKSPELL_DESC= Enable GtkSpell support
USE_GNOME= gtksourceview2 intltool
-USES= compiler:c++11-lang gmake pkgconfig pathfix
+USES= compiler:c++11-lang gmake gnome pathfix pkgconfig
USE_CXXSTD= c++11
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
Modified: head/editors/leafpad/Makefile
==============================================================================
--- head/editors/leafpad/Makefile Fri Nov 8 09:41:45 2019 (r517044)
+++ head/editors/leafpad/Makefile Fri Nov 8 10:08:49 2019 (r517045)
@@ -13,7 +13,7 @@ COMMENT= GTK+ based simple text editor
LICENSE= GPLv2
USE_GNOME= gtk20 intlhack
-USES= desktop-file-utils gettext gmake pkgconfig
+USES= desktop-file-utils gettext gmake gnome pkgconfig
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-chooser
INSTALLS_ICONS= yes
Modified: head/editors/linux-sublime/Makefile
==============================================================================
--- head/editors/linux-sublime/Makefile Fri Nov 8 09:41:45 2019 (r517044)
+++ head/editors/linux-sublime/Makefile Fri Nov 8 10:08:49 2019 (r517045)
@@ -13,7 +13,7 @@ MAINTAINER= ports at FreeBSD.org
COMMENT= Sophisticated text editor for code, markup and prose
INSTALLS_ICONS= yes
-USES= desktop-file-utils linux tar:bzip2
+USES= desktop-file-utils gnome linux tar:bzip2
USE_LINUX= xorglibs gtk2
WRKSRC= ${WRKDIR}/"Sublime Text 2"
Modified: head/editors/linux-sublime3/Makefile
==============================================================================
--- head/editors/linux-sublime3/Makefile Fri Nov 8 09:41:45 2019 (r517044)
+++ head/editors/linux-sublime3/Makefile Fri Nov 8 10:08:49 2019 (r517045)
@@ -13,7 +13,7 @@ DISTNAME_i386= sublime_text_3_build_${PORTVERSION:S/./
MAINTAINER= miguelmclara at gmail.com
COMMENT= Sophisticated text editor for code, markup and prose
-USES= desktop-file-utils linux tar:bzip2
+USES= desktop-file-utils gnome linux tar:bzip2
USE_LINUX= xorglibs gtk2
INSTALLS_ICONS= yes
Modified: head/editors/medit/Makefile
==============================================================================
--- head/editors/medit/Makefile Fri Nov 8 09:41:45 2019 (r517044)
+++ head/editors/medit/Makefile Fri Nov 8 10:08:49 2019 (r517045)
@@ -14,7 +14,8 @@ COMMENT= Programming and around-programming text edito
LICENSE= LGPL21
-USES= compiler:c++11-lang gmake localbase pkgconfig python:2.7,build tar:bzip2
+USES= compiler:c++11-lang gmake gnome localbase pkgconfig \
+ python:2.7,build tar:bzip2
GNU_CONFIGURE= yes
USE_GNOME= gtk20
INSTALLS_ICONS= yes
Modified: head/editors/morla/Makefile
==============================================================================
--- head/editors/morla/Makefile Fri Nov 8 09:41:45 2019 (r517044)
+++ head/editors/morla/Makefile Fri Nov 8 10:08:49 2019 (r517045)
@@ -25,7 +25,7 @@ GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS= --with-gconf=auto
-USES= gettext pkgconfig libtool
+USES= gettext gnome libtool pkgconfig
USE_GNOME= gconf2 libgtkhtml libxslt
USE_LDCONFIG= ${PREFIX}/lib/${PORTNAME}
Modified: head/editors/picpas/Makefile
==============================================================================
--- head/editors/picpas/Makefile Fri Nov 8 09:41:45 2019 (r517044)
+++ head/editors/picpas/Makefile Fri Nov 8 10:08:49 2019 (r517045)
@@ -15,7 +15,7 @@ LICENSE= GPLv2
gtk2_CONFLICTS_INSTALL= ${PORTNAME}-qt5
qt5_CONFLICTS_INSTALL= ${PORTNAME}-gtk2
-USES= dos2unix fpc lazarus:flavors xorg
+USES= dos2unix fpc gnome lazarus:flavors xorg
USE_FPC= chm fcl-base fcl-image fcl-json fcl-registry fcl-xml pasjpeg regexpr \
rtl-objpas x11
USE_XORG= x11
Modified: head/editors/poedit/Makefile
==============================================================================
--- head/editors/poedit/Makefile Fri Nov 8 09:41:45 2019 (r517044)
+++ head/editors/poedit/Makefile Fri Nov 8 10:08:49 2019 (r517045)
@@ -19,7 +19,8 @@ LIB_DEPENDS= libgtkspell3-3.so:textproc/gtkspell3 \
libicui18n.so:devel/icu \
liblucene++.so:textproc/luceneplusplus
-USES= bdb compiler:c++11-lib desktop-file-utils gettext gmake pkgconfig
+USES= bdb compiler:c++11-lib desktop-file-utils gettext gmake gnome \
+ pkgconfig
USE_WX= 3.0
WX_CONF_ARGS= absolute
WITH_BDB_HIGHEST= yes
Modified: head/editors/py-room/Makefile
==============================================================================
--- head/editors/py-room/Makefile Fri Nov 8 09:41:45 2019 (r517044)
+++ head/editors/py-room/Makefile Fri Nov 8 10:08:49 2019 (r517045)
@@ -14,7 +14,7 @@ COMMENT= PyRoom is a clone of WriteRoom and features "
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/xdg/__init__.py:devel/py-xdg@${PY_FLAVOR}
-USES= gettext python:2.7
+USES= gettext gnome python:2.7
USE_PYTHON= distutils
USE_GNOME= pygtk2
PYDISTUTILS_PKGNAME= PyRoom
Modified: head/editors/vim/Makefile
==============================================================================
--- head/editors/vim/Makefile Fri Nov 8 09:41:45 2019 (r517044)
+++ head/editors/vim/Makefile Fri Nov 8 10:08:49 2019 (r517045)
@@ -86,6 +86,7 @@ NLS_USES= gettext
# UI
ATHENA_PLIST_SUB= GUI="" DESKTOP="@comment "
+ATHENA_USES= xorg
ATHENA_USE= XORG=ice,sm,x11,xaw,xmu,xpm,xt
ATHENA_VARS= GUI=athena
@@ -101,19 +102,19 @@ GNOME_VARS= GUI=gnome2 INSTALLS_ICONS=yes
GTK2_PLIST_SUB= GUI="" DESKTOP=""
GTK2_USE= GNOME=gdkpixbuf2,gtk20 XORG=ice,sm,x11,xpm,xt
-GTK2_USES= desktop-file-utils gnome
+GTK2_USES= desktop-file-utils gnome xorg
GTK2_VARS= GUI=gtk2 INSTALLS_ICONS=yes
GTK3_PLIST_SUB= GUI="" DESKTOP=""
GTK3_USE= GNOME=cairo,gdkpixbuf2,gtk30 XORG=ice,sm,x11,xpm,xt
-GTK3_USES= desktop-file-utils gnome
+GTK3_USES= desktop-file-utils gnome xorg
GTK3_VARS= GUI=gtk3 INSTALLS_ICONS=yes
MOTIF_CONFIGURE_ENV= MOTIFHOME=${LOCALBASE}
MOTIF_CONFIGURE_WITH= motif-lib="${MOTIFLIB}"
MOTIF_PLIST_SUB= GUI="" DESKTOP="@comment "
MOTIF_USE= XORG=ice,sm,x11,xmu,xt
-MOTIF_USES= motif
+MOTIF_USES= motif xorg
MOTIF_VARS= GUI=motif
X11_CONFIGURE_WITH= x
Modified: head/editors/xmlcopyeditor/Makefile
==============================================================================
--- head/editors/xmlcopyeditor/Makefile Fri Nov 8 09:41:45 2019 (r517044)
+++ head/editors/xmlcopyeditor/Makefile Fri Nov 8 10:08:49 2019 (r517045)
@@ -20,7 +20,7 @@ LIB_DEPENDS= libxerces-c.so.3:textproc/xerces-c3 \
libxml2.so:textproc/libxml2 \
libexpat.so:textproc/expat2
-USES= compiler:c++11-lang dos2unix gettext gmake iconv libtool
+USES= compiler:c++11-lang dos2unix gettext gmake gnome iconv libtool
USE_WX= 2.8+
WX_COMPS= wx contrib
WX_CONF_ARGS= absolute
Modified: head/emulators/advancemame/Makefile
==============================================================================
--- head/emulators/advancemame/Makefile Fri Nov 8 09:41:45 2019 (r517044)
+++ head/emulators/advancemame/Makefile Fri Nov 8 10:08:49 2019 (r517045)
@@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libexpat.so:textproc/expat2
-USES= compiler:c11 gmake ncurses
+USES= compiler:c11 gmake ncurses sdl
USE_SDL= sdl
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-svgalib --disable-fb --disable-alsa --enable-oss \
Modified: head/emulators/advancemenu/Makefile
==============================================================================
--- head/emulators/advancemenu/Makefile Fri Nov 8 09:41:45 2019 (r517044)
+++ head/emulators/advancemenu/Makefile Fri Nov 8 10:08:49 2019 (r517045)
@@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libexpat.so:textproc/expat2
-USES= gmake localbase:ldflags
+USES= gmake localbase:ldflags sdl
USE_SDL= sdl
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-svgalib --disable-fb --disable-alsa --enable-oss \
Modified: head/emulators/advancemess/Makefile
==============================================================================
--- head/emulators/advancemess/Makefile Fri Nov 8 09:41:45 2019 (r517044)
+++ head/emulators/advancemess/Makefile Fri Nov 8 10:08:49 2019 (r517045)
@@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libexpat.so:textproc/expat2
RUN_DEPENDS= advancemame>=1.4:emulators/advancemame
-USES= gmake ncurses
+USES= gmake ncurses sdl
USE_SDL= sdl
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-svgalib --disable-fb --disable-alsa --enable-oss \
Modified: head/emulators/catapult/Makefile
==============================================================================
--- head/emulators/catapult/Makefile Fri Nov 8 09:41:45 2019 (r517044)
+++ head/emulators/catapult/Makefile Fri Nov 8 10:08:49 2019 (r517045)
@@ -18,7 +18,7 @@ RUN_DEPENDS= openmsx:emulators/openmsx
OPTIONS_DEFINE= DEBUG DOCS
-USES= gmake pkgconfig python:2.7,build
+USES= gmake gnome pkgconfig python:2.7,build
USE_GCC= yes
USE_CXXSTD= gnu++0x
USE_GNOME= gtk20 libxml2
Modified: head/emulators/citra/Makefile
==============================================================================
--- head/emulators/citra/Makefile Fri Nov 8 09:41:45 2019 (r517044)
+++ head/emulators/citra/Makefile Fri Nov 8 10:08:49 2019 (r517045)
@@ -39,7 +39,7 @@ GH_TUPLE= citra-emu:ext-libressl-portable:7d01cb0:libr
weidai11:cryptopp:CRYPTOPP_7_0_0-23-gf320e7d9:cryptopp/externals/cryptopp/cryptopp \
wwylele:teakra:e6ea0ea:teakra/externals/teakra
-USES= cmake compiler:c++17-lang iconv localbase:ldflags
+USES= cmake compiler:c++17-lang iconv localbase:ldflags sdl
USE_SDL= sdl2
LDFLAGS+= -Wl,--as-needed # Qt5Network
TEST_TARGET= test
Modified: head/emulators/dgen-sdl/Makefile
==============================================================================
--- head/emulators/dgen-sdl/Makefile Fri Nov 8 09:41:45 2019 (r517044)
+++ head/emulators/dgen-sdl/Makefile Fri Nov 8 10:08:49 2019 (r517045)
@@ -12,7 +12,7 @@ COMMENT= Wonderful Sega Genesis/MegaDrive emulator
USE_SDL= sdl
USE_GL= glu
-USES= gl gmake libarchive
+USES= gl gmake libarchive sdl
GNU_CONFIGURE= yes
PLIST_FILES= bin/dgen \
Modified: head/emulators/e-uae/Makefile
==============================================================================
--- head/emulators/e-uae/Makefile Fri Nov 8 09:41:45 2019 (r517044)
+++ head/emulators/e-uae/Makefile Fri Nov 8 10:08:49 2019 (r517045)
@@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
CONFLICTS= uae-[0-9]*
-USES= gmake tar:bzip2
+USES= gmake gnome sdl tar:bzip2
USE_GNOME= gtk20
USE_SDL= sdl
GNU_CONFIGURE= yes
Modified: head/emulators/emulationstation/Makefile
==============================================================================
--- head/emulators/emulationstation/Makefile Fri Nov 8 09:41:45 2019 (r517044)
+++ head/emulators/emulationstation/Makefile Fri Nov 8 10:08:49 2019 (r517045)
@@ -24,7 +24,7 @@ LIB_DEPENDS= libboost_date_time.so:devel/boost-libs \
libpugixml.so:textproc/pugixml \
libvlc.so:multimedia/vlc
-USES= cmake compiler:gcc-c++11-lib gl pkgconfig
+USES= cmake compiler:gcc-c++11-lib gl pkgconfig sdl
USE_GITHUB= yes
GH_ACCOUNT= RetroPie
GH_PROJECT= EmulationStation
Modified: head/emulators/fceux/Makefile
==============================================================================
--- head/emulators/fceux/Makefile Fri Nov 8 09:41:45 2019 (r517044)
+++ head/emulators/fceux/Makefile Fri Nov 8 10:08:49 2019 (r517045)
@@ -18,7 +18,8 @@ RUN_DEPENDS= zenity:x11/zenity
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-USES= compiler:c++0x desktop-file-utils dos2unix localbase:ldflags pkgconfig scons xorg
+USES= compiler:c++0x desktop-file-utils dos2unix localbase:ldflags \
+ pkgconfig scons sdl xorg
USE_SDL= sdl
USE_XORG= x11
Modified: head/emulators/frodo/Makefile
==============================================================================
--- head/emulators/frodo/Makefile Fri Nov 8 09:41:45 2019 (r517044)
+++ head/emulators/frodo/Makefile Fri Nov 8 10:08:49 2019 (r517045)
@@ -30,6 +30,7 @@ OPTIONS_DEFAULT=SDL
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MSDL}
+USES+= sdl
USE_SDL= sdl
.endif
Modified: head/emulators/fs-uae-launcher/Makefile
==============================================================================
--- head/emulators/fs-uae-launcher/Makefile Fri Nov 8 09:41:45 2019 (r517044)
+++ head/emulators/fs-uae-launcher/Makefile Fri Nov 8 10:08:49 2019 (r517045)
@@ -17,7 +17,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR}
-USES= gettext gmake pathfix python:3.4+ pyqt:5
+USES= gettext gmake gnome pathfix pyqt:5 python:3.4+
USE_PYTHON= distutils autoplist noflavors
USE_PYQT= core sip gui widgets opengl
Modified: head/emulators/fuse-utils/Makefile
==============================================================================
--- head/emulators/fuse-utils/Makefile Fri Nov 8 09:41:45 2019 (r517044)
+++ head/emulators/fuse-utils/Makefile Fri Nov 8 10:08:49 2019 (r517045)
@@ -17,7 +17,7 @@ LIB_DEPENDS= libaudiofile.so:audio/libaudiofile \
libpng.so:graphics/png \
libspectrum.so:emulators/libspectrum
-USES= gettext iconv jpeg pkgconfig
+USES= gettext gnome iconv jpeg pkgconfig
USE_GNOME= glib20
GNU_CONFIGURE= yes
Modified: head/emulators/gens/Makefile
==============================================================================
--- head/emulators/gens/Makefile Fri Nov 8 09:41:45 2019 (r517044)
+++ head/emulators/gens/Makefile Fri Nov 8 10:08:49 2019 (r517045)
@@ -18,7 +18,7 @@ BUILD_DEPENDS= nasm:devel/nasm
ONLY_FOR_ARCHS= i386
ONLY_FOR_ARCHS_REASON= uses i386 assembly code
-USES= gmake gnome gl localbase pkgconfig
+USES= gl gmake gnome localbase pkgconfig sdl
USE_GNOME= gtk20
USE_GL= gl
USE_SDL= sdl
Modified: head/emulators/gngb/Makefile
==============================================================================
--- head/emulators/gngb/Makefile Fri Nov 8 09:41:45 2019 (r517044)
+++ head/emulators/gngb/Makefile Fri Nov 8 10:08:49 2019 (r517045)
@@ -13,7 +13,7 @@ COMMENT= GameBoy(tm) emulator
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
-USES= gmake localbase
+USES= gmake localbase sdl
USE_CSTD= gnu89
USE_SDL= sdl
GNU_CONFIGURE= yes
Modified: head/emulators/gngeo/Makefile
==============================================================================
--- head/emulators/gngeo/Makefile Fri Nov 8 09:41:45 2019 (r517044)
+++ head/emulators/gngeo/Makefile Fri Nov 8 10:08:49 2019 (r517045)
@@ -15,7 +15,7 @@ LICENSE= GPLv2
BROKEN_i386= unknown argument: '-frerun-loop-opt'
-USES= autoreconf compiler:features gl gmake
+USES= autoreconf compiler:features gl gmake sdl
USE_SDL= image sdl
USE_GL= yes
USE_GITHUB= yes
Modified: head/emulators/higan/Makefile
==============================================================================
--- head/emulators/higan/Makefile Fri Nov 8 09:41:45 2019 (r517044)
+++ head/emulators/higan/Makefile Fri Nov 8 10:08:49 2019 (r517045)
@@ -45,6 +45,7 @@ GLX_USES= gl
GLX_USE= GL=gl
GLX_VARS= VIDEO_DRIVER+=video.glx
+SDL_USES= sdl
SDL_USE= XORG=xv SDL=sdl
SDL_VARS= VIDEO_DRIVER+=video.sdl
@@ -65,6 +66,7 @@ OSS_VARS= AUDIO_DRIVER+=audio.oss
PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio
PULSEAUDIO_VARS= AUDIO_DRIVER+=audio.pulseaudio
+INPUT_SDL_USES= sdl
INPUT_SDL_USE= SDL=sdl
INPUT_SDL_VARS= INPUT_DRIVER+=input.sdl
Modified: head/emulators/hugo/Makefile
==============================================================================
--- head/emulators/hugo/Makefile Fri Nov 8 09:41:45 2019 (r517044)
+++ head/emulators/hugo/Makefile Fri Nov 8 10:08:49 2019 (r517045)
@@ -22,7 +22,7 @@ OPTIONS_SUB= yes
NETPLAY_DESC= Netplay support
SDL_MIXER_DESC= SDL_mixer support
-USES= gmake pkgconfig
+USES= gmake pkgconfig sdl
USE_SDL= sdl
USE_CSTD= gnu89
GNU_CONFIGURE= yes
@@ -38,6 +38,7 @@ IGNORE= NETPLAY support requires GTK2 support
.endif
.if ${PORT_OPTIONS:MGTK2}
+USES+= gnome
USE_GNOME= gtk20
.else
CONFIGURE_ARGS+= --disable-gui --disable-gtktest
Modified: head/emulators/joytran/Makefile
==============================================================================
--- head/emulators/joytran/Makefile Fri Nov 8 09:41:45 2019 (r517044)
+++ head/emulators/joytran/Makefile Fri Nov 8 10:08:49 2019 (r517045)
@@ -14,7 +14,7 @@ LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
USE_SDL= sdl2
-USES= tar:bzip2 cmake:insource pkgconfig xorg
+USES= cmake:insource pkgconfig sdl tar:bzip2 xorg
CMAKE_ARGS= -DLOCALBASE="${LOCALBASE}" -DPREFIX="${PREFIX}"
USE_XORG= x11 xtst
Modified: head/emulators/libspectrum/Makefile
==============================================================================
--- head/emulators/libspectrum/Makefile Fri Nov 8 09:41:45 2019 (r517044)
+++ head/emulators/libspectrum/Makefile Fri Nov 8 10:08:49 2019 (r517045)
@@ -15,7 +15,7 @@ LIB_DEPENDS= libaudiofile.so:audio/libaudiofile \
libgcrypt.so:security/libgcrypt
GNU_CONFIGURE= yes
-USES= gettext gmake libtool pkgconfig perl5
+USES= gettext gmake gnome libtool perl5 pkgconfig
USE_GNOME= glib20
USE_PERL5= build
USE_LDCONFIG= yes
Modified: head/emulators/mednafen/Makefile
==============================================================================
--- head/emulators/mednafen/Makefile Fri Nov 8 09:41:45 2019 (r517044)
+++ head/emulators/mednafen/Makefile Fri Nov 8 10:08:49 2019 (r517045)
@@ -30,7 +30,7 @@ SUB_FILES= pkg-message
CONFIGURE_ARGS+=--disable-alsa --disable-alsatest \
--with-sdl-prefix=${LOCALBASE}
-USES= compiler:c++11-lib cpe gl iconv pkgconfig:build tar:xz
+USES= compiler:c++11-lib cpe gl iconv pkgconfig:build sdl tar:xz
CPE_VENDOR= david_shadoff
OPTIONS_DEFINE= NLS DOCS JACK
Modified: head/emulators/mesen/Makefile
==============================================================================
--- head/emulators/mesen/Makefile Fri Nov 8 09:41:45 2019 (r517044)
+++ head/emulators/mesen/Makefile Fri Nov 8 10:08:49 2019 (r517045)
@@ -20,7 +20,7 @@ BUILD_DEPENDS= zip:archivers/zip \
LIB_DEPENDS= libevdev.so:devel/libevdev \
libgdiplus.so:x11-toolkits/libgdiplus
-USES= compiler:c++14-lang gmake pkgconfig
+USES= compiler:c++14-lang gmake pkgconfig sdl
USE_GITHUB= yes
GH_ACCOUNT= SourMesen
GH_PROJECT= Mesen
Modified: head/emulators/mgba/Makefile
==============================================================================
--- head/emulators/mgba/Makefile Fri Nov 8 09:41:45 2019 (r517044)
+++ head/emulators/mgba/Makefile Fri Nov 8 10:08:49 2019 (r517045)
@@ -17,7 +17,8 @@ LICENSE_FILE_MPL20= ${WRKSRC}/LICENSE
LIB_DEPENDS= libepoxy.so:graphics/libepoxy \
libpng.so:graphics/png
-USES= cmake compiler:c++11-lang gl gnome localbase:ldflags pkgconfig sqlite:3
+USES= cmake compiler:c++11-lang gl gnome localbase:ldflags pkgconfig \
+ sdl sqlite:3
USE_GITHUB= yes
GH_ACCOUNT= mgba-emu
Modified: head/emulators/mupen64plus-core/Makefile
==============================================================================
--- head/emulators/mupen64plus-core/Makefile Fri Nov 8 09:41:45 2019 (r517044)
+++ head/emulators/mupen64plus-core/Makefile Fri Nov 8 10:08:49 2019 (r517045)
@@ -14,7 +14,7 @@ DIST_SUBDIR= ${PORTNAME}
MAINTAINER?= acm at FreeBSD.org
COMMENT?= Fork of Mupen64 Nintendo 64 emulator
-USES+= gl gmake pkgconfig
+USES+= gl gmake pkgconfig sdl
USE_GL?= yes
USE_SDL?= sdl2
USE_LDCONFIG?= yes
Modified: head/emulators/mupen64plus-video-glide64/Makefile
==============================================================================
--- head/emulators/mupen64plus-video-glide64/Makefile Fri Nov 8 09:41:45 2019 (r517044)
+++ head/emulators/mupen64plus-video-glide64/Makefile Fri Nov 8 10:08:49 2019 (r517045)
@@ -9,7 +9,7 @@ COMMENT= Glide64 video plugin for Mupen64Plus
LIB_DEPENDS= libmupen64plus.so.2:emulators/mupen64plus-core
-USES+= gl
+USES+= gl sdl
USE_GL= gl
USE_SDL= sdl2
Modified: head/emulators/mupen64plus-video-glide64mk2/Makefile
==============================================================================
--- head/emulators/mupen64plus-video-glide64mk2/Makefile Fri Nov 8 09:41:45 2019 (r517044)
+++ head/emulators/mupen64plus-video-glide64mk2/Makefile Fri Nov 8 10:08:49 2019 (r517045)
@@ -9,7 +9,7 @@ COMMENT= Glide64mk2 video plugin for Mupen64Plus
LIB_DEPENDS= libmupen64plus.so.2:emulators/mupen64plus-core \
libboost_thread.so:devel/boost-libs
-USES+= gl
+USES+= gl sdl
USE_GL= gl
USE_SDL= sdl2
Modified: head/emulators/mupen64plus-video-z64/Makefile
==============================================================================
--- head/emulators/mupen64plus-video-z64/Makefile Fri Nov 8 09:41:45 2019 (r517044)
+++ head/emulators/mupen64plus-video-z64/Makefile Fri Nov 8 10:08:49 2019 (r517045)
@@ -9,7 +9,7 @@ COMMENT= Low-level RDP plugin for the Mupen64Plus
LIB_DEPENDS= libmupen64plus.so.2:emulators/mupen64plus-core
-USES= gl
+USES= gl sdl
USE_GL= gl glu glew
USE_SDL= sdl2
Modified: head/emulators/nestopia/Makefile
==============================================================================
--- head/emulators/nestopia/Makefile Fri Nov 8 09:41:45 2019 (r517044)
+++ head/emulators/nestopia/Makefile Fri Nov 8 10:08:49 2019 (r517045)
@@ -15,7 +15,7 @@ BUILD_DEPENDS= autoconf-archive>=0:devel/autoconf-arch
LIB_DEPENDS= libao.so:audio/libao libepoxy.so:graphics/libepoxy
USES= autoreconf desktop-file-utils gl gnome libarchive \
- localbase:ldflags pkgconfig
+ localbase:ldflags pkgconfig sdl
USE_CXXSTD= c++98
USE_GITHUB= yes
GH_ACCOUNT= rdanbrook
Modified: head/emulators/nonpareil/Makefile
==============================================================================
--- head/emulators/nonpareil/Makefile Fri Nov 8 09:41:45 2019 (r517044)
+++ head/emulators/nonpareil/Makefile Fri Nov 8 10:08:49 2019 (r517045)
@@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libpng.so:graphics/png
-USES= bison pkgconfig scons
+USES= bison gnome pkgconfig scons sdl
USE_GNOME= gtk20 libxml2
USE_SDL= sdl
Modified: head/emulators/ppsspp/Makefile
==============================================================================
--- head/emulators/ppsspp/Makefile Fri Nov 8 09:41:45 2019 (r517044)
+++ head/emulators/ppsspp/Makefile Fri Nov 8 10:08:49 2019 (r517045)
@@ -34,7 +34,7 @@ GH_TUPLE?= hrydgard:glslang:7.11.3214-63-gf9d08a25:gls
CONFLICTS_INSTALL= ${PORTNAME}-*
-USES= cmake compiler:c++11-lib gl localbase:ldflags pkgconfig
+USES= cmake compiler:c++11-lib gl localbase:ldflags pkgconfig sdl
EXCLUDE= libzip zlib
EXTRACT_AFTER_ARGS=${EXCLUDE:S,^,--exclude ,}
USE_GL= gl glew glu
Modified: head/emulators/qemu-sbruno/Makefile
==============================================================================
--- head/emulators/qemu-sbruno/Makefile Fri Nov 8 09:41:45 2019 (r517044)
+++ head/emulators/qemu-sbruno/Makefile Fri Nov 8 10:08:49 2019 (r517045)
@@ -145,6 +145,7 @@ CONFIGURE_ARGS+= --prefix=${PREFIX} --cc=${CC} --enabl
CONFIGURE_ARGS+= --disable-sdl
.else
CONFIGURE_ARGS+= --enable-sdl
+USES+= sdl
USE_SDL= sdl
.endif
Modified: head/emulators/qemu-utils/Makefile
==============================================================================
--- head/emulators/qemu-utils/Makefile Fri Nov 8 09:41:45 2019 (r517044)
+++ head/emulators/qemu-utils/Makefile Fri Nov 8 10:08:49 2019 (r517045)
@@ -6,8 +6,8 @@ MAINTAINER= asomers at FreeBSD.org
COMMENT= QEMU userland utilities
HAS_CONFIGURE= yes
-USES= compiler:c11 cpe gmake pkgconfig perl5 python:build tar:xz
-USES+= gettext-runtime
+USES= compiler:c11 cpe gettext-runtime gmake gnome perl5 pkgconfig \
+ python:build tar:xz
USE_GNOME+= glib20
MAKE_ENV+= BSD_MAKE="${MAKE}" PREFIX=${PREFIX}
CONFLICTS_INSTALL= qemu-[0-9]* qemu-devel-* qemu-sbruno-*
Modified: head/emulators/qemu/Makefile
==============================================================================
--- head/emulators/qemu/Makefile Fri Nov 8 09:41:45 2019 (r517044)
+++ head/emulators/qemu/Makefile Fri Nov 8 10:08:49 2019 (r517045)
@@ -18,7 +18,6 @@ LIB_DEPENDS?= libnettle.so:security/nettle \
.if !defined(PKGNAMESUFFIX) || (${PKGNAMESUFFIX} != "-utils" && ${PKGNAMESUFFIX} != "-guest-agent")
ONLY_FOR_ARCHS= amd64 i386 powerpc powerpc64
-USES?+= xorg
USE_XORG= pixman
USE_GNOME+= cairo glib20 libxml2
.endif
Modified: head/emulators/qmc2/Makefile
==============================================================================
--- head/emulators/qmc2/Makefile Fri Nov 8 09:41:45 2019 (r517044)
+++ head/emulators/qmc2/Makefile Fri Nov 8 10:08:49 2019 (r517045)
@@ -17,7 +17,7 @@ OPTIONS_DEFINE= DOCS
NO_WRKSUBDIR= yes
-USES= compiler:c++11-lang gl gmake qt:5 tar:bzip2 xorg
+USES= compiler:c++11-lang gl gmake qt:5 sdl tar:bzip2 xorg
USE_XORG= x11 xmu
USE_GL= gl glu
USE_QT= buildtools_build core declarative gui multimedia \
Modified: head/emulators/quasi88/Makefile
==============================================================================
--- head/emulators/quasi88/Makefile Fri Nov 8 09:41:45 2019 (r517044)
+++ head/emulators/quasi88/Makefile Fri Nov 8 10:08:49 2019 (r517045)
@@ -27,6 +27,7 @@ MAKE_JOBS_UNSAFE= yes
OPTIONS_DEFINE= DOCS EXAMPLES SDL
OPTIONS_DEFAULT= SDL
+SDL_USES= sdl
SDL_USE= sdl=sdl
SDL_MAKE_ENV= SDL_VERSION=1 X11_JOYSTICK="joy_sdl"
SDL_MAKE_ENV_OFF= X11_VERSION=1 X11_JOYSTICK="joy_bsd_usb"
Modified: head/emulators/snes9x-gtk/Makefile
==============================================================================
--- head/emulators/snes9x-gtk/Makefile Fri Nov 8 09:41:45 2019 (r517044)
+++ head/emulators/snes9x-gtk/Makefile Fri Nov 8 10:08:49 2019 (r517045)
@@ -20,8 +20,8 @@ LIB_DEPENDS= libpng.so:graphics/png
USE_GITHUB= yes
GH_ACCOUNT= snes9xgit
-USES= autoreconf compiler:c11 desktop-file-utils gettext gmake \
- gnome localbase perl5 pkgconfig tar:bzip2 xorg
+USES= autoreconf compiler:c11 desktop-file-utils gettext gmake gnome \
+ localbase perl5 pkgconfig sdl tar:bzip2 xorg
USE_GNOME= cairo gdkpixbuf2 gtk20 intltool libxml2
USE_SDL= sdl2
USE_XORG= x11 xext
Modified: head/emulators/stella/Makefile
==============================================================================
--- head/emulators/stella/Makefile Fri Nov 8 09:41:45 2019 (r517044)
+++ head/emulators/stella/Makefile Fri Nov 8 10:08:49 2019 (r517045)
@@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/License.txt
LIB_DEPENDS= libpng.so:graphics/png
-USES= compiler:c++11-lib gmake tar:xz
+USES= compiler:c++11-lib gmake sdl tar:xz
USE_SDL= sdl2
USE_GITHUB= yes
GH_ACCOUNT= stella-emu
Modified: head/emulators/tiemu3/Makefile
==============================================================================
--- head/emulators/tiemu3/Makefile Fri Nov 8 09:41:45 2019 (r517044)
+++ head/emulators/tiemu3/Makefile Fri Nov 8 10:08:49 2019 (r517045)
@@ -16,7 +16,7 @@ LIB_DEPENDS= libticalcs2.so:comms/libticalcs2 \
libticables2.so:comms/libticables2 \
libtifiles2.so:devel/libtifiles2
-USES= gmake groff libtool pkgconfig
+USES= gmake gnome groff libtool pkgconfig sdl
GNU_CONFIGURE= yes
USE_GNOME= gtk20 libglade2
USE_SDL= sdl
Modified: head/emulators/tilem/Makefile
==============================================================================
--- head/emulators/tilem/Makefile Fri Nov 8 09:41:45 2019 (r517044)
+++ head/emulators/tilem/Makefile Fri Nov 8 10:08:49 2019 (r517045)
@@ -14,7 +14,7 @@ LICENSE= GPLv3
LIB_DEPENDS= libticalcs2.so:comms/libticalcs2
-USES= desktop-file-utils pkgconfig shared-mime-info tar:bzip2
+USES= desktop-file-utils gnome pkgconfig shared-mime-info tar:bzip2
GNU_CONFIGURE= yes
CONFIGURE_ENV= OPT_CFLAGS=" " # Inhibit -O3, our default CFLAGS are upheld
USE_GNOME= gtk20
Modified: head/emulators/tme/Makefile
==============================================================================
--- head/emulators/tme/Makefile Fri Nov 8 09:41:45 2019 (r517044)
+++ head/emulators/tme/Makefile Fri Nov 8 10:08:49 2019 (r517045)
@@ -15,9 +15,11 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libltdl.so:devel/libltdl
-USES= autoreconf compiler gettext gmake iconv libtool perl5 pkgconfig
+USES= autoreconf compiler gettext gmake gnome iconv libtool perl5 \
+ pkgconfig
USE_GNOME= gdkpixbuf2 gtk20
USE_LDCONFIG= yes
+
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-static --disable-warnings
CONFIGURE_TARGET=${ARCH:S/amd64/x86_64/}-portbld-${OPSYS:tl}${OSREL}
Modified: head/emulators/uae/Makefile
==============================================================================
--- head/emulators/uae/Makefile Fri Nov 8 09:41:45 2019 (r517044)
+++ head/emulators/uae/Makefile Fri Nov 8 10:08:49 2019 (r517045)
@@ -15,7 +15,7 @@ LICENSE= GPLv2
CONFLICTS= e-uae-[0-9]*
MAKE_JOBS_UNSAFE=yes
-USES= gmake pkgconfig tar:bzip2
+USES= gmake gnome pkgconfig tar:bzip2
GNU_CONFIGURE= yes
USE_GNOME= gtk20
Modified: head/emulators/vba/Makefile
==============================================================================
--- head/emulators/vba/Makefile Fri Nov 8 09:41:45 2019 (r517044)
+++ head/emulators/vba/Makefile Fri Nov 8 10:08:49 2019 (r517045)
@@ -20,7 +20,7 @@ LIB_DEPENDS= libpng.so:graphics/png
BROKEN_powerpc= Runaway cc1plus process
BROKEN_sparc64= Runaway cc1plus process
-USES= gettext gmake
+USES= gettext gmake sdl
GNU_CONFIGURE= yes
USE_SDL= sdl
Modified: head/emulators/vice/Makefile
==============================================================================
--- head/emulators/vice/Makefile Fri Nov 8 09:41:45 2019 (r517044)
+++ head/emulators/vice/Makefile Fri Nov 8 10:08:49 2019 (r517045)
@@ -30,8 +30,8 @@ LIB_DEPENDS= libpng.so:graphics/png \
libgnutls.so:security/gnutls
RESTRICTED= ROMs are copyrighted by Commodore Business Machines
-USES= compiler:c++11-lang pkgconfig makeinfo localbase:ldflags \
- gmake iconv:wchar_t jpeg readline gettext xorg
+USES= compiler:c++11-lang gettext gmake iconv:wchar_t jpeg \
+ localbase:ldflags makeinfo pkgconfig readline xorg
USE_XORG= xpm ice sm xext xv xt x11 xmu xxf86vm
USE_XORG+= xrender xinerama xi xrandr xcursor xcomposite xdamage xfixes
HAS_CONFIGURE= yes
@@ -62,8 +62,10 @@ SDLSOUND_DESC= build with SDL2 sound system support
GTK3UI_CONFIGURE_ENABLE= native-gtk3ui
GTK3UI_BUILD_DEPENDS= ${LOCALBASE}/bin/bash:shells/bash
+SDLUI2_USES= sdl
SDLUI2_USE= SDL=sdl2
SDLUI2_CONFIGURE_ENABLE= sdlui2
+SDLSOUND_USES= sdl
SDLSOUND_USE= SDL=sdl2
SDLSOUND_CONFIGURE_ON= --with-sdlsound
ALSA_CONFIGURE_OFF= --without-alsa
@@ -83,6 +85,7 @@ __pmlinks1!= ${ECHO_CMD} '${LMLINKS:S/ / /}' | ${AW
.endif
.if ${PORT_OPTIONS:MGTK3UI}
+USES+= gnome gl
USE_GNOME+= gtk30 vte3 cairo gdkpixbuf2 pango
USE_GL+= glu gl
.endif
Modified: head/emulators/visualboyadvance-m/Makefile
==============================================================================
--- head/emulators/visualboyadvance-m/Makefile Fri Nov 8 09:41:45 2019 (r517044)
+++ head/emulators/visualboyadvance-m/Makefile Fri Nov 8 10:08:49 2019 (r517045)
@@ -40,8 +40,8 @@ DOS2UNIX_REGEX= .*\.(c|cpp|h|ypp)
USE_XORG= x11 xext
USE_GL= gl glu
USE_SDL= sdl
-USES= compiler:c++11-lang cmake:insource,noninja dos2unix gnome gl \
- pkgconfig xorg
+USES= cmake:insource,noninja compiler:c++11-lang dos2unix gl gnome \
+ pkgconfig sdl xorg
INSTALLS_ICONS= yes
CMAKE_ARGS= -DVERSION:STRING="${PORTVERSION}" \
-DSYSCONFDIR:STRING="${PREFIX}/etc" \
Modified: head/emulators/yuzu/Makefile
==============================================================================
--- head/emulators/yuzu/Makefile Fri Nov 8 09:41:45 2019 (r517044)
+++ head/emulators/yuzu/Makefile Fri Nov 8 10:08:49 2019 (r517045)
@@ -49,7 +49,8 @@ GH_TUPLE= yuzu-emu:unicorn:1.0.1-153-g73f45735:unicorn
weidai11:cryptopp:CRYPTOPP_7_0_0-23-gf320e7d9:cryptopp/externals/cryptopp/cryptopp \
xiph:opus:v1.3.1-4-gad8fe90d:opus/externals/opus/opus
-USES= cmake compiler:c++17-lang iconv localbase:ldflags python:2.7,build
+USES= cmake compiler:c++17-lang iconv localbase:ldflags \
+ python:2.7,build sdl
USE_SDL= sdl2
LDFLAGS+= -Wl,--as-needed # Qt5Network
TEST_TARGET= test
Modified: head/emulators/zsnes/Makefile
==============================================================================
--- head/emulators/zsnes/Makefile Fri Nov 8 09:41:45 2019 (r517044)
+++ head/emulators/zsnes/Makefile Fri Nov 8 10:08:49 2019 (r517045)
@@ -28,7 +28,7 @@ DEBUGGER_DESC= ZSNES Debugger
JMA_DESC= JMA support
USE_SDL= sdl
-USES= gmake tar:bzip2
+USES= gmake sdl tar:bzip2
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --disable-cpucheck
@@ -45,8 +45,6 @@ AO_CONFIGURE_ENABLE= libao
CFLAGS+= -I${LOCALBASE}/include
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
-
-.include <bsd.port.options.mk>
post-patch:
@${REINPLACE_CMD} -e \
More information about the svn-ports-all
mailing list