From owner-svn-ports-head@freebsd.org Thu Oct 8 09:43:06 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 84D003FB5CC; Thu, 8 Oct 2020 09:43:06 +0000 (UTC) (envelope-from rhurlin@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4C6R8V30M6z3Z9L; Thu, 8 Oct 2020 09:43:06 +0000 (UTC) (envelope-from rhurlin@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 49FF726C16; Thu, 8 Oct 2020 09:43:06 +0000 (UTC) (envelope-from rhurlin@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0989h6rZ045392; Thu, 8 Oct 2020 09:43:06 GMT (envelope-from rhurlin@FreeBSD.org) Received: (from rhurlin@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0989h4Gu045383; Thu, 8 Oct 2020 09:43:04 GMT (envelope-from rhurlin@FreeBSD.org) Message-Id: <202010080943.0989h4Gu045383@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rhurlin set sender to rhurlin@FreeBSD.org using -f From: Rainer Hurling Date: Thu, 8 Oct 2020 09:43:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r551699 - in head/devel/bazel: . files X-SVN-Group: ports-head X-SVN-Commit-Author: rhurlin X-SVN-Commit-Paths: in head/devel/bazel: . files X-SVN-Commit-Revision: 551699 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Oct 2020 09:43:06 -0000 Author: rhurlin Date: Thu Oct 8 09:43:04 2020 New Revision: 551699 URL: https://svnweb.freebsd.org/changeset/ports/551699 Log: devel/bazel: Update to 3.6.0 Minor release with several bug fixes and some incompatible changes[1]. [1] https://blog.bazel.build/2020/10/06/bazel-3-6.html Renewed almost all patches under files/ (via make makepatch). PR: 250164 Submitted by: Klaus Aehlig (maintainer) Approved by: arrowd (mentor) Differential Revision: https://reviews.freebsd.org/D26715 Added: head/devel/bazel/files/patch-src_main_tools_process-tools-linux.cc (contents, props changed) Deleted: head/devel/bazel/files/patch-src__main__tools__procress-tools-linux.cc Modified: head/devel/bazel/Makefile head/devel/bazel/distinfo head/devel/bazel/files/patch-scripts_bootstrap_bootstrap.sh head/devel/bazel/files/patch-scripts_bootstrap_buildenv.sh head/devel/bazel/files/patch-src_main_java_com_google_devtools_build_lib_bazel_rules_python_BazelPythonSemantics.java head/devel/bazel/files/patch-src_main_java_com_google_devtools_build_lib_bazel_rules_python_python__stub__template.txt head/devel/bazel/files/patch-src_tools_singlejar_port.h head/devel/bazel/files/patch-tools__jdk__default_java_toolchain.bzl Modified: head/devel/bazel/Makefile ============================================================================== --- head/devel/bazel/Makefile Thu Oct 8 09:41:39 2020 (r551698) +++ head/devel/bazel/Makefile Thu Oct 8 09:43:04 2020 (r551699) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bazel -DISTVERSION= 3.5.0 +DISTVERSION= 3.6.0 CATEGORIES= devel java MASTER_SITES= https://storage.googleapis.com/bazel/${PORTVERSION}/rc${FINALRC}/ DISTNAME= bazel-${PORTVERSION}rc${FINALRC}-dist Modified: head/devel/bazel/distinfo ============================================================================== --- head/devel/bazel/distinfo Thu Oct 8 09:41:39 2020 (r551698) +++ head/devel/bazel/distinfo Thu Oct 8 09:43:04 2020 (r551699) @@ -1,3 +1,3 @@ -TIMESTAMP = 1597999971 -SHA256 (bazel-3.5.0rc4-dist.zip) = d54edb7f42ce282c05150da4844430644f5eb27483ed685ef0f3b2e13e3e53b3 -SIZE (bazel-3.5.0rc4-dist.zip) = 307976110 +TIMESTAMP = 1601660539 +SHA256 (bazel-3.6.0rc4-dist.zip) = a99e64c5efc3df19595309ec9c7e7bea1ebfba65dd9a351bf2cfead941ae7467 +SIZE (bazel-3.6.0rc4-dist.zip) = 308423486 Modified: head/devel/bazel/files/patch-scripts_bootstrap_bootstrap.sh ============================================================================== --- head/devel/bazel/files/patch-scripts_bootstrap_bootstrap.sh Thu Oct 8 09:41:39 2020 (r551698) +++ head/devel/bazel/files/patch-scripts_bootstrap_bootstrap.sh Thu Oct 8 09:43:04 2020 (r551699) @@ -1,11 +1,11 @@ ---- scripts/bootstrap/bootstrap.sh.orig 2019-08-06 08:04:56.534744000 +0000 -+++ scripts/bootstrap/bootstrap.sh 2019-08-06 08:05:20.598434000 +0000 -@@ -35,7 +35,7 @@ - --host_java_toolchain=//src/java_tools/buildjar:bootstrap_toolchain \ - --spawn_strategy=standalone \ +--- scripts/bootstrap/bootstrap.sh.orig 2020-10-07 21:26:37 UTC ++++ scripts/bootstrap/bootstrap.sh +@@ -33,7 +33,7 @@ fi + + _BAZEL_ARGS="--spawn_strategy=standalone \ --nojava_header_compilation \ - --strategy=Javac=worker --worker_quit_after_build --ignore_unsupported_sandboxing \ + --strategy=Javac=standalone --ignore_unsupported_sandboxing --curses=no \ --compilation_mode=opt \ --distdir=derived/distdir \ - ${EXTRA_BAZEL_ARGS:-}" + --java_toolchain=//src/java_tools/buildjar:bootstrap_toolchain \ Modified: head/devel/bazel/files/patch-scripts_bootstrap_buildenv.sh ============================================================================== --- head/devel/bazel/files/patch-scripts_bootstrap_buildenv.sh Thu Oct 8 09:41:39 2020 (r551698) +++ head/devel/bazel/files/patch-scripts_bootstrap_buildenv.sh Thu Oct 8 09:43:04 2020 (r551699) @@ -1,6 +1,6 @@ ---- scripts/bootstrap/buildenv.sh.orig 1979-12-31 23:00:00 UTC +--- scripts/bootstrap/buildenv.sh.orig 2020-10-07 21:26:37 UTC +++ scripts/bootstrap/buildenv.sh -@@ -215,7 +215,7 @@ function clear_log() { +@@ -230,7 +230,7 @@ function clear_log() { rm -f ${phasefile} } Modified: head/devel/bazel/files/patch-src_main_java_com_google_devtools_build_lib_bazel_rules_python_BazelPythonSemantics.java ============================================================================== --- head/devel/bazel/files/patch-src_main_java_com_google_devtools_build_lib_bazel_rules_python_BazelPythonSemantics.java Thu Oct 8 09:41:39 2020 (r551698) +++ head/devel/bazel/files/patch-src_main_java_com_google_devtools_build_lib_bazel_rules_python_BazelPythonSemantics.java Thu Oct 8 09:43:04 2020 (r551699) @@ -1,6 +1,6 @@ ---- src/main/java/com/google/devtools/build/lib/bazel/rules/python/BazelPythonSemantics.java.orig 2020-07-03 15:30:52.313535000 +0200 -+++ src/main/java/com/google/devtools/build/lib/bazel/rules/python/BazelPythonSemantics.java 2020-07-03 15:31:54.048865000 +0200 -@@ -247,9 +247,9 @@ +--- src/main/java/com/google/devtools/build/lib/bazel/rules/python/BazelPythonSemantics.java.orig 1979-12-31 23:00:00 UTC ++++ src/main/java/com/google/devtools/build/lib/bazel/rules/python/BazelPythonSemantics.java +@@ -247,9 +247,9 @@ public class BazelPythonSemantics implem PathFragment shExecutable = ShToolchain.getPathOrError(ruleContext); // TODO(#8685): Remove this special-case handling as part of making the proper shebang a // property of the Python toolchain configuration. Modified: head/devel/bazel/files/patch-src_main_java_com_google_devtools_build_lib_bazel_rules_python_python__stub__template.txt ============================================================================== --- head/devel/bazel/files/patch-src_main_java_com_google_devtools_build_lib_bazel_rules_python_python__stub__template.txt Thu Oct 8 09:41:39 2020 (r551698) +++ head/devel/bazel/files/patch-src_main_java_com_google_devtools_build_lib_bazel_rules_python_python__stub__template.txt Thu Oct 8 09:43:04 2020 (r551699) @@ -1,6 +1,6 @@ ---- src/main/java/com/google/devtools/build/lib/bazel/rules/python/python_stub_template.txt.orig 2019-11-13 08:37:00 UTC +--- src/main/java/com/google/devtools/build/lib/bazel/rules/python/python_stub_template.txt.orig 2020-10-07 21:26:37 UTC +++ src/main/java/com/google/devtools/build/lib/bazel/rules/python/python_stub_template.txt -@@ -52,7 +52,7 @@ +@@ -58,7 +58,7 @@ if IsWindows() and not HasWindowsExecuta def SearchPath(name): """Finds a file in a given search path.""" Added: head/devel/bazel/files/patch-src_main_tools_process-tools-linux.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/bazel/files/patch-src_main_tools_process-tools-linux.cc Thu Oct 8 09:43:04 2020 (r551699) @@ -0,0 +1,10 @@ +--- src/main/tools/process-tools-linux.cc.orig 1979-12-31 23:00:00 UTC ++++ src/main/tools/process-tools-linux.cc +@@ -17,6 +17,7 @@ + #include + #include + #include ++#include + + #include "src/main/tools/process-tools.h" + Modified: head/devel/bazel/files/patch-src_tools_singlejar_port.h ============================================================================== --- head/devel/bazel/files/patch-src_tools_singlejar_port.h Thu Oct 8 09:41:39 2020 (r551698) +++ head/devel/bazel/files/patch-src_tools_singlejar_port.h Thu Oct 8 09:43:04 2020 (r551699) @@ -1,5 +1,5 @@ ---- src/tools/singlejar/port.h.orig 2018-09-18 16:02:23.430634000 +0200 -+++ src/tools/singlejar/port.h 2018-09-18 16:03:58.961047000 +0200 +--- src/tools/singlejar/port.h.orig 1979-12-31 23:00:00 UTC ++++ src/tools/singlejar/port.h @@ -28,6 +28,11 @@ #include #include Modified: head/devel/bazel/files/patch-tools__jdk__default_java_toolchain.bzl ============================================================================== --- head/devel/bazel/files/patch-tools__jdk__default_java_toolchain.bzl Thu Oct 8 09:41:39 2020 (r551698) +++ head/devel/bazel/files/patch-tools__jdk__default_java_toolchain.bzl Thu Oct 8 09:43:04 2020 (r551699) @@ -1,6 +1,6 @@ ---- tools/jdk/default_java_toolchain.bzl.orig 2020-02-14 20:56:31.911758000 +0100 -+++ tools/jdk/default_java_toolchain.bzl 2020-02-14 20:57:09.531875000 +0100 -@@ -21,25 +21,6 @@ +--- tools/jdk/default_java_toolchain.bzl.orig 1979-12-31 23:00:00 UTC ++++ tools/jdk/default_java_toolchain.bzl +@@ -21,25 +21,6 @@ JDK8_JVM_OPTS = [ ] JDK9_JVM_OPTS = [ @@ -26,7 +26,7 @@ ] DEFAULT_JAVACOPTS = [ -@@ -63,7 +44,7 @@ +@@ -63,7 +44,7 @@ DEFAULT_TOOLCHAIN_CONFIGURATION = { "javac_supports_workers": 1, "jvm_opts": select({ "@bazel_tools//src/conditions:openbsd": JDK8_JVM_OPTS,