pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang
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.
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
Home |
Main Index |
Thread Index |
Old Index