hasufell 14/04/29 23:20:15
Modified: ChangeLog irrlicht-1.8.1.ebuild
irrlicht-1.8-r2.ebuild
Log:
fix build with mesa-10.x wrt #496356
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key
BDEED020)
Revision Changes Path
1.70 dev-games/irrlicht/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/irrlicht/ChangeLog?rev=1.70&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/irrlicht/ChangeLog?rev=1.70&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/irrlicht/ChangeLog?r1=1.69&r2=1.70
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-games/irrlicht/ChangeLog,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- ChangeLog 21 Nov 2013 21:44:14 -0000 1.69
+++ ChangeLog 29 Apr 2014 23:20:15 -0000 1.70
@@ -1,6 +1,11 @@
# ChangeLog for dev-games/irrlicht
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/irrlicht/ChangeLog,v 1.69
2013/11/21 21:44:14 hasufell Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-games/irrlicht/ChangeLog,v 1.70
2014/04/29 23:20:15 hasufell Exp $
+
+ 29 Apr 2014; Julian Ospald <[email protected]> irrlicht-1.8-r2.ebuild,
+ irrlicht-1.8.1.ebuild, +files/irrlicht-1.8-mesa-10.x.patch,
+ +files/irrlicht-1.8.1-mesa-10.x.patch:
+ fix build with mesa-10.x wrt #496356
*irrlicht-1.8.1 (21 Nov 2013)
1.2 dev-games/irrlicht/irrlicht-1.8.1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/irrlicht/irrlicht-1.8.1.ebuild?rev=1.2&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/irrlicht/irrlicht-1.8.1.ebuild?rev=1.2&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/irrlicht/irrlicht-1.8.1.ebuild?r1=1.1&r2=1.2
Index: irrlicht-1.8.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-games/irrlicht/irrlicht-1.8.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- irrlicht-1.8.1.ebuild 21 Nov 2013 21:44:14 -0000 1.1
+++ irrlicht-1.8.1.ebuild 29 Apr 2014 23:20:15 -0000 1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/irrlicht/irrlicht-1.8.1.ebuild,v
1.1 2013/11/21 21:44:14 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/irrlicht/irrlicht-1.8.1.ebuild,v
1.2 2014/04/29 23:20:15 hasufell Exp $
EAPI=5
inherit eutils multilib toolchain-funcs
@@ -35,7 +35,8 @@
epatch \
"${FILESDIR}"/${P}-gentoo.patch \
"${FILESDIR}"/${P}-config.patch \
- "${FILESDIR}"/${P}-demoMake.patch
+ "${FILESDIR}"/${P}-demoMake.patch \
+ "${FILESDIR}"/${P}-mesa-10.x.patch
sed -i \
-e 's:\.\./\.\./media:../media:g' \
1.6 dev-games/irrlicht/irrlicht-1.8-r2.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/irrlicht/irrlicht-1.8-r2.ebuild?rev=1.6&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/irrlicht/irrlicht-1.8-r2.ebuild?rev=1.6&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/irrlicht/irrlicht-1.8-r2.ebuild?r1=1.5&r2=1.6
Index: irrlicht-1.8-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-games/irrlicht/irrlicht-1.8-r2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- irrlicht-1.8-r2.ebuild 8 Mar 2013 00:00:45 -0000 1.5
+++ irrlicht-1.8-r2.ebuild 29 Apr 2014 23:20:15 -0000 1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/irrlicht/irrlicht-1.8-r2.ebuild,v
1.5 2013/03/08 00:00:45 vincent Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/irrlicht/irrlicht-1.8-r2.ebuild,v
1.6 2014/04/29 23:20:15 hasufell Exp $
EAPI=5
inherit eutils multilib toolchain-funcs
@@ -35,7 +35,8 @@
epatch \
"${FILESDIR}"/${PF}-gentoo.patch \
"${FILESDIR}"/${P}-config.patch \
- "${FILESDIR}"/${P}-demoMake.patch
+ "${FILESDIR}"/${P}-demoMake.patch \
+ "${FILESDIR}"/${P}-mesa-10.x.patch
sed -i \
-e 's:\.\./\.\./media:../media:g' \