Gentoo Archives: gentoo-commits

From: "Sergei Trofimovich (slyfox)" <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/ghc: ghc-7.6.3-r1.ebuild ChangeLog
Date: Sun, 29 Sep 2013 18:22:34
Message-Id: 20130929182225.3DD9E2004C@flycatcher.gentoo.org
1 slyfox 13/09/29 18:22:25
2
3 Modified: ghc-7.6.3-r1.ebuild ChangeLog
4 Log:
5 Disable ghci linker hack on x86-hardened (bug #486140 by Anton Kochkov).
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
8
9 Revision Changes Path
10 1.7 dev-lang/ghc/ghc-7.6.3-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-7.6.3-r1.ebuild?rev=1.7&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-7.6.3-r1.ebuild?rev=1.7&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-7.6.3-r1.ebuild?r1=1.6&r2=1.7
15
16 Index: ghc-7.6.3-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.6.3-r1.ebuild,v
19 retrieving revision 1.6
20 retrieving revision 1.7
21 diff -u -r1.6 -r1.7
22 --- ghc-7.6.3-r1.ebuild 22 Sep 2013 06:44:22 -0000 1.6
23 +++ ghc-7.6.3-r1.ebuild 29 Sep 2013 18:22:25 -0000 1.7
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.6.3-r1.ebuild,v 1.6 2013/09/22 06:44:22 ago Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.6.3-r1.ebuild,v 1.7 2013/09/29 18:22:25 slyfox Exp $
29
30 # Brief explanation of the bootstrap logic:
31 #
32 @@ -622,6 +622,11 @@
33 is_crosscompile && return
34 use elibc_glibc || return
35
36 + # we expect 'libc.a' bits be self-sufficient
37 + if gcc-specs-pie; then
38 + use x86 && return # but on x86 pie means linker support: #486140
39 + fi
40 +
41 get-nonshared-objects() {
42 # ns - 'nonshared'
43 local ns_objects=" "
44
45
46
47 1.251 dev-lang/ghc/ChangeLog
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ChangeLog?rev=1.251&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ChangeLog?rev=1.251&content-type=text/plain
51 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ChangeLog?r1=1.250&r2=1.251
52
53 Index: ChangeLog
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v
56 retrieving revision 1.250
57 retrieving revision 1.251
58 diff -u -r1.250 -r1.251
59 --- ChangeLog 22 Sep 2013 06:44:22 -0000 1.250
60 +++ ChangeLog 29 Sep 2013 18:22:25 -0000 1.251
61 @@ -1,6 +1,9 @@
62 # ChangeLog for dev-lang/ghc
63 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
64 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.250 2013/09/22 06:44:22 ago Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.251 2013/09/29 18:22:25 slyfox Exp $
66 +
67 + 29 Sep 2013; Sergei Trofimovich <slyfox@g.o> ghc-7.6.3-r1.ebuild:
68 + Disable ghci linker hack on x86-hardened (bug #486140 by Anton Kochkov).
69
70 22 Sep 2013; Agostino Sarubbo <ago@g.o> ghc-7.6.3-r1.ebuild:
71 Stable for x86, wrt bug #483462