FreeBSD Bugzilla – Attachment 205707 Details for
Bug 239151
devel/bazel update to 0.28.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to be applied to devel/bazel to update to 0.28.0
bazel.diff (text/plain), 2.05 KB, created by
Klaus Aehlig
on 2019-07-11 22:58:23 UTC
(
hide
)
Description:
patch to be applied to devel/bazel to update to 0.28.0
Filename:
MIME Type:
Creator:
Klaus Aehlig
Created:
2019-07-11 22:58:23 UTC
Size:
2.05 KB
patch
obsolete
>diff -ruN bazel.orig/Makefile bazel/Makefile >--- bazel.orig/Makefile 2019-07-12 00:55:28.606492000 +0200 >+++ bazel/Makefile 2019-07-12 00:55:35.444610000 +0200 >@@ -2,7 +2,7 @@ > # $FreeBSD: head/devel/bazel/Makefile 505481 2019-06-30 20:27:11Z swills $ > > PORTNAME= bazel >-DISTVERSION= 0.27.0 >+DISTVERSION= 0.28.0 > CATEGORIES= devel java > MASTER_SITES= https://storage.googleapis.com/bazel/${PORTVERSION}/rc${FINALRC}/ > DISTNAME= bazel-${PORTVERSION}rc${FINALRC}-dist >@@ -26,7 +26,7 @@ > # 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= 5 >+FINALRC= 2 > > SHEBANG_REGEX= .*(sh|txt|_stub|stub_.*|bazel|get_workspace_status|protobuf_support|_so) > USE_JAVA= yes >diff -ruN bazel.orig/distinfo bazel/distinfo >--- bazel.orig/distinfo 2019-07-12 00:55:28.660022000 +0200 >+++ bazel/distinfo 2019-07-12 00:55:35.444621000 +0200 >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1560545499 >-SHA256 (bazel-0.27.0rc5-dist.zip) = 665bac721c3e2630715302c1d952e6c79db365fe69cf36962212d17d27c52df1 >-SIZE (bazel-0.27.0rc5-dist.zip) = 247943537 >+TIMESTAMP = 1562751385 >+SHA256 (bazel-0.28.0rc2-dist.zip) = 1fa0879671c505b07f2186a67e6eba6642d9d90ab8ed996f7c992f59bddb2739 >+SIZE (bazel-0.28.0rc2-dist.zip) = 256639115 >diff -ruN bazel.orig/files/patch-third_party__BUILD bazel/files/patch-third_party__BUILD >--- bazel.orig/files/patch-third_party__BUILD 1970-01-01 01:00:00.000000000 +0100 >+++ bazel/files/patch-third_party__BUILD 2019-07-12 00:55:35.444600000 +0200 >@@ -0,0 +1,11 @@ >+--- third_party/BUILD.orig 2019-07-11 08:41:05.213918000 +0000 >++++ third_party/BUILD 2019-07-11 08:41:40.502181000 +0000 >+@@ -536,7 +536,7 @@ >+ name = "filter_netty_dynamic_libs", >+ srcs = ["netty_tcnative/netty-tcnative-boringssl-static-2.0.24.Final.jar"], >+ outs = ["netty_tcnative/netty-tcnative-filtered.jar"], >+- cmd = "cp $< $@ && zip -qd $@ " + UNNECESSARY_DYNAMIC_LIBRARIES, >++ cmd = "cp $< $@ && (zip -qd $@ " + UNNECESSARY_DYNAMIC_LIBRARIES + " || : )", >+ ) >+ >+ java_import(
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
aehlig
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 239151
: 205707