Created attachment 230264 [details] wargus-3.1.2.patch Update Wargus to 3.1.2; build tested with poudriere only.
Created attachment 230270 [details] wargus-3.1.2.patch
Tested with version 2.02-GOG and original DOS expansion.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=f1f5d15bd9b6c7726c67de976712c19c53ede0e5 commit f1f5d15bd9b6c7726c67de976712c19c53ede0e5 Author: Dmitry Marakasov <amdmi3@FreeBSD.org> AuthorDate: 2021-12-20 17:44:00 +0000 Commit: Dmitry Marakasov <amdmi3@FreeBSD.org> CommitDate: 2021-12-21 19:57:55 +0000 games/wargus: update to 3.1.2 PR: 260563 Submitted by: agh@riseup.net games/wargus/Makefile | 20 ++++++++++---------- games/wargus/distinfo | 6 +++--- games/wargus/files/pkg-message.in | 32 ++++++++++---------------------- games/wargus/pkg-descr | 22 +++++++++++----------- games/wargus/pkg-plist | 8 +++----- 5 files changed, 37 insertions(+), 51 deletions(-)
Thank for committing this, however, I created a separate port for StormLib because I was under the impression that ports should prefer external libraries over internal libraries with a package.
> I created a separate port for StormLib Sorry, I've missed it. Will add the port and support for it in wargus now. > I was under the impression that ports should prefer external libraries over internal libraries with a package. That's absolutely correct, I'd even use "must" here. However when WITH_STORMLIB=OFF, no bundled stormlib is built in wargus. Not sure what's it needed for, I've successfully playtested it without stormlib support, and even video support was there.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=601bb414d25aaf9803f1bc8ad380ea218218f78f commit 601bb414d25aaf9803f1bc8ad380ea218218f78f Author: Dmitry Marakasov <amdmi3@FreeBSD.org> AuthorDate: 2021-12-24 09:26:39 +0000 Commit: Dmitry Marakasov <amdmi3@FreeBSD.org> CommitDate: 2022-02-25 19:12:28 +0000 games/wargus: add stormlib support PR: 260561, 260563 Submitted by: agh@riseup.net games/wargus/Makefile | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-)