slyfox 14/08/23 13:46:43 Modified: ghc-7.8.3.ebuild ChangeLog Log: Fix integer-gmp crashes and miscomputations in UNREG builds. (Portage version: 2.2.11_p14/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Revision Changes Path 1.8 dev-lang/ghc/ghc-7.8.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-7.8.3.ebuild?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-7.8.3.ebuild?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-7.8.3.ebuild?r1=1.7&r2=1.8 Index: ghc-7.8.3.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.8.3.ebuild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- ghc-7.8.3.ebuild 11 Aug 2014 10:18:57 -0000 1.7 +++ ghc-7.8.3.ebuild 23 Aug 2014 13:46:43 -0000 1.8 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.8.3.ebuild,v 1.7 2014/08/11 10:18:57 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.8.3.ebuild,v 1.8 2014/08/23 13:46:43 slyfox Exp $ EAPI=5 @@ -401,6 +401,7 @@ epatch "${FILESDIR}"/${PN}-7.8.3-prim-lm.patch # bug 518734 epatch "${FILESDIR}"/${PN}-7.6.3-preserve-inplace-xattr.patch + epatch "${FILESDIR}"/${PN}-7.8.3-unreg-lit.patch if use prefix; then # Make configure find docbook-xsl-stylesheets from Prefix 1.265 dev-lang/ghc/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ChangeLog?rev=1.265&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ChangeLog?rev=1.265&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ChangeLog?r1=1.264&r2=1.265 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v retrieving revision 1.264 retrieving revision 1.265 diff -u -r1.264 -r1.265 --- ChangeLog 11 Aug 2014 10:18:57 -0000 1.264 +++ ChangeLog 23 Aug 2014 13:46:43 -0000 1.265 @@ -1,6 +1,10 @@ # ChangeLog for dev-lang/ghc # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.264 2014/08/11 10:18:57 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.265 2014/08/23 13:46:43 slyfox Exp $ + + 23 Aug 2014; Sergei Trofimovich <[email protected]> + +files/ghc-7.8.3-unreg-lit.patch, ghc-7.8.3.ebuild: + Fix integer-gmp crashes and miscomputations in UNREG builds. 11 Aug 2014; Sergei Trofimovich <[email protected]> ghc-7.8.3.ebuild: Keyword amd64/x86 where we have bianries.
