| 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_12 05 Mar 2023 18:10:20
        | 
    Hiroki Sato (hrs)   | 
    japanese/mozc-server: Fix PORTREVISION changed in fa81a4f5f8ed  | 
2.23.2815.102.01_1 02 Mar 2023 05:23:10
        | 
    Tobias C. Berner (tcberner)   | 
    accessibility/at-spi2-core: update to 2.46.0
What's new in at-spi2-core 2.46.0:
* Fix GetInterfaces documentation on org.a11y.atspi.Accessible
  interface.
What's new in at-spi2-core 2.45.91:
* Send device event controller events using the same signature as other
  events.
* Document the Accessible, Action, and Cache dbus interfaces.
* Fix license of atspi-gmain.c (#87).
What's new in at-spi2-core 2.45.90:
* xml: Add some documentation.
* xml: Fix event arguments. (Only the first 15 lines of the commit message are shown above  ) | 
2.23.2815.102.01_7 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_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.  | 
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 [*]  | 
2.16.2051.102 14 Feb 2015 22:12:21
      | 
    hrs   | 
    Update to 2.16.2051.102.
- fcitx-mozc has been updated to 2.16.2037.102.2 patch.
- mozc_server_* scripts have been replaced with a single mozc script.  | 
1.11.1502.102_1 21 Jun 2014 01:26:57
      | 
    sanpei   | 
    support stage.  | 
1.11.1502.102 20 Sep 2013 18:47:56
      | 
    bapt   | 
    Add NO_STAGE all over the place in preparation for the staging support (cat:
japanese)  | 
1.11.1502.102 20 Jul 2013 04:02:49
      | 
    hrs   | 
    - Update to 1.11.1502.102.  Changes include:
 * Fixes cursor movement issue on Emacs 24 (Issue 168)
 * Support numpad keys in mozc.el (Issue 170)
 * Support Emacs 24 in mozc.el (Issue 190)
 * Support surrounding text
 * Dictionary update
- Take maintainership.
Approved by:	daichi (maintainer)  | 
1.10.1390.102_3 14 May 2013 19:46:21
      | 
    hrs   | 
     - Add Japan Post zip code dictionary.
 - Add LICENSE.
 - Fix malformed BUILD_DEPENDS and remove unnecessary dependencies.
   Use USE_* in a consistent manner.
 - Fix inconsistency toolchain usage in build_tools and the others.
   Hardcoded g++ was always used only for the former even if both gcc
   and clang were available.
 - Enable -Werror.
 - Fix SSP issue on i386 platform.
 - Let cpp(1) to replace LOCALBASE instead of patching and sed(1).
 - Use GYP_DEFINES for build variables instead of patching.
 - Separate the stages of configuration and build from each other.
 - Add options for localbase and openssl-related configuration to gyp
   instead of patching.
 - Fix makesum target. (Only the first 15 lines of the commit message are shown above  ) | 
1.3.975.102 29 Jan 2012 05:22:57
     | 
    daichi   | 
    Update to 1.3.975.102  | 
1.3.931.102_3 10 Jan 2012 00:09:47
     | 
    daichi   | 
    Update for ibus 1.4.0  | 
1.3.931.102_2 07 Jan 2012 04:49:16
     | 
    daichi   | 
    added support for ibus-1.4.0
Requested by:   Buganini  | 
1.3.931.102_1 07 Jan 2012 02:19:30
     | 
    daichi   | 
    fixed wrong packages name  | 
1.3.911.102_1 12 Dec 2011 17:43:50
     | 
    daichi   | 
    - fixed a gcc 4.2.1 's namespace bug. Now mozc can build
  himself using the system's default gcc.
- removed the dependency for external gyp
- removed the gsed dependency
- removed the gnugrep dependency
- refined the mozc relative ports
Feature safe: yes
Submitted by:   hrs  | 
1.3.911.102 10 Dec 2011 11:14:24
     | 
    daichi   | 
    Fixed a build error caused by a gcc 4.2.1's namespace bug.
Feature safe: yes  | 
1.3.911.102 04 Dec 2011 14:02:11
     | 
    daichi   | 
    Update to 1.3.911.102 including new features
  - New tool: Word Register
  - New tool: Hand Writing
  - New tool: Character Palette
  - Prediction feature
  - Correct suggestion feature
  - dictionary improvements
Feature safe: yes  | 
0.13.523.102_1 23 Mar 2011 23:59:10
     | 
    pav   | 
    - Chase protobuf update
Reported by:    pointyhat
Pointy hat to:  vanilla  | 
0.13.523.102 25 Dec 2010 16:55:41
     | 
    sunpoet   | 
    - Use canonical format for FreeBSD.org MAINTAINER addresses
- Remove obsolete MD5 checksum while I'm here
PR:             ports/152844
Submitted by:   sunpoet (myself)
Approved by:    miwi (with portmgr hat)  | 
0.13.523.102 06 Nov 2010 02:40:39
     | 
    daichi   | 
    Update mozc to 0.13.523.102  | 
0.13.499.102 16 Oct 2010 03:42:06
     | 
    daichi   | 
    Update mozc relative ports from 0.13.481.102 to 0.13.499.102  | 
0.13.481.102 03 Oct 2010 09:52:48
     | 
    daichi   | 
    Reduce amount of patch, pointed by Google mozc dev team.  | 
0.13.481.102 27 Sep 2010 08:02:42
     | 
    daichi   | 
    Add Debug build knob, WITH_DEBUG_CODE
Log files will be generated under ~/.mozc/  | 
0.13.481.102 25 Sep 2010 03:56:28
     | 
    daichi   | 
    Update mozc to 0.13.481.102  | 
0.13.464.102 18 Sep 2010 06:05:48
     | 
    daichi   | 
    Update mozc to 0.13.464.102  | 
0.12.434.102_1 05 Sep 2010 02:08:49
     | 
    daichi   | 
    Added some mozc improvements for FreeBSD:
  - add signal treatments for FreeBSD to do correct
    termination process (remove socket file and lock file
    as closing time).
  - improve socket filename treatment
Now mozc_server does correct termination process. By this
improvements, you don't need mozc-additions anymore. But
commands included in mozc-additions is safe and useful for
start, stop, restart and launch mozc tools even now. | 
0.12.434.102 04 Sep 2010 02:44:13
     | 
    daichi   | 
    Update Mozc (Japanese Input Method Editor)
relative ports to 0.12.434.102 and fix build error on
recent 9-CURRENT.  | 
0.11.383.102 26 Jun 2010 08:21:35
     | 
    daichi   | 
    Update to 0.11.383.102
  - japanese/ibus-mozc port has been separated into 5 ports
    to cope with upcoming new port japanese/scim-mozc.
      o japanese/mozc-server
      o japanese/mozc-tool
      o japanese/mozc-additions
      o japanese/ibus-mozc
      o devel/py-gyp-devel
Notice:
  You must deinstall ibus-mozc before do portupgrade or portmaster.
Uninstall ibus-mozc and install new ibus-moz.
  e.g.
    # cd /usr/ports/japanese/ibus-mozc/
    # make deinstall
    # portsnap fetch update
    # cd /usr/ports/japanese/ibus-mozc/
    # make install clean
Feature safe:   yes | 
0.11.365.102_1 14 Jun 2010 03:45:32
     | 
    daichi   | 
    - add Qt components dependencies to fix build fail reported by QAT
Pointed out by: QAT  | 
0.11.365.102 12 Jun 2010 07:31:07
     | 
    daichi   | 
    - update to mozc-0.11.365.102
- you need 8.0 or over to build mozc
- added UT dictionary options to add UT extra dictionary.
  default is disable:
    WITH_DIC_UT_MEISHI, WITH_DIC_UT_JINMEI, WITH_DIC_UT_KAOMOJI,
    WITH_DIC_UT_EDICTKATAKANAGO, WITH_DIC_UT_ZIPCODE,
    WITH_DIC_UT_JIGYOSHO, WITH_DIC_UT_GCANNAKIHONMEISHI
  WITH_DIC_UT is shortcut of:
    WITH_DIC_UT_MEISHI
    WITH_DIC_UT_JINMEI
  WITH_DIC_UT_FULL is shortcut of:
    WITH_DIC_UT_MEISHI
    WITH_DIC_UT_JINMEI
    WITH_DIC_UT_KAOMOJI
    WITH_DIC_UT_EDICTKATAKANAGO
    WITH_DIC_UT_ZIPCODE
    WITH_DIC_UT_JIGYOSHO
    WITH_DIC_UT_GCANNAKIHONMEISHI
- added two original icons because mozc has no icon files. | 
r28_2 11 Jun 2010 09:01:39
     | 
    daichi   | 
    - add devel/py-notify to RUN_DEPENDS to get run
  system tray feature with ibus 1.3.*.
NOTICE: But still under BROKEN bacause some environment
       has a build problem. Under researching now. | 
r28_1 11 Jun 2010 03:10:47
     | 
    daichi   | 
    Chase with ibus shilb change.
NOTICE: But still under BROKEN bacause some environment
       has a build problem. Under researching now. | 
r28 09 Jun 2010 20:11:47
     | 
    pav   | 
    - Mark BROKEN: does not build ('::posix_spawn' has not been declared)
Reported by:    pointyhat | 
r28 30 May 2010 03:14:38
     | 
    daichi   | 
    fix typo failing install
Submitted by:   sasaki@ongs.co.jp  | 
r28 29 May 2010 13:29:36
     | 
    daichi   | 
    Update to mozc r28
  - performance improvements by async dictionaries
  - add dictionary gui tool (mozc_tool --mode=dictionary_tool)
  - add config gui tool (mozc_tool --mode=config_dialog)
  - add kana input mode
  - separate server process from uni-binary
  - etc etc
FreeBSD specific change:
  - add some scripts to control mozc_server and mozc_tool
    mozc_server_start     (start mozc_server w/o lockfile issue)
    mozc_server_stop      (stop mozc_server w/olockfile issue)
    mozc_server_restart   (restart mozc_server w/o lockfile issue)
    mozc_tool_config      (as mozc_tool --mode=dictionary_tool)
    mozc_tool_dictionaly  (as mozc_tool --mode=config_dialog)
Notice
  - You should start mozc_server by mozc_server_start command
    before ibus-daemon starts bacause to prevent mozc_server
    lockfile issue. Read pkg-message file well. | 
r23 23 May 2010 08:55:45
     | 
    daichi   | 
    Add new port japanese/ibus-mozc
  - Mozc is a Japanese Input Method Editor (IME) designed for multi-platform
    such as Chromium OS, Windows, Mac and Linux. This open-source project
    originates from Google Japanese Input.
Submitted by:   daichi |