Gentoo Archives: gentoo-commits

From: "Lennart Kolmodin (kolmodin)" <kolmodin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/ghc: ghc-6.10.4.ebuild ChangeLog
Date: Sun, 02 Aug 2009 10:23:14
Message-Id: E1MXYDg-0008Q5-HY@stork.gentoo.org
1 kolmodin 09/08/02 10:23:12
2
3 Modified: ghc-6.10.4.ebuild ChangeLog
4 Log:
5 Add sparc binary for dev-lang/ghc-6.10.4.
6 (Portage version: 2.1.6.13/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.3 dev-lang/ghc/ghc-6.10.4.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ghc/ghc-6.10.4.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ghc/ghc-6.10.4.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ghc/ghc-6.10.4.ebuild?r1=1.2&r2=1.3
14
15 Index: ghc-6.10.4.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.10.4.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- ghc-6.10.4.ebuild 22 Jul 2009 20:18:32 -0000 1.2
22 +++ ghc-6.10.4.ebuild 2 Aug 2009 10:23:12 -0000 1.3
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.10.4.ebuild,v 1.2 2009/07/22 20:18:32 kolmodin Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.10.4.ebuild,v 1.3 2009/08/02 10:23:12 kolmodin Exp $
28
29 # Brief explanation of the bootstrap logic:
30 #
31 @@ -42,6 +42,7 @@
32
33 arch_binaries="$arch_binaries x86? ( http://code.haskell.org/~ivanm/ghc-bin-${PV}-x86.tbz2 )"
34 arch_binaries="$arch_binaries amd64? ( http://haskell.org/~kolmodin/ghc-bin-${PV}-amd64.tbz2 )"
35 +arch_binaries="$arch_binaries sparc? ( http://haskell.org/~duncan/ghc/ghc-bin-${PV}-sparc.tbz2 )"
36
37 #arch_binaries="$arch_binaries alpha? ( mirror://gentoo/ghc-bin-${PV}-alpha.tbz2 )"
38 #arch_binaries="$arch_binaries amd64? ( mirror://gentoo/ghc-bin-${PV}-amd64.tbz2 )"
39 @@ -55,7 +56,7 @@
40
41 LICENSE="BSD"
42 SLOT="0"
43 -KEYWORDS="~amd64 ~x86"
44 +KEYWORDS="~amd64 ~sparc ~x86"
45 IUSE="binary doc ghcbootstrap"
46
47 RDEPEND="
48 @@ -218,7 +219,7 @@
49
50 # GHC build system knows to build unregisterised on alpha and hppa,
51 # but we have to tell it to build unregisterised on some arches
52 - if use alpha || use hppa || use ppc64 || use sparc; then
53 + if use alpha || use hppa || use ppc64; then
54 echo "GhcUnregisterised=YES" >> mk/build.mk
55 echo "GhcWithInterpreter=NO" >> mk/build.mk
56 echo "GhcWithNativeCodeGen=NO" >> mk/build.mk
57 @@ -226,6 +227,10 @@
58 echo "GhcRTSWays := debug" >> mk/build.mk
59 echo "GhcNotThreaded=YES" >> mk/build.mk
60 fi
61 + # Have "ld -r --relax" problem with split-objs on sparc:
62 + if use sparc; then
63 + echo "SplitObjs=NO" >> mk/build.mk
64 + fi
65
66 # Get ghc from the unpacked binary .tbz2
67 # except when bootstrapping we just pick ghc up off the path
68
69
70
71 1.167 dev-lang/ghc/ChangeLog
72
73 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ghc/ChangeLog?rev=1.167&view=markup
74 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ghc/ChangeLog?rev=1.167&content-type=text/plain
75 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ghc/ChangeLog?r1=1.166&r2=1.167
76
77 Index: ChangeLog
78 ===================================================================
79 RCS file: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v
80 retrieving revision 1.166
81 retrieving revision 1.167
82 diff -u -r1.166 -r1.167
83 --- ChangeLog 1 Aug 2009 11:50:00 -0000 1.166
84 +++ ChangeLog 2 Aug 2009 10:23:12 -0000 1.167
85 @@ -1,6 +1,10 @@
86 # ChangeLog for dev-lang/ghc
87 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
88 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.166 2009/08/01 11:50:00 mabi Exp $
89 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.167 2009/08/02 10:23:12 kolmodin Exp $
90 +
91 + 02 Aug 2009; Lennart Kolmodin <kolmodin@g.o> ghc-6.10.4.ebuild:
92 + Add sparc binary for ghc 6.10.4. Binary compiled by
93 + Duncan Coutts <duncan.coutts@××××××××××.uk>.
94
95 01 Aug 2009; <mabi@g.o> ghc-6.8.2.ebuild:
96 ~ppc added back