summaryrefslogtreecommitdiff
path: root/games/anki/files/patch-python.bzl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* games/anki: Update to 2.1.54Kai Knoblich2022-09-161-13/+0
| | | | | | | | | | | | | | | | | | | | | * 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
* games/anki: Unbreak after 2cf2d5e3e01fdbd2Kai Knoblich2021-08-211-0/+13
The Bazel 4.2.0 release contains a change that handles the execution of stub Python scripts differently. [1] Remedy the issue for now by setting "stub_shebang", which was introduced with Bazel 4.2.0, accordingly instead of using its default value. [1] https://blog.bazel.build/2021/08/18/bazel-4.2.html#python