pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/emulators
Module Name: pkgsrc
Committed By: nia
Date: Mon Oct 15 17:53:23 UTC 2018
Modified Files:
pkgsrc/emulators/libretro-dolphin: MESSAGE
pkgsrc/emulators/libretro-ppsspp: MESSAGE
pkgsrc/emulators/libretro-reicast: MESSAGE
pkgsrc/emulators/retroarch: Makefile
Log Message:
retroarch: Disable PaX MPROTECT to make users' lives easier.
Update MESSAGEs for cores accordingly.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/emulators/libretro-dolphin/MESSAGE
cvs rdiff -u -r1.1 -r1.2 pkgsrc/emulators/libretro-ppsspp/MESSAGE
cvs rdiff -u -r1.1 -r1.2 pkgsrc/emulators/libretro-reicast/MESSAGE
cvs rdiff -u -r1.13 -r1.14 pkgsrc/emulators/retroarch/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/emulators/libretro-dolphin/MESSAGE
diff -u pkgsrc/emulators/libretro-dolphin/MESSAGE:1.1 pkgsrc/emulators/libretro-dolphin/MESSAGE:1.2
--- pkgsrc/emulators/libretro-dolphin/MESSAGE:1.1 Mon Oct 15 17:20:21 2018
+++ pkgsrc/emulators/libretro-dolphin/MESSAGE Mon Oct 15 17:53:23 2018
@@ -1,9 +1,12 @@
===========================================================================
-$NetBSD: MESSAGE,v 1.1 2018/10/15 17:20:21 nia Exp $
+$NetBSD: MESSAGE,v 1.2 2018/10/15 17:53:23 nia Exp $
-This package is not PaX MPROTECT-safe, because of its just-in-time
-compiler.
+Prior to using libretro-dolphin:
-MPROTECT must be disabled for RetroArch for this core to be usable.
+1. cd to RetroArch's System (where your BIOS files are) or RetroArch's
+Content directory (where your GC/Wii software images are).
+2. mkdir dolphin-emu
+3. git clone --depth=1 https://github.com/libretro/dolphin.git
+4. cp -R dolphin/Data/Sys dolphin-emu/ && rm -rf dolphin
===========================================================================
Index: pkgsrc/emulators/libretro-ppsspp/MESSAGE
diff -u pkgsrc/emulators/libretro-ppsspp/MESSAGE:1.1 pkgsrc/emulators/libretro-ppsspp/MESSAGE:1.2
--- pkgsrc/emulators/libretro-ppsspp/MESSAGE:1.1 Tue Aug 14 12:55:41 2018
+++ pkgsrc/emulators/libretro-ppsspp/MESSAGE Mon Oct 15 17:53:23 2018
@@ -1,10 +1,5 @@
===========================================================================
-$NetBSD: MESSAGE,v 1.1 2018/08/14 12:55:41 nia Exp $
-
-This package is not PaX MPROTECT-safe, because of its just-in-time
-compiler.
-
-MPROTECT must be disabled for RetroArch for this core to be usable.
+$NetBSD: MESSAGE,v 1.2 2018/10/15 17:53:23 nia Exp $
Prior to using libretro-ppsspp:
Index: pkgsrc/emulators/libretro-reicast/MESSAGE
diff -u pkgsrc/emulators/libretro-reicast/MESSAGE:1.1 pkgsrc/emulators/libretro-reicast/MESSAGE:1.2
--- pkgsrc/emulators/libretro-reicast/MESSAGE:1.1 Sat Oct 13 17:02:16 2018
+++ pkgsrc/emulators/libretro-reicast/MESSAGE Mon Oct 15 17:53:23 2018
@@ -1,5 +1,5 @@
===========================================================================
-$NetBSD: MESSAGE,v 1.1 2018/10/13 17:02:16 nia Exp $
+$NetBSD: MESSAGE,v 1.2 2018/10/15 17:53:23 nia Exp $
Reicast requires the following BIOS files in order to work:
@@ -14,11 +14,4 @@ In retroarch, you'll need to place them
Alternatively, you can place them in your Content Directory next to the
software you are going to run.
---
-
-This package is not PaX MPROTECT-safe, because of its just-in-time
-compiler.
-
-MPROTECT must be disabled for RetroArch for this core to be usable.
-
===========================================================================
Index: pkgsrc/emulators/retroarch/Makefile
diff -u pkgsrc/emulators/retroarch/Makefile:1.13 pkgsrc/emulators/retroarch/Makefile:1.14
--- pkgsrc/emulators/retroarch/Makefile:1.13 Fri Oct 12 23:43:47 2018
+++ pkgsrc/emulators/retroarch/Makefile Mon Oct 15 17:53:23 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2018/10/12 23:43:47 nia Exp $
+# $NetBSD: Makefile,v 1.14 2018/10/15 17:53:23 nia Exp $
PKGNAME= retroarch-${RETROARCH_VERSION}
DISTNAME= RetroArch-${RETROARCH_VERSION}
@@ -17,6 +17,9 @@ USE_TOOLS+= pkg-config gmake
HAS_CONFIGURE= yes
+# Needed for certain cores, e.g. Dolphin, Reicast.
+NOT_PAX_MPROTECT_SAFE+= bin/retroarch
+
CONFIGURE_ARGS+= --disable-builtinminiupnpc
CONFIGURE_ARGS+= --disable-builtinzlib
CONFIGURE_ARGS+= --disable-builtinflac
Home |
Main Index |
Thread Index |
Old Index