git: 6fe9cfeca291 - main - games/aquaria: fix build on powerpc64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 13 Sep 2022 17:14:26 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=6fe9cfeca291fa7147e00bcd52a5f55636cbde95 commit 6fe9cfeca291fa7147e00bcd52a5f55636cbde95 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2022-09-13 17:04:42 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2022-09-13 17:04:42 +0000 games/aquaria: fix build on powerpc64 /wrkdirs/usr/ports/games/aquaria/work/Aquaria-OSE-v1.002-22-g84366ad/BBGE/Base.cpp:1191:8: error: use of undeclared identifier 'SIGTRAP' raise(SIGTRAP); --- games/aquaria/Makefile | 3 +++ games/aquaria/distinfo | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/games/aquaria/Makefile b/games/aquaria/Makefile index 63d98a88135a..6af95b29c99c 100644 --- a/games/aquaria/Makefile +++ b/games/aquaria/Makefile @@ -5,6 +5,9 @@ DISTVERSIONSUFFIX= -g84366ad PORTREVISION= 9 CATEGORIES= games +PATCH_SITES= https://github.com/AquariaOSE/Aquaria/commit/ +PATCHFILES= 021512337ea0bee698e950e44222fb391ae7cb91.patch:-p1 + MAINTAINER= jbeich@FreeBSD.org COMMENT= Underwater 2D fantasy action-adventure (game engine) WWW= https://github.com/AquariaOSE/Aquaria diff --git a/games/aquaria/distinfo b/games/aquaria/distinfo index 45d8cce1cae6..d26b1ffeb47f 100644 --- a/games/aquaria/distinfo +++ b/games/aquaria/distinfo @@ -1,3 +1,5 @@ -TIMESTAMP = 1474960220 +TIMESTAMP = 1663028357 SHA256 (AquariaOSE-Aquaria-OSE-v1.002-22-g84366ad_GH0.tar.gz) = a2e0d965c1342b5d19ed7de821339f23bf550c07608169eed3538e86b9d01842 SIZE (AquariaOSE-Aquaria-OSE-v1.002-22-g84366ad_GH0.tar.gz) = 5725171 +SHA256 (021512337ea0bee698e950e44222fb391ae7cb91.patch) = 1068433969d5661ae64c8a1c66f63b0095ebca40f5b0226d39311a6f79ad419c +SIZE (021512337ea0bee698e950e44222fb391ae7cb91.patch) = 641