pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/ghc92



Module Name:    pkgsrc
Committed By:   pho
Date:           Thu Feb 17 11:59:24 UTC 2022

Modified Files:
        pkgsrc/lang/ghc92: distinfo
        pkgsrc/lang/ghc92/patches: patch-rts_Linker.c

Log Message:
lang/ghc92/patches: Add a tech-kern thread URL


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/lang/ghc92/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/lang/ghc92/patches/patch-rts_Linker.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/ghc92/distinfo
diff -u pkgsrc/lang/ghc92/distinfo:1.4 pkgsrc/lang/ghc92/distinfo:1.5
--- pkgsrc/lang/ghc92/distinfo:1.4      Thu Feb 17 10:18:51 2022
+++ pkgsrc/lang/ghc92/distinfo  Thu Feb 17 11:59:24 2022
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.4 2022/02/17 10:18:51 pho Exp $
+$NetBSD: distinfo,v 1.5 2022/02/17 11:59:24 pho Exp $
 
 BLAKE2s (ghc-8.10.4-boot-x86_64-unknown-netbsd.tar.xz) = 03efbb455a52d0dbc246b1c8b30f82121f5354a1ca0eb1b08b6225b90286a18f
 SHA512 (ghc-8.10.4-boot-x86_64-unknown-netbsd.tar.xz) = 730347bb5eaac4efac8ec487fafd2da6fe2932db45f59e324c83698eb0b0e8a6a4b4fd513de17fb9c152ccee328660cfe1638cad631ce5e35b2dbfddda0d8850
@@ -46,7 +46,7 @@ SHA1 (patch-llvm-targets) = cba672c60c9c
 SHA1 (patch-m4_find__llvm__prog.m4) = cc56b21739aff5faec378a1c47f514613c18db9e
 SHA1 (patch-m4_fptools__set__c__ld__flags.m4) = 2d37b779d662e66521d2b5fda994174c9dfcbc29
 SHA1 (patch-mk_config.mk.in) = ae2134a50e571090d504549b2b3fed8bb953fceb
-SHA1 (patch-rts_Linker.c) = aa04adb7d3275f4cf4e6b516a489beaed8642f21
+SHA1 (patch-rts_Linker.c) = c5aa2dbdaa42df2605672a054f35d1a37e2aef02
 SHA1 (patch-rts_ProfHeap.c) = fafbb740ee87949da12749834478769548322993
 SHA1 (patch-rts_ghc.mk) = 6e3daf71fb7e656131aa2aeeb0346c651520216a
 SHA1 (patch-rts_posix_GetTime.c) = 036e09510c893ab8677a2b4add0193e7f811bb82

Index: pkgsrc/lang/ghc92/patches/patch-rts_Linker.c
diff -u pkgsrc/lang/ghc92/patches/patch-rts_Linker.c:1.1 pkgsrc/lang/ghc92/patches/patch-rts_Linker.c:1.2
--- pkgsrc/lang/ghc92/patches/patch-rts_Linker.c:1.1    Thu Feb 17 07:16:10 2022
+++ pkgsrc/lang/ghc92/patches/patch-rts_Linker.c        Thu Feb 17 11:59:24 2022
@@ -1,4 +1,4 @@
-$NetBSD: patch-rts_Linker.c,v 1.1 2022/02/17 07:16:10 pho Exp $
+$NetBSD: patch-rts_Linker.c,v 1.2 2022/02/17 11:59:24 pho Exp $
 
 NetBSD-specific way of switching pages from rw- to r-x. Should not be
 upstreamed until we figure out why the hunk #0 is necessary.
@@ -10,6 +10,9 @@ executable code, which in turn calls mma
 Minimal test case:
 https://gist.github.com/depressed-pho/a629247b48b3e6178e35a14c62e9d44f
 
+tech-kern thread:
+https://mail-index.netbsd.org/tech-kern/2022/02/17/msg027969.html
+
 This was previously not an issue, until
 https://gitlab.haskell.org/ghc/ghc/-/issues/20051 happened and lead to
 https://gitlab.haskell.org/ghc/ghc/-/merge_requests/6155



Home | Main Index | Thread Index | Old Index