Date: Mon, 2 Sep 2019 16:26:41 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r510821 - in head/devel/bazel: . files Message-ID: <201909021626.x82GQfow070440@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <aehlig@linta.de> (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,
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909021626.x82GQfow070440>