2024-12-11 04:08:04 by Maya Rashish | Files touched by this commit (1) |
Log message: mozc-server: Bump PKGREVISION for previous intrusive bazel changes It shouldn't affect the resulting package, but in case it does... |
2024-12-11 04:07:20 by Maya Rashish | Files touched by this commit (5) |
Log message: mozc-server: avoid network fetches, respect MAKE_JOBS --distdir is the magic incantation to tell bazel to look at local files We are still left with issues from http_archive, so I comment those out, extract the zip file ourselves, and adjust the BUILD.bazel to use a local file in the same directory as the code. PR pkg/58404 PR pkg/58750 |
2024-12-07 19:07:35 by Thomas Klausner | Files touched by this commit (1) |
Log message: mozc-server: Fix build by allowing network access during build TODO: This should be fixed to not download files during the build! |
2024-11-14 23:22:33 by Thomas Klausner | Files touched by this commit (2429) |
Log message: *: recursive bump for icu 76 shlib major version bump |
2024-11-01 13:55:19 by Thomas Klausner | Files touched by this commit (2426) |
Log message: *: revbump for icu downgrade |
2024-11-01 01:54:33 by Thomas Klausner | Files touched by this commit (2427) |
Log message: *: recursive bump for icu 76.1 shlib bump |
2024-05-29 18:35:19 by Adam Ciarcinski | Files touched by this commit (1929) | |
Log message: revbump after icu and protobuf updates |
2024-04-06 10:07:18 by Thomas Klausner | Files touched by this commit (1490) |
Log message: * recursive bump for libxkbcommon 1.7.0 Marc Baudoin reported problems with using old binary packages with the new libkxbcommon, so force everything to 1.7.0 |
2024-02-10 02:17:29 by Ryo ONODERA | Files touched by this commit (54) |
Log message: mozc: Update to 2.29.5268.102 * Convert to use devel/bazel as build automation tool. * Bazel downloads distfiles during build. It is difficult to avoid the downloading because it is performed recursively. Changelog: Not Available. |
2024-01-01 17:05:23 by Ryo ONODERA | Files touched by this commit (7) |
Log message: mozc-*, ibus-mozc, uim-mozc: Remove unused protobuf dependency * Bump PKGREVISION. |