aboutsummaryrefslogtreecommitdiff
path: root/games/pokerth/files
diff options
context:
space:
mode:
authorGuido Falsi <madpilot@FreeBSD.org>2017-09-18 14:04:05 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2017-09-18 14:04:05 +0000
commit8db76d90b938ce29e0cb5cf954283cca51c9af76 (patch)
tree7f3129ab991725f5cce72d1f5f659b2bdf13cdba /games/pokerth/files
parenta7978e53eadf11ae08ca0fc884c4293f863b80a0 (diff)
Notes
Diffstat (limited to 'games/pokerth/files')
-rw-r--r--games/pokerth/files/patch-pokerth_game.pro10
-rw-r--r--games/pokerth/files/patch-pokerth_server.pro6
-rw-r--r--games/pokerth/files/patch-src_engine_log.h6
-rw-r--r--games/pokerth/files/patch-src_gui_qt_gametable_gametableimpl.cpp11
-rw-r--r--games/pokerth/files/patch-src_net_common_ircthread.cpp4
5 files changed, 24 insertions, 13 deletions
diff --git a/games/pokerth/files/patch-pokerth_game.pro b/games/pokerth/files/patch-pokerth_game.pro
index 63effb3d2fb0..df3c2569411b 100644
--- a/games/pokerth/files/patch-pokerth_game.pro
+++ b/games/pokerth/files/patch-pokerth_game.pro
@@ -1,6 +1,6 @@
---- pokerth_game.pro.orig 2013-12-22 17:58:01.933816000 +0100
-+++ pokerth_game.pro 2013-12-23 12:19:53.142695431 +0100
-@@ -406,9 +406,7 @@
+--- pokerth_game.pro.orig 2014-01-10 21:18:20 UTC
++++ pokerth_game.pro
+@@ -406,9 +406,7 @@ unix:!mac {
QMAKE_LIBDIR += lib
!android{
LIBPATH += $${PREFIX}/lib /opt/gsasl/lib
@@ -11,7 +11,7 @@
}
android{
LIBPATH += $${PREFIX}/lib/armv7
-@@ -427,7 +425,7 @@
+@@ -427,7 +425,7 @@ unix:!mac {
BOOST_RANDOM = boost_random \
boost_random-mt
@@ -20,7 +20,7 @@
# to override the default '/usr' pass PREFIX
# variable to qmake.
for(dir, LIB_DIRS):exists($$dir) {
-@@ -501,7 +499,7 @@
+@@ -501,7 +499,7 @@ unix:!mac {
LIBS += -lSDL \
-lSDL_mixer \
-lgsasl
diff --git a/games/pokerth/files/patch-pokerth_server.pro b/games/pokerth/files/patch-pokerth_server.pro
index 6306fc6bfb2a..25b7b5b381ca 100644
--- a/games/pokerth/files/patch-pokerth_server.pro
+++ b/games/pokerth/files/patch-pokerth_server.pro
@@ -1,6 +1,6 @@
---- pokerth_server.pro.orig 2013-04-07 14:04:26.923209000 +0200
-+++ pokerth_server.pro 2013-09-05 14:53:56.604074418 +0200
-@@ -265,7 +265,7 @@
+--- pokerth_server.pro.orig 2014-01-10 21:18:20 UTC
++++ pokerth_server.pro
+@@ -264,7 +264,7 @@ unix : !mac {
-lprotobuf
LIBS += -lgsasl
!isEmpty( BSD ): isEmpty( kFreeBSD ){
diff --git a/games/pokerth/files/patch-src_engine_log.h b/games/pokerth/files/patch-src_engine_log.h
index a77074fbd19b..17d69f78617b 100644
--- a/games/pokerth/files/patch-src_engine_log.h
+++ b/games/pokerth/files/patch-src_engine_log.h
@@ -1,6 +1,6 @@
---- src/engine/log.h.orig 2012-01-04 13:48:11.224976420 +0100
-+++ src/engine/log.h 2012-01-04 14:01:30.113974000 +0100
-@@ -21,6 +21,7 @@
+--- src/engine/log.h.orig 2014-01-10 21:18:20 UTC
++++ src/engine/log.h
+@@ -37,6 +37,7 @@
#include "engine_defs.h"
#include "game_defs.h"
diff --git a/games/pokerth/files/patch-src_gui_qt_gametable_gametableimpl.cpp b/games/pokerth/files/patch-src_gui_qt_gametable_gametableimpl.cpp
new file mode 100644
index 000000000000..3f26eecf997b
--- /dev/null
+++ b/games/pokerth/files/patch-src_gui_qt_gametable_gametableimpl.cpp
@@ -0,0 +1,11 @@
+--- src/gui/qt/gametable/gametableimpl.cpp.orig 2014-01-10 21:18:20 UTC
++++ src/gui/qt/gametable/gametableimpl.cpp
+@@ -3859,7 +3859,7 @@ void gameTableImpl::triggerVoteOnKick(int id)
+ int playerCount = static_cast<int>(seatList->size());
+ if (id < playerCount) {
+ PlayerListIterator pos = seatList->begin();
+- advance(pos, id);
++ std::advance(pos, id);
+ myStartWindow->getSession()->startVoteKickPlayer((*pos)->getMyUniqueID());
+ }
+ }
diff --git a/games/pokerth/files/patch-src_net_common_ircthread.cpp b/games/pokerth/files/patch-src_net_common_ircthread.cpp
index 98b680005f13..d70b083ef454 100644
--- a/games/pokerth/files/patch-src_net_common_ircthread.cpp
+++ b/games/pokerth/files/patch-src_net_common_ircthread.cpp
@@ -1,5 +1,5 @@
---- src/net/common/ircthread.cpp.orig 2013-04-07 14:04:27.006209000 +0200
-+++ src/net/common/ircthread.cpp 2013-04-21 11:26:39.764765351 +0200
+--- src/net/common/ircthread.cpp.orig 2014-01-10 21:18:20 UTC
++++ src/net/common/ircthread.cpp
@@ -32,14 +32,15 @@
#include <net/socket_helper.h>
#include <net/ircthread.h>