From owner-svn-ports-head@freebsd.org Wed Nov 29 22:19:17 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 007FEDEB840; Wed, 29 Nov 2017 22:19:16 +0000 (UTC) (envelope-from pizzamig@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 mx1.freebsd.org (Postfix) with ESMTPS id C9EF2670A2; Wed, 29 Nov 2017 22:19:16 +0000 (UTC) (envelope-from pizzamig@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vATMJFPU017644; Wed, 29 Nov 2017 22:19:15 GMT (envelope-from pizzamig@FreeBSD.org) Received: (from pizzamig@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vATMJFDS017640; Wed, 29 Nov 2017 22:19:15 GMT (envelope-from pizzamig@FreeBSD.org) Message-Id: <201711292219.vATMJFDS017640@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pizzamig set sender to pizzamig@FreeBSD.org using -f From: Luca Pizzamiglio Date: Wed, 29 Nov 2017 22:19:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r455155 - in head/devel/bazel: . files X-SVN-Group: ports-head X-SVN-Commit-Author: pizzamig X-SVN-Commit-Paths: in head/devel/bazel: . files X-SVN-Commit-Revision: 455155 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.25 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: Wed, 29 Nov 2017 22:19:17 -0000 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:" +