Commit History - (may be incomplete: see SVNWeb link above for full details) |
This is a slave port. You may also want to view the commits to the master port: japanese/mozc-server |
Date | By | Description |
15 Aug 2020 01:21:01
2.23.2815.102.01

|
hrs  |
Update japanese/mozc-{server,el,tool} and japanese/{fcitx,ibus,uim}-mozc
to 2.23.2815.102.01, and devel/py-gyp to a snapshot as of 20200512.
Changes include:
- Migration to Python 3.
- Update of the zipcode dictionary to 20200430.
- Fix of the icon path for fcitx. |
08 Mar 2020 17:01:47
2.23.2815.102.00_6

|
antoine  |
Deprecate some ports using deprecated version of python
With hat: portmgr |
13 Aug 2019 22:22:35
2.23.2815.102.00_4

|
mat  |
Convert to UCL & cleanup pkg-message (categories h-k) |
05 Mar 2019 07:05:54
2.23.2815.102.00

|
hrs  |
Update to 2.23.2815.102.00. |
16 Jan 2019 11:13:45
2.20.2677.102.02_15

|
tijl  |
Fix Qt5 symbol version scripts to put the catch-all clause first. When
a symbol matches multiple clauses the last one takes precedence. If the
catch-all is last it captures everything. In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API. This only affects lld because GNU ld always gives the
catch-all lowest priority.
Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium. Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3] The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one. If there's no such non-weak symbol the call (Only the first 15 lines of the commit message are shown above ) |
05 May 2018 13:59:47
2.20.2677.102.02_8

|
danfe  |
For ports in `japanese' category: remove redundant PKGMESSAGE assignment,
which is set appropriately by the b.p.m when `pkg-message' appears on the
SUB_FILES list. |
09 Sep 2015 14:58:08


|
hrs  |
Fix dependency which could cause build failure pointed out in r396511. |
09 Sep 2015 14:42:41


|
amdmi3  |
- Mark MAKE_JOBS_UNSAFE as this fails sporadically
... seemingly trying to use generated protocol buffer header before it is
actually generated:
./../session/key_info_util.cc:43:10: fatal error: 'protocol/commands.pb.h' file
not found
master port doesn't seem to suffer from this issue.
Reported by: pkg-fallout
Approved by: portmgr blanket |
09 Jul 2015 21:12:04
2.16.2051.102_3

|
hrs  |
- Add japanese/uim-mozc, uim plugin for mozc input method[*].
- Fix XML file for ibus engine.
- Fix stop_server() in mozc startup script.
PR: 199258 [*]
Based on work by: Koichiro IWAO [*] |