Received: by mail.netbsd.org (Postfix, from userid 605) id A0C4284D93; Mon, 24 Aug 2020 17:48:52 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 21DA684CF7 for ; Mon, 24 Aug 2020 17:48:52 +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 o-uTsz-MDAu0 for ; Mon, 24 Aug 2020 17:48:51 +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 7860084CE0 for ; Mon, 24 Aug 2020 17:48:51 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 30ED9FB28; Mon, 24 Aug 2020 17:48:51 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1598291331258820" MIME-Version: 1.0 Date: Mon, 24 Aug 2020 17:48:51 +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: <20200824174851.30ED9FB28@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. --_----------=_1598291331258820 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pho Date: Mon Aug 24 17:48:51 UTC 2020 Modified Files: pkgsrc/lang/ghc88: Makefile Log Message: Add a note on the runtime dependency on perl; no actual changes To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 pkgsrc/lang/ghc88/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1598291331258820 Content-Disposition: inline Content-Length: 970 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.13 pkgsrc/lang/ghc88/Makefile:1.14 --- pkgsrc/lang/ghc88/Makefile:1.13 Mon Aug 24 17:23:11 2020 +++ pkgsrc/lang/ghc88/Makefile Mon Aug 24 17:48:51 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2020/08/24 17:23:11 pho Exp $ +# $NetBSD: Makefile,v 1.14 2020/08/24 17:48:51 pho Exp $ # ----------------------------------------------------------------------------- # Package metadata # @@ -50,6 +50,12 @@ GNU_CONFIGURE= yes USE_GNU_CONFIGURE_HOST= no USE_LIBTOOL= yes +# TODO: Disable the splitter entirely so that we can drop the runtime +# dependency on perl. The purpose of the splitter is to perform a dead +# code elimination by breaking .o files into many pieces. This only +# makes sense when linking executables statically, which is rarely +# done these days. + # ----------------------------------------------------------------------------- # Configuration --_----------=_1598291331258820--