FreeBSD Bugzilla – Attachment 198421 Details for
Bug 232491
games/rtb: fix build with GCC-based architectures
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
rtb.patch (text/plain), 6.81 KB, created by
Piotr Kubaj
on 2018-10-20 23:10:08 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Piotr Kubaj
Created:
2018-10-20 23:10:08 UTC
Size:
6.81 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 482463) >+++ Makefile (working copy) >@@ -16,15 +16,15 @@ > > 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 > > CXXFLAGS+= ${CXXFLAGS_${CHOSEN_COMPILER_TYPE}} > CXXFLAGS_clang= -Wno-c++11-narrowing >-CPPFLAGS+= -I${LOCALBASE}/include >-LDFLAGS+= -L${LOCALBASE}/lib > > DESKTOP_ENTRIES="${PORTNAME}" "" "" "${PORTNAME:tl}" "" "" > >Index: files/patch-Robots_seek__and__destroy_seek__and__destroy.cc >=================================================================== >--- files/patch-Robots_seek__and__destroy_seek__and__destroy.cc (nonexistent) >+++ files/patch-Robots_seek__and__destroy_seek__and__destroy.cc (working copy) >@@ -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 <unistd.h> >+ #include <signal.h> >+ #include <stdlib.h> >++#include <cstring> >+ >+ #ifdef TIME_WITH_SYS_TIME >+ # include <sys/time.h> > >Property changes on: 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: files/patch-Robots_xt-bot_xt-bot-a.cpp >=================================================================== >--- files/patch-Robots_xt-bot_xt-bot-a.cpp (nonexistent) >+++ files/patch-Robots_xt-bot_xt-bot-a.cpp (working copy) >@@ -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 <iostream> >++#include <cstring> >+ #include <stdlib.h> >+ #include <stdio.h> >+ #include <math.h> > >Property changes on: 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: files/patch-Robots_xt-bot_xt-bot-b.cpp >=================================================================== >--- files/patch-Robots_xt-bot_xt-bot-b.cpp (nonexistent) >+++ files/patch-Robots_xt-bot_xt-bot-b.cpp (working copy) >@@ -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 <iostream> >++#include <cstring> >+ #include <stdlib.h> >+ #include <stdio.h> >+ #include <math.h> > >Property changes on: 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: files/patch-include_Dialog.h >=================================================================== >--- files/patch-include_Dialog.h (nonexistent) >+++ files/patch-include_Dialog.h (working copy) >@@ -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 <config.h> >+ #endif >++#include <string> >+ >+ #ifndef NO_GRAPHICS >+ > >Property changes on: 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: files/patch-team-framework__io__unixinstreambuf.cpp >=================================================================== >--- files/patch-team-framework__io__unixinstreambuf.cpp (revision 482463) >+++ files/patch-team-framework__io__unixinstreambuf.cpp (working copy) >@@ -1,6 +1,12 @@ >---- 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 <common.h> >+ >+ #include "unixinstreambuf.h" >++#include <cstring> >+ #include "../rtbglobal/masterresourcecontrol.h" >+ #include "../exceptions/keynotfoundexception.h" > #include "../exceptions/confignotloadedexception.h" > #include <sstream> > #include <errno.h> >Index: files/patch-team-framework__io__unixoutstreambuf.cpp >=================================================================== >--- files/patch-team-framework__io__unixoutstreambuf.cpp (revision 482463) >+++ files/patch-team-framework__io__unixoutstreambuf.cpp (working copy) >@@ -1,7 +1,10 @@ >---- 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 <common.h> >+ > #include "unixoutstreambuf.h" >++#include <cstring> > #include <sstream> > #include <errno.h> > +#include <sys/types.h> >Index: files/patch-team-framework_bots_cobra_cobra__clientspecificrepository.h >=================================================================== >--- files/patch-team-framework_bots_cobra_cobra__clientspecificrepository.h (nonexistent) >+++ files/patch-team-framework_bots_cobra_cobra__clientspecificrepository.h (working copy) >@@ -0,0 +1,10 @@ >+--- team-framework/bots/cobra/cobra_clientspecificrepository.h.orig 2018-10-20 21:03:17 UTC >++++ team-framework/bots/cobra/cobra_clientspecificrepository.h >+@@ -31,6 +31,7 @@ The original location of this file is cobra >+ >+ #include "../../strategies/clientspecificrepository.h" >+ #include "../../exceptions/strategyexception.h" >++#include <memory> >+ >+ namespace cobra { >+ > >Property changes on: files/patch-team-framework_bots_cobra_cobra__clientspecificrepository.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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 232491
: 198421