pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/ghc88



Module Name:    pkgsrc
Committed By:   pho
Date:           Sat Jan 18 12:35:45 UTC 2020

Modified Files:
        pkgsrc/lang/ghc88: Makefile

Log Message:
Add a link to the uptream merge request


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/lang/ghc88/Makefile

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

Modified files:

Index: pkgsrc/lang/ghc88/Makefile
diff -u pkgsrc/lang/ghc88/Makefile:1.7 pkgsrc/lang/ghc88/Makefile:1.8
--- pkgsrc/lang/ghc88/Makefile:1.7      Fri Jan 17 07:10:56 2020
+++ pkgsrc/lang/ghc88/Makefile  Sat Jan 18 12:35:45 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2020/01/17 07:10:56 pho Exp $
+# $NetBSD: Makefile,v 1.8 2020/01/18 12:35:45 pho Exp $
 # -----------------------------------------------------------------------------
 # Package metadata
 #
@@ -105,6 +105,7 @@ CONFIGURE_ENV+= \
 # rts/sm/Storage.c so that it uses ffi_closure_alloc(3) on every
 # platform, not just Linux, and also drop support for static library
 # loading and switch to dynamic libraries entirely.
+# (Partially done: https://gitlab.haskell.org/ghc/ghc/merge_requests/2498)
 .for f in ghc ghc-iserv ghc-iserv-dyn ghc-iserv-prof ghc-pkg haddock hpc hsc2hs runghc
 NOT_PAX_MPROTECT_SAFE+=        lib/${PKGNAME_NOREV}/bin/${f}
 NOT_PAX_ASLR_SAFE+=    lib/${PKGNAME_NOREV}/bin/${f}



Home | Main Index | Thread Index | Old Index