From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.77) (envelope-from ) id 1SpxPS-00038i-Dk for garchives@archives.gentoo.org; Sat, 14 Jul 2012 08:09:04 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A1633E06C5; Sat, 14 Jul 2012 08:08:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 699CAE06C5 for ; Sat, 14 Jul 2012 08:08:48 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8488B1B4018 for ; Sat, 14 Jul 2012 08:08:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 7444BE5433 for ; Sat, 14 Jul 2012 08:08:38 +0000 (UTC) From: "Marcel Unbehaun" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marcel Unbehaun" Message-ID: <1342253429.984b8b5218308f3aa3b319c3ca109333195fb413.frostwork@gentoo> Subject: [gentoo-commits] proj/gamerlay:master commit in: games-puzzle/puzzlemoppet/, games-puzzle/puzzlemoppet/files/ X-VCS-Repository: proj/gamerlay X-VCS-Files: games-puzzle/puzzlemoppet/files/puzzlemoppet-64bit.patch games-puzzle/puzzlemoppet/puzzlemoppet-1.0.ebuild X-VCS-Directories: games-puzzle/puzzlemoppet/ games-puzzle/puzzlemoppet/files/ X-VCS-Committer: frostwork X-VCS-Committer-Name: Marcel Unbehaun X-VCS-Revision: 984b8b5218308f3aa3b319c3ca109333195fb413 X-VCS-Branch: master Date: Sat, 14 Jul 2012 08:08:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: d6a6c6b7-56ba-4c58-936b-4eafcd20a866 X-Archives-Hash: 8d97fd03a0685e12c7c8d1668336f7f7 commit: 984b8b5218308f3aa3b319c3ca109333195fb413 Author: Marcel Unbehaun frostworx de> AuthorDate: Sat Jul 14 08:10:29 2012 +0000 Commit: Marcel Unbehaun gmx de> CommitDate: Sat Jul 14 08:10:29 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gamerlay.git;= a=3Dcommit;h=3D984b8b52 [games-puzzle/puzzlemoppet] 64bit hack puzzlemoppet-1.0.ebuild --- .../puzzlemoppet/files/puzzlemoppet-64bit.patch | 15 ++++++++++++++= + games-puzzle/puzzlemoppet/puzzlemoppet-1.0.ebuild | 1 + 2 files changed, 16 insertions(+), 0 deletions(-) diff --git a/games-puzzle/puzzlemoppet/files/puzzlemoppet-64bit.patch b/g= ames-puzzle/puzzlemoppet/files/puzzlemoppet-64bit.patch new file mode 100644 index 0000000..86015d8 --- /dev/null +++ b/games-puzzle/puzzlemoppet/files/puzzlemoppet-64bit.patch @@ -0,0 +1,15 @@ +--- PuzzleMoppetSource/Litha Engine/source/Engine.cppO 2011-09-17 15:06:= 28.000000000 +0200 ++++ PuzzleMoppetSource/Litha Engine/source/Engine.cpp 2012-07-14 10:07:3= 2.120033849 +0200 +@@ -781,10 +781,11 @@ + // this engine. Obviously this event cannot be stored or transmitted o= ver a network + // in case the pointer gets invalidated. + // Also the pointer will probably not be valid on 64 bit systems. ++/* + Event event("IrrlichtEvent"); + event["SEvent"] =3D (u32)&irrEvent; + newEvents.push_back(event); +-=09 ++*/=09 + // Send 'em all! + for (u32 i =3D 0; i < newEvents.size(); i ++) + PostEvent(newEvents[i]); diff --git a/games-puzzle/puzzlemoppet/puzzlemoppet-1.0.ebuild b/games-pu= zzle/puzzlemoppet/puzzlemoppet-1.0.ebuild index 487ff23..c35946a 100644 --- a/games-puzzle/puzzlemoppet/puzzlemoppet-1.0.ebuild +++ b/games-puzzle/puzzlemoppet/puzzlemoppet-1.0.ebuild @@ -31,6 +31,7 @@ src_prepare(){ epatch "${FILESDIR}"/${PN}-irrpatch.patch epatch "${FILESDIR}"/${PN}-irrhack.patch epatch "${FILESDIR}"/${PN}-cmake.patch + epatch "${FILESDIR}"/${PN}-64bit.patch for i in `find projects/Puzzle -name *.cpp`; do sed -i "$i" -e "s:../pr= ojects:"${GAMES_DATADIR}"/"${PN}"/projects:g"; done for i in `find projects/ConfigApp -name *.cpp`; do sed -i "$i" -e "s:..= /projects:"${GAMES_DATADIR}"/"${PN}"/projects:g"; done sed -i -e "s:config:"${PN}-config":g" -i projects/ConfigApp/CMakeLists.= txt