Gentoo Archives: gentoo-dev

From: Gilles Dartiguelongue <eva@g.o>
To: gentoo-dev@l.g.o, grobian@g.o
Cc: gnome <gnome@g.o>
Subject: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in x11-libs/gtk+: gtk+-2.20.1-r1.ebuild ChangeLog
Date: Mon, 05 Jul 2010 14:46:49
Message-Id: 1278341186.7767.4.camel@gdartigu.lan.rep.sj
1 Le samedi 03 juillet 2010 à 13:08 +0000, Fabian Groffen (grobian) a
2 écrit :
3 > grobian 10/07/03 13:08:01
4 >
5 > Modified: gtk+-2.20.1-r1.ebuild ChangeLog
6 > Log:
7 > Fix compilation on Darwin8
8 > (Portage version: 2.2.01.15352-prefix/cvs/Darwin powerpc)
9 >
10 > Revision Changes Path
11 > 1.3 x11-libs/gtk+/gtk+-2.20.1-r1.ebuild
12 >
13 > file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk+/gtk+-2.20.1-r1.ebuild?rev=1.3&view=markup
14 > plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk+/gtk+-2.20.1-r1.ebuild?rev=1.3&content-type=text/plain
15 > diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk+/gtk+-2.20.1-r1.ebuild?r1=1.2&r2=1.3
16 >
17 > Index: gtk+-2.20.1-r1.ebuild
18 > ===================================================================
19 > RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-2.20.1-r1.ebuild,v
20 > retrieving revision 1.2
21 > retrieving revision 1.3
22 > diff -u -r1.2 -r1.3
23 > --- gtk+-2.20.1-r1.ebuild 20 Jun 2010 11:15:18 -0000 1.2
24 > +++ gtk+-2.20.1-r1.ebuild 3 Jul 2010 13:08:01 -0000 1.3
25 > @@ -1,6 +1,6 @@
26 > # Copyright 1999-2010 Gentoo Foundation
27 > # Distributed under the terms of the GNU General Public License v2
28 > -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-2.20.1-r1.ebuild,v 1.2 2010/06/20 11:15:18 nirbheek Exp $
29 > +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-2.20.1-r1.ebuild,v 1.3 2010/07/03 13:08:01 grobian Exp $
30 >
31 > EAPI="3"
32 >
33 > @@ -79,8 +79,8 @@
34 > # Don't break inclusion of gtkclist.h, upstream bug 536767
35 > epatch "${FILESDIR}/${PN}-2.14.3-limit-gtksignal-includes.patch"
36 >
37 > - # add correct framework linking options, for aqua
38 > - epatch "${FILESDIR}/${PN}-2.18.5-macosx-aqua.patch"
39 > + # Fix for missing NSUInteger on Darwin8 (10.4)
40 > + [[ ${CHOST} == *-darwin8 ]] && epatch "${FILESDIR}"/${P}-darwin8.patch
41 >
42 can we know why the previous patch was removed, why is this patch
43 conditional at all and if upstream was made aware of this patch (with an
44 upstream bug reference if it exists) ?
45
46
47 --
48 Gilles Dartiguelongue <eva@g.o>
49 Gentoo

Replies