pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/openjdk8



Module Name:    pkgsrc
Committed By:   jmcneill
Date:           Wed May  6 10:16:29 UTC 2020

Modified Files:
        pkgsrc/lang/openjdk8: Makefile

Log Message:
Follow openjdk11 and unlimit cputime as individual commands can take more
than 1hr of CPU time.


To generate a diff of this commit:
cvs rdiff -u -r1.96 -r1.97 pkgsrc/lang/openjdk8/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/openjdk8/Makefile
diff -u pkgsrc/lang/openjdk8/Makefile:1.96 pkgsrc/lang/openjdk8/Makefile:1.97
--- pkgsrc/lang/openjdk8/Makefile:1.96  Mon May  4 21:32:15 2020
+++ pkgsrc/lang/openjdk8/Makefile       Wed May  6 10:16:29 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.96 2020/05/04 21:32:15 tnn Exp $
+# $NetBSD: Makefile,v 1.97 2020/05/06 10:16:29 jmcneill Exp $
 
 DISTNAME=      openjdk-jdk8u-${GITHUB_TAG}
 PKGNAME=       openjdk8-1.8.${GITHUB_TAG:C/.*u([0-9]+).*/\1/}
@@ -36,7 +36,7 @@ CONFIG_SUB_OVERRIDE+= common/autoconf/bu
 CONFIG_GUESS_OVERRIDE+=        common/autoconf/build-aux/autoconf-config.guess
 USE_LANGUAGES=         c c++
 USE_TOOLS+=            bash gmake pax pkg-config unzip:run zip:run
-UNLIMIT_RESOURCES=     datasize stacksize virtualsize
+UNLIMIT_RESOURCES=     datasize stacksize virtualsize cputime
 PLIST_SRC+=            ${PLIST_SRC_DFLT}
 CHECK_SHLIBS_SKIP+=    java/${JAVA_NAME}/jre/lib/${LIBDIR_ARCH}/libinstrument.so
 



Home | Main Index | Thread Index | Old Index