slyfox 14/09/04 20:30:42 Modified: ghc-7.8.3.ebuild ChangeLog Log: A bunch of UNREG backports (fixes sparc dynamic libraries, ia64 gmp support). (Portage version: 2.2.12_p12/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Revision Changes Path 1.9 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.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-7.8.3.ebuild?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-7.8.3.ebuild?r1=1.8&r2=1.9 Index: ghc-7.8.3.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.8.3.ebuild,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ghc-7.8.3.ebuild 23 Aug 2014 13:46:43 -0000 1.8 +++ ghc-7.8.3.ebuild 4 Sep 2014 20:30:42 -0000 1.9 @@ -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.8 2014/08/23 13:46:43 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.8.3.ebuild,v 1.9 2014/09/04 20:30:42 slyfox Exp $ EAPI=5 @@ -396,13 +396,20 @@ epatch "${FILESDIR}"/${PN}-7.8.1_rc1-libbfd.patch - epatch "${FILESDIR}"/${PN}-7.8.2-ia64-no-shared.patch epatch "${FILESDIR}"/${PN}-7.8.2-cgen-constify.patch 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 + # upstream backports + epatch "${FILESDIR}"/${PN}-7.8.3-linker-warn.patch + epatch "${FILESDIR}"/${PN}-7.8.3-deRefStablePtr.patch + epatch "${FILESDIR}"/${PN}-7.8.3-pic-asm.patch + epatch "${FILESDIR}"/${PN}-7.8.3-pic-sparc.patch + epatch "${FILESDIR}"/${PN}-7.8.3-cc-lang.patch + epatch "${FILESDIR}"/${PN}-7.8.3-ia64-prim.patch + if use prefix; then # Make configure find docbook-xsl-stylesheets from Prefix sed -e '/^FP_DIR_DOCBOOK_XSL/s:\[.*\]:['"${EPREFIX}"'/usr/share/sgml/docbook/xsl-stylesheets/]:' \ 1.267 dev-lang/ghc/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ChangeLog?rev=1.267&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ChangeLog?rev=1.267&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ChangeLog?r1=1.266&r2=1.267 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v retrieving revision 1.266 retrieving revision 1.267 diff -u -r1.266 -r1.267 --- ChangeLog 23 Aug 2014 13:47:55 -0000 1.266 +++ ChangeLog 4 Sep 2014 20:30:42 -0000 1.267 @@ -1,6 +1,14 @@ # 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.266 2014/08/23 13:47:55 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.267 2014/09/04 20:30:42 slyfox Exp $ + + 04 Sep 2014; Sergei Trofimovich <[email protected]> + +files/ghc-7.8.3-cc-lang.patch, +files/ghc-7.8.3-deRefStablePtr.patch, + +files/ghc-7.8.3-ia64-prim.patch, +files/ghc-7.8.3-linker-warn.patch, + +files/ghc-7.8.3-pic-asm.patch, +files/ghc-7.8.3-pic-sparc.patch, + -files/ghc-7.8.2-ia64-no-shared.patch, files/ghc-7.8.3-prim-lm.patch, + ghc-7.8.3.ebuild: + A bunch of UNREG backports (fixes sparc dynamic libraries, ia64 gmp support). 23 Aug 2014; Sergei Trofimovich <[email protected]> metadata.xml: Drop redundant maintainer in favour of herd.
