pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/ghc7 Add upstream Trac URL to patches/patch-rts_S...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e9499814ba54
branches:  trunk
changeset: 646165:e9499814ba54
user:      pho <pho%pkgsrc.org@localhost>
date:      Thu Feb 05 00:59:10 2015 +0000

description:
Add upstream Trac URL to patches/patch-rts_StgCRun.c

diffstat:

 lang/ghc7/TODO                        |  2 --
 lang/ghc7/distinfo                    |  4 ++--
 lang/ghc7/patches/patch-rts_StgCRun.c |  4 +++-
 3 files changed, 5 insertions(+), 5 deletions(-)

diffs (46 lines):

diff -r 998bc13ea66d -r e9499814ba54 lang/ghc7/TODO
--- a/lang/ghc7/TODO    Thu Feb 05 00:58:02 2015 +0000
+++ b/lang/ghc7/TODO    Thu Feb 05 00:59:10 2015 +0000
@@ -13,8 +13,6 @@
   * ``BZIP2FLAGS``
   * ``XZFLAGS``
 
-* Let ``./configure`` check for broken binutils and provide a better
-  fix for ``patch-rts_StgCRun.c``.
 * Build more bootstrapping compilers to support more platforms.
 
 
diff -r 998bc13ea66d -r e9499814ba54 lang/ghc7/distinfo
--- a/lang/ghc7/distinfo        Thu Feb 05 00:58:02 2015 +0000
+++ b/lang/ghc7/distinfo        Thu Feb 05 00:59:10 2015 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.5 2015/02/04 06:53:18 pho Exp $
+$NetBSD: distinfo,v 1.6 2015/02/05 00:59:10 pho Exp $
 
 SHA1 (ghc-7.6.3-src.tar.bz2) = 8938e1ef08b37a4caa071fa169e79a3001d065ff
 RMD160 (ghc-7.6.3-src.tar.bz2) = 82a673ed38b7cf9a59afeb01057625fc761a822b
@@ -12,5 +12,5 @@
 SHA1 (patch-libraries_unix_System_Posix_Files.hsc) = f2e0892f9ebb9d82ddaf71b014d9af33967848dc
 SHA1 (patch-mk_config.mk.in) = 90a156f6c455d4b2c5d10fdf65b3a170dcfc4892
 SHA1 (patch-rts_Linker.c) = 39d1ca7a856a3ec25e493e97832ef255562c0719
-SHA1 (patch-rts_StgCRun.c) = dcbc883cb4826aeccac0be09647b7889c7809271
+SHA1 (patch-rts_StgCRun.c) = 5d4010dc250af25db0b5b2717c510752f4813e73
 SHA1 (patch-rts_ghc.mk) = ad6f2e7dccc3027c7770164bfdab066cbfef3a6d
diff -r 998bc13ea66d -r e9499814ba54 lang/ghc7/patches/patch-rts_StgCRun.c
--- a/lang/ghc7/patches/patch-rts_StgCRun.c     Thu Feb 05 00:58:02 2015 +0000
+++ b/lang/ghc7/patches/patch-rts_StgCRun.c     Thu Feb 05 00:59:10 2015 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-rts_StgCRun.c,v 1.1 2013/12/12 12:47:17 obache Exp $
+$NetBSD: patch-rts_StgCRun.c,v 1.2 2015/02/05 00:59:10 pho Exp $
 
 We have to make the visiblity of StgRun and StgReturn to "hidden" not
 to trigger a bug in old binutils which results in:
@@ -10,6 +10,8 @@
 With this workaround we can no longer override those two symbols using
 LD_PRELOAD, but I think there is no reason to do so anyway.
 
+This has already been fixed in the upstream:
+https://ghc.haskell.org/trac/ghc/ticket/7813
 
 --- rts/StgCRun.c.orig 2013-01-27 13:21:52.000000000 +0000
 +++ rts/StgCRun.c



Home | Main Index | Thread Index | Old Index