aboutsummaryrefslogtreecommitdiff
path: root/games
Commit message (Collapse)AuthorAgeFilesLines
* MFH: r568730Jan Beich2021-03-182-4/+4
| | | | | | | | | | | devel/renpy: update to 7.4.4 Changes: https://www.renpy.org/release/7.4.4 (see Announcment) Changes: https://www.renpy.org/doc/html/changelog.html#renpy-7-4-4 Reported by: portscout Notes: svn path=/branches/2021Q1/; revision=568731
* MFH: r567944Jan Beich2021-03-092-4/+4
| | | | | | | | | | | devel/renpy: update to 7.4.3 Changes: https://www.renpy.org/release/7.4.3 (see Announcment) Changes: https://www.renpy.org/doc/html/changelog.html#renpy-7-4-3 Reported by: Repology Notes: svn path=/branches/2021Q1/; revision=567945
* MFH: r567351Piotr Kubaj2021-03-053-3/+26
| | | | | | | | | | | | | games/zdoom: fix build on non-x86 gme needs the same patching as for other ports. p_spec.cpp uses chars, which are unsigned on ARM and POWER by default. Approved by: tier 2 blanket Notes: svn path=/branches/2021Q1/; revision=567352
* MFH: r566865Piotr Kubaj2021-03-011-1/+1
| | | | | | | | | | | | | | | | | | | | games/openjk: fix packaging on armv6 pkg-static: Unable to access file /wrkdirs/usr/ports/games/openjk/work/stage/usr/local/share/JediAcademy/OpenJK/cgamearmv6.so:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/games/openjk/work/stage/usr/local/share/JediAcademy/OpenJK/jagamearmv6.so:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/games/openjk/work/stage/usr/local/share/JediAcademy/OpenJK/jampgamearmv6.so:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/games/openjk/work/stage/usr/local/share/JediAcademy/OpenJK/uiarmv6.so:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/games/openjk/work/stage/usr/local/share/JediAcademy/base/cgamearmv6.so:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/games/openjk/work/stage/usr/local/share/JediAcademy/base/jampgamearmv6.so:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/games/openjk/work/stage/usr/local/share/JediAcademy/base/uiarmv6.so:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/games/openjk/work/stage/usr/local/share/JediAcademy/openjk.armv6:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/games/openjk/work/stage/usr/local/share/JediAcademy/openjk_sp.armv6:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/games/openjk/work/stage/usr/local/share/JediAcademy/openjkded.armv6:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/games/openjk/work/stage/usr/local/share/JediAcademy/rd-vanilla_armv6.so:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/games/openjk/work/stage/usr/local/share/JediAcademy/rdsp-vanilla_armv6.so:No such file or directory Notes: svn path=/branches/2021Q1/; revision=566866
* MFH: r560298 r560302 r561371 r562151 r562559 r563142 r563143 r563149 r565356 ↵Piotr Kubaj2021-02-252-0/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | r565465 r566011 r566182 finance/quickfix: fix build on non-x86 Code uses x86 assembly, but makes it possible to use Boost atomic. multimedia/zoneminder: enable on powerpc64 net/mpich: fix build on powerpc64 Neither __BYTE_ORDER nor __BIG_ENDIAN are defined: In file included from src/mpi/datatype/typerep/dataloop/looputil.c:10: ./src/mpi/datatype/typerep/dataloop/looputil.h:57:2: error: This code assumes that __BYTE_ORDER and __BIG_ENDIAN are defined #error This code assumes that __BYTE_ORDER and __BIG_ENDIAN are defined editors/libreoffice: fix build on powerpc64 elfv2 This set of patches is applied only on powerpc* architectures. Submitted by: afsilva Approved by: tier 2 blanket security/openconnect-gui: fix checksum emulators/riscv-isa-sim: enable on powerpc64 sysutils/linuxfdisk: enable on powerpc64 graphics/openfx-arena: enable on powerpc64 multimedia/arcan: enable LUAJIT on powerpc64 It builds fine with luajit-openresty. games/libretro-desmume2015: fix build on non-x86 / ARM JIT is only for x86 and ARM. astro/opencpn: fix build on powerpc64* Use GCC unconditionally on powerpc64*: In file included from /usr/lib/clang/11.0.1/include/xmmintrin.h:13: /usr/lib/clang/11.0.1/include/mmintrin.h:33:5: error: use of undeclared identifier '__builtin_ia32_emms'; did you mean '__builtin_isless'? __builtin_ia32_emms(); editors/libreoffice6: backport powerpc* patches to libreoffice6 Approved by: tier 2 blanket Notes: svn path=/branches/2021Q1/; revision=566549
* MFH: r565802Antoine Brodin2021-02-171-0/+4
| | | | | | | | | | | | | | | Mark BROKEN on FreeBSD 13 and 14 ld: error: duplicate symbol: potgo_value >>> defined at main.c >>> ./sources/src/main.o:(potgo_value) >>> defined at newcpu.c >>> ./sources/src/newcpu.o:(.bss+0x81E50) Reported by: pkg-fallout Notes: svn path=/branches/2021Q1/; revision=565803
* MFH: r565798Antoine Brodin2021-02-171-0/+3
| | | | | | | | | Mark BROKEN on FreeBSD 13 and 414 Reported by: pkg-fallout Notes: svn path=/branches/2021Q1/; revision=565799
* MFH: r565436Antoine Brodin2021-02-161-0/+3
| | | | | | | | | | | | | | | Mark BROKEN on FreeBSD 13 and 14 ld: error: duplicate symbol: endscore_reached >>> defined at main.c >>> main.o:(endscore_reached) >>> defined at menu.c >>> menu.o:(.bss+0x600) Reported by: pkg-fallout Notes: svn path=/branches/2021Q1/; revision=565437
* MFH: r565427Antoine Brodin2021-02-161-0/+3
| | | | | | | | | | | | | | | Mark BROKEN on FreeBSD 13 and 14 ld: error: duplicate symbol: CharSet >>> defined at clear.c >>> clear.o:(CharSet) >>> defined at drawing.c >>> drawing.o:(.bss+0x0) Reported by: pkg-fallout Notes: svn path=/branches/2021Q1/; revision=565428
* MFH: r564133Fernando Apesteguía2021-02-162-36/+11
| | | | | | | | | | | | | | games/bsdgames: NO_WERROR fix for FreeBSD 13 * use WITHOUT_WERROR instead of NO_WERROR * remove noop REINPLACE statements * moves the wump.info out of the pkg-plist into the Makefile PR: 252941 Submitted by: jockl@pianojockl.org (maintainer) Notes: svn path=/branches/2021Q1/; revision=565398
* MFH: r560002 r560022 r565123Matthias Andree2021-02-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | graphics/openexr: graphics/ilmbase: v2.5.4 update "Patch release with various bug/sanitizer/security fixes, primarily related to reading corrupted input files." <https://github.com/AcademySoftwareFoundation/openexr/releases/tag/v2.5.4> Cherry-pick upstream commit for GCC 11 compatibility: <https://github.com/AcademySoftwareFoundation/openexr/commit/a40a6151c4e746eb8f93c7c06992d0ec11289fdc> Since this changes the patchlevel of the solibs, bump PORTREVISION of dependent ports just to be sure. (graphics/py-openshadinglanguage is unaltered and .includes the revision bump from .../openshadinglanguage.) graphics/openexr: really commit v2.5.4 update. Unfortunately, this was missed with the ilmbase update, and causes yet another PORTREVISION bump on all dependent ports. repeating ilmbase's commit log here: "Patch release with various bug/sanitizer/security fixes, primarily related to reading corrupted input files." <https://github.com/AcademySoftwareFoundation/openexr/releases/tag/v2.5.4> Cherry-pick upstream commit for GCC 11 compatibility: <https://github.com/AcademySoftwareFoundation/openexr/commit/a40a6151c4e746eb8f93c7c06992d0ec11289fdc> Since this changes the patchlevel of the solibs, bump PORTREVISION of dependent ports just to be sure. (graphics/py-openshadinglanguage is unaltered and .includes the revision bump from .../openshadinglanguage.) Reported by: VVD (IRC, #bsdports) graphics/openexr, ilmbase: security update to v2.5.5 https://github.com/AcademySoftwareFoundation/openexr/releases/tag/v2.5.5 "Specific OSS-fuzz issues include: OSS-fuzz #30291 Timeout in openexr_exrcheck_fuzzer OSS-fuzz #29106 Heap-buffer-overflow in Imf_2_5::FastHufDecoder::decode OSS-fuzz #28971 Undefined-shift in Imf_2_5::cachePadding OSS-fuzz #29829 Integer-overflow in Imf_2_5::DwaCompressor::initializeBuffers OSS-fuzz #30121 Out-of-memory in openexr_exrcheck_fuzzer" Bump PORTREVISION of ports that directly depend on openexr and/or ilmbase. Security: 98044aba-6d72-11eb-aed7-1b1b8a70cc8b Notes: svn path=/branches/2021Q1/; revision=565125
* MFH: r560846Gleb Popov2021-02-081-2/+2
| | | | | | | games/hedgewars-server: Use USES=cabal:nodefault to fix the build. Notes: svn path=/branches/2021Q1/; revision=564681
* MFH: r563488Jan Beich2021-01-312-4/+4
| | | | | | | | | | | devel/renpy: update to 7.4.2 Changes: https://www.renpy.org/release/7.4.2 (see Announcment) Changes: https://www.renpy.org/doc/html/changelog.html#renpy-7-4-2 Reported by: Repology Notes: svn path=/branches/2021Q1/; revision=563489
* MFH: r563090Antoine Brodin2021-01-271-0/+3
| | | | | | | | | | | | | | | Mark BROKEN on FreeBSD 13 and 14 ld: error: duplicate symbol: board >>> defined at xcheckers.c >>> xcheckers.o:(board) >>> defined at board.c >>> board.o:(.bss+0x0) Reported by: pkg-fallout Notes: svn path=/branches/2021Q1/; revision=563091
* MFH: r563084Antoine Brodin2021-01-271-0/+2
| | | | | | | | | | | | | | | Mark BROKEN on FreeBSD 13 and 14 ld: error: duplicate symbol: basedestroyed >>> defined at base.c >>> base.o:(basedestroyed) >>> defined at main.c >>> main.o:(.bss+0x1A0) Reported by: pkg-fallout Notes: svn path=/branches/2021Q1/; revision=563085
* MFH: r563082Antoine Brodin2021-01-271-0/+3
| | | | | | | | | | | | | | | Mark BROKEN on FreeBSD 13 and 14 ld: error: duplicate symbol: app_context >>> defined at callback.c >>> callback.o:(app_context) >>> defined at xisola.c >>> xisola.o:(.bss+0xB0) Reported by: pkg-fallout Notes: svn path=/branches/2021Q1/; revision=563083
* MFH: r563080Antoine Brodin2021-01-271-0/+3
| | | | | | | | | | | | | | | Mark BROKEN on FreeBSD 13 and 14 ld: error: duplicate symbol: controls >>> defined at koules.c >>> koules.o:(controls) >>> defined at server.c >>> server.o:(.bss+0xC1BB0) Reported by: pkg-fallout Notes: svn path=/branches/2021Q1/; revision=563081
* MFH: r562713Antoine Brodin2021-01-261-0/+2
| | | | | | | | | | | | | | | Mark BROKEN on FreeBSD 13 and 14 ld: error: duplicate symbol: Big_O >>> defined at init.c >>> init.o:(Big_O) >>> defined at oids.c >>> oids.o:(.bss+0x190) Reported by: pkg-fallout Notes: svn path=/branches/2021Q1/; revision=562714
* MFH: r562711Antoine Brodin2021-01-261-0/+3
| | | | | | | | | | | | | | | Mark BROKEN on FreeBSD 13 and 14 ld: error: duplicate symbol: player >>> defined at actions.c >>> actions.o:(player) >>> defined at explode.c >>> explode.o:(.bss+0x0) Reported by: pkg-fallout Notes: svn path=/branches/2021Q1/; revision=562712
* MFH: r562708Antoine Brodin2021-01-261-0/+3
| | | | | | | | | | | | | | | Mark BROKEN on FreeBSD 13 and 14 ld: error: duplicate symbol: current_server_filter >>> defined at filter.c >>> filter.o:(current_server_filter) >>> defined at flt-player.c >>> flt-player.o:(.bss+0x30) Reported by: pkg-fallout Notes: svn path=/branches/2021Q1/; revision=562709
* MFH: r562706Antoine Brodin2021-01-261-0/+3
| | | | | | | | | | | | | | | Mark BROKEN on FreeBSD 13 and 14 ld: error: duplicate symbol: radar >>> defined at map.c:31 >>> map.o:(radar) >>> defined at game.c:31 >>> game.o:(.bss+0xD8) Reported by: pkg-fallout Notes: svn path=/branches/2021Q1/; revision=562707
* MFH: r562703Antoine Brodin2021-01-261-0/+3
| | | | | | | | | | | | | | | Mark BROKEN on FreeBSD 13 and 14 ld: error: duplicate symbol: IMG_SPLASH >>> defined at data.c >>> data.o:(IMG_SPLASH) >>> defined at scr_xrick.c >>> scr_xrick.o:(.data+0x18) Reported by: pkg-fallout Notes: svn path=/branches/2021Q1/; revision=562704
* MFH: r562699Antoine Brodin2021-01-261-0/+3
| | | | | | | | | | | | | | | Mark BROKEN on FreeBSD 13 and 14 ld: error: duplicate symbol: act >>> defined at xrot.c >>> xrot.o:(act) >>> defined at title.c >>> title.o:(.bss+0x118) Reported by: pkg-fallout Notes: svn path=/branches/2021Q1/; revision=562700
* MFH: r562697Antoine Brodin2021-01-261-0/+3
| | | | | | | | | | | | | | | Mark BROKEN on FreeBSD 13 and 14 ld: error: duplicate symbol: board >>> defined at addpiece.c >>> addpiece.o:(board) >>> defined at endgame.c >>> endgame.o:(.bss+0x0) Reported by: pkg-fallout Notes: svn path=/branches/2021Q1/; revision=562698
* MFH: r562695Antoine Brodin2021-01-261-0/+3
| | | | | | | | | | | | | | | Mark BROKEN on FreeBSD 13 and 14 ld: error: duplicate symbol: b >>> defined at xtron.c >>> xtron.o:(b) >>> defined at main.c >>> main.o:(.bss+0x100) Reported by: pkg-fallout Notes: svn path=/branches/2021Q1/; revision=562696
* MFH: r562427Jan Beich2021-01-242-4/+4
| | | | | | | | | | | devel/renpy: update to 7.4.1 Changes: https://www.renpy.org/release/7.4.1 (see Announcment) Changes: https://www.renpy.org/doc/html/changelog.html#renpy-7-4-1 Reported by: Repology Notes: svn path=/branches/2021Q1/; revision=562429
* MFH: r562283Jason E. Hale2021-01-222-4/+4
| | | | | | | | | | | | games/chocolate-doom: Update to 3.0.1 PR: 250425 Submitted by: <jakub_lach@mailplus.pl> (maintainer) Security: 35aef72c-5c8e-11eb-8309-4ccc6adda413 Security: CVE-2020-14983 Notes: svn path=/branches/2021Q1/; revision=562284
* MFH: r561873Piotr Kubaj2021-01-171-2/+2
| | | | | | | | | | | | | | | | | games/pinball: fix build on GCC architectures Pinball.cpp:733: error: expected `(' before '{' token Pinball.cpp: At global scope: Pinball.cpp:733: error: mixing declarations and function-definitions is forbidden Pinball.cpp:733: error: a function-definition is not allowed here before '{' token Pinball.cpp:733: error: expected unqualified-id before ',' token Pinball.cpp:733: error: a function-definition is not allowed here before '{' token Pinball.cpp:733: error: expected unqualified-id before ',' token Pinball.cpp:733: error: a function-definition is not allowed here before '{' token Pinball.cpp:734: error: expected unqualified-id before '{' token Notes: svn path=/branches/2021Q1/; revision=561874
* MFH: r561432Piotr Kubaj2021-01-131-1/+1
| | | | | | | | | | | | | | games/sauerbraten: fix build on GCC architectures In file included from engine/rendermodel.cpp:28: engine/md2.h: In constructor 'md2::md2(const char*)': engine/md2.h:74: error: class 'md2' does not have any field named 'vertloader' engine/md2.h:74: error: no matching function for call to 'vertloader<md2>::vertloader()' engine/vertmodel.h:433: note: candidates are: vertloader<MDL>::vertloader(const char*) [with MDL = md2] engine/vertmodel.h:432: note: vertloader<md2>::vertloader(const vertloader<md2>&) Notes: svn path=/branches/2021Q1/; revision=561433
* MFH: r560848Dima Panov2021-01-093-14/+14
| | | | | | | | | games/freeciv: update to 2.6.3 bugfix release Changelog: https://freeciv.fandom.com/wiki/NEWS-2.6.3 Notes: svn path=/branches/2021Q1/; revision=560849
* MFH: r560751Wen Heping2021-01-093-4/+5
| | | | | | | - Update to 1.14.15 Notes: svn path=/branches/2021Q1/; revision=560830
* MFH: r560319Fernando Apesteguía2021-01-042-2/+2
| | | | | | | | | | | | games/ufoai games/ufoai-data release to the pool Reset maintainership per maintainer's request. PR: 252411 Submitted by: m.tsatsenko@gmail.com Notes: svn path=/branches/2021Q1/; revision=560320
* Remove expired port:Rene Ladan2021-01-0215-334/+0
| | | | | | | | 2020-12-31 games/dangerdeep: Uses Python 2.7 version of scons, and Python 2.7 which is EOLed upstream games/dangerdeep-data Notes: svn path=/head/; revision=559943
* Remove some expired ports:Rene Ladan2021-01-0244-3011/+0
| | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=559942
* For ports on riscv64 that fail the same (or similar ways) to aarch64, markMark Linimon2021-01-025-4/+9
| | | | | | | | | | | them BROKEN. While here, pet portlint (Makevar order). Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=559904
* Massage games/blinkenAdriaan de Groot2021-01-013-2/+13
| | | | | | | | | | | | | This game needs sound (it is a variant of "Simon Says"), so remind people in the install message that sound is needed. While here, update the WWW link PR: 251628 Reported by: Paul Dufresne Notes: svn path=/head/; revision=559891
* devel/renpy: update to 7.4.0Jan Beich2021-01-013-24/+23
| | | | | | | | | Changes: https://www.renpy.org/release/7.4.0 (see Announcment) Changes: https://www.renpy.org/doc/html/changelog.html#renpy-7-4-0 Reported by: Repology Notes: svn path=/head/; revision=559862
* games/etracer: submitter becomes maintainerKurt Jaeger2021-01-011-1/+1
| | | | | | | | PR: 252311 Submitted by: Neel Chauhan <neel@neelc.org> Notes: svn path=/head/; revision=559856
* Revert r559792 to unbreak INDEX and bulk -aAntoine Brodin2021-01-0177-0/+4209
| | | | | | | | | It seems a lot of reverse dependencies were missed With hat: portmgr Notes: svn path=/head/; revision=559822
* Remove most expired ports that depend on Python 2.7:Rene Ladan2021-01-0177-4209/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Exceptions are: - mail/mailman, our listservers still use it - www/chromium, solely because of popular demand, upstream is (slowly) working on porting it to Python 3 - ports that have actual patches for Python 3 against them (Cinnamon and a few unrelated other ports) - llvm70 and qt5-webengine because they seem to have a lot of dependencies which need further analysis - sysutils/uefi-edk2-bhyve because bhyve seems to use them - python2 and python27 themselves I'm sure there will be complaints, but the nice thing about a version control system is that we can revert and adjust things. 2020-12-31 audio/ardour: Uses Python 2.7 version of scons, and Python 2.7 which is EOLed upstream 2020-12-31 audio/mixxx21: Uses Python 2.7 version of scons, and Python 2.7 which is EOLed upstream 2020-12-31 audio/xmms2: Uses Python 2.7 which is EOLed upstream 2020-12-31 chinese/sunpinyin: Uses Python 2.7 which is EOLed upstream 2020-12-31 databases/arangodb32: Uses Python 2.7 which is EOLed upstream 2020-12-31 databases/arangodb33: Uses Python 2.7 which is EOLed upstream 2020-12-31 devel/bzr: Uses Python 2.7 which is EOLed upstream 2020-12-31 devel/chromium-gn: Uses deprecated version of python, use devel/gn instead 2020-12-31 devel/electron4: Uses Python 2.7 which is EOLed upstream 2020-12-31 devel/electron5: Uses Python 2.7 which is EOLed upstream 2020-12-31 devel/electron6: Uses Python 2.7 which is EOLed upstream 2020-12-31 devel/electron7: Uses Python 2.7 which is EOLed upstream 2020-12-31 devel/gnatpython: Uses Python 2.7 which is EOLed upstream 2020-12-31 devel/godot2: Uses Python 2.7 version of scons, and Python 2.7 which is EOLed upstream 2020-12-31 devel/godot2-tools: Uses Python 2.7 version of scons, and Python 2.7 which is EOLed upstream 2020-12-31 devel/libhid: Uses Python 2.7 which is EOLed upstream 2020-12-31 devel/libosmocore: Uses Python 2.7 which is EOLed upstream 2020-12-31 devel/llvm60: Uses Python 2.7 which is EOLed upstream 2020-12-31 devel/mongo-cxx-driver: Uses Python 2.7 version of scons, and Python 2.7 which is EOLed upstream 2020-06-30 devel/p5-Log-Any-Adapter-Callback: Use devel/p5-Log-Any (Log::Any::Adapter::Capture) instead 2020-12-31 devel/py-backports.functools_lru_cache: Uses Python 2.7 which is EOLed upstream 2020-12-31 devel/py-backports.os: Python 2 is EOL upstream 2020-12-31 devel/py-backports.shutil_get_terminal_size: Python 2 is EOL upstream 2020-12-31 devel/py-backports_abc: Uses Python 2.7 which is EOLed upstream 2020-12-31 devel/py-cheetah: Uses Python 2.7 which is EOLed upstream 2020-12-31 devel/py-dis3: Python 2 only, backport of Python 3 2020-12-31 devel/py-enum34: Will be removed along with python27 2020-12-31 devel/py-functools32: Python 2 only, backport of Python 3 2020-12-31 devel/py-futures: Uses Python 2.7 which is EOLed upstream 2020-12-31 devel/py-more-itertools5: Uses Python 2.7 which is EOLed upstream 2020-12-31 devel/py-pathlib: Uses Python 2.7 which is EOLed upstream 2020-12-31 devel/py-selectors2: Python 2 is EOL upstream 2020-12-31 devel/py-should_dsl: Uses Python 2.7 which is EOLed upstream 2020-12-31 devel/py-singledispatch: Uses Python 2.7 which is EOLed upstream 2020-12-31 devel/py-subprocess32: Python 2 only, following EOL of lang/python27 2020-12-31 devel/py-total-ordering: Uses Python 2.7 which is EOLed upstream 2020-12-31 devel/py-typing: Python 2 only, backport of Python 3 2020-12-31 devel/py-weakrefmethod: Python 2 only, backport of Python 3 2020-12-31 devel/rbtools: Uses Python 2.7 which is EOLed upstream 2020-12-31 devel/subversion-lts: Uses Python 2.7 which is EOLed upstream 2020-12-31 devel/viewvc: Uses Python 2.7 which is EOLed upstream 2020-12-31 dns/py-dns: Uses Python 2.7 which is EOLed upstream 2020-12-31 editors/atom: Uses Python 2.7 which is EOLed upstream 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/0ad: Uses deprecated version of python 2020-12-31 games/dangerdeep: 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 games/renpy: Uses deprecated version of python 2020-12-31 graphics/goxel: Uses Python 2.7 version of scons, and Python 2.7 which is EOLed upstream 2020-12-31 graphics/py-pillow6: Uses 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 2020-12-31 lang/julia10: Uses Python 2.7 which is EOLed upstream 2020-12-31 lang/pypy: Uses Python 2.7 which is EOLed upstream 2020-12-31 lang/pypy3: Uses Python 2.7 which is EOLed upstream 2020-12-31 lang/spidermonkey185: Uses Python 2.7 which is EOLed upstream 2020-12-31 lang/spidermonkey24: Uses Python 2.7 which is EOLed upstream 2020-12-31 lang/spidermonkey52: Uses Python 2.7 which is EOLed upstream 2020-12-31 lang/spidermonkey60: Requires python2 to build 2020-12-31 lang/tolua++: Uses Python 2.7 version of scons, and Python 2.7 which is EOLed upstream 2020-12-31 mail/getmail: Uses deprecated version of python 2020-12-31 math/gringo: Uses Python 2.7 which is EOLed upstream 2020-12-31 multimedia/ffmpeg2theora: Uses Python 2.7 version of scons, and Python 2.7 which is EOLed upstream 2020-12-31 multimedia/mimms: Uses Python 2.7 which is EOLed upstream 2020-12-31 net/py-ipaddress: Uses Python 2.7 which is EOLed upstream 2020-12-31 net-p2p/linuxdcpp: Uses Python 2.7 version of scons, and Python 2.7 which is EOLed upstream 2020-12-31 security/broccoli: Depends lang/python27 which is EOLed upstream 2020-12-31 security/orthrus: Uses Python 2.7 version of scons, and Python 2.7 which is EOLed upstream 2020-12-31 security/py-backports.ssl_match_hostname: Uses Python 2.7 which is EOLed upstream 2020-12-31 security/sandsifter: Uses deprecated version of python, see https://github.com/rigred/sandsifter/issues/10 2020-12-31 sysutils/cinnamon-control-center: Uses Python 2.7 which is EOLed upstream 2020-12-31 sysutils/ori: Uses Python 2.7 version of scons, and Python 2.7 which is EOLed upstream 2020-12-31 sysutils/osquery: Uses Python 2.7 which is EOLed upstream 2020-12-31 sysutils/py-shutilwhich: Python 2 only, backport of Python 3 2020-12-31 sysutils/uefi-edk2-bhyve-csm: Uses Python 2.7 which is EOLed upstream 2020-12-31 www/cliqz: Uses deprecated version of python 2020-12-31 www/iridium: Uses Python 2.7 which is EOLed upstream 2020-12-31 www/moinmoin: Uses Python 2.7 which is EOLed upstream 2020-12-31 www/node10: Uses Python 2.7 which is EOLed upstream 2020-12-31 www/node12: Uses Python 2.7 which is EOLed upstream 2020-12-31 www/trac: Uses Python 2.7 which is EOLed upstream 2020-12-31 www/trac-OhlohWidgetsMacro: Uses Python 2.7 which is EOLed upstream 2020-12-31 www/trac-TracGoogleAnalytics: Uses Python 2.7 which is EOLed upstream 2020-12-31 www/trac-accountmanager: Uses Python 2.7 which is EOLed upstream 2020-12-31 www/trac-advancedticketworkflow: Uses Python 2.7 which is EOLed upstream 2020-12-31 www/trac-autocomplete: Uses Python 2.7 which is EOLed upstream 2020-12-31 www/trac-ccselector: Uses Python 2.7 which is EOLed upstream 2020-12-31 www/trac-customfieldadmin: Uses Python 2.7 which is EOLed upstream 2020-12-31 www/trac-datefield: Uses Python 2.7 which is EOLed upstream 2020-12-31 www/trac-defaultcc: Uses Python 2.7 which is EOLed upstream 2020-12-31 www/trac-devel: Uses Python 2.7 which is EOLed upstream 2020-12-31 www/trac-discussion: Uses Python 2.7 which is EOLed upstream 2020-12-31 www/trac-downloads: Uses Python 2.7 which is EOLed upstream 2020-12-31 www/trac-email2trac: Uses Python 2.7 which is EOLed upstream 2020-12-31 www/trac-email2trac-postfix: Uses Python 2.7 which is EOLed upstream 2020-12-31 www/trac-estimator: Uses Python 2.7 which is EOLed upstream 2020-12-31 www/trac-fivestarvote: Uses Python 2.7 which is EOLed upstream 2020-12-31 www/trac-fullblog: Uses Python 2.7 which is EOLed upstream 2020-12-31 www/trac-fullblognotification: Uses Python 2.7 which is EOLed upstream 2020-12-31 www/trac-graphviz: Uses Python 2.7 which is EOLed upstream 2020-12-31 www/trac-iniadmin: Uses Python 2.7 which is EOLed upstream 2020-12-31 www/trac-keywords: Uses Python 2.7 which is EOLed upstream 2020-12-31 www/trac-keywordsecretticket: Uses Python 2.7 which is EOLed upstream 2020-12-31 www/trac-ldap: Uses Python 2.7 which is EOLed upstream 2020-12-31 www/trac-ldapauthstore: Uses Python 2.7 which is EOLed upstream 2020-12-31 www/trac-math: Uses Python 2.7 which is EOLed upstream 2020-12-31 www/trac-mercurial: Uses Python 2.7 which is EOLed upstream 2020-12-31 www/trac-navadd: Uses Python 2.7 which is EOLed upstream 2020-12-31 www/trac-permredirect: Uses Python 2.7 which is EOLed upstream 2020-12-31 www/trac-privatetickets: Uses Python 2.7 which is EOLed upstream 2020-12-31 www/trac-pydotorgtheme: Uses Python 2.7 which is EOLed upstream 2020-12-31 www/trac-scrumburndown: Uses Python 2.7 which is EOLed upstream 2020-12-31 www/trac-spam-filter: Uses Python 2.7 which is EOLed upstream 2020-12-31 www/trac-subtickets: Uses Python 2.7 which is EOLed upstream 2020-12-31 www/trac-tags: Uses Python 2.7 which is EOLed upstream 2020-12-31 www/trac-themeengine: Uses Python 2.7 which is EOLed upstream 2020-12-31 www/trac-ticketimport: Uses Python 2.7 which is EOLed upstream 2020-12-31 www/trac-tickettemplate: Uses Python 2.7 which is EOLed upstream 2020-12-31 www/trac-timingandestimation: Uses Python 2.7 which is EOLed upstream 2020-12-31 www/trac-tocmacro: Uses Python 2.7 which is EOLed upstream 2020-12-31 www/trac-tweakui: Uses Python 2.7 which is EOLed upstream 2020-12-31 www/trac-vote: Uses Python 2.7 which is EOLed upstream 2020-12-31 www/trac-wikigoodies: Uses Python 2.7 which is EOLed upstream 2020-12-31 www/trac-wikinotification: Uses Python 2.7 which is EOLed upstream 2020-12-31 www/trac-wikitemplates: Uses Python 2.7 which is EOLed upstream 2020-12-31 www/trac-wikitopdf: Uses Python 2.7 which is EOLed upstream 2020-12-31 www/trac-wysiwyg: Uses Python 2.7 which is EOLed upstream 2020-12-31 www/trac-xmlrpc: Uses Python 2.7 which is EOLed upstream Notes: svn path=/head/; revision=559792
* New port: games/automuteusKurt Jaeger2020-12-318-0/+243
| | | | | | | | | | | | | | | AutoMuteUs is a Discord Bot to harness Among Us game data, and automatically mute/unmute players during games! Requires amonguscapture to capture and relay game data. WWW: https://automute.us/ PR: 252314 Submitted by: Neel Chauhan <neel@neelc.org> Notes: svn path=/head/; revision=559769
* Update to 5.2Emanuel Haupt2020-12-303-12/+21
| | | | Notes: svn path=/head/; revision=559685
* games/DDNet: fix build on GCC architecturesPiotr Kubaj2020-12-301-1/+1
| | | | | | | | | /wrkdirs/usr/ports/games/DDNet/work/DDNet-15.2.3/src/engine/server/server.cpp: In member function 'int CServer::Init()': /wrkdirs/usr/ports/games/DDNet/work/DDNet-15.2.3/src/engine/server/server.cpp:525:2: error: 'memset' was not declared in this scope 525 | memset(m_aPrevStates, CClient::STATE_EMPTY, MAX_CLIENTS * sizeof(int)); Notes: svn path=/head/; revision=559669
* - Update to 20201221Jose Alonso Cardenas Marquez2020-12-293-30/+26
| | | | Notes: svn path=/head/; revision=559540
* Drop python 2.7 support from a few portsAntoine Brodin2020-12-287-7/+7
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=559531
* - Update to 15.2.4Dmitry Marakasov2020-12-282-4/+4
| | | | Notes: svn path=/head/; revision=559507
* - Update to 0.59.1Dmitry Marakasov2020-12-282-4/+4
| | | | Notes: svn path=/head/; revision=559505
* games/endgame-singularity: revive and update 1.00Jan Beich2020-12-286-0/+150
| | | | | | | | | | | | | | - Pass maintainership per revival Changes: https://github.com/singularity/singularity/releases/tag/singularity-1.0a1 Changes: https://github.com/singularity/singularity/releases/tag/v1.0a2 Changes: https://github.com/singularity/singularity/releases/tag/v1.0b1 Changes: https://github.com/singularity/singularity/releases/tag/v1.00 PR: 251608 Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> Notes: svn path=/head/; revision=559446
* games/3omns: move to new homeJan Beich2020-12-272-2/+2
| | | | | | | fetch: https://github.com/chazomaticus/3omns/releases/download/0.2/3omns-0.2.tar.xz: Not Found Notes: svn path=/head/; revision=559330
* games/OpenDiablo2: update to latest commitKurt Jaeger2020-12-263-43/+43
| | | | | | | | PR: 251982 Submitted by: Nuno Teixeira <ed.arrakis@gmail.com> (maintainer) Notes: svn path=/head/; revision=559297