slyfox 15/01/13 22:10:59 Modified: ghc-7.8.4.ebuild ChangeLog Log: Backported gold linker support (bug #536426 and fix by Eric Siegel). (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Revision Changes Path 1.5 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.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-7.8.4.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-7.8.4.ebuild?r1=1.4&r2=1.5 Index: ghc-7.8.4.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.8.4.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ghc-7.8.4.ebuild 2 Jan 2015 23:50:56 -0000 1.4 +++ ghc-7.8.4.ebuild 13 Jan 2015 22:10:59 -0000 1.5 @@ -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.4 2015/01/02 23:50:56 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.8.4.ebuild,v 1.5 2015/01/13 22:10:59 slyfox Exp $ EAPI=5 @@ -269,6 +269,8 @@ } pkg_setup() { + [[ ${MERGE_TYPE} == binary ]] && return + if use ghcbootstrap; then ewarn "You requested ghc bootstrapping, this is usually only used" ewarn "by Gentoo developers to make binary .tbz2 packages." @@ -403,6 +405,7 @@ epatch "${FILESDIR}"/${PN}-7.8.3-linker-warn.patch epatch "${FILESDIR}"/${PN}-7.8.3-pic-sparc.patch epatch "${FILESDIR}"/${PN}-7.8.3-ppc32-fPIC.patch + epatch "${FILESDIR}"/${PN}-7.8.4-gold.patch if use prefix; then # Make configure find docbook-xsl-stylesheets from Prefix 1.274 dev-lang/ghc/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ChangeLog?rev=1.274&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ChangeLog?rev=1.274&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ChangeLog?r1=1.273&r2=1.274 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v retrieving revision 1.273 retrieving revision 1.274 diff -u -r1.273 -r1.274 --- ChangeLog 2 Jan 2015 23:50:56 -0000 1.273 +++ ChangeLog 13 Jan 2015 22:10:59 -0000 1.274 @@ -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.273 2015/01/02 23:50:56 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.274 2015/01/13 22:10:59 slyfox Exp $ + + 13 Jan 2015; Sergei Trofimovich <sly...@gentoo.org> + +files/ghc-7.8.4-gold.patch, ghc-7.8.4.ebuild: + Backported gold linker support (bug #536426 and fix by Eric Siegel). 02 Jan 2015; Sergei Trofimovich <sly...@gentoo.org> -files/ghc-6.10.4-autoconf.patch, -files/ghc-6.10.4-disable-strip.patch,