pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang ghc*: Unlimit cputime.
details: https://anonhg.NetBSD.org/pkgsrc/rev/1a096c933ae7
branches: trunk
changeset: 387547:1a096c933ae7
user: jperkin <jperkin%pkgsrc.org@localhost>
date: Mon Oct 31 23:19:47 2022 +0000
description:
ghc*: Unlimit cputime.
Some of the latter linking stages can take a signficantly long time.
diffstat:
lang/ghc80/Makefile | 4 ++--
lang/ghc810/Makefile | 4 ++--
lang/ghc84/Makefile | 4 ++--
lang/ghc88/Makefile | 4 ++--
lang/ghc90/Makefile | 4 ++--
lang/ghc92/Makefile | 4 ++--
6 files changed, 12 insertions(+), 12 deletions(-)
diffs (108 lines):
diff -r 9c76c4e0ef31 -r 1a096c933ae7 lang/ghc80/Makefile
--- a/lang/ghc80/Makefile Mon Oct 31 22:06:46 2022 +0000
+++ b/lang/ghc80/Makefile Mon Oct 31 23:19:47 2022 +0000
@@ -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 @@
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
diff -r 9c76c4e0ef31 -r 1a096c933ae7 lang/ghc810/Makefile
--- a/lang/ghc810/Makefile Mon Oct 31 22:06:46 2022 +0000
+++ b/lang/ghc810/Makefile Mon Oct 31 23:19:47 2022 +0000
@@ -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 @@
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
diff -r 9c76c4e0ef31 -r 1a096c933ae7 lang/ghc84/Makefile
--- a/lang/ghc84/Makefile Mon Oct 31 22:06:46 2022 +0000
+++ b/lang/ghc84/Makefile Mon Oct 31 23:19:47 2022 +0000
@@ -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 @@
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
diff -r 9c76c4e0ef31 -r 1a096c933ae7 lang/ghc88/Makefile
--- a/lang/ghc88/Makefile Mon Oct 31 22:06:46 2022 +0000
+++ b/lang/ghc88/Makefile Mon Oct 31 23:19:47 2022 +0000
@@ -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 @@
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
diff -r 9c76c4e0ef31 -r 1a096c933ae7 lang/ghc90/Makefile
--- a/lang/ghc90/Makefile Mon Oct 31 22:06:46 2022 +0000
+++ b/lang/ghc90/Makefile Mon Oct 31 23:19:47 2022 +0000
@@ -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 @@
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
diff -r 9c76c4e0ef31 -r 1a096c933ae7 lang/ghc92/Makefile
--- a/lang/ghc92/Makefile Mon Oct 31 22:06:46 2022 +0000
+++ b/lang/ghc92/Makefile Mon Oct 31 23:19:47 2022 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index