pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/openjdk11 openjdk11: move MAKE_JOBS_SAFE=no to Ne...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/62137a4779a3
branches:  trunk
changeset: 343629:62137a4779a3
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Nov 06 23:04:31 2019 +0000

description:
openjdk11: move MAKE_JOBS_SAFE=no to NetBSD section

Requested by jperkin

diffstat:

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

diffs (31 lines):

diff -r 4684b8ea53c9 -r 62137a4779a3 lang/openjdk11/Makefile
--- a/lang/openjdk11/Makefile   Wed Nov 06 22:55:54 2019 +0000
+++ b/lang/openjdk11/Makefile   Wed Nov 06 23:04:31 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2019/11/06 22:55:54 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2019/11/06 23:04:31 wiz Exp $
 
 DISTNAME=      openjdk-jdk11u-${GITHUB_TAG:C/\+/-/}
 PKGNAME=       openjdk11-1.${GITHUB_TAG:C/\+/./:C/jdk-([.0-9]+).*/\1/}
@@ -22,10 +22,6 @@
 
 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
@@ -128,6 +124,10 @@
 
 .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:



Home | Main Index | Thread Index | Old Index