FreeBSD Bugzilla – Attachment 232579 Details for
Bug 262216
devel/bazel 5.0.0 does not work after successful installation on freebsd 13.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to update devel/bazel to the not yet released version 5.1.0
bazel.diff (text/plain), 1.97 KB, created by
Klaus Aehlig
on 2022-03-19 15:24:12 UTC
(
hide
)
Description:
Patch to update devel/bazel to the not yet released version 5.1.0
Filename:
MIME Type:
Creator:
Klaus Aehlig
Created:
2022-03-19 15:24:12 UTC
Size:
1.97 KB
patch
obsolete
>diff -ruN bazel.orig/Makefile bazel/Makefile >--- bazel.orig/Makefile 2022-03-19 16:17:26.907711000 +0100 >+++ bazel/Makefile 2022-03-19 16:17:34.354073000 +0100 >@@ -1,7 +1,7 @@ > # Created by: Klaus Aehlig <aehlig@linta.de> > > PORTNAME= bazel >-DISTVERSION= 5.0.0 >+DISTVERSION= 5.1.0 > CATEGORIES= devel java > MASTER_SITES= https://storage.googleapis.com/bazel/${PORTVERSION}/rc${FINALRC}/ > DISTNAME= bazel-${PORTVERSION}rc${FINALRC}-dist >@@ -40,7 +40,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= 4 >+FINALRC= 2 > > .include <bsd.port.pre.mk> > >diff -ruN bazel.orig/distinfo bazel/distinfo >--- bazel.orig/distinfo 2022-03-19 16:17:26.908025000 +0100 >+++ bazel/distinfo 2022-03-19 16:17:34.354136000 +0100 >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1642256198 >-SHA256 (bazel-5.0.0rc4-dist.zip) = c077713b8ee63691b0d5a658ddb6daf879f6082d3cbdd6d610d79f250675350b >-SIZE (bazel-5.0.0rc4-dist.zip) = 235869975 >+TIMESTAMP = 1647701285 >+SHA256 (bazel-5.1.0rc2-dist.zip) = 3954bcf01c5513aba567e3a06fa211648233e1df78aa92de064bb26c9d973513 >+SIZE (bazel-5.1.0rc2-dist.zip) = 235975580 >diff -ruN bazel.orig/files/patch-distdir_deps.bzl bazel/files/patch-distdir_deps.bzl >--- bazel.orig/files/patch-distdir_deps.bzl 2022-03-19 16:17:26.930920000 +0100 >+++ bazel/files/patch-distdir_deps.bzl 2022-03-19 16:17:34.353388000 +0100 >@@ -1,10 +1,10 @@ >---- distdir_deps.bzl.orig 1979-12-31 23:00:00 UTC >+--- distdir_deps.bzl.orig 1980-01-01 00:00:00 UTC > +++ distdir_deps.bzl > @@ -130,6 +130,7 @@ DIST_DEPS = { > "patch_args": ["-p1"], > "patches": [ > "//third_party/grpc:grpc_1.41.0.patch", >-+ "//third_party/grpc:extra-patch-bazel_grpc__deps.bzl", >++ "//third_party/grpc:extra-patch-bazel_grpc__deps.bzl", >+ "//third_party/grpc:grpc_1.41.0.win_arm64.patch", > ], > "used_in": [ >- "additional_distfiles",
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
Actions:
View
|
Diff
Attachments on
bug 262216
:
232256
|
232257
|
232258
| 232579