From 28ee39466918415876c222d93310195e291bc33a Mon Sep 17 00:00:00 2001 From: Rene Ladan Date: Sat, 2 Jan 2021 14:05:27 +0000 Subject: Remove some expired ports: 2020-12-31 emulators/fceux: Uses Python 2.7 version of scons, and Python 2.7 which is EOLed upstream 2020-12-31 emulators/gem5: Uses Python 2.7 version of scons, and Python 2.7 which is EOLed upstream 2020-12-31 emulators/nonpareil: Uses Python 2.7 version of scons, and Python 2.7 which is EOLed upstream 2020-12-31 games/freera: Uses Python 2.7 version of scons, and Python 2.7 which is EOLed upstream 2020-12-31 games/glob2: Uses Python 2.7 version of scons, and Python 2.7 which is EOLed upstream 2020-12-31 games/marsnomercy: Uses Python 2.7 version of scons, and Python 2.7 which is EOLed upstream 2020-12-31 games/netpanzer: Uses Python 2.7 version of scons, and Python 2.7 which is EOLed upstream 2020-12-31 games/pingus: Uses Python 2.7 version of scons, and Python 2.7 which is EOLed upstream 2020-12-31 graphics/goxel: Uses Python 2.7 version of scons, and Python 2.7 which is EOLed upstream 2020-12-31 graphics/sk1libs: Uses Python 2.7 which is EOLed upstream 2020-12-31 graphics/uniconvertor: Uses deprecated version of python --- emulators/gem5/files/patch-src_mem_physical.cc | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 emulators/gem5/files/patch-src_mem_physical.cc (limited to 'emulators/gem5/files/patch-src_mem_physical.cc') diff --git a/emulators/gem5/files/patch-src_mem_physical.cc b/emulators/gem5/files/patch-src_mem_physical.cc deleted file mode 100644 index a2b568bcb7a0..000000000000 --- a/emulators/gem5/files/patch-src_mem_physical.cc +++ /dev/null @@ -1,14 +0,0 @@ ---- src/mem/physical.cc.orig 2015-04-21 15:32:43 UTC -+++ src/mem/physical.cc -@@ -62,11 +62,9 @@ - * host. On OSX the MAP_NORESERVE flag does not exist, so simply make - * it 0. - */ --#if defined(__APPLE__) - #ifndef MAP_NORESERVE - #define MAP_NORESERVE 0 - #endif --#endif - - using namespace std; - -- cgit v1.2.3