Index: head/games/rtb/Makefile =================================================================== --- head/games/rtb/Makefile (revision 484218) +++ head/games/rtb/Makefile (revision 484219) @@ -1,49 +1,49 @@ # Created by: Dishanker Rajakulendren # $FreeBSD$ PORTNAME= RealTimeBattle PORTVERSION= 1.0.8 DISTVERSIONSUFFIX= -Ext PORTREVISION= 12 CATEGORIES= games MASTER_SITES= SF/${PORTNAME:tl}/${PORTNAME}-1.0.x/${PORTNAME}%20${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Robot programming game for UNIX LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= gsed:textproc/gsed -USES= compiler gettext gmake perl5 pkgconfig python:2.7 tar:bzip2 +USES= compiler:c++11-lang dos2unix gettext gmake gnome \ + localbase:ldflags perl5 pkgconfig python:2.7 tar:bzip2 USE_GNOME= gtk20 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-rtb-dir=${PREFIX}/lib/${PORTNAME} +DOS2UNIX_FILES= team-framework/bots/cobra/cobra_clientspecificrepository.h INFO= RealTimeBattle CXXFLAGS+= ${CXXFLAGS_${CHOSEN_COMPILER_TYPE}} CXXFLAGS_clang= -Wno-c++11-narrowing -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib DESKTOP_ENTRIES="${PORTNAME}" "" "" "${PORTNAME:tl}" "" "" OPTIONS_DEFINE= DOCS post-patch: .for i in configure @${REINPLACE_CMD} -e 's|INCLUDED_LIBINTL=yes|INCLUDED_LIBINTL=no|g ; \ s|\\$${top_builddir}/intl/libintl.a|-lintl|g ; \ /^DOCS_DIR/s|=.*|=$${prefix}/share/doc/${PORTNAME}| ; \ /test/s| == | = |g' ${WRKSRC}/${i} .endfor .for i in Documentation/Makefile.in @${REINPLACE_CMD} -e '/COPYING/d' ${WRKSRC}/${i} .endfor .for i in team-framework/createrobot.sh \ team-framework/createrobotconf.sh @${REINPLACE_CMD} -e 's| sed| gsed|g' ${WRKSRC}/${i} .endfor .include Index: head/games/rtb/files/patch-Robots_seek__and__destroy_seek__and__destroy.cc =================================================================== --- head/games/rtb/files/patch-Robots_seek__and__destroy_seek__and__destroy.cc (nonexistent) +++ head/games/rtb/files/patch-Robots_seek__and__destroy_seek__and__destroy.cc (revision 484219) @@ -0,0 +1,10 @@ +--- Robots/seek_and_destroy/seek_and_destroy.cc.orig 2018-10-20 20:20:40 UTC ++++ Robots/seek_and_destroy/seek_and_destroy.cc +@@ -6,6 +6,7 @@ + #include + #include + #include ++#include + + #ifdef TIME_WITH_SYS_TIME + # include Property changes on: head/games/rtb/files/patch-Robots_seek__and__destroy_seek__and__destroy.cc ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/games/rtb/files/patch-Robots_xt-bot_xt-bot-a.cpp =================================================================== --- head/games/rtb/files/patch-Robots_xt-bot_xt-bot-a.cpp (nonexistent) +++ head/games/rtb/files/patch-Robots_xt-bot_xt-bot-a.cpp (revision 484219) @@ -0,0 +1,10 @@ +--- Robots/xt-bot/xt-bot-a.cpp.orig 2018-10-20 20:32:42 UTC ++++ Robots/xt-bot/xt-bot-a.cpp +@@ -24,6 +24,7 @@ General Public License for more details. + ****************************************************************************/ + + #include ++#include + #include + #include + #include Property changes on: head/games/rtb/files/patch-Robots_xt-bot_xt-bot-a.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/games/rtb/files/patch-Robots_xt-bot_xt-bot-b.cpp =================================================================== --- head/games/rtb/files/patch-Robots_xt-bot_xt-bot-b.cpp (nonexistent) +++ head/games/rtb/files/patch-Robots_xt-bot_xt-bot-b.cpp (revision 484219) @@ -0,0 +1,10 @@ +--- Robots/xt-bot/xt-bot-b.cpp.orig 2018-10-20 20:24:50 UTC ++++ Robots/xt-bot/xt-bot-b.cpp +@@ -25,6 +25,7 @@ General Public License for more details. + ****************************************************************************/ + + #include ++#include + #include + #include + #include Property changes on: head/games/rtb/files/patch-Robots_xt-bot_xt-bot-b.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/games/rtb/files/patch-include_Dialog.h =================================================================== --- head/games/rtb/files/patch-include_Dialog.h (nonexistent) +++ head/games/rtb/files/patch-include_Dialog.h (revision 484219) @@ -0,0 +1,10 @@ +--- include/Dialog.h.orig 2018-10-20 20:18:21 UTC ++++ include/Dialog.h +@@ -23,6 +23,7 @@ Inc., 59 Temple Place - Suite 330, Boston, MA 02111-13 + #ifdef HAVE_CONFIG_H + # include + #endif ++#include + + #ifndef NO_GRAPHICS + Property changes on: head/games/rtb/files/patch-include_Dialog.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/games/rtb/files/patch-team-framework__io__unixinstreambuf.cpp =================================================================== --- head/games/rtb/files/patch-team-framework__io__unixinstreambuf.cpp (revision 484218) +++ head/games/rtb/files/patch-team-framework__io__unixinstreambuf.cpp (revision 484219) @@ -1,11 +1,17 @@ ---- team-framework/io/unixinstreambuf.cpp.orig +--- team-framework/io/unixinstreambuf.cpp.orig 2005-01-06 17:59:28 UTC +++ team-framework/io/unixinstreambuf.cpp -@@ -33,6 +33,8 @@ +@@ -28,11 +28,14 @@ + #include + + #include "unixinstreambuf.h" ++#include + #include "../rtbglobal/masterresourcecontrol.h" + #include "../exceptions/keynotfoundexception.h" #include "../exceptions/confignotloadedexception.h" #include #include +#include +#include /** * Namespace Index: head/games/rtb/files/patch-team-framework__io__unixoutstreambuf.cpp =================================================================== --- head/games/rtb/files/patch-team-framework__io__unixoutstreambuf.cpp (revision 484218) +++ head/games/rtb/files/patch-team-framework__io__unixoutstreambuf.cpp (revision 484219) @@ -1,11 +1,14 @@ ---- team-framework/io/unixoutstreambuf.cpp.orig +--- team-framework/io/unixoutstreambuf.cpp.orig 2005-07-09 11:46:12 UTC +++ team-framework/io/unixoutstreambuf.cpp -@@ -30,6 +30,8 @@ +@@ -28,8 +28,11 @@ + #include + #include "unixoutstreambuf.h" ++#include #include #include +#include +#include /** * Namespace */