pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

wip clean-up: remove pokerth



Module Name:	pkgsrc-wip
Committed By:	pin <voidpin%protonmail.com@localhost>
Pushed By:	pin
Date:		Fri Jul 8 22:29:15 2022 +0200
Changeset:	e0167fb90db35a6bae37c1995aabe7f54a23cbbe

Modified Files:
	Makefile
Removed Files:
	pokerth/DESCR
	pokerth/Makefile
	pokerth/PLIST
	pokerth/TODO
	pokerth/distinfo
	pokerth/patches/patch-src_core_common_avatarmanager.cpp
	pokerth/patches/patch-src_core_common_loghelper__server.cpp
	pokerth/patches/patch-src_gui_qt_gametable_gametableimpl.cpp
	pokerth/patches/patch-src_net_common_clientstate.cpp
	pokerth/patches/patch-src_net_common_clientthread.cpp
	pokerth/patches/patch-src_net_common_downloaderthread.cpp
	pokerth/patches/patch-src_net_common_ircthread.cpp
	pokerth/patches/patch-src_pokerth__server.cpp

Log Message:
wip clean-up: remove pokerth

Qt4 only, EOL.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e0167fb90db35a6bae37c1995aabe7f54a23cbbe

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile                                           |   1 -
 pokerth/DESCR                                      |   4 -
 pokerth/Makefile                                   |  48 ---
 pokerth/PLIST                                      | 468 ---------------------
 pokerth/TODO                                       |   7 -
 pokerth/distinfo                                   |  13 -
 .../patch-src_core_common_avatarmanager.cpp        |  22 -
 .../patch-src_core_common_loghelper__server.cpp    |  31 --
 .../patch-src_gui_qt_gametable_gametableimpl.cpp   |  13 -
 .../patches/patch-src_net_common_clientstate.cpp   |  15 -
 .../patches/patch-src_net_common_clientthread.cpp  |  22 -
 .../patch-src_net_common_downloaderthread.cpp      |  13 -
 pokerth/patches/patch-src_net_common_ircthread.cpp |  23 -
 pokerth/patches/patch-src_pokerth__server.cpp      |  13 -
 14 files changed, 693 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 43066fbb59..6efbd00c2b 100644
--- a/Makefile
+++ b/Makefile
@@ -3252,7 +3252,6 @@ SUBDIR+=	pnmcurve
 SUBDIR+=	pointfree
 SUBDIR+=	pointtools-git
 SUBDIR+=	poke-git
-SUBDIR+=	pokerth
 SUBDIR+=	polarssl11
 SUBDIR+=	polipo
 SUBDIR+=	polkit-kde-agent
