slyfox      14/09/07 06:29:23

  Modified:             ghc-7.0.4.ebuild ghc-6.12.3-r2.ebuild ChangeLog
  Log:
  Disable bitrot bfd code (bug #522268 by Sebastian Pipping).
  
  (Portage version: 2.2.12_p12/cvs/Linux x86_64, signed Manifest commit with 
key 611FF3AA)

Revision  Changes    Path
1.10                 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.10&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-7.0.4.ebuild?rev=1.10&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-7.0.4.ebuild?r1=1.9&r2=1.10

Index: ghc-7.0.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.0.4.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ghc-7.0.4.ebuild    15 Feb 2014 08:52:36 -0000      1.9
+++ ghc-7.0.4.ebuild    7 Sep 2014 06:29:23 -0000       1.10
@@ -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.0.4.ebuild,v 1.9 
2014/02/15 08:52:36 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.0.4.ebuild,v 1.10 
2014/09/07 06:29:23 slyfox Exp $
 
 # Brief explanation of the bootstrap logic:
 #
@@ -381,6 +381,9 @@
                        sed -i -e 
'/^FP_DIR_DOCBOOK_XSL/s:\[.*\]:['"${EPREFIX}"'/usr/share/sgml/docbook/xsl-stylesheets/]:'
 configure.ac || die
                fi
 
+               # disable bitrot bfd support, bug #522268
+               sed -i -e 's/^AC_CHECK_LIB(bfd,    bfd_init)$/dnl &/' 
configure.ac || die
+
                # as we have changed the build system
                eautoreconf
        fi



1.11                 dev-lang/ghc/ghc-6.12.3-r2.ebuild

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

Index: ghc-6.12.3-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.12.3-r2.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ghc-6.12.3-r2.ebuild        15 Feb 2014 08:52:36 -0000      1.10
+++ ghc-6.12.3-r2.ebuild        7 Sep 2014 06:29:23 -0000       1.11
@@ -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-6.12.3-r2.ebuild,v 1.10 
2014/02/15 08:52:36 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.12.3-r2.ebuild,v 1.11 
2014/09/07 06:29:23 slyfox Exp $
 
 # Brief explanation of the bootstrap logic:
 #
@@ -382,6 +382,9 @@
                        sed -i -e 
'/^FP_DIR_DOCBOOK_XSL/s:\[.*\]:['"${EPREFIX}"'/usr/share/sgml/docbook/xsl-stylesheets/]:'
 configure.ac || die
                fi
 
+               # disable bitrot bfd support, bug #522268
+               sed -i -e 's/^AC_CHECK_LIB(bfd,    bfd_init)$/dnl &/' 
configure.ac || die
+
                # as we have changed the build system
                eautoreconf
        fi



1.269                dev-lang/ghc/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v
retrieving revision 1.268
retrieving revision 1.269
diff -u -r1.268 -r1.269
--- ChangeLog   5 Sep 2014 10:40:45 -0000       1.268
+++ ChangeLog   7 Sep 2014 06:29:23 -0000       1.269
@@ -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.268 2014/09/05 
10:40:45 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.269 2014/09/07 
06:29:23 slyfox Exp $
+
+  07 Sep 2014; Sergei Trofimovich <[email protected]> ghc-6.12.3-r2.ebuild,
+  ghc-7.0.4.ebuild:
+  Disable bitrot bfd code (bug #522268 by Sebastian Pipping).
 
   05 Sep 2014; Sergei Trofimovich <[email protected]> ghc-7.8.3.ebuild:
   Allow USE=gmp on ia64 (fixed by ghc-7.8.3-ia64-prim.patch).




Reply via email to