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.8.3.ebuild ChangeLog
Date: Wed, 30 Jul 2014 11:47:40
Message-Id: 20140730114733.ACABE2004F@flycatcher.gentoo.org
1 slyfox 14/07/30 11:47:32
2
3 Modified: ghc-7.8.3.ebuild ChangeLog
4 Log:
5 Fix underlinking of ghc-prim. Workarounds ghc-stage2 ld.so SIGSEGV on hardened (reported by aranea).
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
8
9 Revision Changes Path
10 1.3 dev-lang/ghc/ghc-7.8.3.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-7.8.3.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-7.8.3.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-7.8.3.ebuild?r1=1.2&r2=1.3
15
16 Index: ghc-7.8.3.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.8.3.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- ghc-7.8.3.ebuild 12 Jul 2014 06:18:49 -0000 1.2
23 +++ ghc-7.8.3.ebuild 30 Jul 2014 11:47:32 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 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.8.3.ebuild,v 1.2 2014/07/12 06:18:49 slyfox Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.8.3.ebuild,v 1.3 2014/07/30 11:47:32 slyfox Exp $
29
30 EAPI=5
31
32 @@ -399,6 +399,7 @@
33
34 epatch "${FILESDIR}"/${PN}-7.8.2-ia64-no-shared.patch
35 epatch "${FILESDIR}"/${PN}-7.8.2-cgen-constify.patch
36 + epatch "${FILESDIR}"/${PN}-7.8.3-prim-lm.patch
37
38 if use prefix; then
39 # Make configure find docbook-xsl-stylesheets from Prefix
40
41
42
43 1.260 dev-lang/ghc/ChangeLog
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ChangeLog?rev=1.260&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ChangeLog?rev=1.260&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ChangeLog?r1=1.259&r2=1.260
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v
52 retrieving revision 1.259
53 retrieving revision 1.260
54 diff -u -r1.259 -r1.260
55 --- ChangeLog 12 Jul 2014 06:18:49 -0000 1.259
56 +++ ChangeLog 30 Jul 2014 11:47:32 -0000 1.260
57 @@ -1,6 +1,11 @@
58 # ChangeLog for dev-lang/ghc
59 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.259 2014/07/12 06:18:49 slyfox Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.260 2014/07/30 11:47:32 slyfox Exp $
62 +
63 + 30 Jul 2014; Sergei Trofimovich <slyfox@g.o>
64 + +files/ghc-7.8.3-prim-lm.patch, ghc-7.8.3.ebuild:
65 + Fix underlinking of ghc-prim. Workarounds ghc-stage2 ld.so SIGSEGV on hardened
66 + (reported by aranea).
67
68 12 Jul 2014; Sergei Trofimovich <slyfox@g.o> ghc-7.8.3.ebuild:
69 Added amd64 and x86 binaries.