diff --git a/pokerth/DESCR b/pokerth/DESCR
deleted file mode 100644
index 82dad1ccdd..0000000000
--- a/pokerth/DESCR
+++ /dev/null
@@ -1,4 +0,0 @@
-PokerTH is a poker game written in C++/QT4. You can play the popular "Texas
-Hold'em" poker variant against up to six computer-opponents or play network
-games with people all over the world. This poker engine is available for Linux,
-Windows, MacOSX and BSD.
diff --git a/pokerth/Makefile b/pokerth/Makefile
deleted file mode 100644
index d1655074f8..0000000000
--- a/pokerth/Makefile
+++ /dev/null
@@ -1,48 +0,0 @@
-# $NetBSD: Makefile,v 1.2 2014/02/17 00:02:38 thomasklausner Exp $
-
-DISTNAME=	PokerTH-1.1.1-src
-PKGNAME=	pokerth-1.1.1
-CATEGORIES=	games
-MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:=pokerth/}
-EXTRACT_SUFX=	.tar.bz2
-#LICENSE=	Affero General Public License, version 3
-
-MAINTAINER=	ahoka%NetBSD.org@localhost
-HOMEPAGE=	http://pokerth.sourceforge.net/
-COMMENT=	Texas Holdem poker with online play
-
-EXTRACT_USING=	gtar
-USE_TOOLS=	gmake
-USE_LIBTOOL=	yes
-USE_LANGUAGES=	c c++
-
-INSTALLATION_DIRS=	bin lib ${PKGMANDIR}/man1 share/pokerth \
-			share/pixmaps share/applications
-
-do-configure:
-	cd ${WRKSRC} && ${QTDIR}/bin/qmake pokerth.pro ${MAKE_ENV}
-
-# TODO: update for 1.0.1+
-do-install:
-	${INSTALL_LIB} ${WRKSRC}/lib/* ${DESTDIR}${PREFIX}/lib
-	${INSTALL_PROGRAM} ${WRKSRC}/pokerth ${DESTDIR}${PREFIX}/bin
-	${INSTALL_PROGRAM} ${WRKSRC}/bin/pokerth_server ${DESTDIR}${PREFIX}/bin
-	${CP} -R ${WRKSRC}/data ${DESTDIR}${PREFIX}/share/pokerth/
-	${INSTALL_DATA} ${WRKSRC}/pokerth.png ${DESTDIR}${PREFIX}/share/pixmaps
-	${INSTALL_DATA} ${WRKSRC}/pokerth.desktop ${DESTDIR}${PREFIX}/share/applications
-	${INSTALL_MAN} ${WRKSRC}/docs/pokerth.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
-
-.include "../../audio/SDL_mixer/buildlink3.mk"
-.include "../../wip/libircclient/buildlink3.mk"
-.include "../../databases/sqlite3/buildlink3.mk"
-.include "../../devel/boost-libs/buildlink3.mk"
-.include "../../devel/protobuf/buildlink3.mk"
-.include "../../devel/zlib/buildlink3.mk"
-.include "../../security/libgcrypt/buildlink3.mk"
-.include "../../security/gsasl/buildlink3.mk"
-.include "../../www/curl/buildlink3.mk"
-.include "../../x11/qt4-libs/buildlink3.mk"
-.include "../../x11/qt4-tools/buildlink3.mk"
-.include "../../sysutils/desktop-file-utils/desktopdb.mk"
-.include "../../textproc/tinyxml/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/pokerth/PLIST b/pokerth/PLIST
deleted file mode 100644
index b89a47da7b..0000000000
--- a/pokerth/PLIST
+++ /dev/null
@@ -1,468 +0,0 @@
-@comment $NetBSD$
-bin/pokerth
-bin/pokerth_server
-lib/libpokerth_db.a
-lib/libpokerth_lib.a
-lib/libpokerth_protocol.a
-man/man1/pokerth.1
-share/applications/pokerth.desktop
-share/pixmaps/pokerth.png
-share/pokerth/data/data-copyright.txt
-share/pokerth/data/fonts/DejaVuSans-Bold.ttf
-share/pokerth/data/gfx/avatars/default/misc/00a0b3d26a67841239b8883183b7a8f0.png
-share/pokerth/data/gfx/avatars/default/misc/030a14c105d3fd164cb4bae54bad6191.png
-share/pokerth/data/gfx/avatars/default/misc/08ced517579b3d258c947aec6c0a0dd4.png
-share/pokerth/data/gfx/avatars/default/misc/08e18c4e25a5052575e6a409e71959f5.png
-share/pokerth/data/gfx/avatars/default/misc/0f2ca195ebaec613ffc8626185415b18.png
-share/pokerth/data/gfx/avatars/default/misc/150bfd890394dceb33c66ec8d033b7f4.png
-share/pokerth/data/gfx/avatars/default/misc/192f2abb785082aa9cbd745f763c7afb.png
-share/pokerth/data/gfx/avatars/default/misc/20e7e95df017855a44a16ff54bb8252a.png
-share/pokerth/data/gfx/avatars/default/misc/20f0819f145c3a6e7272adc2909f35e7.png
-share/pokerth/data/gfx/avatars/default/misc/276648a9e4397177ba6e065bb8392a0f.png
-share/pokerth/data/gfx/avatars/default/misc/2b0fca47b50e2cc4f910eba9ffa858a9.png
-share/pokerth/data/gfx/avatars/default/misc/2d5248926bda0c674f31e25981de33a4.png
-share/pokerth/data/gfx/avatars/default/misc/3036f43bab1f56a3c3dd693c0551bbd8.png
-share/pokerth/data/gfx/avatars/default/misc/32955c19e24eba10fd63f1dcc75b5a25.png
-share/pokerth/data/gfx/avatars/default/misc/3956df277e41217641829542a4591c5f.png
-share/pokerth/data/gfx/avatars/default/misc/41c06d77495fbcd69cfbb4457ebc11dc.png
-share/pokerth/data/gfx/avatars/default/misc/44d23de146bd9d753571915226c44cfd.png
-share/pokerth/data/gfx/avatars/default/misc/53d7f2bda9b904adf62153a9341d48db.png
-share/pokerth/data/gfx/avatars/default/misc/5858abb9942a4d7faabfb6e7ff2520fd.png
-share/pokerth/data/gfx/avatars/default/misc/5e802a524d92f339ad1adedf5675c467.png
-share/pokerth/data/gfx/avatars/default/misc/663f3d7a9ad330b2c77aa5f542fedf38.png
-share/pokerth/data/gfx/avatars/default/misc/6b1ae8bfc14ffb2ae3247c7327b1f5ed.png
-share/pokerth/data/gfx/avatars/default/misc/70bf201de8b46b19a30b94d6ea717043.png
-share/pokerth/data/gfx/avatars/default/misc/71348dd09e29dbe4ee6accc25d74bc94.png
-share/pokerth/data/gfx/avatars/default/misc/76fcf5f16951e17a63e4ff50d09278f7.png
-share/pokerth/data/gfx/avatars/default/misc/778eca12f78519ac598f8858bdaf5ffa.png
-share/pokerth/data/gfx/avatars/default/misc/7b7d565bf61d15722085e0489c474078.png
-share/pokerth/data/gfx/avatars/default/misc/7ee6c7e39bdecf872f782f7fefeffc6c.png
-share/pokerth/data/gfx/avatars/default/misc/82487a6a11cfd4174d3c56c13f47c03e.png
-share/pokerth/data/gfx/avatars/default/misc/8426dadd34be5db4f4cdfa12ec1e8c53.png
-share/pokerth/data/gfx/avatars/default/misc/85de4941160836a15745859dfcd9828e.png
-share/pokerth/data/gfx/avatars/default/misc/88fdee1614fdbf125d0a82bc349da0ff.png
-share/pokerth/data/gfx/avatars/default/misc/910800128fa4afacd15c61a67e6d01a5.png
-share/pokerth/data/gfx/avatars/default/misc/92875006f8786c9fa082ca13ae188a28.png
-share/pokerth/data/gfx/avatars/default/misc/9a106f3f5f9647c77174da1977dcb3c1.png
-share/pokerth/data/gfx/avatars/default/misc/9ae421286ad12b4a5e7d2ca767e3d9a3.png
-share/pokerth/data/gfx/avatars/default/misc/9ff203623c75d8570126599d45922aa3.png
-share/pokerth/data/gfx/avatars/default/misc/a8c3d13377c17b06341b3904185ca30d.png
-share/pokerth/data/gfx/avatars/default/misc/aafbbe402e1883657b2db3e2f7574e5a.png
-share/pokerth/data/gfx/avatars/default/misc/bb2ae3396e8523545a955ceec97a273b.png
-share/pokerth/data/gfx/avatars/default/misc/c10142a7b42f9e5c89ad4c644c570b74.png
-share/pokerth/data/gfx/avatars/default/misc/c824fc964b0f051569d961d24d0897cd.png
-share/pokerth/data/gfx/avatars/default/misc/cd78743ae833cb838395e126ddc4b298.png
-share/pokerth/data/gfx/avatars/default/misc/d0b3c777001d2548fc87c112a181ddbf.png
-share/pokerth/data/gfx/avatars/default/misc/d2dfc050bd61af58f05853864d5f9c4e.png
-share/pokerth/data/gfx/avatars/default/misc/d2e74be7f80276f90091f90b2a78ddfb.png
-share/pokerth/data/gfx/avatars/default/misc/d7204e29016ca8963c02f46d4d41dc7d.png
-share/pokerth/data/gfx/avatars/default/misc/d9a4712147692ace05d5b87a5f76223f.png
-share/pokerth/data/gfx/avatars/default/misc/dccda20e75901d151e199cf0d74451d4.png
-share/pokerth/data/gfx/avatars/default/misc/e4e0c2850b68a65dcce6e83512e60665.png
-share/pokerth/data/gfx/avatars/default/misc/e604d933cf5dcbef120c516c66083b13.png
-share/pokerth/data/gfx/avatars/default/misc/e6a7b4c2d32f5c5ff8cd895b928b5594.png
-share/pokerth/data/gfx/avatars/default/misc/e6e6b9af8c7bea68e359538e1298efd6.png
-share/pokerth/data/gfx/avatars/default/misc/eb427f89e4773e87afb87505885cf698.png
-share/pokerth/data/gfx/avatars/default/misc/eb7612a2b515bd826babec8f649b44cf.png
-share/pokerth/data/gfx/avatars/default/misc/ed1dc23e53b713ab69850f808e39498e.png
-share/pokerth/data/gfx/avatars/default/misc/f08cff60124b7690f13319fcf67a0b26.png
-share/pokerth/data/gfx/avatars/default/misc/f12b7ce0222d0303a0de70c7dfa9ac0f.png
-share/pokerth/data/gfx/avatars/default/misc/f3e4763d3f5ba1a4bde813667efa82a1.png
-share/pokerth/data/gfx/avatars/default/misc/f4893bf7b611d72231e94fa487cc74e9.png
-share/pokerth/data/gfx/avatars/default/misc/f48c98f3814cafa82e1c444915ceb0a7.png
-share/pokerth/data/gfx/avatars/default/misc/f69440dd7d5483cc33d93c52cbb2c64d.png
-share/pokerth/data/gfx/avatars/default/misc/fee2595e8a7be7ea50a39604e8c72e5e.png
-share/pokerth/data/gfx/avatars/default/people/0c04318e6fa54534935e3e6cfe12c4a1.png
-share/pokerth/data/gfx/avatars/default/people/0c24b06358f7b308d6b47c59ebace73d.png
-share/pokerth/data/gfx/avatars/default/people/14e3f39cc775608bcecf5597248b3558.png
-share/pokerth/data/gfx/avatars/default/people/16b702a87f681c4343486523a1a867e8.png
-share/pokerth/data/gfx/avatars/default/people/237c518f2bb6ac99f6eb1012e18460b9.png
-share/pokerth/data/gfx/avatars/default/people/39fa73528e8dc1a5a478938affe79100.png
-share/pokerth/data/gfx/avatars/default/people/45e16bc214942321a3814fb43a84a88e.png
-share/pokerth/data/gfx/avatars/default/people/490ed3a748f6f4d6c261436198f2368f.png
-share/pokerth/data/gfx/avatars/default/people/6ad16e2c3e4b8e4e6da47032d4372f4b.png
-share/pokerth/data/gfx/avatars/default/people/6ecea83d9fac6b4cae97e2fccd09a5f6.png
-share/pokerth/data/gfx/avatars/default/people/74672ebfa2ab02968386c4e441a08668.png
-share/pokerth/data/gfx/avatars/default/people/95df673e5ee4d02f0f95d5c7ff091cfb.png
-share/pokerth/data/gfx/avatars/default/people/9f49fc3d6062ddc08dc6bbd9ef9b399d.png
-share/pokerth/data/gfx/avatars/default/people/bc28d08c451a775f9e332c14a397096b.png
-share/pokerth/data/gfx/avatars/default/people/bed234c6672d512bdb4c2768f0b3f90c.png
-share/pokerth/data/gfx/avatars/default/people/c018b15b8164a303b9395b1e89c51004.png
-share/pokerth/data/gfx/avatars/default/people/c6d57064672b9a6c78a06248d2a60770.png
-share/pokerth/data/gfx/avatars/default/people/cbd2e0c6ee579fb8e0f3942639cf988d.png
-share/pokerth/data/gfx/avatars/default/people/d21268e1d2ec969367ee5b54bd34738b.png
-share/pokerth/data/gfx/avatars/default/people/d66940c138c207c68a338769d683e691.png
-share/pokerth/data/gfx/avatars/default/people/d6f8a45e9243b7e7e4e2c8e41df1c9f5.png
-share/pokerth/data/gfx/avatars/default/people/da34195981d255656f39c05481de3b6a.png
-share/pokerth/data/gfx/avatars/default/people/e3e1ae15f7d808fce16c26c049e2cbe9.png
-share/pokerth/data/gfx/avatars/default/people/e54e67ebd5265cf549362a2cda5a999c.png
-share/pokerth/data/gfx/avatars/default/people/ef0975f38a367a45cb8042b438957304.png
-share/pokerth/data/gfx/cards/default/0.png
-share/pokerth/data/gfx/cards/default/1.png
-share/pokerth/data/gfx/cards/default/10.png
-share/pokerth/data/gfx/cards/default/11.png
-share/pokerth/data/gfx/cards/default/12.png
-share/pokerth/data/gfx/cards/default/13.png
-share/pokerth/data/gfx/cards/default/14.png
-share/pokerth/data/gfx/cards/default/15.png
-share/pokerth/data/gfx/cards/default/16.png
-share/pokerth/data/gfx/cards/default/17.png
-share/pokerth/data/gfx/cards/default/18.png
-share/pokerth/data/gfx/cards/default/19.png
-share/pokerth/data/gfx/cards/default/2.png
-share/pokerth/data/gfx/cards/default/20.png
-share/pokerth/data/gfx/cards/default/21.png
-share/pokerth/data/gfx/cards/default/22.png
-share/pokerth/data/gfx/cards/default/23.png
-share/pokerth/data/gfx/cards/default/24.png
-share/pokerth/data/gfx/cards/default/25.png
-share/pokerth/data/gfx/cards/default/26.png
-share/pokerth/data/gfx/cards/default/27.png
-share/pokerth/data/gfx/cards/default/28.png
-share/pokerth/data/gfx/cards/default/29.png
-share/pokerth/data/gfx/cards/default/3.png
-share/pokerth/data/gfx/cards/default/30.png
-share/pokerth/data/gfx/cards/default/31.png
-share/pokerth/data/gfx/cards/default/32.png
-share/pokerth/data/gfx/cards/default/33.png
-share/pokerth/data/gfx/cards/default/34.png
-share/pokerth/data/gfx/cards/default/35.png
-share/pokerth/data/gfx/cards/default/36.png
-share/pokerth/data/gfx/cards/default/37.png
-share/pokerth/data/gfx/cards/default/38.png
-share/pokerth/data/gfx/cards/default/39.png
-share/pokerth/data/gfx/cards/default/4.png
-share/pokerth/data/gfx/cards/default/40.png
-share/pokerth/data/gfx/cards/default/41.png
-share/pokerth/data/gfx/cards/default/42.png
-share/pokerth/data/gfx/cards/default/43.png
-share/pokerth/data/gfx/cards/default/44.png
-share/pokerth/data/gfx/cards/default/45.png
-share/pokerth/data/gfx/cards/default/46.png
-share/pokerth/data/gfx/cards/default/47.png
-share/pokerth/data/gfx/cards/default/48.png
-share/pokerth/data/gfx/cards/default/49.png
-share/pokerth/data/gfx/cards/default/5.png
-share/pokerth/data/gfx/cards/default/50.png
-share/pokerth/data/gfx/cards/default/51.png
-share/pokerth/data/gfx/cards/default/6.png
-share/pokerth/data/gfx/cards/default/7.png
-share/pokerth/data/gfx/cards/default/8.png
-share/pokerth/data/gfx/cards/default/9.png
-share/pokerth/data/gfx/cards/default/defaultdeckstyle.xml
-share/pokerth/data/gfx/cards/default/flipside.png
-share/pokerth/data/gfx/cards/default/flipside_tux.png
-share/pokerth/data/gfx/cards/default/preview.png
-share/pokerth/data/gfx/cards/default4c/0.png
-share/pokerth/data/gfx/cards/default4c/1.png
-share/pokerth/data/gfx/cards/default4c/10.png
-share/pokerth/data/gfx/cards/default4c/11.png
-share/pokerth/data/gfx/cards/default4c/12.png
-share/pokerth/data/gfx/cards/default4c/13.png
-share/pokerth/data/gfx/cards/default4c/14.png
-share/pokerth/data/gfx/cards/default4c/15.png
-share/pokerth/data/gfx/cards/default4c/16.png
-share/pokerth/data/gfx/cards/default4c/17.png
-share/pokerth/data/gfx/cards/default4c/18.png
-share/pokerth/data/gfx/cards/default4c/19.png
-share/pokerth/data/gfx/cards/default4c/2.png
-share/pokerth/data/gfx/cards/default4c/20.png
-share/pokerth/data/gfx/cards/default4c/21.png
-share/pokerth/data/gfx/cards/default4c/22.png
-share/pokerth/data/gfx/cards/default4c/23.png
-share/pokerth/data/gfx/cards/default4c/24.png
-share/pokerth/data/gfx/cards/default4c/25.png
-share/pokerth/data/gfx/cards/default4c/26.png
-share/pokerth/data/gfx/cards/default4c/27.png
-share/pokerth/data/gfx/cards/default4c/28.png
-share/pokerth/data/gfx/cards/default4c/29.png
-share/pokerth/data/gfx/cards/default4c/3.png
-share/pokerth/data/gfx/cards/default4c/30.png
-share/pokerth/data/gfx/cards/default4c/31.png
-share/pokerth/data/gfx/cards/default4c/32.png
-share/pokerth/data/gfx/cards/default4c/33.png
-share/pokerth/data/gfx/cards/default4c/34.png
-share/pokerth/data/gfx/cards/default4c/35.png
-share/pokerth/data/gfx/cards/default4c/36.png
-share/pokerth/data/gfx/cards/default4c/37.png
-share/pokerth/data/gfx/cards/default4c/38.png
-share/pokerth/data/gfx/cards/default4c/39.png
-share/pokerth/data/gfx/cards/default4c/4.png
-share/pokerth/data/gfx/cards/default4c/40.png
-share/pokerth/data/gfx/cards/default4c/41.png
-share/pokerth/data/gfx/cards/default4c/42.png
-share/pokerth/data/gfx/cards/default4c/43.png
-share/pokerth/data/gfx/cards/default4c/44.png
-share/pokerth/data/gfx/cards/default4c/45.png
-share/pokerth/data/gfx/cards/default4c/46.png
-share/pokerth/data/gfx/cards/default4c/47.png
-share/pokerth/data/gfx/cards/default4c/48.png
-share/pokerth/data/gfx/cards/default4c/49.png
-share/pokerth/data/gfx/cards/default4c/5.png
-share/pokerth/data/gfx/cards/default4c/50.png
-share/pokerth/data/gfx/cards/default4c/51.png
-share/pokerth/data/gfx/cards/default4c/6.png
-share/pokerth/data/gfx/cards/default4c/7.png
-share/pokerth/data/gfx/cards/default4c/8.png
-share/pokerth/data/gfx/cards/default4c/9.png
-share/pokerth/data/gfx/cards/default4c/default4cdeckstyle.xml
-share/pokerth/data/gfx/cards/default4c/flipside.png
-share/pokerth/data/gfx/cards/default4c/preview.png
-share/pokerth/data/gfx/cards/default_800x480/0.png
-share/pokerth/data/gfx/cards/default_800x480/1.png
-share/pokerth/data/gfx/cards/default_800x480/10.png
-share/pokerth/data/gfx/cards/default_800x480/11.png
-share/pokerth/data/gfx/cards/default_800x480/12.png
-share/pokerth/data/gfx/cards/default_800x480/13.png
-share/pokerth/data/gfx/cards/default_800x480/14.png
-share/pokerth/data/gfx/cards/default_800x480/15.png
-share/pokerth/data/gfx/cards/default_800x480/16.png
-share/pokerth/data/gfx/cards/default_800x480/17.png
-share/pokerth/data/gfx/cards/default_800x480/18.png
-share/pokerth/data/gfx/cards/default_800x480/19.png
-share/pokerth/data/gfx/cards/default_800x480/2.png
-share/pokerth/data/gfx/cards/default_800x480/20.png
-share/pokerth/data/gfx/cards/default_800x480/21.png
-share/pokerth/data/gfx/cards/default_800x480/22.png
-share/pokerth/data/gfx/cards/default_800x480/23.png
-share/pokerth/data/gfx/cards/default_800x480/24.png
-share/pokerth/data/gfx/cards/default_800x480/25.png
-share/pokerth/data/gfx/cards/default_800x480/26.png
-share/pokerth/data/gfx/cards/default_800x480/27.png
-share/pokerth/data/gfx/cards/default_800x480/28.png
-share/pokerth/data/gfx/cards/default_800x480/29.png
-share/pokerth/data/gfx/cards/default_800x480/3.png
-share/pokerth/data/gfx/cards/default_800x480/30.png
-share/pokerth/data/gfx/cards/default_800x480/31.png
-share/pokerth/data/gfx/cards/default_800x480/32.png
-share/pokerth/data/gfx/cards/default_800x480/33.png
-share/pokerth/data/gfx/cards/default_800x480/34.png
-share/pokerth/data/gfx/cards/default_800x480/35.png
-share/pokerth/data/gfx/cards/default_800x480/36.png
-share/pokerth/data/gfx/cards/default_800x480/37.png
-share/pokerth/data/gfx/cards/default_800x480/38.png
-share/pokerth/data/gfx/cards/default_800x480/39.png
-share/pokerth/data/gfx/cards/default_800x480/4.png
-share/pokerth/data/gfx/cards/default_800x480/40.png
-share/pokerth/data/gfx/cards/default_800x480/41.png
-share/pokerth/data/gfx/cards/default_800x480/42.png
-share/pokerth/data/gfx/cards/default_800x480/43.png
-share/pokerth/data/gfx/cards/default_800x480/44.png
-share/pokerth/data/gfx/cards/default_800x480/45.png
-share/pokerth/data/gfx/cards/default_800x480/46.png
-share/pokerth/data/gfx/cards/default_800x480/47.png
-share/pokerth/data/gfx/cards/default_800x480/48.png
-share/pokerth/data/gfx/cards/default_800x480/49.png
-share/pokerth/data/gfx/cards/default_800x480/5.png
-share/pokerth/data/gfx/cards/default_800x480/50.png
-share/pokerth/data/gfx/cards/default_800x480/51.png
-share/pokerth/data/gfx/cards/default_800x480/6.png
-share/pokerth/data/gfx/cards/default_800x480/7.png
-share/pokerth/data/gfx/cards/default_800x480/8.png
-share/pokerth/data/gfx/cards/default_800x480/9.png
-share/pokerth/data/gfx/cards/default_800x480/defaultdeckstyle_800x480.xml
-share/pokerth/data/gfx/cards/default_800x480/flipside.png
-share/pokerth/data/gfx/cards/default_800x480/preview.png
-share/pokerth/data/gfx/gui/misc/1px.png
-share/pokerth/data/gfx/gui/misc/actionpics/action_allin.png
-share/pokerth/data/gfx/gui/misc/actionpics/action_bet.png
-share/pokerth/data/gfx/gui/misc/actionpics/action_call.png
-share/pokerth/data/gfx/gui/misc/actionpics/action_check.png
-share/pokerth/data/gfx/gui/misc/actionpics/action_fold.png
-share/pokerth/data/gfx/gui/misc/actionpics/action_raise.png
-share/pokerth/data/gfx/gui/misc/actionpics/action_winner.png
-share/pokerth/data/gfx/gui/misc/background_gamelist.png
-share/pokerth/data/gfx/gui/misc/fileopen16.png
-share/pokerth/data/gfx/gui/misc/rating.png
-share/pokerth/data/gfx/gui/misc/startwindowbg10_desktop.png
-share/pokerth/data/gfx/gui/misc/startwindowbg10_mobile.png
-share/pokerth/data/gfx/gui/misc/welcomepokerth10_desktop.png
-share/pokerth/data/gfx/gui/misc/welcomepokerth10_mobile.png
-share/pokerth/data/gfx/gui/misc/windowicon.png
-share/pokerth/data/gfx/gui/table/danuxi1/bigblindPuck.png
-share/pokerth/data/gfx/gui/table/danuxi1/cardholder_flop.png
-share/pokerth/data/gfx/gui/table/danuxi1/cardholder_flop.xcf
-share/pokerth/data/gfx/gui/table/danuxi1/cardholder_river.png
-share/pokerth/data/gfx/gui/table/danuxi1/cardholder_turn.png
-share/pokerth/data/gfx/gui/table/danuxi1/danuxi1tablestyle.xml
-share/pokerth/data/gfx/gui/table/danuxi1/dealerPuck.png
-share/pokerth/data/gfx/gui/table/danuxi1/genereticAvatar.png
-share/pokerth/data/gfx/gui/table/danuxi1/handranking.png
-share/pokerth/data/gfx/gui/table/danuxi1/playerBottomSeatActive.png
-share/pokerth/data/gfx/gui/table/danuxi1/playerTopSeatActive.png
-share/pokerth/data/gfx/gui/table/danuxi1/playeraction_blue.png
-share/pokerth/data/gfx/gui/table/danuxi1/playeraction_blue_checked.png
-share/pokerth/data/gfx/gui/table/danuxi1/playeraction_blue_checked_hover.png
-share/pokerth/data/gfx/gui/table/danuxi1/playeraction_blue_hover.png
-share/pokerth/data/gfx/gui/table/danuxi1/playeraction_green.png
-share/pokerth/data/gfx/gui/table/danuxi1/playeraction_green_checked.png
-share/pokerth/data/gfx/gui/table/danuxi1/playeraction_green_checked_hover.png
-share/pokerth/data/gfx/gui/table/danuxi1/playeraction_green_hover.png
-share/pokerth/data/gfx/gui/table/danuxi1/playeraction_orange.png
-share/pokerth/data/gfx/gui/table/danuxi1/playeraction_orange_checked.png
-share/pokerth/data/gfx/gui/table/danuxi1/playeraction_orange_checked_hover.png
-share/pokerth/data/gfx/gui/table/danuxi1/playeraction_orange_hover.png
-share/pokerth/data/gfx/gui/table/danuxi1/playeraction_purple.png
-share/pokerth/data/gfx/gui/table/danuxi1/playeraction_purple_hover.png
-share/pokerth/data/gfx/gui/table/danuxi1/playeraction_red.png
-share/pokerth/data/gfx/gui/table/danuxi1/playeraction_red_checked.png
-share/pokerth/data/gfx/gui/table/danuxi1/playeraction_red_checked_hover.png
-share/pokerth/data/gfx/gui/table/danuxi1/playeraction_red_hover.png
-share/pokerth/data/gfx/gui/table/danuxi1/preview.png
-share/pokerth/data/gfx/gui/table/danuxi1/radiobutton_checked.png
-share/pokerth/data/gfx/gui/table/danuxi1/radiobutton_checked_hover.png
-share/pokerth/data/gfx/gui/table/danuxi1/radiobutton_pressed.png
-share/pokerth/data/gfx/gui/table/danuxi1/radiobutton_unchecked.png
-share/pokerth/data/gfx/gui/table/danuxi1/radiobutton_unchecked_hover.png
-share/pokerth/data/gfx/gui/table/danuxi1/smallblindPuck.png
-share/pokerth/data/gfx/gui/table/danuxi1/table.png
-share/pokerth/data/gfx/gui/table/danuxi1/toolboxbg.png
-share/pokerth/data/gfx/gui/table/default/bigblindPuck.png
-share/pokerth/data/gfx/gui/table/default/cardholder_flop.png
-share/pokerth/data/gfx/gui/table/default/cardholder_river.png
-share/pokerth/data/gfx/gui/table/default/cardholder_turn.png
-share/pokerth/data/gfx/gui/table/default/dealerPuck.png
-share/pokerth/data/gfx/gui/table/default/defaulttablestyle.xml
-share/pokerth/data/gfx/gui/table/default/genereticAvatar.png
-share/pokerth/data/gfx/gui/table/default/handranking.png
-share/pokerth/data/gfx/gui/table/default/handranking_template.xcf
-share/pokerth/data/gfx/gui/table/default/playerSeatActive.png
-share/pokerth/data/gfx/gui/table/default/playerSeatInactive.png
-share/pokerth/data/gfx/gui/table/default/playeraction_blue.png
-share/pokerth/data/gfx/gui/table/default/playeraction_blue_checked.png
-share/pokerth/data/gfx/gui/table/default/playeraction_blue_checked_hover.png
-share/pokerth/data/gfx/gui/table/default/playeraction_blue_hover.png
-share/pokerth/data/gfx/gui/table/default/playeraction_green.png
-share/pokerth/data/gfx/gui/table/default/playeraction_green_checked.png
-share/pokerth/data/gfx/gui/table/default/playeraction_green_checked_hover.png
-share/pokerth/data/gfx/gui/table/default/playeraction_green_hover.png
-share/pokerth/data/gfx/gui/table/default/playeraction_orange.png
-share/pokerth/data/gfx/gui/table/default/playeraction_orange_checked.png
-share/pokerth/data/gfx/gui/table/default/playeraction_orange_checked_hover.png
-share/pokerth/data/gfx/gui/table/default/playeraction_orange_hover.png
-share/pokerth/data/gfx/gui/table/default/playeraction_purple.png
-share/pokerth/data/gfx/gui/table/default/playeraction_purple_hover.png
-share/pokerth/data/gfx/gui/table/default/playeraction_red.png
-share/pokerth/data/gfx/gui/table/default/playeraction_red_checked.png
-share/pokerth/data/gfx/gui/table/default/playeraction_red_checked_hover.png
-share/pokerth/data/gfx/gui/table/default/playeraction_red_hover.png
-share/pokerth/data/gfx/gui/table/default/preview.png
-share/pokerth/data/gfx/gui/table/default/radiobutton_checked.png
-share/pokerth/data/gfx/gui/table/default/radiobutton_checked_hover.png
-share/pokerth/data/gfx/gui/table/default/radiobutton_pressed.png
-share/pokerth/data/gfx/gui/table/default/radiobutton_unchecked.png
-share/pokerth/data/gfx/gui/table/default/radiobutton_unchecked_hover.png
-share/pokerth/data/gfx/gui/table/default/smallblindPuck.png
-share/pokerth/data/gfx/gui/table/default/table.png
-share/pokerth/data/gfx/gui/table/default/toolboxbg.png
-share/pokerth/data/gfx/gui/table/default_800x480/android_tablestyle_800x480.xml
-share/pokerth/data/gfx/gui/table/default_800x480/bigblindPuck.png
-share/pokerth/data/gfx/gui/table/default_800x480/cardholder_flop.png
-share/pokerth/data/gfx/gui/table/default_800x480/cardholder_river.png
-share/pokerth/data/gfx/gui/table/default_800x480/cardholder_turn.png
-share/pokerth/data/gfx/gui/table/default_800x480/dealerPuck.png
-share/pokerth/data/gfx/gui/table/default_800x480/defaulttablestyle_800x480.xml
-share/pokerth/data/gfx/gui/table/default_800x480/genereticAvatar.png
-share/pokerth/data/gfx/gui/table/default_800x480/handranking.png
-share/pokerth/data/gfx/gui/table/default_800x480/handranking_template.xcf
-share/pokerth/data/gfx/gui/table/default_800x480/playerSeatActive.png
-share/pokerth/data/gfx/gui/table/default_800x480/playerSeatActiveBottom.png
-share/pokerth/data/gfx/gui/table/default_800x480/playerSeatActiveTop.png
-share/pokerth/data/gfx/gui/table/default_800x480/playerSeatActive_old.png
-share/pokerth/data/gfx/gui/table/default_800x480/playerSeatActive_old_old.png
-share/pokerth/data/gfx/gui/table/default_800x480/playerSeatInactive.png
-share/pokerth/data/gfx/gui/table/default_800x480/playerSeatInactiveBottom.png
-share/pokerth/data/gfx/gui/table/default_800x480/playerSeatInactiveTop.png
-share/pokerth/data/gfx/gui/table/default_800x480/playerSeatInactive_old.png
-share/pokerth/data/gfx/gui/table/default_800x480/playeraction_blue.png
-share/pokerth/data/gfx/gui/table/default_800x480/playeraction_blue_checked.png
-share/pokerth/data/gfx/gui/table/default_800x480/playeraction_blue_checked_hover.png
-share/pokerth/data/gfx/gui/table/default_800x480/playeraction_blue_hover.png
-share/pokerth/data/gfx/gui/table/default_800x480/playeraction_green.png
-share/pokerth/data/gfx/gui/table/default_800x480/playeraction_green_checked.png
-share/pokerth/data/gfx/gui/table/default_800x480/playeraction_green_checked_hover.png
-share/pokerth/data/gfx/gui/table/default_800x480/playeraction_green_hover.png
-share/pokerth/data/gfx/gui/table/default_800x480/playeraction_orange.png
-share/pokerth/data/gfx/gui/table/default_800x480/playeraction_orange_checked.png
-share/pokerth/data/gfx/gui/table/default_800x480/playeraction_orange_checked_hover.png
-share/pokerth/data/gfx/gui/table/default_800x480/playeraction_orange_hover.png
-share/pokerth/data/gfx/gui/table/default_800x480/playeraction_purple.png
-share/pokerth/data/gfx/gui/table/default_800x480/playeraction_purple_hover.png
-share/pokerth/data/gfx/gui/table/default_800x480/playeraction_red.png
-share/pokerth/data/gfx/gui/table/default_800x480/playeraction_red_checked.png
-share/pokerth/data/gfx/gui/table/default_800x480/playeraction_red_checked_hover.png
-share/pokerth/data/gfx/gui/table/default_800x480/playeraction_red_hover.png
-share/pokerth/data/gfx/gui/table/default_800x480/preview.png
-share/pokerth/data/gfx/gui/table/default_800x480/radiobutton_checked.png
-share/pokerth/data/gfx/gui/table/default_800x480/radiobutton_checked_hover.png
-share/pokerth/data/gfx/gui/table/default_800x480/radiobutton_pressed.png
-share/pokerth/data/gfx/gui/table/default_800x480/radiobutton_unchecked.png
-share/pokerth/data/gfx/gui/table/default_800x480/radiobutton_unchecked_hover.png
-share/pokerth/data/gfx/gui/table/default_800x480/smallblindPuck.png
-share/pokerth/data/gfx/gui/table/default_800x480/table.png
-share/pokerth/data/gfx/gui/table/default_800x480/table_dark.png
-share/pokerth/data/gfx/gui/table/default_800x480/toolboxbg.png
-share/pokerth/data/misc/agpl.html
-share/pokerth/data/misc/third_party_libs.txt
-share/pokerth/data/sounds/default/allin.wav
-share/pokerth/data/sounds/default/bet.wav
-share/pokerth/data/sounds/default/blinds_raises_level1.wav
-share/pokerth/data/sounds/default/blinds_raises_level2.wav
-share/pokerth/data/sounds/default/blinds_raises_level3.wav
-share/pokerth/data/sounds/default/call.wav
-share/pokerth/data/sounds/default/check.wav
-share/pokerth/data/sounds/default/dealtwocards.wav
-share/pokerth/data/sounds/default/fold.wav
-share/pokerth/data/sounds/default/lobbychatnotify.wav
-share/pokerth/data/sounds/default/onlinegameready.wav
-share/pokerth/data/sounds/default/playerconnected.wav
-share/pokerth/data/sounds/default/raise.wav
-share/pokerth/data/sounds/default/yourturn.wav
-share/pokerth/data/translations/pokerth_af.qm
-share/pokerth/data/translations/pokerth_bg.qm
-share/pokerth/data/translations/pokerth_ca.qm
-share/pokerth/data/translations/pokerth_cz.qm
-share/pokerth/data/translations/pokerth_de.qm
-share/pokerth/data/translations/pokerth_dk.qm
-share/pokerth/data/translations/pokerth_es.qm
-share/pokerth/data/translations/pokerth_fi.qm
-share/pokerth/data/translations/pokerth_fr.qm
-share/pokerth/data/translations/pokerth_gd.qm
-share/pokerth/data/translations/pokerth_gl.qm
-share/pokerth/data/translations/pokerth_gr.qm
-share/pokerth/data/translations/pokerth_hu.qm
-share/pokerth/data/translations/pokerth_it.qm
-share/pokerth/data/translations/pokerth_jp.qm
-share/pokerth/data/translations/pokerth_lt.qm
-share/pokerth/data/translations/pokerth_nl.qm
-share/pokerth/data/translations/pokerth_no.qm
-share/pokerth/data/translations/pokerth_pl.qm
-share/pokerth/data/translations/pokerth_ptbr.qm
-share/pokerth/data/translations/pokerth_ptpt.qm
-share/pokerth/data/translations/pokerth_ru.qm
-share/pokerth/data/translations/pokerth_sk.qm
-share/pokerth/data/translations/pokerth_sv.qm
-share/pokerth/data/translations/pokerth_ta.qm
-share/pokerth/data/translations/pokerth_tr.qm
-share/pokerth/data/translations/pokerth_vi.qm
-share/pokerth/data/translations/pokerth_zhcn.qm
-share/pokerth/data/translations/qt_ar.qm
-share/pokerth/data/translations/qt_cs.qm
-share/pokerth/data/translations/qt_da.qm
-share/pokerth/data/translations/qt_de.qm
-share/pokerth/data/translations/qt_es.qm
-share/pokerth/data/translations/qt_fr.qm
-share/pokerth/data/translations/qt_gl.qm
-share/pokerth/data/translations/qt_he.qm
-share/pokerth/data/translations/qt_hu.qm
-share/pokerth/data/translations/qt_ja.qm
-share/pokerth/data/translations/qt_nl.qm
-share/pokerth/data/translations/qt_pl.qm
-share/pokerth/data/translations/qt_pt.qm
-share/pokerth/data/translations/qt_ru.qm
-share/pokerth/data/translations/qt_sk.qm
-share/pokerth/data/translations/qt_sl.qm
-share/pokerth/data/translations/qt_sv.qm
-share/pokerth/data/translations/qt_uk.qm
-share/pokerth/data/translations/qt_zh_CN.qm
-share/pokerth/data/translations/qt_zh_TW.qm
diff --git a/pokerth/TODO b/pokerth/TODO
deleted file mode 100644
index a14cc3016a..0000000000
--- a/pokerth/TODO
+++ /dev/null
@@ -1,7 +0,0 @@
-Fails building with:
-usr/pkg/include/boost/type_traits/detail/has_binary_operator.hp:50: Parse error at "BOOST_JOIN"
-
-http://stackoverflow.com/questions/15455178/qt4-cgal-parse-error-at-boost-join
-says this is a qt bug.
-
-install target and PLIST not adapted, since it doesn't finish building.
diff --git a/pokerth/distinfo b/pokerth/distinfo
deleted file mode 100644
index 0437b2bada..0000000000
--- a/pokerth/distinfo
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: distinfo,v 1.1 2013/12/05 21:30:19 thomasklausner Exp $
-
-RMD160 (PokerTH-1.1.1-src.tar.bz2) = 3e7fd6ad32a31dc966ffb3f6a89629d55420a1be
-SHA512 (PokerTH-1.1.1-src.tar.bz2) = bd822d15747d94b67657ea2fd0b9c8c1bdad0031a6eae30380217387a702e5f648d6f612b1bff0355c3c301ecaf47ca9d635a526e575f1bc1c5f88e38a7f73c1
-Size (PokerTH-1.1.1-src.tar.bz2) = 19326922 bytes
-SHA1 (patch-src_core_common_avatarmanager.cpp) = 19e550fde49ab04a4e8be56bc1b2b791e93e94f3
-SHA1 (patch-src_core_common_loghelper__server.cpp) = 8d2d12f80d99f4cd8cc4f314d1930e6538f16ce1
-SHA1 (patch-src_gui_qt_gametable_gametableimpl.cpp) = 6afb7c9c08acb0f7ad90b46a69c1a9558b7bb8a7
-SHA1 (patch-src_net_common_clientstate.cpp) = 7bdec191bebe06879e49040cecc947f1a1863859
-SHA1 (patch-src_net_common_clientthread.cpp) = d32d9eeb04f26c934f2395381f5b7c1ef42a0d36
-SHA1 (patch-src_net_common_downloaderthread.cpp) = f2bbf30753099878f267882fb3fa14277660aeb4
-SHA1 (patch-src_net_common_ircthread.cpp) = 85e491d01972a591bd0c86891dd552fe727e6f8f
-SHA1 (patch-src_pokerth__server.cpp) = e2e72a3f8dfa23ecc0a2e1ee539cc111af305c57
diff --git a/pokerth/patches/patch-src_core_common_avatarmanager.cpp b/pokerth/patches/patch-src_core_common_avatarmanager.cpp
deleted file mode 100644
index d09e3e76d3..0000000000
--- a/pokerth/patches/patch-src_core_common_avatarmanager.cpp
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD$
-
---- src/core/common/avatarmanager.cpp.orig	2016-08-06 11:04:30.000000000 +0000
-+++ src/core/common/avatarmanager.cpp
-@@ -61,7 +61,7 @@ using namespace std;
- using namespace boost::filesystem;
- 
- struct AvatarFileState {
--	ifstream		inputStream;
-+	boost::filesystem::ifstream		inputStream;
- };
- 
- AvatarManager::AvatarManager(bool useExternalServer, const std::string &externalServerAddress,
-@@ -363,7 +363,7 @@ AvatarManager::StoreAvatarInCache(const 
- 				path tmpPath(cacheDir);
- 				tmpPath /= (md5buf.ToString() + ext);
- 				string fileName(tmpPath.file_string());
--				ofstream o(fileName.c_str(), ios_base::out | ios_base::binary | ios_base::trunc);
-+				boost::filesystem::ofstream o(fileName.c_str(), ios_base::out | ios_base::binary | ios_base::trunc);
- 				if (!o.fail()) {
- 					o.write((const char *)data, size);
- 					o.close();
diff --git a/pokerth/patches/patch-src_core_common_loghelper__server.cpp b/pokerth/patches/patch-src_core_common_loghelper__server.cpp
deleted file mode 100644
index 2a7adbf3ff..0000000000
--- a/pokerth/patches/patch-src_core_common_loghelper__server.cpp
+++ /dev/null
@@ -1,31 +0,0 @@
-$NetBSD$
-
---- src/core/common/loghelper_server.cpp.orig	2016-08-07 01:11:48.000000000 +0000
-+++ src/core/common/loghelper_server.cpp
-@@ -67,7 +67,7 @@ void
- internal_log_err(const string &msg)
- {
- 	if (!g_logFile.empty()) {
--		ofstream o(g_logFile.c_str(), ios_base::out | ios_base::app);
-+		boost::filesystem::ofstream o(g_logFile.c_str(), ios_base::out | ios_base::app);
- 		if (!o.fail()) {
- 			o << second_clock::local_time() << " ERR: " << msg;
- 			o.flush();
-@@ -80,7 +80,7 @@ internal_log_msg(const std::string &msg)
- {
- 	if (g_logLevel) {
- 		if (!g_logFile.empty()) {
--			ofstream o(g_logFile.c_str(), ios_base::out | ios_base::app);
-+			boost::filesystem::ofstream o(g_logFile.c_str(), ios_base::out | ios_base::app);
- 			if (!o.fail())
- 				o << second_clock::local_time() << " MSG: " << msg;
- 		}
-@@ -92,7 +92,7 @@ internal_log_level(const std::string &ms
- {
- 	if (g_logLevel >= logLevel) {
- 		if (!g_logFile.empty()) {
--			ofstream o(g_logFile.c_str(), ios_base::out | ios_base::app);
-+			boost::filesystem::ofstream o(g_logFile.c_str(), ios_base::out | ios_base::app);
- 			if (!o.fail())
- 				o << second_clock::local_time() << " OUT: " << msg;
- 		}
diff --git a/pokerth/patches/patch-src_gui_qt_gametable_gametableimpl.cpp b/pokerth/patches/patch-src_gui_qt_gametable_gametableimpl.cpp
deleted file mode 100644
index c836db1bcb..0000000000
--- a/pokerth/patches/patch-src_gui_qt_gametable_gametableimpl.cpp
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD$
-
---- src/gui/qt/gametable/gametableimpl.cpp.orig	2017-08-27 13:02:45.836007109 +0000
-+++ src/gui/qt/gametable/gametableimpl.cpp
-@@ -3859,7 +3859,7 @@ void gameTableImpl::triggerVoteOnKick(in
- 	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/pokerth/patches/patch-src_net_common_clientstate.cpp b/pokerth/patches/patch-src_net_common_clientstate.cpp
deleted file mode 100644
index 972a2638b1..0000000000
--- a/pokerth/patches/patch-src_net_common_clientstate.cpp
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD$
-
---- src/net/common/clientstate.cpp.orig	2016-08-07 01:05:43.000000000 +0000
-+++ src/net/common/clientstate.cpp
-@@ -302,8 +302,8 @@ ClientStateReadingServerList::Enter(boos
- 
- 		// Unzip the file using zlib.
- 		try {
--			ifstream inFile(zippedServerListPath.directory_string().c_str(), ios_base::in | ios_base::binary);
--			ofstream outFile(xmlServerListPath.directory_string().c_str(), ios_base::out | ios_base::trunc);
-+			boost::filesystem::ifstream inFile(zippedServerListPath.directory_string().c_str(), ios_base::in | ios_base::binary);
-+			boost::filesystem::ofstream outFile(xmlServerListPath.directory_string().c_str(), ios_base::out | ios_base::trunc);
- 			boost::iostreams::filtering_streambuf<boost::iostreams::input> in;
- 			in.push(boost::iostreams::zlib_decompressor());
- 			in.push(inFile);
diff --git a/pokerth/patches/patch-src_net_common_clientthread.cpp b/pokerth/patches/patch-src_net_common_clientthread.cpp
deleted file mode 100644
index 7f079cb89f..0000000000
--- a/pokerth/patches/patch-src_net_common_clientthread.cpp
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD$
-
---- src/net/common/clientthread.cpp.orig	2016-08-06 11:06:56.000000000 +0000
-+++ src/net/common/clientthread.cpp
-@@ -1604,7 +1604,7 @@ void
- ClientThread::ReadSessionGuidFromFile()
- {
- 	string guidFileName(GetContext().GetCacheDir() + TEMP_GUID_FILENAME);
--	ifstream guidStream(guidFileName.c_str(), ios::in | ios::binary);
-+	boost::filesystem::ifstream guidStream(guidFileName.c_str(), ios::in | ios::binary);
- 	if (guidStream.good()) {
- 		std::vector<char> tmpGuid(CLIENT_GUID_SIZE);
- 		guidStream.read(&tmpGuid[0], CLIENT_GUID_SIZE);
-@@ -1616,7 +1616,7 @@ void
- ClientThread::WriteSessionGuidToFile() const
- {
- 	string guidFileName(GetContext().GetCacheDir() + TEMP_GUID_FILENAME);
--	ofstream guidStream(guidFileName.c_str(), ios::out | ios::trunc | ios::binary);
-+	boost::filesystem::ofstream guidStream(guidFileName.c_str(), ios::out | ios::trunc | ios::binary);
- 	if (guidStream.good()) {
- 		guidStream.write(GetContext().GetSessionGuid().c_str(), GetContext().GetSessionGuid().size());
- 	}
diff --git a/pokerth/patches/patch-src_net_common_downloaderthread.cpp b/pokerth/patches/patch-src_net_common_downloaderthread.cpp
deleted file mode 100644
index 17ee657621..0000000000
--- a/pokerth/patches/patch-src_net_common_downloaderthread.cpp
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD$
-
---- src/net/common/downloaderthread.cpp.orig	2016-08-06 11:09:13.000000000 +0000
-+++ src/net/common/downloaderthread.cpp
-@@ -96,7 +96,7 @@ DownloaderThread::Main()
- 				// Previous download was finished.
- 				if (m_curDownloadData) {
- 					path filepath(m_curDownloadData->filename);
--					ifstream instream(filepath.file_string().c_str(), ios_base::in | ios_base::binary);
-+					boost::filesystem::ifstream instream(filepath.file_string().c_str(), ios_base::in | ios_base::binary);
- 					// Find out file size.
- 					// Not fully portable, but works on win/linux/mac.
- 					instream.seekg(0, ios_base::beg);
diff --git a/pokerth/patches/patch-src_net_common_ircthread.cpp b/pokerth/patches/patch-src_net_common_ircthread.cpp
deleted file mode 100644
index 210fe1ce94..0000000000
--- a/pokerth/patches/patch-src_net_common_ircthread.cpp
+++ /dev/null
@@ -1,23 +0,0 @@
-$NetBSD: patch-src_net_common_ircthread.cpp,v 1.1 2013/12/05 21:30:19 thomasklausner Exp $
-
-Fix incorrect include path.
-
---- src/net/common/ircthread.cpp.orig	2013-04-07 12:04:27.000000000 +0000
-+++ src/net/common/ircthread.cpp
-@@ -32,14 +32,14 @@
- #include <net/socket_helper.h>
- #include <net/ircthread.h>
- #include <net/socket_msg.h>
--#include <libircclient/libircclient.h>
-+#include <libircclient.h>
- 
- // We need to do the following to handle different versions of libircclient.
- // Sadly, libircclient doesn't have actual definitions for its versions in its headers.
- // However, we can use a definition that appeared in the same version we need
- // to check for. Hacky, but hey, it works.
- #ifdef LIBIRC_OPTION_SSL_NO_VERIFY
--#include <libircclient/libirc_rfcnumeric.h>
-+#include <libirc_rfcnumeric.h>
- #endif
- 
- #include <boost/algorithm/string/predicate.hpp>
diff --git a/pokerth/patches/patch-src_pokerth__server.cpp b/pokerth/patches/patch-src_pokerth__server.cpp
deleted file mode 100644
index a9c1e99e40..0000000000
--- a/pokerth/patches/patch-src_pokerth__server.cpp
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD$
-
---- src/pokerth_server.cpp.orig	2016-08-07 01:13:51.000000000 +0000
-+++ src/pokerth_server.cpp
-@@ -161,7 +161,7 @@ main(int argc, char *argv[])
- 		pidFile = tmpPidPath.directory_string();
- 	}
- 	{
--		ofstream pidStream(pidFile.c_str(), ios_base::out | ios_base::trunc);
-+		boost::filesystem::ofstream pidStream(pidFile.c_str(), ios_base::out | ios_base::trunc);
- 		if (!pidStream.fail())
- 			pidStream << getpid();
- 		else



Home | Main Index | Thread Index | Old Index