pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/emulators/retroarch retroarch: Bump PKGREVISION for mi...
details: https://anonhg.NetBSD.org/pkgsrc/rev/03f91a7fcb16
branches: trunk
changeset: 323982:03f91a7fcb16
user: nia <nia%pkgsrc.org@localhost>
date: Wed Oct 03 23:31:06 2018 +0000
description:
retroarch: Bump PKGREVISION for miniupnpc. Disable some default options.
The options disabled have minimal apparent utility, but are reasonably
heavy dependencies.
diffstat:
emulators/retroarch/Makefile | 5 +++--
emulators/retroarch/options.mk | 4 ++--
2 files changed, 5 insertions(+), 4 deletions(-)
diffs (37 lines):
diff -r d0fd1386f2f6 -r 03f91a7fcb16 emulators/retroarch/Makefile
--- a/emulators/retroarch/Makefile Wed Oct 03 23:15:28 2018 +0000
+++ b/emulators/retroarch/Makefile Wed Oct 03 23:31:06 2018 +0000
@@ -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 @@
.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 -r d0fd1386f2f6 -r 03f91a7fcb16 emulators/retroarch/options.mk
--- a/emulators/retroarch/options.mk Wed Oct 03 23:15:28 2018 +0000
+++ b/emulators/retroarch/options.mk Wed Oct 03 23:31:06 2018 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index