(Only the first 10 of 23 ports in this commit are shown above. )
games/anki: Update to 2.1.46
* Remove DIST_SUBDIR, which once made sense when Anki was still a pure
Python port. Anki now needs a lot of Rust crates that are also used
by other ports.
Therefore, these crates should be placed in the usual place and not
in an additional subdirectory to save bandwidth and disk space. [1]
Reported by: se [1]
MFH: 2021Q3
(Only the first 10 of 36 ports in this commit are shown above. )
games/anki: Update to 2.1.44
Since the 2.1.36 release the build system has changed significantly
again and devel/bazel is now used by upstream for the entire build
process.
With this change, a lot of bazel rules and also some translation files
needs to be downloaded from various repositories during the buildtime.
In order to still make Anki compatible with the Ports framework, the
following approach is used:
1. Prefetch all the required files before buildtime.
2. Create and setup a few local bazel repositories along with a set
of custom bazel rules and to provide Node, Protobuf and Yarn from
(Only the first 15 lines of the commit message are shown above )