pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/openjdk11 openjdk11: set MAKE_JOBS_SAFE=no as a w...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4684b8ea53c9
branches:  trunk
changeset: 343628:4684b8ea53c9
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Nov 06 22:55:54 2019 +0000

description:
openjdk11: set MAKE_JOBS_SAFE=no as a workaround for PR 54619

diffstat:

 lang/openjdk11/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 5cfd730d0817 -r 4684b8ea53c9 lang/openjdk11/Makefile
--- a/lang/openjdk11/Makefile   Wed Nov 06 22:51:29 2019 +0000
+++ b/lang/openjdk11/Makefile   Wed Nov 06 22:55:54 2019 +0000
@@ -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 @@
 
 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