Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Nov 2017 22:19:15 +0000 (UTC)
From:      Luca Pizzamiglio <pizzamig@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r455155 - in head/devel/bazel: . files
Message-ID:  <201711292219.vATMJFDS017640@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pizzamig
Date: Wed Nov 29 22:19:15 2017
New Revision: 455155
URL: https://svnweb.freebsd.org/changeset/ports/455155

Log:
  devel/bazel: Update to 0.8.0
  
  Release notes: https://github.com/bazelbuild/bazel/releases/tag/0.8.0
  
  PR:		223920
  Submitted by:	aehlig@linta.de

Added:
  head/devel/bazel/files/patch-scripts_bootstrap_buildenv.sh   (contents, props changed)
Modified:
  head/devel/bazel/Makefile
  head/devel/bazel/distinfo
  head/devel/bazel/files/patch-scripts_bootstrap_bootstrap.sh

Modified: head/devel/bazel/Makefile
==============================================================================
--- head/devel/bazel/Makefile	Wed Nov 29 22:17:43 2017	(r455154)
+++ head/devel/bazel/Makefile	Wed Nov 29 22:19:15 2017	(r455155)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=		bazel
-PORTVERSION=		0.7.0
+PORTVERSION=		0.8.0
 CATEGORIES=		devel java
 MASTER_SITES=		https://storage.googleapis.com/bazel/${PORTVERSION}/rc${FINALRC}/
 DISTNAME=		bazel-${PORTVERSION}rc${FINALRC}-dist
@@ -21,7 +21,7 @@ BUILD_DEPENDS=		bash:shells/bash \
 # 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=		5
 
 USES=			shebangfix zip:infozip python
 SHEBANG_REGEX=		.*(sh|txt|_stub|stub_.*|bazel|get_workspace_status|protobuf_support|_so)

Modified: head/devel/bazel/distinfo
==============================================================================
--- head/devel/bazel/distinfo	Wed Nov 29 22:17:43 2017	(r455154)
+++ head/devel/bazel/distinfo	Wed Nov 29 22:19:15 2017	(r455155)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1507581916
-SHA256 (bazel-0.7.0rc2-dist.zip) = 5302847e0988ae7839d5efd7cbdff64caa8880af5d9860bc88a665aacc4aa380
-SIZE (bazel-0.7.0rc2-dist.zip) = 84668691
+TIMESTAMP = 1511717054
+SHA256 (bazel-0.8.0rc5-dist.zip) = 05e09cb0d86801a31f6b5d4ed8e5f51a1c1e7f86668b8c7fc5dddeb3b9da5ff0
+SIZE (bazel-0.8.0rc5-dist.zip) = 85999139

Modified: head/devel/bazel/files/patch-scripts_bootstrap_bootstrap.sh
==============================================================================
--- head/devel/bazel/files/patch-scripts_bootstrap_bootstrap.sh	Wed Nov 29 22:17:43 2017	(r455154)
+++ head/devel/bazel/files/patch-scripts_bootstrap_bootstrap.sh	Wed Nov 29 22:19:15 2017	(r455155)
@@ -1,11 +1,11 @@
---- scripts/bootstrap/bootstrap.sh.orig	2017-03-07 08:07:48 UTC
+--- scripts/bootstrap/bootstrap.sh.orig	2017-11-11 21:44:20 UTC
 +++ scripts/bootstrap/bootstrap.sh
-@@ -43,7 +43,7 @@ else
+@@ -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 \
++        --strategy=Javac=standalone --ignore_unsupported_sandboxing --curses=no \
          --compilation_mode=opt \
          ${EXTRA_BAZEL_ARGS:-}"
  fi

Added: head/devel/bazel/files/patch-scripts_bootstrap_buildenv.sh
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/bazel/files/patch-scripts_bootstrap_buildenv.sh	Wed Nov 29 22:19:15 2017	(r455155)
@@ -0,0 +1,11 @@
+--- scripts/bootstrap/buildenv.sh.orig	2017-11-11 22:06:52.302048000 +0000
++++ scripts/bootstrap/buildenv.sh
+@@ -215,7 +215,7 @@
+   rm -f ${phasefile}
+ }
+ 
+-LEAVES="\xF0\x9F\x8D\x83"
++LEAVES="[LEAVES]"
+ INFO="\033[32mINFO\033[0m:"
+ WARNING="\033[31mWARN\033[0m:"
+ 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711292219.vATMJFDS017640>