summaryrefslogtreecommitdiff
path: root/games/pokerth/patches/patch-ae
diff options
context:
space:
mode:
authorhasso <hasso@pkgsrc.org>2009-07-14 15:53:20 +0000
committerhasso <hasso@pkgsrc.org>2009-07-14 15:53:20 +0000
commitd868feb71b039fe2f85ecc937f5a6211f06ab0aa (patch)
tree9858a9e64a4780ffbbba4dbdb65e4cb329862f39 /games/pokerth/patches/patch-ae
parent48a29d426342012a85266e293933afeca19fadd0 (diff)
downloadpkgsrc-d868feb71b039fe2f85ecc937f5a6211f06ab0aa.tar.gz
Update to 0.7.1. Make it build on systems where `uname -s` is not *BSD.
2009-06-25 version 0.7.1: - internet lobby window size adjusted for netbook resolution 1024x600 - bigger window icon - pokerth.desktop translation update - Bugfix: compatibility fix for qt 4.4.3 2009-06-20 version 0.7.1-beta: - Refactored the network engine using boost::asio to improve scalability of the server - Reduced per-game memory usage of the server, which enables playing with several hundred players on a low-end vserver - New internet games list filter to just show e.g. open games, password-free games etc. - New large chip count delimiter: 1000000 -> 1.000.000 - New "join any game" button behaviour - joins the game with the most players connected - Styles handling enhancements (e.g. no activation needed any more) - Readd the option to hide splashscreen - IP address bans now automatically expire - Bugfix: incorrect handling of maximum number of players in network games 2009-05-03 version 0.7: - enabled sorting of private/public games in the internet game lobby - size of the lobby dialog was decreased for netbook resolution 1024x600 - default action pictures were adjusted for better readable card index - portuguese (portuguese) translation was added - bugfix: bet input lenght was adjusted 2009-04-25 version 0.7-beta2: - Fixed problems with paths which contain special (non-ascii) characters - Timeout animation moved so it no longer hides sets - Improved bet slider handling for higher start cash like $1000000 - Minimum blinds adjusted for higher start cash - Remember last styles directory - New stay-on-table animation when a user is inactive but not disconnected - Avatar uploads are logged (because of possible legal issues) 2009-04-15 version 0.7-beta1: - Supporting up to 10 players on a table - Easily choose different table and card styles - Create your own style in simple steps - Online style gallery - Netbook support with minimum 1024x600 - Automatically restore game table geometry (including fullscreen) - Server IP-address bans and nick bans based on regular expressions - Server list supports multiple server entries - bugfix(#0000009): No pause after first hand when starting a fresh local game - bugfix(#0000010): Strange side pot behaviour after all-in 2009-03-22 version 0.6.4: - enhanced server performance - optional external avatar system to improve scalability - feature-request(#0000008): sorting of columns in the gamelist of the lobby is saved - bugfix(#0000007): Improved highlighting of the cards on split pot - bugfix(#0000003): Correctly pick low straight flush (with A) - bugfix: doubleclicking "join game" in the lobby no longer causes an error
Diffstat (limited to 'games/pokerth/patches/patch-ae')
-rw-r--r--games/pokerth/patches/patch-ae19
1 files changed, 11 insertions, 8 deletions
diff --git a/games/pokerth/patches/patch-ae b/games/pokerth/patches/patch-ae
index 70402aa0355..6e5113499d9 100644
--- a/games/pokerth/patches/patch-ae
+++ b/games/pokerth/patches/patch-ae
@@ -1,13 +1,16 @@
-$NetBSD: patch-ae,v 1.1.1.1 2009/01/31 03:04:37 ahoka Exp $
+$NetBSD: patch-ae,v 1.2 2009/07/14 15:53:20 hasso Exp $
---- src/core/openssl_wrapper.h.orig 2009-01-04 00:17:01.000000000 +0100
-+++ src/core/openssl_wrapper.h
-@@ -40,15 +40,8 @@
- #undef X509_NAME // Again for Windows - conflict with WinCrypt.h.
- #endif
+--- src/core/openssl_wrapper.h.orig 2009-06-26 00:37:43 +0300
++++ src/core/openssl_wrapper.h 2009-07-12 23:16:31 +0300
+@@ -46,18 +46,9 @@
+ // "2. Can I use OpenSSL with GPL software?"
+ // http://www.openssl.org/support/faq.html#LEGAL2
+ //
+-#if defined(__APPLE__) || defined(__OpenBSD__) || defined(__FreeBSD__) || defined(__NetBSD__)
+- #define HAVE_OPENSSL
+-#endif
--#if defined(__APPLE__) || defined(__OpenBSD__) || defined(__FreeBSD__)
-- // For BSD-Systems, we assume that OpenSSL is part of the operating system.
+-#ifdef HAVE_OPENSSL
- #include <openssl/ssl.h>
- #include <openssl/md5.h>
- #include <openssl/rand.h>