Commit Graph

5523 Commits

Author SHA1 Message Date
sthen 14cdf5c75a update to dmagnetic-0.36, from Thomas Dettbarn (maintainer) 2023-01-30 13:33:33 +00:00
kirby fdaf97cf6c Update freeciv to 3.0.5.
While here:
 - enable sound support
 - switch HOMEPAGE to https
 - tweak DESCR
 - move locale to -share package

Changelogs:
http://www.freeciv.org/wiki/NEWS-3.0.0
https://www.freeciv.org/wiki/NEWS-3.0.5

ok thfr@ on a previous diff (wih disabled sound support).
2023-01-29 19:03:44 +00:00
jca c4d6976d37 Fix use of inline, bogus with C99 inline semantics, as exposed by clang 15 2023-01-27 17:29:37 +00:00
sthen c269ddac14 update to dmagnetic-0.35, from Thomas Dettbarn (maintainer) 2023-01-25 12:17:34 +00:00
ajacoutot aa7091aa40 Remove empty trailing line(s). 2023-01-25 10:54:32 +00:00
sebastia bd08cc01a0 Update to 1.0.1
valuable feedback sthen@

OK kriby@
2023-01-25 10:15:21 +00:00
kmos a44b5b261e Update to 5.3 and note new home page for project 2023-01-25 04:39:14 +00:00
kirby c0ea514b56 update to wesnoth-1.16.8 2023-01-24 20:04:04 +00:00
ajacoutot 50447a7bfd Update to gcompris-3.1. 2023-01-22 10:27:23 +00:00
ajacoutot b645176733 Update to gcompris-3.0. 2023-01-19 08:07:15 +00:00
kirby 86a2c2b2fa update to naev-0.10.3 2023-01-18 09:09:39 +00:00
kirby 07d6f41a1a update to wesnoth-1.16.7 2023-01-17 09:40:26 +00:00
kirby d61fcdbb2b update to naev-0.10.2
modify RDEPs to match -data version
update LDEPs to fix build when dpb purges devel/pcre2
breakage reported by naddy@, thanks!
2023-01-13 09:14:38 +00:00
fcambus edffef4d86 Update dopewars to 1.6.2. 2023-01-09 22:45:09 +00:00
kirby 1ca9e197e7 update to naev-0.10.1 2023-01-08 09:36:18 +00:00
thfr 727a2f717e missed to update the distinfo filename to pl1, found by aja@ 2023-01-04 14:36:03 +00:00
thfr 927cc8f8c8 update to more recent commit that stops building Steamworks.NET.dll and steam.hdll (hlsteam) by default. These are no longer needed and this will save cycles on build machines 2023-01-04 03:37:18 +00:00
thfr b15e18ff24 update to checkout from 2022-03-22, rework Makefile with input from sthen to avoid SUBST_CMD and use c++ correctly for the build, correctly replace EnableHeartbeats() with SetAdvertiseServerActive() 2023-01-04 03:05:36 +00:00
thfr 3ceda8ea2f Start building gdx-controllers-lwjgl3, too. \nThis allows running a game called Space Haven, likely also more lwjgl3-based games. 2023-01-01 14:58:11 +00:00
ajacoutot ef0465a522 Missing LIB_DEPENDS on net/enet + regen WANTLIB.
Drop uneeded patch chunk while here.
2022-12-30 09:17:33 +00:00
jca cde3b5cb3f Re-enable LTO on riscv64 2022-12-30 06:31:52 +00:00
sthen 8382cc4b75 Disable the long deprecated and unmaintained libavresample in ffmpeg, and
sync WANTLIBs. From Brad.
2022-12-30 00:13:28 +00:00
kirby 9564f9bd61 update to naev-0.10.0 2022-12-28 20:36:18 +00:00
ajacoutot b612318935 Update to py3-chess-1.9.4. 2022-12-28 14:01:13 +00:00
kirby 5b0bb59cf9 update to flare-1.14 2022-12-19 06:13:06 +00:00
thfr 8e10606582 update to fnaify 3.1
Release Notes: https://github.com/rfht/fnaify/releases/tag/3.1

Main change is that it no longer removes bundled Steamworks.NET.dll. If
you want to run a game that usually bundles it, but has been installed
or run with a previous version of fnaify, you may need to do this:

$ mv fnaify-backup/Steamworks.NET.dll .

Tested with most of the catalogue of FNA/fnaify supported games.
2022-12-18 18:43:04 +00:00
thfr 7b432b24a1 add patch-* files missed in last commit 2022-12-18 18:39:05 +00:00
thfr 93068e3d3d Add API stubs to hlsteam; this will allow recent version of Northgard
to run.

