pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/openjdk11
Module Name: pkgsrc
Committed By: wiz
Date: Wed Nov 6 22:55:54 UTC 2019
Modified Files:
pkgsrc/lang/openjdk11: Makefile
Log Message:
openjdk11: set MAKE_JOBS_SAFE=no as a workaround for PR 54619
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/lang/openjdk11/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/openjdk11/Makefile
diff -u pkgsrc/lang/openjdk11/Makefile:1.5 pkgsrc/lang/openjdk11/Makefile:1.6
--- pkgsrc/lang/openjdk11/Makefile:1.5 Sun Nov 3 19:04:04 2019
+++ pkgsrc/lang/openjdk11/Makefile Wed Nov 6 22:55:54 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2019/11/03 19:04:04 rillig Exp $
+# $NetBSD: Makefile,v 1.6 2019/11/06 22:55:54 wiz Exp $
DISTNAME= openjdk-jdk11u-${GITHUB_TAG:C/\+/-/}
PKGNAME= openjdk11-1.${GITHUB_TAG:C/\+/./:C/jdk-([.0-9]+).*/\1/}
@@ -22,6 +22,10 @@ JAVA_WRAPPERS= jar java javac javadoc ja
BUILD_DEPENDS+= mozilla-rootcerts>=1.0.20140820nb2:../../security/mozilla-rootcerts
+# not completely true, but too many jobs kill the build on NetBSD 9.99.x
+# see PR 54619
+MAKE_JOBS_SAFE= no
+
GNU_CONFIGURE= yes
USE_GNU_CONFIGURE_HOST= no
CONFIGURE_SCRIPT= configure
Home |
Main Index |
Thread Index |
Old Index