From owner-svn-ports-head@freebsd.org Mon Sep 2 16:26:42 2019 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 4D32EE253E; Mon, 2 Sep 2019 16:26:42 +0000 (UTC) (envelope-from swills@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) server-signature RSA-PSS (4096 bits) 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 46Mb7k14Y4z3yvT; Mon, 2 Sep 2019 16:26:42 +0000 (UTC) (envelope-from swills@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 0790C1CC80; Mon, 2 Sep 2019 16:26:42 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x82GQfCd070444; Mon, 2 Sep 2019 16:26:41 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x82GQfow070440; Mon, 2 Sep 2019 16:26:41 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201909021626.x82GQfow070440@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Mon, 2 Sep 2019 16:26:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r510821 - in head/devel/bazel: . files X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: in head/devel/bazel: . files X-SVN-Commit-Revision: 510821 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.29 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: Mon, 02 Sep 2019 16:26:42 -0000 Author: swills Date: Mon Sep 2 16:26:40 2019 New Revision: 510821 URL: https://svnweb.freebsd.org/changeset/ports/510821 Log: devel/bazel: update to 0.29.0 PR: 240179 Submitted by: Klaus Aehlig (maintainer) Modified: head/devel/bazel/Makefile (contents, props changed) head/devel/bazel/distinfo (contents, props changed) head/devel/bazel/files/patch-scripts_bootstrap_bootstrap.sh (contents, props changed) head/devel/bazel/files/patch-tools__jdk__default_java_toolchain.bzl (contents, props changed) Modified: head/devel/bazel/Makefile ============================================================================== --- head/devel/bazel/Makefile Mon Sep 2 16:23:36 2019 (r510820) +++ head/devel/bazel/Makefile Mon Sep 2 16:26:40 2019 (r510821) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bazel -DISTVERSION= 0.28.0 +DISTVERSION= 0.29.0 CATEGORIES= devel java MASTER_SITES= https://storage.googleapis.com/bazel/${PORTVERSION}/rc${FINALRC}/ DISTNAME= bazel-${PORTVERSION}rc${FINALRC}-dist @@ -26,7 +26,7 @@ USES= python:3.3+ shebangfix zip:infozip # In bazel, a release is always code-wise identical to the final release candidate. # Hence we can also download that one and so have a simple way to also test earlier release # candidates. -FINALRC= 2 +FINALRC= 8 SHEBANG_REGEX= .*(sh|txt|_stub|stub_.*|bazel|get_workspace_status|protobuf_support|_so) USE_JAVA= yes Modified: head/devel/bazel/distinfo ============================================================================== --- head/devel/bazel/distinfo Mon Sep 2 16:23:36 2019 (r510820) +++ head/devel/bazel/distinfo Mon Sep 2 16:26:40 2019 (r510821) @@ -1,3 +1,3 @@ -TIMESTAMP = 1562751385 -SHA256 (bazel-0.28.0rc2-dist.zip) = 1fa0879671c505b07f2186a67e6eba6642d9d90ab8ed996f7c992f59bddb2739 -SIZE (bazel-0.28.0rc2-dist.zip) = 256639115 +TIMESTAMP = 1566883509 +SHA256 (bazel-0.29.0rc8-dist.zip) = d812e6fb46540b42fa8546c381f44728d3a27fcd8029faec05a7f8d14cfc7aa1 +SIZE (bazel-0.29.0rc8-dist.zip) = 265744572 Modified: head/devel/bazel/files/patch-scripts_bootstrap_bootstrap.sh ============================================================================== --- head/devel/bazel/files/patch-scripts_bootstrap_bootstrap.sh Mon Sep 2 16:23:36 2019 (r510820) +++ head/devel/bazel/files/patch-scripts_bootstrap_bootstrap.sh Mon Sep 2 16:26:40 2019 (r510821) @@ -1,11 +1,11 @@ ---- scripts/bootstrap/bootstrap.sh.orig 2017-11-11 21:44:20 UTC -+++ scripts/bootstrap/bootstrap.sh -@@ -34,7 +34,7 @@ +--- 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 \ --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:-}" - Modified: head/devel/bazel/files/patch-tools__jdk__default_java_toolchain.bzl ============================================================================== --- head/devel/bazel/files/patch-tools__jdk__default_java_toolchain.bzl Mon Sep 2 16:23:36 2019 (r510820) +++ head/devel/bazel/files/patch-tools__jdk__default_java_toolchain.bzl Mon Sep 2 16:26:40 2019 (r510821) @@ -1,13 +1,9 @@ ---- tools/jdk/default_java_toolchain.bzl.orig 1980-01-01 00:00:00.000000000 +0000 -+++ tools/jdk/default_java_toolchain.bzl 2019-03-04 15:02:00.395888000 +0000 -@@ -19,29 +19,6 @@ +--- tools/jdk/default_java_toolchain.bzl.orig 2019-08-06 08:09:07.930962000 +0000 ++++ tools/jdk/default_java_toolchain.bzl 2019-08-06 08:16:15.674960000 +0000 +@@ -19,25 +19,6 @@ ] JDK9_JVM_OPTS = [ -- # In JDK9 we have seen a ~30% slow down in JavaBuilder performance when using -- # G1 collector and having compact strings enabled. -- "-XX:+UseParallelOldGC", -- "-XX:-CompactStrings", - # Allow JavaBuilder to access internal javac APIs. - "--add-exports=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED", - "--add-exports=jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED", @@ -30,7 +26,7 @@ ] DEFAULT_JAVACOPTS = [ -@@ -74,7 +51,7 @@ +@@ -70,7 +51,7 @@ "@bazel_tools//tools/jdk:jdk_compiler_jar", ], "javac_supports_workers": 1,