notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
We just patched an SQL injection. There is no evidence it was exploited. That doesn’t mean it wasn’t. Please change your password. You might want to hold off on that change. We have a few more to fix.
non port: japanese/fcitx-mozc/Makefile
SVNWeb

Number of commits found: 15

Wed, 20 Jul 2022
[ 14:22 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:8d9b67bc44eed8f33c3fec9dae3fa0a556d54526  commit hash:8d9b67bc44eed8f33c3fec9dae3fa0a556d54526  commit hash:8d9b67bc44eed8f33c3fec9dae3fa0a556d54526  8d9b67b  (Only the first 10 of 220 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Sat, 15 Aug 2020
[ 01:21 hrs search for other commits by this committer ] Original commit   Revision:544906
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.
Sun, 8 Mar 2020
[ 17:01 antoine search for other commits by this committer ] Original commit   Revision:528058 (Only the first 10 of 187 ports in this commit are shown above. View all ports for this commit)
Deprecate some ports using deprecated version of python

With hat:	portmgr
Tue, 5 Mar 2019
[ 07:05 hrs search for other commits by this committer ] Original commit   Revision:494682 (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
Update to 2.23.2815.102.00.
Wed, 16 Jan 2019
[ 11:13 tijl search for other commits by this committer ] Original commit   Revision:490472 (Only the first 10 of 1089 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Sat, 5 May 2018
[ 13:59 danfe search for other commits by this committer ] Original commit   Revision:469110
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.
Sat, 14 Feb 2015
[ 22:12 hrs search for other commits by this committer ] Original commit   Revision:379025 (Only the first 10 of 16 ports in this commit are shown above. View all ports for this commit)
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.
Sat, 30 Aug 2014
[ 22:19 hrs search for other commits by this committer ] Original commit   Revision:366687 (Only the first 10 of 17 ports in this commit are shown above. View all ports for this commit)
Update Mozc to 1.15.1868.102.
Fri, 20 Sep 2013
[ 18:47 bapt search for other commits by this committer ] Original commit   Revision:327737 (Only the first 10 of 352 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
japanese)
Sat, 20 Jul 2013
[ 04:02 hrs search for other commits by this committer ] Original commit   Revision:323333 (Only the first 10 of 31 ports in this commit are shown above. View all ports for this commit)
- 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)
Tue, 14 May 2013
[ 19:46 hrs search for other commits by this committer ] Original commit   Revision:318195 (Only the first 10 of 26 ports in this commit are shown above. View all ports for this commit)
 - 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 View all of this commit message)
Tue, 23 Apr 2013
[ 03:11 daichi search for other commits by this committer ] Original commit   Revision:316305 (Only the first 10 of 21 ports in this commit are shown above. View all ports for this commit)
update to 1.10.1390.102
Wed, 23 May 2012
[ 01:27 daichi search for other commits by this committer ] Original commit 
fixed some path issues

Submitted by:   Zhihao Yuan <lichray@gmail.com>
Tue, 22 May 2012
[ 05:26 daichi search for other commits by this committer ] Original commit 
Add fcitx-mozc , mozc engine for Fcitx.

PR:             ports/167860
Submitted by:   Daichi GOTO <daichi@freebsd.org>

Number of commits found: 15