Received: by mail.netbsd.org (Postfix, from userid 605) id 0A64684D82; Sat, 18 Jan 2020 12:35:47 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8963984D80 for ; Sat, 18 Jan 2020 12:35:46 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id t5dkUe4Vwu2S for ; Sat, 18 Jan 2020 12:35:46 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id E438984CE9 for ; Sat, 18 Jan 2020 12:35:45 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6F99AFBF4; Sat, 18 Jan 2020 12:35:45 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_157935094579540" MIME-Version: 1.0 Date: Sat, 18 Jan 2020 12:35:45 +0000 From: "Masatake Daimon" Subject: CVS commit: pkgsrc/lang/ghc88 To: pkgsrc-changes@NetBSD.org Reply-To: pho@netbsd.org X-Mailer: log_accum Message-Id: <20200118123545.6F99AFBF4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_157935094579540 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_157935094579540 Content-Disposition: inline Content-Length: 969 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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} --_----------=_157935094579540--