summaryrefslogtreecommitdiff
path: root/games/anki/files/patch-python.bzl
diff options
context:
space:
mode:
authorKai Knoblich <kai@FreeBSD.org>2022-09-16 05:42:24 +0200
committerKai Knoblich <kai@FreeBSD.org>2022-09-16 05:42:24 +0200
commit09353d0a9c71e245d4460d90af49451261a8d587 (patch)
treebb6df1e87a82ba948277e385aaeca6a863fe80ce /games/anki/files/patch-python.bzl
parentnet/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 '')
-rw-r--r--games/anki/files/patch-python_python.bzl (renamed from games/anki/files/patch-python.bzl)6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/anki/files/patch-python.bzl b/games/anki/files/patch-python_python.bzl
index 7de2bafbafdd..294631e6418c 100644
--- a/games/anki/files/patch-python.bzl
+++ b/games/anki/files/patch-python_python.bzl
@@ -1,9 +1,9 @@
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(
+--- python/python.bzl.orig 2022-07-10 21:03:57 UTC
++++ python/python.bzl
+@@ -77,6 +77,7 @@ py_runtime(
name = "python_runtime",
interpreter_path = "{path}",
python_version = "PY3",