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 Dec 18 12:59:10 UTC 2019
Modified Files:
pkgsrc/lang/openjdk11: Makefile
Log Message:
openjdk11: remove MAKE_JOBS_SAFE=no on NetBSD
This workaround didn't help. NetBSD is supposedly fixed now.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 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.7 pkgsrc/lang/openjdk11/Makefile:1.8
--- pkgsrc/lang/openjdk11/Makefile:1.7 Wed Nov 6 23:04:31 2019
+++ pkgsrc/lang/openjdk11/Makefile Wed Dec 18 12:59:10 2019
@@ -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 @@ 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:
# 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