opfer 08/06/11 06:55:50
Modified: ChangeLog gaia-0.1.2.ebuild
Log:
fix build errors with GCC 4.3 and curl 7.18, thanks to loki_val in bug 225265
(Portage version: 2.1.4.4)
Revision Changes Path
1.20 x11-misc/gaia/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/gaia/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/gaia/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/gaia/ChangeLog?r1=1.19&r2=1.20
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/gaia/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog 29 May 2008 12:06:18 -0000 1.19
+++ ChangeLog 11 Jun 2008 06:55:50 -0000 1.20
@@ -1,6 +1,11 @@
# ChangeLog for x11-misc/gaia
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/gaia/ChangeLog,v 1.19 2008/05/29 12:06:18 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/gaia/ChangeLog,v 1.20 2008/06/11 06:55:50 opfer Exp $
+
+ 11 Jun 2008; Christian Faulhammer <opfer@g.o>
+ +files/gaia-0.1.2-curl-7.18.patch, +files/gaia-0.1.2-gcc43.patch,
+ gaia-0.1.2.ebuild:
+ fix build errors with GCC 4.3 and curl 7.18, thanks to loki_val in bug 225265
29 May 2008; Christian Faulhammer <opfer@g.o>
+files/gaia-0.1.2-scons-0.98.patch, gaia-0.1.2.ebuild:
1.10 x11-misc/gaia/gaia-0.1.2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/gaia/gaia-0.1.2.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/gaia/gaia-0.1.2.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/gaia/gaia-0.1.2.ebuild?r1=1.9&r2=1.10
Index: gaia-0.1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/gaia/gaia-0.1.2.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- gaia-0.1.2.ebuild 29 May 2008 12:06:18 -0000 1.9
+++ gaia-0.1.2.ebuild 11 Jun 2008 06:55:50 -0000 1.10
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/gaia/gaia-0.1.2.ebuild,v 1.9 2008/05/29 12:06:18 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/gaia/gaia-0.1.2.ebuild,v 1.10 2008/06/11 06:55:50 opfer Exp $
inherit eutils
@@ -29,6 +29,8 @@
unpack ${A}
cd "${S}"
epatch "${FILESDIR}/${P}-scons-0.98.patch"
+ epatch "${FILESDIR}/${P}-gcc43.patch"
+ epatch "${FILESDIR}/${P}-curl-7.18.patch"
# the binary would fail with a wrong hard coded path for font.png
cd "${S}/programs/gaia/"
--
gentoo-commits@g.o mailing list
|