Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
This is a slave port. You may also want to view the commits to the master port: japanese/mozc-server |
Commit | Credits | Log message |
2.23.2815.102.01_7 27 Apr 2024 13:39:48 |
MANTANI Nobutaka (nobutaka) |
textproc/uim: Update to the snapshot on 2024-03-06
Bump PORTREVISION of the ports that depend on textproc/uim port. |
2.23.2815.102.01_6 27 Nov 2022 14:34:17 |
MANTANI Nobutaka (nobutaka) |
textproc/uim: Update to the snapshot on 2022-09-27
Bump PORTREVISION of the ports that depend on textproc/uim port. |
2.23.2815.102.01_5 20 Jul 2022 14:22:11 |
Tobias C. Berner (tcberner) |
japanese: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* ABURAYER Rewsirow <pcs51674@asciinet.or.jp>
* Aaron Dalton <aaron@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Akito FUJITA <fujita@zoo.ncl.omron.co.jp>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Daichi GOTO <daichi@FreeBSD.org>
* Daisuke Kawahara <kawahara@pine.kuee.kyoto-u.ac.jp>
* David O'Brien (obrien@cs.ucdavis.edu)
* Eiji-usagi-MATSUmoto <usagi@ruby.club.or.jp>
* FUJISHIMA Satsuki <sf@FreeBSD.org>
* Fumihiko Kimura <jfkimura@yahoo.co.jp> (Only the first 15 lines of the commit message are shown above ) |
2.23.2815.102.01_5 08 May 2022 07:40:24 |
MANTANI Nobutaka (nobutaka) |
textproc/uim: Update to the snapshot on 2022-03-18
- Update slave ports of textproc/uim
- Bump PORTREVISION for the ports that depend on textproc/uim |
2.23.2815.102.01_4 01 May 2021 14:25:40 |
MANTANI Nobutaka (nobutaka) |
textproc/uim: Update to the snapshot on 2021-01-04.
- Use GTK+ 3 as default GUI toolkit.
- textproc/uim-qt5 installs KDE Plasma 5 applet.
- Bump PORTREVISION of ports that depends on textproc/uim |
2.23.2815.102.01_3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.23.2815.102.01 15 Aug 2020 01:21: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. |
2.23.2815.102.00_6 08 Mar 2020 17:01:47 |
antoine |
Deprecate some ports using deprecated version of python
With hat: portmgr |
2.23.2815.102.00_4 13 Aug 2019 22:22:35 |
mat |
Convert to UCL & cleanup pkg-message (categories h-k) |
2.23.2815.102.00 05 Mar 2019 07:05:54 |
hrs |
Update to 2.23.2815.102.00. |
2.20.2677.102.02_15 16 Jan 2019 11:13:45 |
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 ) |
2.20.2677.102.02_8 05 May 2018 13:59:47 |
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 |
2.16.2051.102_3 09 Jul 2015 21:12:04 |
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 [*] |