Gentoo Archives: gentoo-commits

From: "Raul Porcel (armin76)" <armin76@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/ghc: ChangeLog ghc-6.8.2.ebuild
Date: Tue, 26 Aug 2008 14:38:33
Message-Id: E1KXzgk-0006Yd-SS@stork.gentoo.org
1 armin76 08/08/26 14:38:30
2
3 Modified: ChangeLog ghc-6.8.2.ebuild
4 Log:
5 Make ia64 an unregistered arch, as it breaks some stuff
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.156 dev-lang/ghc/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ghc/ChangeLog?rev=1.156&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ghc/ChangeLog?rev=1.156&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ghc/ChangeLog?r1=1.155&r2=1.156
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v
18 retrieving revision 1.155
19 retrieving revision 1.156
20 diff -u -r1.155 -r1.156
21 --- ChangeLog 23 Aug 2008 05:23:42 -0000 1.155
22 +++ ChangeLog 26 Aug 2008 14:38:30 -0000 1.156
23 @@ -1,6 +1,9 @@
24 # ChangeLog for dev-lang/ghc
25 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.155 2008/08/23 05:23:42 jer Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.156 2008/08/26 14:38:30 armin76 Exp $
28 +
29 + 26 Aug 2008; Raúl Porcel <armin76@g.o> ghc-6.8.2.ebuild:
30 + Make ia64 an unregistered arch, as it breaks some stuff
31
32 23 Aug 2008; Jeroen Roovers <jer@g.o> metadata.xml:
33 Add GLEP 56 USE flag descriptions.
34
35
36
37 1.8 dev-lang/ghc/ghc-6.8.2.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ghc/ghc-6.8.2.ebuild?rev=1.8&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ghc/ghc-6.8.2.ebuild?rev=1.8&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ghc/ghc-6.8.2.ebuild?r1=1.7&r2=1.8
42
43 Index: ghc-6.8.2.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.8.2.ebuild,v
46 retrieving revision 1.7
47 retrieving revision 1.8
48 diff -u -r1.7 -r1.8
49 --- ghc-6.8.2.ebuild 15 Jul 2008 05:44:22 -0000 1.7
50 +++ ghc-6.8.2.ebuild 26 Aug 2008 14:38:30 -0000 1.8
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2008 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.8.2.ebuild,v 1.7 2008/07/15 05:44:22 jer Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.8.2.ebuild,v 1.8 2008/08/26 14:38:30 armin76 Exp $
56
57 # Brief explanation of the bootstrap logic:
58 #
59 @@ -199,7 +199,7 @@
60
61 # GHC build system knows to build unregisterised on alpha and hppa,
62 # but we have to tell it to build unregisterised on some arches
63 - if use alpha || use hppa || use ppc64 || use sparc; then
64 + if use alpha || use hppa || use ia64 || use ppc64 || use sparc; then
65 echo "GhcUnregisterised=YES" >> mk/build.mk
66 echo "GhcWithInterpreter=NO" >> mk/build.mk
67 echo "GhcWithNativeCodeGen=NO" >> mk/build.mk