View | Details | Raw Unified | Return to bug 232491
Collapse All | Expand All

(-)Makefile (-3 / +3 lines)
Lines 16-30 Link Here
16
16
17
BUILD_DEPENDS=	gsed:textproc/gsed
17
BUILD_DEPENDS=	gsed:textproc/gsed
18
18
19
USES=		compiler gettext gmake perl5 pkgconfig python:2.7 tar:bzip2
19
USES=		compiler:c++11-lang dos2unix gettext gmake gnome \
20
		localbase:ldflags perl5 pkgconfig python:2.7 tar:bzip2
20
USE_GNOME=	gtk20
21
USE_GNOME=	gtk20
21
GNU_CONFIGURE=	yes
22
GNU_CONFIGURE=	yes
22
CONFIGURE_ARGS=	--with-rtb-dir=${PREFIX}/lib/${PORTNAME}
23
CONFIGURE_ARGS=	--with-rtb-dir=${PREFIX}/lib/${PORTNAME}
24
DOS2UNIX_FILES=	team-framework/bots/cobra/cobra_clientspecificrepository.h
23
25
24
CXXFLAGS+=	${CXXFLAGS_${CHOSEN_COMPILER_TYPE}}
26
CXXFLAGS+=	${CXXFLAGS_${CHOSEN_COMPILER_TYPE}}
25
CXXFLAGS_clang=	-Wno-c++11-narrowing
27
CXXFLAGS_clang=	-Wno-c++11-narrowing
26
CPPFLAGS+=	-I${LOCALBASE}/include
27
LDFLAGS+=	-L${LOCALBASE}/lib
28
28
29
DESKTOP_ENTRIES="${PORTNAME}" "" "" "${PORTNAME:tl}" "" ""
29
DESKTOP_ENTRIES="${PORTNAME}" "" "" "${PORTNAME:tl}" "" ""
30
30
(-)files/patch-Robots_seek__and__destroy_seek__and__destroy.cc (+10 lines)
Line 0 Link Here
1
--- Robots/seek_and_destroy/seek_and_destroy.cc.orig	2018-10-20 20:20:40 UTC
2
+++ Robots/seek_and_destroy/seek_and_destroy.cc
3
@@ -6,6 +6,7 @@
4
 #include <unistd.h>
5
 #include <signal.h>
6
 #include <stdlib.h>
7
+#include <cstring>
8
 
9
 #ifdef TIME_WITH_SYS_TIME 
10
 # include <sys/time.h>
(-)files/patch-Robots_xt-bot_xt-bot-a.cpp (+10 lines)
Line 0 Link Here
1
--- Robots/xt-bot/xt-bot-a.cpp.orig	2018-10-20 20:32:42 UTC
2
+++ Robots/xt-bot/xt-bot-a.cpp
3
@@ -24,6 +24,7 @@ General Public License for more details.
4
 ****************************************************************************/
5
 
6
 #include <iostream>
7
+#include <cstring>
8
 #include <stdlib.h>
9
 #include <stdio.h>
10
 #include <math.h>
(-)files/patch-Robots_xt-bot_xt-bot-b.cpp (+10 lines)
Line 0 Link Here
1
--- Robots/xt-bot/xt-bot-b.cpp.orig	2018-10-20 20:24:50 UTC
2
+++ Robots/xt-bot/xt-bot-b.cpp
3
@@ -25,6 +25,7 @@ General Public License for more details.
4
 ****************************************************************************/
5
 
6
 #include <iostream>
7
+#include <cstring>
8
 #include <stdlib.h>
9
 #include <stdio.h>
10
 #include <math.h>
(-)files/patch-include_Dialog.h (+10 lines)
Line 0 Link Here
1
--- include/Dialog.h.orig	2018-10-20 20:18:21 UTC
2
+++ include/Dialog.h
3
@@ -23,6 +23,7 @@ Inc., 59 Temple Place - Suite 330, Boston, MA 02111-13
4
 #ifdef HAVE_CONFIG_H
5
 # include <config.h>
6
 #endif
7
+#include <string>
8
 
9
 #ifndef NO_GRAPHICS
10
 
(-)files/patch-team-framework__io__unixinstreambuf.cpp (-2 / +8 lines)
Lines 1-6 Link Here
1
--- team-framework/io/unixinstreambuf.cpp.orig
1
--- team-framework/io/unixinstreambuf.cpp.orig	2005-01-06 17:59:28 UTC
2
+++ team-framework/io/unixinstreambuf.cpp
2
+++ team-framework/io/unixinstreambuf.cpp
3
@@ -33,6 +33,8 @@
3
@@ -28,11 +28,14 @@
4
 #include <common.h>
5
 
6
 #include "unixinstreambuf.h"
7
+#include <cstring>
8
 #include "../rtbglobal/masterresourcecontrol.h"
9
 #include "../exceptions/keynotfoundexception.h"
4
 #include "../exceptions/confignotloadedexception.h"
10
 #include "../exceptions/confignotloadedexception.h"
5
 #include <sstream>
11
 #include <sstream>
6
 #include <errno.h>
12
 #include <errno.h>
(-)files/patch-team-framework__io__unixoutstreambuf.cpp (-2 / +5 lines)
Lines 1-7 Link Here
1
--- team-framework/io/unixoutstreambuf.cpp.orig
1
--- team-framework/io/unixoutstreambuf.cpp.orig	2005-07-09 11:46:12 UTC
2
+++ team-framework/io/unixoutstreambuf.cpp
2
+++ team-framework/io/unixoutstreambuf.cpp
3
@@ -30,6 +30,8 @@
3
@@ -28,8 +28,11 @@
4
 #include <common.h>
5
 
4
 #include "unixoutstreambuf.h"
6
 #include "unixoutstreambuf.h"
7
+#include <cstring>
5
 #include <sstream>
8
 #include <sstream>
6
 #include <errno.h>
9
 #include <errno.h>
7
+#include <sys/types.h>
10
+#include <sys/types.h>
(-)files/patch-team-framework_bots_cobra_cobra__clientspecificrepository.h (+10 lines)
Line 0 Link Here
1
--- team-framework/bots/cobra/cobra_clientspecificrepository.h.orig	2018-10-20 21:03:17 UTC
2
+++ team-framework/bots/cobra/cobra_clientspecificrepository.h
3
@@ -31,6 +31,7 @@ The original location of this file is cobra
4
 
5
 #include "../../strategies/clientspecificrepository.h"
6
 #include "../../exceptions/strategyexception.h"
7
+#include <memory>
8
 
9
 namespace cobra {
10
 

Return to bug 232491