r12165 - packages/trunk/pokerth/debian/patches

Evgeni Golov evgeni at alioth.debian.org
Tue Apr 26 12:42:09 UTC 2011


Author: evgeni
Date: 2011-04-26 12:41:56 +0000 (Tue, 26 Apr 2011)
New Revision: 12165

Modified:
   packages/trunk/pokerth/debian/patches/06_fix_gcc46_ftbfs.patch
   packages/trunk/pokerth/debian/patches/07_boost146_ftbfs.patch
Log:
add dep3 headers to the patches

Modified: packages/trunk/pokerth/debian/patches/06_fix_gcc46_ftbfs.patch
===================================================================
--- packages/trunk/pokerth/debian/patches/06_fix_gcc46_ftbfs.patch	2011-04-26 12:34:44 UTC (rev 12164)
+++ packages/trunk/pokerth/debian/patches/06_fix_gcc46_ftbfs.patch	2011-04-26 12:41:56 UTC (rev 12165)
@@ -1,3 +1,9 @@
+From: Evgeni Golov <evgeni at debian.org>
+Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/pokerth/+bug/770849
+Subject: Don't pass -no_dead_strip_inits_and_terms on !MacOSX
+ -no_dead_strip_inits_and_terms is a MacOSX-specific option, passing this
+ on non-OSX systems may make gcc go error (like with 4.6 in Ubuntu).
+
 Index: pokerth-0.8.3/pokerth_game.pro
 ===================================================================
 --- pokerth-0.8.3.orig/pokerth_game.pro	2011-04-26 11:23:37.843733137 +0200

Modified: packages/trunk/pokerth/debian/patches/07_boost146_ftbfs.patch
===================================================================
--- packages/trunk/pokerth/debian/patches/07_boost146_ftbfs.patch	2011-04-26 12:34:44 UTC (rev 12164)
+++ packages/trunk/pokerth/debian/patches/07_boost146_ftbfs.patch	2011-04-26 12:41:56 UTC (rev 12165)
@@ -1,3 +1,10 @@
+From: Evgeni Golov <evgeni at debian.org>
+Subject: port to boost::filesystem v3 API
+ Since boost 1.46 the v3 filesystem API is default (v2 was until 1.45).
+ As v3 deprecates some functions, we have to port some code to it.
+ See [1] for a list of deprecated functions.
+ [1] http://live.boost.org/doc/libs/1_46_1/libs/filesystem/v3/doc/deprecated.html
+
 Index: pokerth-0.8.3/src/core/common/avatarmanager.cpp
 ===================================================================
 --- pokerth-0.8.3.orig/src/core/common/avatarmanager.cpp	2011-04-26 11:45:14.995555435 +0200




More information about the Pkg-games-commits mailing list