update to latest and greatest pokerth release ever
some major changes:
* new cool start dialog
* vote-kick feature added (right click on avatar)
* two new translations, finnish and danish
Index: Makefile
===================================================================
RCS file: /cvs/ports/games/pokerth/Makefile,v
retrieving revision 1.6
diff -u -p -u -p -r1.6 Makefile
--- Makefile 7 Nov 2008 12:20:14 -0000 1.6
+++ Makefile 22 Dec 2008 19:58:31 -0000
@@ -2,9 +2,9 @@
COMMENT= Qt4 poker game with online capabilities
-V= 0.6.2
+V= 0.6.3
DISTNAME= PokerTH-${V}-src
-PKGNAME= pokerth-${V}p2
+PKGNAME= pokerth-${V}
CATEGORIES= games x11
HOMEPAGE= http://www.pokerth.net/
@@ -42,17 +42,20 @@ MAKE_FLAGS= QMAKE_CXX=${CXX} \
FAKE_FLAGS= INSTALL_ROOT=${DESTDIR}
+SEPARATE_BUILD= concurrent
+
VMEM_WARNING= Yes
NO_REGRESS= Yes
USE_GMAKE= Yes
USE_X11= Yes
do-configure:
- cd ${WRKSRC} && \
- env -i ${CONFIGURE_ENV} qmake4 ${MAKE_FLAGS} pokerth.pro
+ cd ${WRKBUILD} && \
+ env -i ${CONFIGURE_ENV} qmake4 ${MAKE_FLAGS} \
+ ${WRKSRC}/pokerth.pro
post-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/pokerth ${PREFIX}/bin
- ${INSTALL_PROGRAM} ${WRKSRC}/bin/pokerth_server ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKBUILD}/pokerth ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKBUILD}/bin/pokerth_server ${PREFIX}/bin
.include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/games/pokerth/distinfo,v
retrieving revision 1.2
diff -u -p -u -p -r1.2 distinfo
--- distinfo 26 May 2008 10:39:49 -0000 1.2
+++ distinfo 22 Dec 2008 19:58:31 -0000
@@ -1,5 +1,5 @@
-MD5 (PokerTH-0.6.2-src.tar.bz2) = iB60ZECHezS2oQRQkRopuw==
-RMD160 (PokerTH-0.6.2-src.tar.bz2) = SHxqQ1YGzfR3ljS7YRJ2Jkc22YQ=
-SHA1 (PokerTH-0.6.2-src.tar.bz2) = f4l9xayLcYEAH6cU1mgQCOhx/rA=
-SHA256 (PokerTH-0.6.2-src.tar.bz2) =
fdNTCm7BXnhatBQv2yj0YlvjpW+ZUvzs95Kr2Ezzmlc=
-SIZE (PokerTH-0.6.2-src.tar.bz2) = 4317104
+MD5 (PokerTH-0.6.3-src.tar.bz2) = R5aSyxh+OfABrPlJstFVgQ==
+RMD160 (PokerTH-0.6.3-src.tar.bz2) = iPbnBu7KwLMSpA3iQ9qPsA6UUUs=
+SHA1 (PokerTH-0.6.3-src.tar.bz2) = Hn/sesfGnGYKLFh4JRo6E7h4o5M=
+SHA256 (PokerTH-0.6.3-src.tar.bz2) =
twamNOc0xARrzog2ExBY8GRch+CLU7en714WMvJTS8M=
+SIZE (PokerTH-0.6.3-src.tar.bz2) = 4594613
Index: patches/patch-pokerth_game_pro
===================================================================
RCS file: /cvs/ports/games/pokerth/patches/patch-pokerth_game_pro,v
retrieving revision 1.1
diff -u -p -u -p -r1.1 patch-pokerth_game_pro
--- patches/patch-pokerth_game_pro 26 May 2008 10:39:49 -0000 1.1
+++ patches/patch-pokerth_game_pro 22 Dec 2008 19:58:31 -0000
@@ -1,12 +1,23 @@
$OpenBSD: patch-pokerth_game_pro,v 1.1 2008/05/26 10:39:49 ajacoutot Exp $
---- pokerth_game.pro.orig Mon May 26 11:31:48 2008
-+++ pokerth_game.pro Mon May 26 11:32:39 2008
-@@ -349,7 +349,7 @@ unix: !mac{
+--- pokerth_game.pro.orig Mon Dec 22 01:00:55 2008
++++ pokerth_game.pro Mon Dec 22 20:53:05 2008
+@@ -11,7 +11,7 @@ CONFIG += qt thread embed_manifest_exe exceptions rtti
+ #CONFIG += qt thread embed_manifest_exe exceptions rtti stl warn_on debug
- LIBS += -lpokerth_lib
- LIBS += $$BOOST_LIBS
-- LIBS += -lgnutls-openssl -lgcrypt -lSDL_mixer -lcurl -lz
-+ LIBS += -lcrypto -lSDL_mixer -lcurl -lz
- TARGETDEPS += ./lib/libpokerth_lib.a
+ #####Uncomment this for RELEASE
+-QTPLUGIN += qjpeg qgif
++#QTPLUGIN += qjpeg qgif
+
+ UI_DIR = uics
+ MOC_DIR = mocs
+@@ -314,8 +314,8 @@ unix {
+ unix : !mac {
+
+ ##### My release static build options
+- QMAKE_CXXFLAGS += -ffunction-sections -fdata-sections
+- QMAKE_LFLAGS += -Wl,--gc-sections
++ #QMAKE_CXXFLAGS += -ffunction-sections -fdata-sections
++ #QMAKE_LFLAGS += -Wl,--gc-sections
+
+ LIBPATH += lib
- ##### My release static libs
Index: patches/patch-pokerth_lib_pro
===================================================================
RCS file: patches/patch-pokerth_lib_pro
diff -N patches/patch-pokerth_lib_pro
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ patches/patch-pokerth_lib_pro 22 Dec 2008 19:58:31 -0000
@@ -0,0 +1,12 @@
+$OpenBSD$
+--- pokerth_lib.pro.orig Mon Dec 22 20:53:59 2008
++++ pokerth_lib.pro Mon Dec 22 20:54:16 2008
+@@ -187,7 +187,7 @@ win32{
+ }
+ !win32{
+ ##### My release static build options
+- QMAKE_CXXFLAGS += -ffunction-sections -fdata-sections
++ #QMAKE_CXXFLAGS += -ffunction-sections -fdata-sections
+
+ DEPENDPATH += src/net/linux/ src/core/linux
+ SOURCES += src/net/linux/socket_helper.cpp \
Index: patches/patch-pokerth_server_pro
===================================================================
RCS file: patches/patch-pokerth_server_pro
diff -N patches/patch-pokerth_server_pro
--- patches/patch-pokerth_server_pro 26 May 2008 10:39:49 -0000 1.2
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -1,12 +0,0 @@
-$OpenBSD: patch-pokerth_server_pro,v 1.2 2008/05/26 10:39:49 ajacoutot Exp $
---- pokerth_server.pro.orig Sun May 25 14:34:23 2008
-+++ pokerth_server.pro Sun May 25 14:35:30 2008
-@@ -205,7 +205,7 @@ unix : !mac {
-
- LIBS += -lpokerth_lib
- LIBS += $$BOOST_LIBS
-- LIBS += -lgnutls-openssl -lgcrypt -lcurl
-+ LIBS += -liconv -lcrypto -lcurl
-
- TARGETDEPS += ./lib/libpokerth_lib.a
-
Index: patches/patch-src_pokerth_cpp
===================================================================
RCS file: patches/patch-src_pokerth_cpp
diff -N patches/patch-src_pokerth_cpp
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ patches/patch-src_pokerth_cpp 22 Dec 2008 19:58:31 -0000
@@ -0,0 +1,15 @@
+$OpenBSD$
+--- src/pokerth.cpp.orig Mon Dec 22 21:35:56 2008
++++ src/pokerth.cpp Mon Dec 22 21:36:43 2008
+@@ -58,9 +58,11 @@
+ #endif
+
+ //Uncomment this for RELEASE
++/*
+ #include <QtPlugin>
+ Q_IMPORT_PLUGIN(qjpeg)
+ Q_IMPORT_PLUGIN(qgif)
++*/
+
+
+ using namespace std;
Index: patches/patch-src_third_party_libircclient_include_config_h
===================================================================
RCS file: patches/patch-src_third_party_libircclient_include_config_h
diff -N patches/patch-src_third_party_libircclient_include_config_h
--- patches/patch-src_third_party_libircclient_include_config_h 26 May 2008
10:39:49 -0000 1.1
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -1,12 +0,0 @@
-$OpenBSD: patch-src_third_party_libircclient_include_config_h,v 1.1 2008/05/26
10:39:49 ajacoutot Exp $
---- src/third_party/libircclient/include/config.h.orig Sun May 25 14:37:31 2008
-+++ src/third_party/libircclient/include/config.h Sun May 25 14:37:50 2008
-@@ -2,7 +2,7 @@
- /* include/config.h.in. Generated from configure.in by autoheader. */
-
- /* Define to 1 if you have the `gethostbyname_r' function. */
--#ifndef __APPLE__
-+#if !defined(__APPLE__) && !defined(__OpenBSD__)
- #define HAVE_GETHOSTBYNAME_R 1
- #endif
-
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/games/pokerth/pkg/PLIST,v
retrieving revision 1.3
diff -u -p -u -p -r1.3 PLIST
--- pkg/PLIST 7 Nov 2008 12:18:54 -0000 1.3
+++ pkg/PLIST 22 Dec 2008 19:58:31 -0000
@@ -90,7 +90,6 @@ share/pokerth/data/gfx/avatars/default/p
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/93dec21823a314fb8ef2261b7aa75ae5.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
@@ -101,7 +100,6 @@ share/pokerth/data/gfx/avatars/default/p
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/d90bd3fbbe3671ebac5f9f223d0c6d65.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
@@ -175,7 +173,9 @@ share/pokerth/data/gfx/gui/misc/radiobut
share/pokerth/data/gfx/gui/misc/radiobutton_pressed.png
share/pokerth/data/gfx/gui/misc/radiobutton_unchecked.png
share/pokerth/data/gfx/gui/misc/radiobutton_unchecked_hover.png
+share/pokerth/data/gfx/gui/misc/startwindowbg.png
share/pokerth/data/gfx/gui/misc/toolboxFrameBG.png
+share/pokerth/data/gfx/gui/misc/welcomepokerth.png
share/pokerth/data/gfx/gui/misc/windowicon.png
share/pokerth/data/gfx/gui/table/
share/pokerth/data/gfx/gui/table/default/
@@ -232,7 +232,9 @@ share/pokerth/data/sounds/default/yourtu
share/pokerth/data/translations/
share/pokerth/data/translations/pokerth_bg.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_gr.qm
share/pokerth/data/translations/pokerth_hu.qm