Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/gtk+: gtk+-3.0.12.ebuild ChangeLog
Date: Sun, 04 Sep 2011 09:10:25
Message-Id: 20110904091012.0D0F32004C@flycatcher.gentoo.org
1 grobian 11/09/04 09:10:12
2
3 Modified: gtk+-3.0.12.ebuild ChangeLog
4 Log:
5 Fix compilation on Solaris
6
7 (Portage version: 2.2.01.19120-prefix/cvs/SunOS i386)
8
9 Revision Changes Path
10 1.3 x11-libs/gtk+/gtk+-3.0.12.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk+/gtk+-3.0.12.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk+/gtk+-3.0.12.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk+/gtk+-3.0.12.ebuild?r1=1.2&r2=1.3
15
16 Index: gtk+-3.0.12.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-3.0.12.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- gtk+-3.0.12.ebuild 11 Aug 2011 09:06:56 -0000 1.2
23 +++ gtk+-3.0.12.ebuild 4 Sep 2011 09:10:11 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-3.0.12.ebuild,v 1.2 2011/08/11 09:06:56 mduft Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-3.0.12.ebuild,v 1.3 2011/09/04 09:10:11 grobian Exp $
29
30 EAPI="4"
31
32 @@ -106,6 +106,11 @@
33 epatch "${FILESDIR}"/${PN}-3.0.8-darwin-quartz.patch
34 # fix building with gir #372953
35 epatch "${FILESDIR}"/${PN}-3.0.11-darwin-quartz-introspection.patch
36 + # Solaris is strict, and needs c99
37 + # http://mail.gnome.org/archives/gtk-devel-list/2011-April/msg00127.html
38 + if [[ ${CHOST} == *-solaris* ]] ; then
39 + sed -i -e '/_XOPEN_SOURCE 500/d' gtk/gtksearchenginesimple.c || die
40 + fi
41 }
42
43 src_configure() {
44
45
46
47 1.530 x11-libs/gtk+/ChangeLog
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk+/ChangeLog?rev=1.530&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk+/ChangeLog?rev=1.530&content-type=text/plain
51 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk+/ChangeLog?r1=1.529&r2=1.530
52
53 Index: ChangeLog
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtk+/ChangeLog,v
56 retrieving revision 1.529
57 retrieving revision 1.530
58 diff -u -r1.529 -r1.530
59 --- ChangeLog 28 Aug 2011 13:24:00 -0000 1.529
60 +++ ChangeLog 4 Sep 2011 09:10:11 -0000 1.530
61 @@ -1,6 +1,9 @@
62 # ChangeLog for x11-libs/gtk+
63 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
64 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/ChangeLog,v 1.529 2011/08/28 13:24:00 grobian Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/ChangeLog,v 1.530 2011/09/04 09:10:11 grobian Exp $
66 +
67 + 04 Sep 2011; Fabian Groffen <grobian@g.o> gtk+-3.0.12.ebuild:
68 + Fix compilation on Solaris
69
70 28 Aug 2011; Fabian Groffen <grobian@g.o> gtk+-2.24.5-r1.ebuild:
71 Marked ~x64-macos