public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-lang/ghc: ChangeLog ghc-7.0.4.ebuild
@ 2011-08-23 17:40 Sergei Trofimovich (slyfox)
  0 siblings, 0 replies; 3+ messages in thread
From: Sergei Trofimovich (slyfox) @ 2011-08-23 17:40 UTC (permalink / raw
  To: gentoo-commits

slyfox      11/08/23 17:40:45

  Modified:             ChangeLog ghc-7.0.4.ebuild
  Log:
  Once again USE=unicode for ncurses is a required depend (bug #380241 by Michael 'gentoo at scribeofthenile.com')
  
  (Portage version: 2.1.10.11/cvs/Linux x86_64)

Revision  Changes    Path
1.208                dev-lang/ghc/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ChangeLog?rev=1.208&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ChangeLog?rev=1.208&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ChangeLog?r1=1.207&r2=1.208

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v
retrieving revision 1.207
retrieving revision 1.208
diff -u -r1.207 -r1.208
--- ChangeLog	3 Aug 2011 12:35:20 -0000	1.207
+++ ChangeLog	23 Aug 2011 17:40:45 -0000	1.208
@@ -1,6 +1,10 @@
 # ChangeLog for dev-lang/ghc
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.207 2011/08/03 12:35:20 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.208 2011/08/23 17:40:45 slyfox Exp $
+
+  23 Aug 2011; Sergei Trofimovich <slyfox@gentoo.org> ghc-7.0.4.ebuild:
+  Once again USE=unicode for ncurses is a required depend (bug #380241 by
+  Michael 'gentoo at scribeofthenile.com')
 
 *ghc-7.0.4 (03 Aug 2011)
 



1.2                  dev-lang/ghc/ghc-7.0.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-7.0.4.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-7.0.4.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-7.0.4.ebuild?r1=1.1&r2=1.2

Index: ghc-7.0.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.0.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ghc-7.0.4.ebuild	3 Aug 2011 12:35:20 -0000	1.1
+++ ghc-7.0.4.ebuild	23 Aug 2011 17:40:45 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.0.4.ebuild,v 1.1 2011/08/03 12:35:20 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.0.4.ebuild,v 1.2 2011/08/23 17:40:45 slyfox Exp $
 
 # Brief explanation of the bootstrap logic:
 #
@@ -87,11 +87,13 @@
 
 RDEPEND="
 	!dev-lang/ghc-bin
-	>=sys-devel/gcc-2.95.3
-	>=sys-devel/binutils-2.17
+	!kernel_Darwin? ( >=sys-devel/gcc-2.95.3 )
+	kernel_linux? ( >=sys-devel/binutils-2.17 )
+	kernel_SunOS? ( >=sys-devel/binutils-2.17 )
 	>=dev-lang/perl-5.6.1
 	>=dev-libs/gmp-5
-	!<dev-haskell/haddock-2.4.2"
+	!<dev-haskell/haddock-2.4.2
+	sys-libs/ncurses[unicode]"
 # earlier versions than 2.4.2 of haddock only works with older ghc releases
 
 # force dependency on >=gmp-5, even if >=gmp-4.1 would be enough. this is due to






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-lang/ghc: ChangeLog ghc-7.0.4.ebuild
@ 2011-08-23 18:08 Sergei Trofimovich (slyfox)
  0 siblings, 0 replies; 3+ messages in thread
From: Sergei Trofimovich (slyfox) @ 2011-08-23 18:08 UTC (permalink / raw
  To: gentoo-commits

slyfox      11/08/23 18:08:05

  Modified:             ChangeLog ghc-7.0.4.ebuild
  Log:
  QA: Fixed executable stack in AdjustorAsm.o
  
  (Portage version: 2.1.10.11/cvs/Linux x86_64)

Revision  Changes    Path
1.209                dev-lang/ghc/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ChangeLog?rev=1.209&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ChangeLog?rev=1.209&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ChangeLog?r1=1.208&r2=1.209

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v
retrieving revision 1.208
retrieving revision 1.209
diff -u -r1.208 -r1.209
--- ChangeLog	23 Aug 2011 17:40:45 -0000	1.208
+++ ChangeLog	23 Aug 2011 18:08:05 -0000	1.209
@@ -1,6 +1,10 @@
 # ChangeLog for dev-lang/ghc
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.208 2011/08/23 17:40:45 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.209 2011/08/23 18:08:05 slyfox Exp $
+
+  23 Aug 2011; Sergei Trofimovich <slyfox@gentoo.org> ghc-7.0.4.ebuild,
+  +files/ghc-7.0.4-nxstack.patch:
+  QA: Fixed executable stack in AdjustorAsm.o
 
   23 Aug 2011; Sergei Trofimovich <slyfox@gentoo.org> ghc-7.0.4.ebuild:
   Once again USE=unicode for ncurses is a required depend (bug #380241 by



1.3                  dev-lang/ghc/ghc-7.0.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-7.0.4.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-7.0.4.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-7.0.4.ebuild?r1=1.2&r2=1.3

Index: ghc-7.0.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.0.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ghc-7.0.4.ebuild	23 Aug 2011 17:40:45 -0000	1.2
+++ ghc-7.0.4.ebuild	23 Aug 2011 18:08:05 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.0.4.ebuild,v 1.2 2011/08/23 17:40:45 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.0.4.ebuild,v 1.3 2011/08/23 18:08:05 slyfox Exp $
 
 # Brief explanation of the bootstrap logic:
 #
@@ -363,6 +363,7 @@
 
 		epatch "${FILESDIR}"/${PN}-7.0.4-darwin8.patch
 		epatch "${FILESDIR}"/${PN}-6.12.3-mach-o-relocation-limit.patch
+		epatch "${FILESDIR}"/${PN}-7.0.4-nxstack.patch
 
 		if use prefix; then
 			# Make configure find docbook-xsl-stylesheets from Prefix






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-lang/ghc: ChangeLog ghc-7.0.4.ebuild
@ 2011-12-28  8:47 Joseph Jezak (josejx)
  0 siblings, 0 replies; 3+ messages in thread
From: Joseph Jezak (josejx) @ 2011-12-28  8:47 UTC (permalink / raw
  To: gentoo-commits

josejx      11/12/28 08:47:34

  Modified:             ChangeLog ghc-7.0.4.ebuild
  Log:
  Added patch for compilation on ppc32 and added binary build.
  
  (Portage version: 2.1.10.43/cvs/Linux x86_64)

Revision  Changes    Path
1.210                dev-lang/ghc/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ChangeLog?rev=1.210&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ChangeLog?rev=1.210&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ChangeLog?r1=1.209&r2=1.210

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v
retrieving revision 1.209
retrieving revision 1.210
diff -u -r1.209 -r1.210
--- ChangeLog	23 Aug 2011 18:08:05 -0000	1.209
+++ ChangeLog	28 Dec 2011 08:47:34 -0000	1.210
@@ -1,6 +1,10 @@
 # ChangeLog for dev-lang/ghc
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.209 2011/08/23 18:08:05 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.210 2011/12/28 08:47:34 josejx Exp $
+
+  28 Dec 2011; Joseph Jezak <josejx@gentoo.org> ghc-7.0.4.ebuild,
+  +files/ghc-7.0.4-fix-ppc-linker.patch:
+  Added patch for compilation on ppc32 and added binary build.
 
   23 Aug 2011; Sergei Trofimovich <slyfox@gentoo.org> ghc-7.0.4.ebuild,
   +files/ghc-7.0.4-nxstack.patch:



1.4                  dev-lang/ghc/ghc-7.0.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-7.0.4.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-7.0.4.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-7.0.4.ebuild?r1=1.3&r2=1.4

Index: ghc-7.0.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.0.4.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ghc-7.0.4.ebuild	23 Aug 2011 18:08:05 -0000	1.3
+++ ghc-7.0.4.ebuild	28 Dec 2011 08:47:34 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.0.4.ebuild,v 1.3 2011/08/23 18:08:05 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.0.4.ebuild,v 1.4 2011/12/28 08:47:34 josejx Exp $
 
 # Brief explanation of the bootstrap logic:
 #
@@ -43,7 +43,7 @@
 arch_binaries="$arch_binaries arm? ( http://code.haskell.org/~slyfox/ghc-arm/ghc-bin-${PV}-arm.tbz2 )"
 arch_binaries="$arch_binaries amd64? ( http://code.haskell.org/~slyfox/ghc-amd64/ghc-bin-${PV}-amd64.tbz2 )"
 #arch_binaries="$arch_binaries ia64?  ( http://code.haskell.org/~slyfox/ghc-ia64/ghc-bin-${PV}-ia64-fixed-fiw.tbz2 )"
-#arch_binaries="$arch_binaries ppc? ( mirror://gentoo/ghc-bin-${PV}-ppc.tbz2 )"
+arch_binaries="$arch_binaries ppc? ( mirror://gentoo/ghc-bin-${PV}-ppc.tbz2 )"
 #arch_binaries="$arch_binaries ppc64? ( mirror://gentoo/ghc-bin-${PV}-ppc64.tbz2 )"
 arch_binaries="$arch_binaries sparc? ( http://code.haskell.org/~slyfox/ghc-sparc/ghc-bin-${PV}-sparc.tbz2 )"
 arch_binaries="$arch_binaries x86? ( http://code.haskell.org/~slyfox/ghc-x86/ghc-bin-${PV}-x86.tbz2 )"
@@ -70,6 +70,9 @@
 		x86)
 			return 0
 			;;
+		ppc)
+			return 0
+			;;
 		*)
 			return 1
 			;;
@@ -364,6 +367,7 @@
 		epatch "${FILESDIR}"/${PN}-7.0.4-darwin8.patch
 		epatch "${FILESDIR}"/${PN}-6.12.3-mach-o-relocation-limit.patch
 		epatch "${FILESDIR}"/${PN}-7.0.4-nxstack.patch
+		epatch "${FILESDIR}/ghc-7.0.4-fix-ppc-linker.patch"
 
 		if use prefix; then
 			# Make configure find docbook-xsl-stylesheets from Prefix






^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-12-28  8:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-23 17:40 [gentoo-commits] gentoo-x86 commit in dev-lang/ghc: ChangeLog ghc-7.0.4.ebuild Sergei Trofimovich (slyfox)
  -- strict thread matches above, loose matches on Subject: below --
2011-08-23 18:08 Sergei Trofimovich (slyfox)
2011-12-28  8:47 Joseph Jezak (josejx)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox