Gentoo Archives: gentoo-commits

From: "Joseph Jezak (josejx)" <josejx@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/ghc: ChangeLog ghc-7.0.4.ebuild
Date: Wed, 28 Dec 2011 08:47:44
Message-Id: 20111228084734.D464B2004B@flycatcher.gentoo.org
1 josejx 11/12/28 08:47:34
2
3 Modified: ChangeLog ghc-7.0.4.ebuild
4 Log:
5 Added patch for compilation on ppc32 and added binary build.
6
7 (Portage version: 2.1.10.43/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.210 dev-lang/ghc/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ChangeLog?rev=1.210&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ChangeLog?rev=1.210&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ChangeLog?r1=1.209&r2=1.210
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v
19 retrieving revision 1.209
20 retrieving revision 1.210
21 diff -u -r1.209 -r1.210
22 --- ChangeLog 23 Aug 2011 18:08:05 -0000 1.209
23 +++ ChangeLog 28 Dec 2011 08:47:34 -0000 1.210
24 @@ -1,6 +1,10 @@
25 # ChangeLog for dev-lang/ghc
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.209 2011/08/23 18:08:05 slyfox Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.210 2011/12/28 08:47:34 josejx Exp $
29 +
30 + 28 Dec 2011; Joseph Jezak <josejx@g.o> ghc-7.0.4.ebuild,
31 + +files/ghc-7.0.4-fix-ppc-linker.patch:
32 + Added patch for compilation on ppc32 and added binary build.
33
34 23 Aug 2011; Sergei Trofimovich <slyfox@g.o> ghc-7.0.4.ebuild,
35 +files/ghc-7.0.4-nxstack.patch:
36
37
38
39 1.4 dev-lang/ghc/ghc-7.0.4.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-7.0.4.ebuild?rev=1.4&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-7.0.4.ebuild?rev=1.4&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-7.0.4.ebuild?r1=1.3&r2=1.4
44
45 Index: ghc-7.0.4.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.0.4.ebuild,v
48 retrieving revision 1.3
49 retrieving revision 1.4
50 diff -u -r1.3 -r1.4
51 --- ghc-7.0.4.ebuild 23 Aug 2011 18:08:05 -0000 1.3
52 +++ ghc-7.0.4.ebuild 28 Dec 2011 08:47:34 -0000 1.4
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2011 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.0.4.ebuild,v 1.3 2011/08/23 18:08:05 slyfox Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.0.4.ebuild,v 1.4 2011/12/28 08:47:34 josejx Exp $
58
59 # Brief explanation of the bootstrap logic:
60 #
61 @@ -43,7 +43,7 @@
62 arch_binaries="$arch_binaries arm? ( http://code.haskell.org/~slyfox/ghc-arm/ghc-bin-${PV}-arm.tbz2 )"
63 arch_binaries="$arch_binaries amd64? ( http://code.haskell.org/~slyfox/ghc-amd64/ghc-bin-${PV}-amd64.tbz2 )"
64 #arch_binaries="$arch_binaries ia64? ( http://code.haskell.org/~slyfox/ghc-ia64/ghc-bin-${PV}-ia64-fixed-fiw.tbz2 )"
65 -#arch_binaries="$arch_binaries ppc? ( mirror://gentoo/ghc-bin-${PV}-ppc.tbz2 )"
66 +arch_binaries="$arch_binaries ppc? ( mirror://gentoo/ghc-bin-${PV}-ppc.tbz2 )"
67 #arch_binaries="$arch_binaries ppc64? ( mirror://gentoo/ghc-bin-${PV}-ppc64.tbz2 )"
68 arch_binaries="$arch_binaries sparc? ( http://code.haskell.org/~slyfox/ghc-sparc/ghc-bin-${PV}-sparc.tbz2 )"
69 arch_binaries="$arch_binaries x86? ( http://code.haskell.org/~slyfox/ghc-x86/ghc-bin-${PV}-x86.tbz2 )"
70 @@ -70,6 +70,9 @@
71 x86)
72 return 0
73 ;;
74 + ppc)
75 + return 0
76 + ;;
77 *)
78 return 1
79 ;;
80 @@ -364,6 +367,7 @@
81 epatch "${FILESDIR}"/${PN}-7.0.4-darwin8.patch
82 epatch "${FILESDIR}"/${PN}-6.12.3-mach-o-relocation-limit.patch
83 epatch "${FILESDIR}"/${PN}-7.0.4-nxstack.patch
84 + epatch "${FILESDIR}/ghc-7.0.4-fix-ppc-linker.patch"
85
86 if use prefix; then
87 # Make configure find docbook-xsl-stylesheets from Prefix