pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/openjdk11 openjdk11: remove MAKE_JOBS_SAFE=no on ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d98bbf960d80
branches:  trunk
changeset: 406315:d98bbf960d80
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Dec 18 12:59:10 2019 +0000

description:
openjdk11: remove MAKE_JOBS_SAFE=no on NetBSD

This workaround didn't help. NetBSD is supposedly fixed now.

diffstat:

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

diffs (21 lines):

diff -r 0d3c2456f817 -r d98bbf960d80 lang/openjdk11/Makefile
--- a/lang/openjdk11/Makefile   Wed Dec 18 12:47:02 2019 +0000
+++ b/lang/openjdk11/Makefile   Wed Dec 18 12:59:10 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2019/11/06 23:04:31 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2019/12/18 12:59:10 wiz Exp $
 
 DISTNAME=      openjdk-jdk11u-${GITHUB_TAG:C/\+/-/}
 PKGNAME=       openjdk11-1.${GITHUB_TAG:C/\+/./:C/jdk-([.0-9]+).*/\1/}
@@ -125,11 +125,6 @@
 .if ${OPSYS} == "NetBSD"
 TOOLS_PLATFORM.unzip=
 
-# not completely true, but too many jobs kill the build on NetBSD 9.99.x
-# see PR 54619
-MAKE_JOBS_SAFE=                no
-.endif
-
 post-extract:
 # These libs are bundled w/ the netbsd-7 bootstrap to facilitate building with
 # MKLLVM=yes / MKGCC=no. Nuke them from bootstrap if they are present in base.



Home | Main Index | Thread Index | Old Index