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: Sat, 23 Aug 2014 13:46:46
Message-Id: 20140823134643.295743C2C@oystercatcher.gentoo.org
1 slyfox 14/08/23 13:46:43
2
3 Modified: ghc-7.8.3.ebuild ChangeLog
4 Log:
5 Fix integer-gmp crashes and miscomputations in UNREG builds.
6
7 (Portage version: 2.2.11_p14/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
8
9 Revision Changes Path
10 1.8 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.8&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-7.8.3.ebuild?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-7.8.3.ebuild?r1=1.7&r2=1.8
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.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- ghc-7.8.3.ebuild 11 Aug 2014 10:18:57 -0000 1.7
23 +++ ghc-7.8.3.ebuild 23 Aug 2014 13:46:43 -0000 1.8
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.7 2014/08/11 10:18:57 slyfox Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.8.3.ebuild,v 1.8 2014/08/23 13:46:43 slyfox Exp $
29
30 EAPI=5
31
32 @@ -401,6 +401,7 @@
33 epatch "${FILESDIR}"/${PN}-7.8.3-prim-lm.patch
34 # bug 518734
35 epatch "${FILESDIR}"/${PN}-7.6.3-preserve-inplace-xattr.patch
36 + epatch "${FILESDIR}"/${PN}-7.8.3-unreg-lit.patch
37
38 if use prefix; then
39 # Make configure find docbook-xsl-stylesheets from Prefix
40
41
42
43 1.265 dev-lang/ghc/ChangeLog
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ChangeLog?rev=1.265&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ChangeLog?rev=1.265&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ChangeLog?r1=1.264&r2=1.265
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v
52 retrieving revision 1.264
53 retrieving revision 1.265
54 diff -u -r1.264 -r1.265
55 --- ChangeLog 11 Aug 2014 10:18:57 -0000 1.264
56 +++ ChangeLog 23 Aug 2014 13:46:43 -0000 1.265
57 @@ -1,6 +1,10 @@
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.264 2014/08/11 10:18:57 slyfox Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.265 2014/08/23 13:46:43 slyfox Exp $
62 +
63 + 23 Aug 2014; Sergei Trofimovich <slyfox@g.o>
64 + +files/ghc-7.8.3-unreg-lit.patch, ghc-7.8.3.ebuild:
65 + Fix integer-gmp crashes and miscomputations in UNREG builds.
66
67 11 Aug 2014; Sergei Trofimovich <slyfox@g.o> ghc-7.8.3.ebuild:
68 Keyword amd64/x86 where we have bianries.