Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators Build can use a lot of memory, untighten.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d6834ee84234
branches:  trunk
changeset: 436912:d6834ee84234
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Aug 11 18:47:39 2020 +0000

description:
Build can use a lot of memory, untighten.

diffstat:

 emulators/gearboy/Makefile             |  4 +++-
 emulators/gearsystem/Makefile          |  4 +++-
 emulators/libretro-fbneo/Makefile      |  4 +++-
 emulators/libretro-gearboy/Makefile    |  4 +++-
 emulators/libretro-gearsystem/Makefile |  4 +++-
 5 files changed, 15 insertions(+), 5 deletions(-)

diffs (90 lines):

diff -r 059e90138b29 -r d6834ee84234 emulators/gearboy/Makefile
--- a/emulators/gearboy/Makefile        Tue Aug 11 18:47:14 2020 +0000
+++ b/emulators/gearboy/Makefile        Tue Aug 11 18:47:39 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/06/02 13:24:32 nia Exp $
+# $NetBSD: Makefile,v 1.2 2020/08/11 18:47:39 joerg Exp $
 
 .include "Makefile.common"
 
@@ -7,6 +7,8 @@
 COMMENT=       Game Boy / Gameboy Color emulator
 LICENSE=       gnu-gpl-v3
 
+UNLIMIT_RESOURCES+=    datasize virtualsize
+
 USE_TOOLS+=    gmake
 
 BUILD_DIRS=    platforms/linux
diff -r 059e90138b29 -r d6834ee84234 emulators/gearsystem/Makefile
--- a/emulators/gearsystem/Makefile     Tue Aug 11 18:47:14 2020 +0000
+++ b/emulators/gearsystem/Makefile     Tue Aug 11 18:47:39 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/06/02 13:25:00 nia Exp $
+# $NetBSD: Makefile,v 1.2 2020/08/11 18:47:39 joerg Exp $
 
 .include "Makefile.common"
 
@@ -7,6 +7,8 @@
 COMMENT=       Sega Master System / Game Gear / SG-1000 emulator
 LICENSE=       gnu-gpl-v3
 
+UNLIMIT_RESOURCES+=    datasize virtualsize
+
 USE_TOOLS+=    gmake
 
 BUILD_DIRS=    platforms/linux
diff -r 059e90138b29 -r d6834ee84234 emulators/libretro-fbneo/Makefile
--- a/emulators/libretro-fbneo/Makefile Tue Aug 11 18:47:14 2020 +0000
+++ b/emulators/libretro-fbneo/Makefile Tue Aug 11 18:47:39 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2020/05/31 15:26:09 nia Exp $
+# $NetBSD: Makefile,v 1.3 2020/08/11 18:47:39 joerg Exp $
 
 DISTNAME=      libretro-fbneo-20200530
 CATEGORIES=    emulators
@@ -12,6 +12,8 @@
 
 SUPERSEDES+=   libretro-fbalpha-[0-9]*
 
+UNLIMIT_RESOURCES+=    datasize virtualsize
+
 BUILD_DIRS=    src/burner/libretro
 USE_LANGUAGES= c c++
 
diff -r 059e90138b29 -r d6834ee84234 emulators/libretro-gearboy/Makefile
--- a/emulators/libretro-gearboy/Makefile       Tue Aug 11 18:47:14 2020 +0000
+++ b/emulators/libretro-gearboy/Makefile       Tue Aug 11 18:47:39 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/06/02 13:25:45 nia Exp $
+# $NetBSD: Makefile,v 1.2 2020/08/11 18:47:39 joerg Exp $
 
 LIBRETRO_CORE= gearboy
 
@@ -12,6 +12,8 @@
 COMMENT=       Libretro core based on the Gearboy Game Boy emlator
 LICENSE=       gnu-gpl-v3
 
+UNLIMIT_RESOURCES+=    datasize virtualsize
+
 BUILD_DIRS=    platforms/libretro
 
 BUILDLINK_TRANSFORM.SunOS+=    rm:-Wl,-version-script=./link.T
diff -r 059e90138b29 -r d6834ee84234 emulators/libretro-gearsystem/Makefile
--- a/emulators/libretro-gearsystem/Makefile    Tue Aug 11 18:47:14 2020 +0000
+++ b/emulators/libretro-gearsystem/Makefile    Tue Aug 11 18:47:39 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/06/02 13:26:27 nia Exp $
+# $NetBSD: Makefile,v 1.2 2020/08/11 18:47:40 joerg Exp $
 
 LIBRETRO_CORE= gearsystem
 
@@ -12,6 +12,8 @@
 COMMENT=       Libretro core based on the Gearsystem Master System emlator
 LICENSE=       gnu-gpl-v3
 
+UNLIMIT_RESOURCES+=    datasize virtualsize
+
 BUILD_DIRS=    platforms/libretro
 
 BUILDLINK_TRANSFORM.SunOS+=    rm:-Wl,-version-script=./link.T



Home | Main Index | Thread Index | Old Index