pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/emulators/retroarch



Module Name:    pkgsrc
Committed By:   nia
Date:           Wed Oct  3 23:31:06 UTC 2018

Modified Files:
        pkgsrc/emulators/retroarch: Makefile options.mk

Log Message:
retroarch: Bump PKGREVISION for miniupnpc. Disable some default options.

The options disabled have minimal apparent utility, but are reasonably
heavy dependencies.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/emulators/retroarch/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/emulators/retroarch/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/emulators/retroarch/Makefile
diff -u pkgsrc/emulators/retroarch/Makefile:1.10 pkgsrc/emulators/retroarch/Makefile:1.11
--- pkgsrc/emulators/retroarch/Makefile:1.10    Thu Sep  6 09:33:38 2018
+++ pkgsrc/emulators/retroarch/Makefile Wed Oct  3 23:31:06 2018
@@ -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_storag
 .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"

Index: pkgsrc/emulators/retroarch/options.mk
diff -u pkgsrc/emulators/retroarch/options.mk:1.5 pkgsrc/emulators/retroarch/options.mk:1.6
--- pkgsrc/emulators/retroarch/options.mk:1.5   Thu Sep  6 09:33:38 2018
+++ pkgsrc/emulators/retroarch/options.mk       Wed Oct  3 23:31:06 2018
@@ -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