pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/openjdk11 Individual commands can take more than ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c02045a5921b
branches:  trunk
changeset: 414645:c02045a5921b
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Mar 30 19:34:55 2020 +0000

description:
Individual commands can take more than 1h of CPU time

diffstat:

 lang/openjdk11/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r c0a5bdb689a2 -r c02045a5921b lang/openjdk11/Makefile
--- a/lang/openjdk11/Makefile   Mon Mar 30 19:34:21 2020 +0000
+++ b/lang/openjdk11/Makefile   Mon Mar 30 19:34:55 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2020/03/22 21:23:10 joerg Exp $
+# $NetBSD: Makefile,v 1.16 2020/03/30 19:34:55 joerg Exp $
 
 DISTNAME=      openjdk-jdk11u-${GITHUB_TAG:C/\+/-/}
 PKGNAME=       openjdk11-1.${GITHUB_TAG:C/\+/./:C/jdk-([.0-9]+).*/\1/}
@@ -33,7 +33,7 @@
 CONFIG_GUESS_OVERRIDE+=        make/autoconf/build-aux/autoconf-config.guess
 USE_LANGUAGES=         c c++
 USE_TOOLS+=            bash gmake pax pkg-config unzip:run zip:run autoconf automake
-UNLIMIT_RESOURCES=     datasize stacksize virtualsize
+UNLIMIT_RESOURCES=     datasize stacksize virtualsize cputime
 
 BUILDLINK_PASSTHRU_DIRS+=      ${ALT_BOOTDIR}
 



Home | Main Index | Thread Index | Old Index