aboutsummaryrefslogtreecommitdiff
path: root/games
Commit message (Collapse)AuthorAgeFilesLines
* games/dxx-rebirth: update to 20211125Piotr Kubaj2021-11-262-4/+4
|
* */*: Remove redundant '-*' from CONFLICTS definitionsStefan Eßer2021-11-253-3/+3
| | | | | | | | | The conflict checks compare the patterns first against the package names without version (as reported by "pkg query "%n"), then - if there was no match - agsinst the full package names including the version (as reported by "pkg query "%n-%v"). Approved by: portmgr (blanket)
* games/augustus: update to 3.1.0Piotr Kubaj2021-11-253-972/+1132
| | | | Changelog: https://github.com/Keriew/augustus/releases/tag/v3.1.0
* games/wtf: Update to 20211110Nuno Teixeira2021-11-252-4/+4
|
* games/funnyboat: limit supported python versionsDmitry Marakasov2021-11-241-3/+3
|
* games/openrct2: update to 0.3.5.1Piotr Kubaj2021-11-232-6/+6
|
* */*: Remove redundant '-[0-9]*' from CONFLICTS_INSTALLStefan Eßer2021-11-238-8/+8
| | | | | | | | | The conflict checks compare the patterns first against the package names without version (as reported by "pkg query "%n"), then - if there was no match - agsinst the full package names including the version (as reported by "pkg query "%n-%v"). Approved by: portmgr (blanket)
* games/r1q2: unbreak the build on recent -CURRENTAlexey Dokuchaev2021-11-232-1/+3
| | | | | | | | | | | Something had been changed in our toolchain which broke linking of this port because `SV_FixPlayerSkin' symbol became undefined. This function was annotated as `__inline', change it to `static' to unbreak the build as it is defined and called within a single file only. While here, remove unsupported optimization flag from the CFLAGS. Reported by: pkg-fallout
* games/domination: Update to 1.2.4Neel Chauhan2021-11-223-12/+7
|
* games/prboom: fix build in 14Dmitry Marakasov2021-11-221-0/+19
| | | | | | | | | | Fix bompilation problem on FreeBSD 14: i_system.c:444:7: error: unknown type name 'cpu_set_t'; did you mean 'cpusetid_t'? cpu_set_t set; ^~~~~~~~~ Approved by: portmgr blanket
* games/slade: pin wxWidgets version down to 3.0 (rather than 3.0+)Kyle Evans2021-11-221-2/+2
| | | | | | | | | Version 3.1 defaults to EGL (presumably for Wayland) and is incompatible with the GLEW we build at the moment (which defaults to GLX). Basically, because of this, the renderer craps out and crashes with v3.1. We don't really know what the ramifications are of swapping all of it to EGL, so just sticking with v3.0 seems safe for now.
* games/linux-unigine-{heaven,valley}: move to a more appropriate categoryAlexey Dokuchaev2021-11-2110-1089/+0
| | | | | These programs are techno-demos that can only be used as benchmarks, not as actually playable games.
* games/gnome-mahjongg: fix build with non-root userJohn Hein2021-11-191-3/+4
| | | | | | | | While here, make portlint and portclippy happy. PR: 257493 Approved by: gnome (maintainer timeout, >3 months) MFH: 2021Q4
* games/lander: fix build on 14Dmitry Marakasov2021-11-184-6/+35
| | | | While here, convert REINPLACE_CMD to a patch and change MASTER_SITES to https
* games/fishsupper: fix build on 14Dmitry Marakasov2021-11-181-0/+1
|
* games/wyrmsun: update to 5.2.4Dmitry Marakasov2021-11-182-4/+4
|
* games/wyrmgus: update to 5.2.4Dmitry Marakasov2021-11-183-4/+23
|
* games/openttd: update OpenTTD to version 12.1, another bugfix releaseAlexey Dokuchaev2021-11-173-8/+5
| | | | While here, drop our custom DESKTOP_ENTRIES in favor of upstream file.
* games/typespeed: Fix link error on FreeBSD 13 or later (-fno-common)Martin Birgmeier2021-11-173-4/+63
| | | | | PR: 259501 MFH: 2021Q4
* games/LibreMines: update to 1.7.1Piotr Kubaj2021-11-162-4/+4
|
* games/neo-cowsay: Update to 2.0.1Nuno Teixeira2021-11-162-19/+49
| | | | ChangeLog: https://github.com/Code-Hex/Neo-cowsay/releases/tag/v2.0.1
* multimedia/assimp: Update 5.0.1 -> 5.1.0Yuri Victorovich2021-11-162-1/+2
| | | | | | Also: * add the 'test' target * update WWW
* games/aisleriot: update to 3.22.19Jan Beich2021-11-142-4/+4
| | | | | Changes: https://gitlab.gnome.org/GNOME/aisleriot/-/compare/3.22.18...3.22.19 Reported by: Repology
* games/py-pysol-cards: Update to 0.14.2Guangyuan Yang2021-11-122-4/+4
|
* Drop maintainership on most of my portsTilman Keskinoz2021-11-111-1/+1
|
* games/neo-cowsay: Update to 1.0.4Nuno Teixeira2021-11-112-13/+14
| | | | ChangeLog: https://github.com/Code-Hex/Neo-cowsay/releases/tag/v1.0.4
* devel/zmusic: fix category to audioKyle Evans2021-11-101-1/+1
| | | | | | devel is accurate, but audio is much more precise. Reported by: danfe
* games/gzdoom: update to 4.7.1Kyle Evans2021-11-108-88/+43
| | | | | | | | | | | | Changelogs for all of the intervening versions can be found on the ZDoom forums: https://forum.zdoom.org/viewforum.php?f=1 This update moves data up to share/doom, which is a standard location that gzdoom searches for game data already. Some of the names are fairly generic, but not likely to conflict with other doom ports. While we're here, slim down the dependencies a little bit -- many of them are not needed anymore.
* games/abstreet: Update 0.2.9-49 -> 0.2.64Yuri Victorovich2021-11-097-1320/+1488
| | | | | PR: 259712 Original patch submitted by: mikael
* games/easyrpg-player: update to 0.7.0Dmitry Marakasov2021-11-093-12/+11
|
* games/liblcf: update to 0.7.0Dmitry Marakasov2021-11-093-110/+104
|
* games/DDNet: update to 15.6.2Dmitry Marakasov2021-11-092-5/+5
|
* games/sgt-puzzles: update to 20211031Dmitry Marakasov2021-11-092-5/+5
|
* games/tali: Update to 40.4Neel Chauhan2021-11-082-4/+4
|
* games/stonesoup: update to 0.27.1 and fix SDL buildRobert Clausecker2021-11-088-77/+84
| | | | | | | | | | | | | | | - update to 0.27.1 - fix the SDL build by fixing an incorrect patch. - add missing build dependencies for SDL build - flavourise in lieu of the removed stonesoup-sdl port - mention flavours in pkg-descr - rework patches to be compatible with new version - add desktop entry for the SDL version - enable concurrent installation of the two flavours - remove the somewhat pointless EXAMPLES option which used to just install one file into an additional location PR: 259509
* games/stonesoup: Fix build on armv6/armv7.Robert Clausecker2021-11-086-19/+50
| | | | | | | | | Fix build on armv6/armv7 by removing a misguided OS-detection case. Fix build with WRKDIR inside a git-maintained ports tree. Turn the custom README into a pkg-message for better visibility. Take over maintainership of this unmaintained port. PR: 259499
* games/openrct2: update to 0.3.5Piotr Kubaj2021-11-062-5/+4
| | | | Changelog: https://github.com/OpenRCT2/OpenRCT2/releases/tag/v0.3.5
* games/fheroes2: update to 0.9.9Piotr Kubaj2021-11-062-4/+4
| | | | Changelog: https://github.com/ihhub/fheroes2/releases/tag/0.9.9
* devel/jsoncpp: Update to 1.9.4 -> 1.9.5Daniel Engberg2021-11-051-1/+1
| | | | PR: 259654
* games/gnome-chess: Update to 41.1Neel Chauhan2021-11-052-4/+4
|
* KDE: Update KDE Gear to 21.08.3Tobias C. Berner2021-11-0444-132/+132
| | | | | | | | | | Thursday, 4 November 2021 Over 120 individual programs plus dozens of programmer libraries and feature plugins are released simultaneously as part of KDE Gear. Changelog: https://kde.org/announcements/changelogs/gear/21.08.3/
* graphics/vulkan-headers: update to 1.2.197Jan Beich2021-11-031-0/+67
| | | | | | | Force rebuild vulkan-loader to make sure vulkaninfo shows the new version. Changes: https://github.com/KhronosGroup/Vulkan-Headers/compare/v1.2.196...v1.2.197 Reported by: Repology
* games/taisei: drop unused Meson options after b5aa1e879ce9Jan Beich2021-11-031-1/+1
| | | | | | | | meson.build:1:0: ERROR: Unknown options: "OPENSSLINC" PR: 259080 Reported by: antoine (via exp-run) Regressed by: https://github.com/mesonbuild/meson/commit/dbf2ace6ca1c
* games/rpg-cli: Update to 1.0.0Lewis Cook2021-11-022-47/+52
| | | | Changes: https://github.com/facundoolano/rpg-cli/compare/0.6.0...1.0.0
* games/fs2open: update to 21.4.1Piotr Kubaj2021-11-022-4/+4
|
* games/SpaceCadetPinball: Update to 2.0Neel Chauhan2021-11-012-5/+5
|
* games/chroma: update to 1.20Dmitry Marakasov2021-11-012-4/+4
|
* games/exult: update to 1.7.0.20211019Fernando Apesteguía2021-11-012-5/+4
| | | | Reported by: portscout
* cleanup: schedule devel/clanlib1 for removal on 2021-12-31Rene Ladan2021-10-311-0/+3
| | | | It is older than devel/clanlib which expired today (1.0.0 vs 2.3.7)
* cleanup: expire ports depending on devel/sdl_sge for 2021-12-31Rene Ladan2021-10-312-0/+6
|