Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Dec 2021 17:03:58 GMT
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 125c9105460a - main - games/primateplunge: fix build, take maintainership
Message-ID:  <202112291703.1BTH3wdL008235@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by amdmi3:

URL: https://cgit.FreeBSD.org/ports/commit/?id=125c9105460ab842cf8bb6a9903e80c02a452d2b

commit 125c9105460ab842cf8bb6a9903e80c02a452d2b
Author:     Dmitry Marakasov <amdmi3@FreeBSD.org>
AuthorDate: 2021-12-28 17:43:28 +0000
Commit:     Dmitry Marakasov <amdmi3@FreeBSD.org>
CommitDate: 2021-12-29 16:55:38 +0000

    games/primateplunge: fix build, take maintainership
---
 games/primateplunge/Makefile               |  2 +-
 games/primateplunge/files/patch-src_game.h | 11 +++++++++++
 2 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/games/primateplunge/Makefile b/games/primateplunge/Makefile
index 52bb66836cc3..19ebb6a12168 100644
--- a/games/primateplunge/Makefile
+++ b/games/primateplunge/Makefile
@@ -6,7 +6,7 @@ PORTREVISION=	8
 CATEGORIES=	games
 MASTER_SITES=	http://www.aelius.com/primateplunge/
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	amdmi3@FreeBSD.org
 COMMENT=	Primate Plunge is an arcade game
 
 LICENSE=	UDEVGAME
diff --git a/games/primateplunge/files/patch-src_game.h b/games/primateplunge/files/patch-src_game.h
new file mode 100644
index 000000000000..1966448a6f90
--- /dev/null
+++ b/games/primateplunge/files/patch-src_game.h
@@ -0,0 +1,11 @@
+--- src/game.h.orig	2005-12-31 15:59:12 UTC
++++ src/game.h
+@@ -125,7 +125,7 @@ typedef struct _soundSet {
+ 
+ 
+ /* Glabals in main.c */
+-SDL_Surface *mainScreen;
++extern SDL_Surface *mainScreen;
+ 
+ /* Globals in game.c */
+ extern world* currentWorld;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202112291703.1BTH3wdL008235>