Package: pokerth / 1.1.1-7

Metadata

Package Version Patches format
pokerth 1.1.1-7 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
03_use_ as needed.patch | (download)

pokerth_game.pro | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 _use_--as-needed

from the libqt4-dev package. *NOTE: updated for 0.9.1 upstream release

10_fix_ftbfs_with_new_libircclient.patch | (download)

src/net/common/ircthread.cpp | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 _fix_ftbfs_with_new_libircclient


qtsingleapplication qt55 ftbfs.patch | (download)

src/third_party/qtsingleapplication/qtlocalpeer.cpp | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 qt 5.5.0 patch for qtsingleapplication


qmake gcc 6.patch | (download)

chatcleaner.pro | 1 0 + 1 - 0 !
pokerth_db.pro | 1 0 + 1 - 0 !
pokerth_game.pro | 1 0 + 1 - 0 !
pokerth_lib.pro | 2 1 + 1 - 0 !
pokerth_protocol.pro | 1 0 + 1 - 0 !
pokerth_server.pro | 1 0 + 1 - 0 !
6 files changed, 1 insertion(+), 6 deletions(-)

 qmake gcc-6


std ifstream and std ofstream.patch | (download)

src/core/common/avatarmanager.cpp | 4 2 + 2 - 0 !
src/core/common/loghelper_server.cpp | 6 3 + 3 - 0 !
src/net/common/clientstate.cpp | 4 2 + 2 - 0 !
src/net/common/clientthread.cpp | 4 2 + 2 - 0 !
src/net/common/downloaderthread.cpp | 2 1 + 1 - 0 !
src/pokerth_server.cpp | 2 1 + 1 - 0 !
src/zlib_compress.cpp | 4 2 + 2 - 0 !
7 files changed, 13 insertions(+), 13 deletions(-)

 qualify std::ifstream and std::ofstream

Starting with Boost 1.60.0 <boost/filesystem.hpp> includes
<boost/filesystem/fstream.hpp>, which declares ifstream and ofstream
types that make the unqualified names ifstream and ofstream ambiguous.
The names must be qualified to refer to the std versions.

Upstream pull request at: https://github.com/pokerth/pokerth/pull/299

pokerth c++11.patch | (download)

pokerth_lib.pro | 2 2 + 0 - 0 !
src/net/common/sessiondata.cpp | 5 3 + 2 - 0 !
src/net/common/websendbuffer.cpp | 12 7 + 5 - 0 !
src/net/serveracceptwebhelper.h | 2 1 + 1 - 0 !
4 files changed, 13 insertions(+), 8 deletions(-)

 [patch] linux desktop build fix