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 --- graphics/sk1libs/files/patch-src-utils-fs.py | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 graphics/sk1libs/files/patch-src-utils-fs.py (limited to 'graphics/sk1libs/files/patch-src-utils-fs.py') diff --git a/graphics/sk1libs/files/patch-src-utils-fs.py b/graphics/sk1libs/files/patch-src-utils-fs.py deleted file mode 100644 index 5d24e96ed3da..000000000000 --- a/graphics/sk1libs/files/patch-src-utils-fs.py +++ /dev/null @@ -1,22 +0,0 @@ ---- src/utils/fs.py.orig 2010-05-23 10:46:21 UTC -+++ src/utils/fs.py -@@ -203,9 +203,11 @@ def get_system_fontdirs(): - The function detects system font directories according to detected - system type. - """ -+ if system.get_os_family()==system.FREEBSD: -+ return ['/usr/local/lib/X11/fonts', '/usr/local/share/fonts', os.path.join(gethome(),'.fonts')] - if system.get_os_family()==system.LINUX: - return ['/usr/share/fonts', os.path.join(gethome(),'.fonts')] -- if system.get_os_family()==system.WINDOWS: -+ if system.get_os_family()==system.WINDOWS: - try: - import _winreg - except ImportError: -@@ -311,4 +313,4 @@ def _test(): - if __name__ == '__main__': - _test() - -- -\ No newline at end of file -+ -- cgit v1.2.3