diff options
author | Kai Knoblich <kai@FreeBSD.org> | 2022-09-16 05:42:24 +0200 |
---|---|---|
committer | Kai Knoblich <kai@FreeBSD.org> | 2022-09-16 05:42:24 +0200 |
commit | 09353d0a9c71e245d4460d90af49451261a8d587 (patch) | |
tree | bb6df1e87a82ba948277e385aaeca6a863fe80ce /games/anki/files/patch-python.bzl | |
parent | net/pichi: Broken (diff) |
games/anki: Update to 2.1.54
* Remove BROKEN for aarch64 as the FreeBSD related sections in the
Bazel rules should now be architecture independent.
* Build a separate binary version of "esbuild" beforehand as the JS
counterpart, which is used by the Bazel NodeJS ruleset, has fixed
version checks that cannot patched out easily.
Changelogs since 2.1.49:
https://github.com/ankitects/anki/releases/tag/2.1.54
https://github.com/ankitects/anki/releases/tag/2.1.53
https://github.com/ankitects/anki/releases/tag/2.1.52
https://github.com/ankitects/anki/releases/tag/2.1.51
https://github.com/ankitects/anki/releases/tag/2.1.50
Reviewed by: tcberner (earlier revision)
MFH: No (feature release)
Differential Revision: https://reviews.freebsd.org/D36461
Diffstat (limited to 'games/anki/files/patch-python.bzl')
-rw-r--r-- | games/anki/files/patch-python.bzl | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/games/anki/files/patch-python.bzl b/games/anki/files/patch-python.bzl deleted file mode 100644 index 7de2bafbafdd..000000000000 --- a/games/anki/files/patch-python.bzl +++ /dev/null @@ -1,13 +0,0 @@ -Since Bazel 4.2.0 bootstrapping Python stub scripts are prepended with -a "Shebang" expression. - ---- python.bzl.orig 2021-08-20 19:05:37 UTC -+++ python.bzl -@@ -27,6 +27,7 @@ py_runtime( - name = "python_runtime", - interpreter_path = "{path}", - python_version = "PY3", -+ stub_shebang = "#!{path}", - visibility = ["//visibility:public"], - ) - |