tomka 15/08/03 11:36:48
Modified: freeorion-0.4.5_pre.ebuild ChangeLog
Log:
Fix compatibility with boost-1.5{7,8}
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key
565C32BC)
Revision Changes Path
1.4 games-strategy/freeorion/freeorion-0.4.5_pre.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/freeorion/freeorion-0.4.5_pre.ebuild?rev=1.4&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/freeorion/freeorion-0.4.5_pre.ebuild?rev=1.4&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/freeorion/freeorion-0.4.5_pre.ebuild?r1=1.3&r2=1.4
Index: freeorion-0.4.5_pre.ebuild
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/games-strategy/freeorion/freeorion-0.4.5_pre.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- freeorion-0.4.5_pre.ebuild 26 May 2015 07:49:18 -0000 1.3
+++ freeorion-0.4.5_pre.ebuild 3 Aug 2015 11:36:48 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header:
/var/cvsroot/gentoo-x86/games-strategy/freeorion/freeorion-0.4.5_pre.ebuild,v
1.3 2015/05/26 07:49:18 tomka Exp $
+# $Header:
/var/cvsroot/gentoo-x86/games-strategy/freeorion/freeorion-0.4.5_pre.ebuild,v
1.4 2015/08/03 11:36:48 tomka Exp $
EAPI=5
@@ -45,6 +45,10 @@
}
src_prepare() {
+
+ epatch "${FILESDIR}/${P}-boost-1.57.patch"
+ epatch "${FILESDIR}/${P}-boost-1.58.patch"
+
# parse subdir sets -O3
sed -e "s:-O3::" -i parse/CMakeLists.txt
1.17 games-strategy/freeorion/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/freeorion/ChangeLog?rev=1.17&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/freeorion/ChangeLog?rev=1.17&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/freeorion/ChangeLog?r1=1.16&r2=1.17
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/freeorion/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog 26 May 2015 07:49:18 -0000 1.16
+++ ChangeLog 3 Aug 2015 11:36:48 -0000 1.17
@@ -1,6 +1,11 @@
# ChangeLog for games-strategy/freeorion
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeorion/ChangeLog,v 1.16
2015/05/26 07:49:18 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeorion/ChangeLog,v 1.17
2015/08/03 11:36:48 tomka Exp $
+
+ 03 Aug 2015; Thomas Kahle <[email protected]>
+ +files/freeorion-0.4.5_pre-boost-1.57.patch,
+ +files/freeorion-0.4.5_pre-boost-1.58.patch, freeorion-0.4.5_pre.ebuild:
+ Fix compatibility with boost-1.5{7,8}
26 May 2015; Thomas Kahle <[email protected]> freeorion-0.4.5_pre.ebuild:
Add missing glew dependency (bug 550382)