slyfox      15/01/17 14:44:56

  Modified:             ghc-7.8.4.ebuild ChangeLog
  Log:
  Fix threaded runtime on ia64 (sm_mutex import).
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  Changes    Path
1.6                  dev-lang/ghc/ghc-7.8.4.ebuild

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

Index: ghc-7.8.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.8.4.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ghc-7.8.4.ebuild    13 Jan 2015 22:10:59 -0000      1.5
+++ ghc-7.8.4.ebuild    17 Jan 2015 14:44:56 -0000      1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.8.4.ebuild,v 1.5 
2015/01/13 22:10:59 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.8.4.ebuild,v 1.6 
2015/01/17 14:44:56 slyfox Exp $
 
 EAPI=5
 
@@ -400,6 +400,8 @@
                epatch "${FILESDIR}"/${PN}-7.8.3-prim-lm.patch
                # bug 518734
                epatch "${FILESDIR}"/${PN}-7.6.3-preserve-inplace-xattr.patch
+               # fix threaded runtime on ia64
+               epatch "${FILESDIR}"/${PN}-7.8.4-ia64-CLOSUREs.patch
 
                # upstream backports
                epatch "${FILESDIR}"/${PN}-7.8.3-linker-warn.patch



1.275                dev-lang/ghc/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v
retrieving revision 1.274
retrieving revision 1.275
diff -u -r1.274 -r1.275
--- ChangeLog   13 Jan 2015 22:10:59 -0000      1.274
+++ ChangeLog   17 Jan 2015 14:44:56 -0000      1.275
@@ -1,6 +1,10 @@
 # ChangeLog for dev-lang/ghc
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.274 2015/01/13 
22:10:59 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.275 2015/01/17 
14:44:56 slyfox Exp $
+
+  17 Jan 2015; Sergei Trofimovich <sly...@gentoo.org>
+  +files/ghc-7.8.4-ia64-CLOSUREs.patch, ghc-7.8.4.ebuild:
+  Fix threaded runtime on ia64 (sm_mutex import).
 
   13 Jan 2015; Sergei Trofimovich <sly...@gentoo.org>
   +files/ghc-7.8.4-gold.patch, ghc-7.8.4.ebuild:




Reply via email to