Received: by mail.netbsd.org (Postfix, from userid 605) id 916FD84D9B; Mon, 31 Oct 2022 23:19:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C30E584D7A for ; Mon, 31 Oct 2022 23:19:48 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id UTw59WvsByeI for ; Mon, 31 Oct 2022 23:19:48 +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 DD82784D0C for ; Mon, 31 Oct 2022 23:19:47 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D6C71FA90; Mon, 31 Oct 2022 23:19:47 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1667258387153680" MIME-Version: 1.0 Date: Mon, 31 Oct 2022 23:19:47 +0000 From: "Jonathan Perkin" Subject: CVS commit: pkgsrc/lang To: pkgsrc-changes@NetBSD.org Reply-To: jperkin@netbsd.org X-Mailer: log_accum Message-Id: <20221031231947.D6C71FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1667258387153680 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jperkin Date: Mon Oct 31 23:19:47 UTC 2022 Modified Files: pkgsrc/lang/ghc80: Makefile pkgsrc/lang/ghc810: Makefile pkgsrc/lang/ghc84: Makefile pkgsrc/lang/ghc88: Makefile pkgsrc/lang/ghc90: Makefile pkgsrc/lang/ghc92: Makefile Log Message: ghc*: Unlimit cputime. Some of the latter linking stages can take a signficantly long time. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 pkgsrc/lang/ghc80/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/lang/ghc810/Makefile cvs rdiff -u -r1.20 -r1.21 pkgsrc/lang/ghc84/Makefile cvs rdiff -u -r1.26 -r1.27 pkgsrc/lang/ghc88/Makefile cvs rdiff -u -r1.21 -r1.22 pkgsrc/lang/ghc90/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/lang/ghc92/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1667258387153680 Content-Disposition: inline Content-Length: 4762 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/ghc80/Makefile diff -u pkgsrc/lang/ghc80/Makefile:1.18 pkgsrc/lang/ghc80/Makefile:1.19 --- pkgsrc/lang/ghc80/Makefile:1.18 Thu Jun 30 11:18:32 2022 +++ pkgsrc/lang/ghc80/Makefile Mon Oct 31 23:19:47 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2022/06/30 11:18:32 nia Exp $ +# $NetBSD: Makefile,v 1.19 2022/10/31 23:19:47 jperkin Exp $ # ----------------------------------------------------------------------------- # Package metadata # @@ -16,7 +16,7 @@ LICENSE= modified-bsd MKPIE_SUPPORTED= no -UNLIMIT_RESOURCES= datasize virtualsize +UNLIMIT_RESOURCES= cputime datasize virtualsize # GHC requires GHC to build itself. Formerly we could work around this # bootstrapping problem by creating a special archive containing C Index: pkgsrc/lang/ghc810/Makefile diff -u pkgsrc/lang/ghc810/Makefile:1.13 pkgsrc/lang/ghc810/Makefile:1.14 --- pkgsrc/lang/ghc810/Makefile:1.13 Thu Jun 30 11:18:32 2022 +++ pkgsrc/lang/ghc810/Makefile Mon Oct 31 23:19:47 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2022/06/30 11:18:32 nia Exp $ +# $NetBSD: Makefile,v 1.14 2022/10/31 23:19:47 jperkin Exp $ # ----------------------------------------------------------------------------- # Package metadata # @@ -16,7 +16,7 @@ LICENSE= modified-bsd MKPIE_SUPPORTED= no -UNLIMIT_RESOURCES= datasize virtualsize +UNLIMIT_RESOURCES= cputime datasize virtualsize # GHC requires GHC to build itself. We have to prepare stripped-down # binaries sufficient to bootstrap compilers for each platforms. If Index: pkgsrc/lang/ghc84/Makefile diff -u pkgsrc/lang/ghc84/Makefile:1.20 pkgsrc/lang/ghc84/Makefile:1.21 --- pkgsrc/lang/ghc84/Makefile:1.20 Thu Jun 30 11:18:32 2022 +++ pkgsrc/lang/ghc84/Makefile Mon Oct 31 23:19:47 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2022/06/30 11:18:32 nia Exp $ +# $NetBSD: Makefile,v 1.21 2022/10/31 23:19:47 jperkin Exp $ # ----------------------------------------------------------------------------- # Package metadata # @@ -16,7 +16,7 @@ LICENSE= modified-bsd MKPIE_SUPPORTED= no -UNLIMIT_RESOURCES= datasize virtualsize +UNLIMIT_RESOURCES= cputime datasize virtualsize # GHC requires GHC to build itself. We have to prepare stripped-down # binaries sufficient to bootstrap compilers for each platforms. If Index: pkgsrc/lang/ghc88/Makefile diff -u pkgsrc/lang/ghc88/Makefile:1.26 pkgsrc/lang/ghc88/Makefile:1.27 --- pkgsrc/lang/ghc88/Makefile:1.26 Thu Jun 30 11:18:33 2022 +++ pkgsrc/lang/ghc88/Makefile Mon Oct 31 23:19:47 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2022/06/30 11:18:33 nia Exp $ +# $NetBSD: Makefile,v 1.27 2022/10/31 23:19:47 jperkin Exp $ # ----------------------------------------------------------------------------- # Package metadata # @@ -16,7 +16,7 @@ LICENSE= modified-bsd MKPIE_SUPPORTED= no -UNLIMIT_RESOURCES= datasize virtualsize +UNLIMIT_RESOURCES= cputime datasize virtualsize # GHC requires GHC to build itself. We have to prepare stripped-down # binaries sufficient to bootstrap compilers for each platforms. If Index: pkgsrc/lang/ghc90/Makefile diff -u pkgsrc/lang/ghc90/Makefile:1.21 pkgsrc/lang/ghc90/Makefile:1.22 --- pkgsrc/lang/ghc90/Makefile:1.21 Thu Jun 30 11:18:33 2022 +++ pkgsrc/lang/ghc90/Makefile Mon Oct 31 23:19:47 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2022/06/30 11:18:33 nia Exp $ +# $NetBSD: Makefile,v 1.22 2022/10/31 23:19:47 jperkin Exp $ # ----------------------------------------------------------------------------- # Package metadata # @@ -14,7 +14,7 @@ HOMEPAGE= https://www.haskell.org/ghc/ COMMENT= Compiler for the functional language Haskell - 9.0 Release Series LICENSE= modified-bsd -UNLIMIT_RESOURCES= datasize virtualsize +UNLIMIT_RESOURCES= cputime datasize virtualsize # GHC requires GHC to build itself. We have to prepare stripped-down # binaries sufficient to bootstrap compilers for each platform. If Index: pkgsrc/lang/ghc92/Makefile diff -u pkgsrc/lang/ghc92/Makefile:1.8 pkgsrc/lang/ghc92/Makefile:1.9 --- pkgsrc/lang/ghc92/Makefile:1.8 Thu Jun 30 11:18:33 2022 +++ pkgsrc/lang/ghc92/Makefile Mon Oct 31 23:19:47 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2022/06/30 11:18:33 nia Exp $ +# $NetBSD: Makefile,v 1.9 2022/10/31 23:19:47 jperkin Exp $ # ----------------------------------------------------------------------------- # Package metadata # @@ -14,7 +14,7 @@ HOMEPAGE= https://www.haskell.org/ghc/ COMMENT= Compiler for the functional language Haskell - 9.2 Release Series LICENSE= modified-bsd -UNLIMIT_RESOURCES= datasize virtualsize +UNLIMIT_RESOURCES= cputime datasize virtualsize # GHC requires GHC to build itself. We have to prepare stripped-down # binaries sufficient to bootstrap compilers for each platform. If --_----------=_1667258387153680--