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 23:04:31 UTC 2019
Modified Files:
pkgsrc/lang/openjdk11: Makefile
Log Message:
openjdk11: move MAKE_JOBS_SAFE=no to NetBSD section
Requested by jperkin
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 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.6 pkgsrc/lang/openjdk11/Makefile:1.7
--- pkgsrc/lang/openjdk11/Makefile:1.6 Wed Nov 6 22:55:54 2019
+++ pkgsrc/lang/openjdk11/Makefile Wed Nov 6 23:04:31 2019
@@ -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 @@ 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
@@ -128,6 +124,10 @@ PLIST.internal_vm_compiler= yes
.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