summaryrefslogtreecommitdiff
path: root/emulators/retroarch
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2018-10-03 23:31:06 +0000
committernia <nia@pkgsrc.org>2018-10-03 23:31:06 +0000
commit96033d4bec3c3aa7de54cc942ec072f0fc156a09 (patch)
tree264d4741b9676730a161047632fd2364866b0e1d /emulators/retroarch
parent8f3b54892f252e8edc28bb90f6e464b6961b683a (diff)
downloadpkgsrc-96033d4bec3c3aa7de54cc942ec072f0fc156a09.tar.gz
retroarch: Bump PKGREVISION for miniupnpc. Disable some default options.
The options disabled have minimal apparent utility, but are reasonably heavy dependencies.
Diffstat (limited to 'emulators/retroarch')
-rw-r--r--emulators/retroarch/Makefile5
-rw-r--r--emulators/retroarch/options.mk4
2 files changed, 5 insertions, 4 deletions
diff --git a/emulators/retroarch/Makefile b/emulators/retroarch/Makefile
index 41fd6a0cd80..f10087b6db8 100644
--- a/emulators/retroarch/Makefile
+++ b/emulators/retroarch/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.10 2018/09/06 09:33:38 nia Exp $
+# $NetBSD: Makefile,v 1.11 2018/10/03 23:31:06 nia Exp $
PKGNAME= retroarch-${RETROARCH_VERSION}
DISTNAME= RetroArch-${RETROARCH_VERSION}
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_GITHUB:=libretro/RetroArch/releases/download/v${RETROARCH_VERSION}/}
EXTRACT_SUFX= .tar.xz
@@ -49,4 +49,5 @@ CONFIGURE_ARGS+= --disable-thread_storage
.include "../../audio/flac/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../net/miniupnpc/buildlink3.mk"
+.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/emulators/retroarch/options.mk b/emulators/retroarch/options.mk
index 8836a46e563..ec72f54b3c4 100644
--- a/emulators/retroarch/options.mk
+++ b/emulators/retroarch/options.mk
@@ -1,11 +1,11 @@
-# $NetBSD: options.mk,v 1.5 2018/09/06 09:33:38 nia Exp $
+# $NetBSD: options.mk,v 1.6 2018/10/03 23:31:06 nia Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.retroarch
PKG_SUPPORTED_OPTIONS+= sdl2 ffmpeg freetype qt5 x11 caca
PKG_SUPPORTED_OPTIONS+= alsa jack openal pulseaudio libusb-1
PKG_SUPPORTED_OPTIONS+= libxml2 # Deprecated
-PKG_SUGGESTED_OPTIONS+= sdl2 ffmpeg freetype x11 openal
+PKG_SUGGESTED_OPTIONS+= sdl2 freetype x11
.if ${OPSYS} == "Linux"
PKG_SUPPORTED_OPTIONS+= udev