Don't install Steamworks.NET.dll. This CIL library stub has outlived
its usefulness. .NET games (e.g. with fnaify) that needed are now
expected to use the Steamworks.NET.dll that they bundle and the lower
level native libraries (libcsteamworks, goldberg_emulator) will stub
the calls to the non-existent Steam client.

Tested extensively with practically the whole catalogue of FNA/fnaify
games.
2022-12-18 18:37:59 +00:00
thfr c5f058cd38 +libcsteamworks 2022-12-13 15:12:27 +00:00
thfr 406b5108b7 import games/libcsteamworks. ok sthen@
CSteamworks is a C ABI Wrapper for Valve's Steamworks API. It relys heavily on
automatic code generation. The primary use case for CSteamworks is to act as a
buffer between a scripting language and the Steamworks C++ Interfaces.
2022-12-13 15:10:45 +00:00
naddy 1fbafd3854 games/burgerspace: update to 1.9.5
When an enemy gets carried down on a slice and has landed, it is
now shown as frozen until it revives, instead of disappearing
until it revives. To restore the old disappearing behavior, pass
new option --hide-landed-enemies.
2022-12-04 16:29:44 +00:00
sthen ad24d4ea51 fix unescaped {} 2022-11-30 11:51:27 +00:00
sthen 8cecaa7732 use a default in case COWPATH is not set 2022-11-30 11:45:33 +00:00
sthen ffe7d5fc1b switch cowsay to the cpan Acme-Cow release (aka Cowsay 4), which fixes
several of the templates
2022-11-30 11:40:45 +00:00
thfr cef0091cd8 update to 3.6.1 from maintainer Tom Murphy (openbsd AT pertho ! net).
Changelog:
https://github.com/QW-Group/ezquake-source/releases/tag/3.6.1

Index: Makefile
===================================================================
RCS file: /cvs/ports/games/ezquake/Makefile,v
retrieving revision 1.13
2022-11-29 15:03:53 +00:00
pascal ae268abeeb Update to flightgear 2020.3.17. 2022-11-27 21:48:30 +00:00
pascal 974bc31b09 Update to dhewm3 1.5.2. 2022-11-27 19:18:51 +00:00
sthen d858b7cc2a Ports built with setuptools on python 3.10 don't need a RUN_DEPENDS on
setuptools (it's used as a package locator but importlib.metadata in
newer Python core or the external importlib_metadata are preferred).
So drop the RDEP in that case (it's still kept for py27) and bump
revisions.
2022-11-26 23:28:11 +00:00
pascal 8e7e4d851d Add two sneaky BUILD_DEPENDS on libzip and sdl2, found by sthen@ and naddy@
respectively.
2022-11-26 11:20:09 +00:00
sthen 7ba9515f6e use MODPY_PYBUILD 2022-11-25 15:40:37 +00:00
sthen ef3a3ce9f3 update to mnemosyne-2.9 2022-11-25 15:33:51 +00:00
sthen d858f60aeb update to py3-chess-1.9.3 2022-11-25 14:55:38 +00:00
ajacoutot 13dfb5945b Update to gnubg-1.07.001. 2022-11-22 13:00:31 +00:00
stsp 079ba29e1e += zelda3-rom 2022-11-22 12:52:41 +00:00
stsp dbc6d55089 make zelda3-data fetch the ROM image via the new zelda3-rom port
based on an initial patch by espie@
ok sthen@
2022-11-22 12:48:05 +00:00
stsp ce8207657b split zelda3-data ROM file fetching into a separate zelda3-rom port
based on an intial patch by espie@
ok sthen@
2022-11-22 12:40:58 +00:00
pascal 69e9ffc54b Update to Warzone2100 4.3.2.
tested by and ok op@, tiny tweak from Brad.
2022-11-22 11:00:35 +00:00
tb 11d9f5ad87 games/eduke32: drop MAINTAINER per their request 2022-11-21 19:22:02 +00:00
thfr e3b0b1ef19 update to fheroes 2 0.9.21, based on diff by Mikhail
(mp39590 AT gmail ! com)
adds audio/timidity RDEP which if present plays game music
make update-plist was missing which I added - adds a couple of
language translations, includin French, Hungarian, Turkish
2022-11-14 03:26:54 +00:00
naddy c0f5554a06 remove useless CONFIGURE_STYLE=none
If a port should not attempt to run a configure script, simply don't
set CONFIGURE_STYLE at all.

The perl and pyton modules use CONFIGURE_STYLE=none for their own
purposes.  Also, some ports use it to disable a default provided
by Makefile.inc.  Apart from that, CONFIGURE_STYLE=none has no meaning.

ok semarie@ ajacoutot@ kn@ sthen@
2022-11-13 22:24:51 +00:00