Gentoo Archives: gentoo-commits

From: "Raul Porcel (armin76)" <armin76@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-office/mozilla-sunbird: mozilla-sunbird-0.9.ebuild ChangeLog
Date: Sat, 21 Mar 2009 16:05:09
Message-Id: E1Ll3h3-0005vu-IG@stork.gentoo.org
1 armin76 09/03/21 16:05:05
2
3 Modified: mozilla-sunbird-0.9.ebuild ChangeLog
4 Log:
5 fix gcc check, bug #263152
6 (Portage version: 2.1.6.7/cvs/Linux ia64)
7
8 Revision Changes Path
9 1.6 app-office/mozilla-sunbird/mozilla-sunbird-0.9.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/mozilla-sunbird/mozilla-sunbird-0.9.ebuild?rev=1.6&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/mozilla-sunbird/mozilla-sunbird-0.9.ebuild?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/mozilla-sunbird/mozilla-sunbird-0.9.ebuild?r1=1.5&r2=1.6
14
15 Index: mozilla-sunbird-0.9.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-office/mozilla-sunbird/mozilla-sunbird-0.9.ebuild,v
18 retrieving revision 1.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- mozilla-sunbird-0.9.ebuild 15 Feb 2009 19:01:44 -0000 1.5
22 +++ mozilla-sunbird-0.9.ebuild 21 Mar 2009 16:05:05 -0000 1.6
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-office/mozilla-sunbird/mozilla-sunbird-0.9.ebuild,v 1.5 2009/02/15 19:01:44 armin76 Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-office/mozilla-sunbird/mozilla-sunbird-0.9.ebuild,v 1.6 2009/03/21 16:05:05 armin76 Exp $
28
29 WANT_AUTOCONF="2.1"
30
31 @@ -144,9 +144,9 @@
32 # Finalize and report settings
33 mozconfig_final
34
35 - # hardened GCC uses -fstack-protector-all by default, which breaks us
36 - gcc-specs-ssp && append-flags -fno-stack-protector-all
37 - replace-flags -fstack-protector-all -fstack-protector
38 + if [[ $(gcc-major-version) -lt 4 ]]; then
39 + append-cxxflags -fno-stack-protector
40 + fi
41
42 ####################################
43 #
44
45
46
47 1.42 app-office/mozilla-sunbird/ChangeLog
48
49 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/mozilla-sunbird/ChangeLog?rev=1.42&view=markup
50 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/mozilla-sunbird/ChangeLog?rev=1.42&content-type=text/plain
51 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/mozilla-sunbird/ChangeLog?r1=1.41&r2=1.42
52
53 Index: ChangeLog
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/app-office/mozilla-sunbird/ChangeLog,v
56 retrieving revision 1.41
57 retrieving revision 1.42
58 diff -u -r1.41 -r1.42
59 --- ChangeLog 15 Feb 2009 19:01:44 -0000 1.41
60 +++ ChangeLog 21 Mar 2009 16:05:05 -0000 1.42
61 @@ -1,6 +1,9 @@
62 # ChangeLog for app-office/mozilla-sunbird
63 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
64 -# $Header: /var/cvsroot/gentoo-x86/app-office/mozilla-sunbird/ChangeLog,v 1.41 2009/02/15 19:01:44 armin76 Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/app-office/mozilla-sunbird/ChangeLog,v 1.42 2009/03/21 16:05:05 armin76 Exp $
66 +
67 + 21 Mar 2009; Raúl Porcel <armin76@g.o> mozilla-sunbird-0.9.ebuild:
68 + fix gcc check, bug #263152
69
70 15 Feb 2009; Raúl Porcel <armin76@g.o> mozilla-sunbird-0.9.ebuild:
71 Bump patchset to fix failure with gcc-4.3, bug #258075