Index: head/games/qonk/Makefile =================================================================== --- head/games/qonk/Makefile (revision 426723) +++ head/games/qonk/Makefile (revision 426724) @@ -1,29 +1,26 @@ # Created by: Alejandro Pulver # $FreeBSD$ PORTNAME= qonk PORTVERSION= 0.3.1 PORTREVISION= 14 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= amdmi3@FreeBSD.org COMMENT= Small space build and conquer strategy game -LICENSE= GPLv2 +LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes -USES= gmake +USES= gmake localbase USE_SDL= sdl gfx ttf image - -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib post-patch: @${REINPLACE_CMD} -e 's|-lSDL |`${SDL_CONFIG} --libs` |' \ ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} @${REINPLACE_CMD} -e 's|settings.h|../&|; s|canvas.h|../&|' \ ${WRKSRC}/src/ui/menusystem.cpp .include Index: head/games/qonk/files/patch-src-menumanager.h =================================================================== --- head/games/qonk/files/patch-src-menumanager.h (revision 426723) +++ head/games/qonk/files/patch-src-menumanager.h (revision 426724) @@ -1,11 +1,11 @@ ---- src/menumanager.h.orig Thu Sep 20 22:01:32 2007 -+++ src/menumanager.h Thu Sep 20 21:58:13 2007 +--- src/menumanager.h.orig 2007-09-14 05:43:03 UTC ++++ src/menumanager.h @@ -7,6 +7,8 @@ #ifndef MENUMANAGER_H #define MENUMANAGER_H +#include "ui/menuaction.h" + class Main; class ControlOptions; Index: head/games/qonk/files/patch-src_lisp_lexer.cpp =================================================================== --- head/games/qonk/files/patch-src_lisp_lexer.cpp (revision 426723) +++ head/games/qonk/files/patch-src_lisp_lexer.cpp (revision 426724) @@ -1,11 +1,11 @@ ---- src/lisp/lexer.cpp.orig 2007-09-14 09:43:03.000000000 +0400 -+++ src/lisp/lexer.cpp 2015-03-27 02:52:52.633169000 +0300 +--- src/lisp/lexer.cpp.orig 2007-09-14 05:43:03 UTC ++++ src/lisp/lexer.cpp @@ -19,6 +19,8 @@ // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include #include +#include +#include #include "lexer.hpp" #include "translation.hpp" Index: head/games/qonk/files/patch-src_lisp_lisp.cpp =================================================================== --- head/games/qonk/files/patch-src_lisp_lisp.cpp (revision 426723) +++ head/games/qonk/files/patch-src_lisp_lisp.cpp (revision 426724) @@ -1,11 +1,11 @@ ---- src/lisp/lisp.cpp.orig 2007-09-14 09:43:03.000000000 +0400 -+++ src/lisp/lisp.cpp 2015-03-27 02:52:43.801343000 +0300 +--- src/lisp/lisp.cpp.orig 2007-09-14 05:43:03 UTC ++++ src/lisp/lisp.cpp @@ -17,6 +17,8 @@ // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +#include + #include "lisp.hpp" namespace lisp Index: head/games/qonk/files/patch-src_lisp_parser.cpp =================================================================== --- head/games/qonk/files/patch-src_lisp_parser.cpp (revision 426723) +++ head/games/qonk/files/patch-src_lisp_parser.cpp (revision 426724) @@ -1,10 +1,10 @@ ---- src/lisp/parser.cpp.orig 2007-09-14 09:43:03.000000000 +0400 -+++ src/lisp/parser.cpp 2015-03-27 02:51:42.723015000 +0300 +--- src/lisp/parser.cpp.orig 2007-09-14 05:43:03 UTC ++++ src/lisp/parser.cpp @@ -20,6 +20,7 @@ #include #include #include +#include #include Index: head/games/qonk/files/patch-src_sdl__driver.cpp =================================================================== --- head/games/qonk/files/patch-src_sdl__driver.cpp (revision 426723) +++ head/games/qonk/files/patch-src_sdl__driver.cpp (revision 426724) @@ -1,10 +1,10 @@ ---- src/sdl_driver.cpp.orig 2007-09-14 09:43:03.000000000 +0400 -+++ src/sdl_driver.cpp 2015-03-27 02:55:29.588996000 +0300 +--- src/sdl_driver.cpp.orig 2007-09-14 05:43:03 UTC ++++ src/sdl_driver.cpp @@ -5,6 +5,7 @@ #include #include #include +#include #include "sdl_driver.h" #include "canvas.h" Index: head/games/qonk/files/patch-src_videooptions.cpp =================================================================== --- head/games/qonk/files/patch-src_videooptions.cpp (revision 426723) +++ head/games/qonk/files/patch-src_videooptions.cpp (revision 426724) @@ -1,9 +1,9 @@ ---- src/videooptions.cpp.orig 2015-03-27 02:53:21.432311000 +0300 -+++ src/videooptions.cpp 2015-03-27 02:53:29.960147000 +0300 +--- src/videooptions.cpp.orig 2007-09-14 05:43:03 UTC ++++ src/videooptions.cpp @@ -1,5 +1,6 @@ #include #include +#include #include