diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2023-06-25 17:37:41 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-07-02 23:21:26 +0700 |
commit | 8b77c1de7e1675481d39392e74dd84c04cc35168 (patch) | |
tree | 59a779c9fe94ed0072bf743f26c62e0bd879c740 /games | |
parent | f170fbc8bce96462291713fafe30eb29b1dcf62a (diff) |
games/pokerth: Updated for version 20230322_181f05f.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r-- | games/pokerth/patches/pokerth-1.1.2-boost-1.73-placeholders.patch | 18 | ||||
-rw-r--r-- | games/pokerth/pokerth.SlackBuild | 3 | ||||
-rw-r--r-- | games/pokerth/pokerth.info | 6 |
3 files changed, 4 insertions, 23 deletions
diff --git a/games/pokerth/patches/pokerth-1.1.2-boost-1.73-placeholders.patch b/games/pokerth/patches/pokerth-1.1.2-boost-1.73-placeholders.patch deleted file mode 100644 index 8044977c1028c..0000000000000 --- a/games/pokerth/patches/pokerth-1.1.2-boost-1.73-placeholders.patch +++ /dev/null @@ -1,18 +0,0 @@ -diff -Naur pokerth-1.1.2-rc.orig/src/net/common/serveracceptwebhelper.cpp pokerth-1.1.2-rc/src/net/common/serveracceptwebhelper.cpp ---- pokerth-1.1.2-rc.orig/src/net/common/serveracceptwebhelper.cpp 2017-08-16 14:24:03.000000000 +0200 -+++ pokerth-1.1.2-rc/src/net/common/serveracceptwebhelper.cpp 2020-06-23 14:13:56.395204000 +0200 -@@ -58,10 +58,10 @@ - - m_webSocketServer->init_asio(m_ioService.get()); - -- m_webSocketServer->set_validate_handler(boost::bind(boost::mem_fn(&ServerAcceptWebHelper::validate), this, _1)); -- m_webSocketServer->set_open_handler(boost::bind(boost::mem_fn(&ServerAcceptWebHelper::on_open), this, _1)); -- m_webSocketServer->set_close_handler(boost::bind(boost::mem_fn(&ServerAcceptWebHelper::on_close), this, _1)); -- m_webSocketServer->set_message_handler(boost::bind(boost::mem_fn(&ServerAcceptWebHelper::on_message), this, _1, _2)); -+ m_webSocketServer->set_validate_handler(boost::bind(boost::mem_fn(&ServerAcceptWebHelper::validate), this, boost::placeholders::_1)); -+ m_webSocketServer->set_open_handler(boost::bind(boost::mem_fn(&ServerAcceptWebHelper::on_open), this, boost::placeholders::_1)); -+ m_webSocketServer->set_close_handler(boost::bind(boost::mem_fn(&ServerAcceptWebHelper::on_close), this, boost::placeholders::_1)); -+ m_webSocketServer->set_message_handler(boost::bind(boost::mem_fn(&ServerAcceptWebHelper::on_message), this, boost::placeholders::_1, boost::placeholders::_2)); - - m_webSocketServer->listen(serverPort); - m_webSocketServer->start_accept(); diff --git a/games/pokerth/pokerth.SlackBuild b/games/pokerth/pokerth.SlackBuild index d2d8fbd8e0d02..618639da51099 100644 --- a/games/pokerth/pokerth.SlackBuild +++ b/games/pokerth/pokerth.SlackBuild @@ -29,7 +29,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=pokerth -VERSION=${VERSION:-20200721_a333185} +VERSION=${VERSION:-20230322_181f05f} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -86,7 +86,6 @@ find -L . \ ( cd src/third_party/websocketpp patch -p1 < $CWD/patches/pokerth-1.1.2-boost-1.70-websocket-fix1.patch patch -p1 < $CWD/patches/pokerth-1.1.2-boost-1.70-websocket-fix2.patch ) -patch -p1 < $CWD/patches/pokerth-1.1.2-boost-1.73-placeholders.patch qmake-qt5 QMAKE_CFLAGS_ISYSTEM= -spec linux-g++ pokerth.pro make diff --git a/games/pokerth/pokerth.info b/games/pokerth/pokerth.info index e02f2401d20df..ff00b6c912246 100644 --- a/games/pokerth/pokerth.info +++ b/games/pokerth/pokerth.info @@ -1,8 +1,8 @@ PRGNAM="pokerth" -VERSION="20200721_a333185" +VERSION="20230322_181f05f" HOMEPAGE="https://www.pokerth.net" -DOWNLOAD="http://ponce.cc/slackware/sources/repo/pokerth-20200721_a333185.tar.xz" -MD5SUM="b96da9a09589dd45e7cf576c7190bdb1" +DOWNLOAD="http://ponce.cc/slackware/sources/repo/pokerth-20230322_181f05f.tar.xz" +MD5SUM="1b53def19d166956efa2b5cbbdda66e0" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="libgsasl libircclient tinyxml protobuf3" |