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: ChangeLog ghc-6.10.4-r1.ebuild
Date: Sat, 06 Nov 2010 20:28:30
Message-Id: 20101106202825.23B0B20051@flycatcher.gentoo.org
1 slyfox 10/11/06 20:28:25
2
3 Modified: ChangeLog ghc-6.10.4-r1.ebuild
4 Log:
5 Fixed failure when building against autoconf-2.66+ (bug #343111)
6 (Portage version: 2.1.8.3/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.198 dev-lang/ghc/ChangeLog
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ChangeLog?rev=1.198&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ChangeLog?rev=1.198&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ChangeLog?r1=1.197&r2=1.198
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v
18 retrieving revision 1.197
19 retrieving revision 1.198
20 diff -u -r1.197 -r1.198
21 --- ChangeLog 1 Nov 2010 22:14:46 -0000 1.197
22 +++ ChangeLog 6 Nov 2010 20:28:25 -0000 1.198
23 @@ -1,6 +1,10 @@
24 # ChangeLog for dev-lang/ghc
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.197 2010/11/01 22:14:46 slyfox Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.198 2010/11/06 20:28:25 slyfox Exp $
28 +
29 + 06 Nov 2010; Sergei Trofimovich <slyfox@g.o> ghc-6.10.4-r1.ebuild:
30 + Fixed failure when building against autoconf-2.66+ (bug #343111 by
31 + Jean-Francis Roy <jeanfrancisroy@×××××.com>)
32
33 01 Nov 2010; Sergei Trofimovich <slyfox@g.o> ghc-6.12.3.ebuild:
34 sparc stable (bug #338652)
35
36
37
38 1.12 dev-lang/ghc/ghc-6.10.4-r1.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-6.10.4-r1.ebuild?rev=1.12&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-6.10.4-r1.ebuild?rev=1.12&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-6.10.4-r1.ebuild?r1=1.11&r2=1.12
43
44 Index: ghc-6.10.4-r1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.10.4-r1.ebuild,v
47 retrieving revision 1.11
48 retrieving revision 1.12
49 diff -u -r1.11 -r1.12
50 --- ghc-6.10.4-r1.ebuild 19 Sep 2010 16:45:24 -0000 1.11
51 +++ ghc-6.10.4-r1.ebuild 6 Nov 2010 20:28:25 -0000 1.12
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2010 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.10.4-r1.ebuild,v 1.11 2010/09/19 16:45:24 slyfox Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.10.4-r1.ebuild,v 1.12 2010/11/06 20:28:25 slyfox Exp $
57
58 # Brief explanation of the bootstrap logic:
59 #
60 @@ -198,6 +198,9 @@
61 # patch aclocal.m4 and configure.ac to work with >=autoconf-2.64
62 epatch "${FILESDIR}/${P}-autoconf.patch"
63
64 + # >=autoconf-2.66 compatibility
65 + epatch "${FILESDIR}/ghc-6.12.3-autoconf-2.66-4252.patch"
66 +
67 # fix configure.ac to detect libm need
68 # http://bugs.gentoo.org/show_bug.cgi?id=293208
69 # http://hackage.haskell.org/trac/ghc/ticket/3730