Index: head/devel/bazel/Makefile =================================================================== --- head/devel/bazel/Makefile +++ head/devel/bazel/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bazel -DISTVERSION= 0.13.0 +DISTVERSION= 0.14.0 CATEGORIES= devel java MASTER_SITES= https://storage.googleapis.com/bazel/${PORTVERSION}/rc${FINALRC}/ DISTNAME= bazel-${PORTVERSION}rc${FINALRC}-dist Index: head/devel/bazel/distinfo =================================================================== --- head/devel/bazel/distinfo +++ head/devel/bazel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1525021158 -SHA256 (bazel-0.13.0rc5-dist.zip) = 92e86b25425bdec624e8ebb9e6b2cc3d814c2e400624c95fd69424792f6b3945 -SIZE (bazel-0.13.0rc5-dist.zip) = 90102112 +TIMESTAMP = 1527632804 +SHA256 (bazel-0.14.0rc5-dist.zip) = cb646bac37a81790fb394a84b03a1865c5fbb35d403273f5fee1f0564fa3a585 +SIZE (bazel-0.14.0rc5-dist.zip) = 89412764 Index: head/devel/bazel/files/patch-scripts_bootstrap_bootstrap.sh =================================================================== --- head/devel/bazel/files/patch-scripts_bootstrap_bootstrap.sh +++ head/devel/bazel/files/patch-scripts_bootstrap_bootstrap.sh @@ -1,11 +1,11 @@ --- scripts/bootstrap/bootstrap.sh.orig 2017-11-11 21:44:20 UTC +++ scripts/bootstrap/bootstrap.sh -@@ -47,7 +47,7 @@ else - --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 \ - ${EXTRA_BAZEL_ARGS:-}" - fi +@@ -34,7 +34,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 \ + ${EXTRA_BAZEL_ARGS:-}" + Index: head/devel/bazel/files/patch-scripts_bootstrap_buildenv.sh =================================================================== --- head/devel/bazel/files/patch-scripts_bootstrap_buildenv.sh +++ head/devel/bazel/files/patch-scripts_bootstrap_buildenv.sh @@ -1,6 +1,6 @@ ---- scripts/bootstrap/buildenv.sh.orig 2017-11-11 22:06:52.302048000 +0000 +--- scripts/bootstrap/buildenv.sh.orig 1979-12-31 23:00:00 UTC +++ scripts/bootstrap/buildenv.sh -@@ -215,7 +215,7 @@ +@@ -215,7 +215,7 @@ function clear_log() { rm -f ${phasefile} }