Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
Maybe GCC 5.3 problem.
|
|
|
|
Changelog:
2.17.2288.102 - 2.17.2313.102 / 2016-01-03 - 2016-01-10
Summary of changes between 2.17.2288.102 and 2.17.2313.102 as follows.
Third party libraries:
None.
Build related changes:
None.
Major changes:
Update system dictionary.
Status icons for OS X are updated with Noto font.
Fixed issues:
#344: Support icon_prop_key entry in ibus-mozc
#345: Mozc for Android keeps crashing
#347: Software keyboard is not rendered correctly on Android 6 if non-material theme is selected
#350: Status icon is not updated when using Windows Store Apps in desktop mode on Windows 10
#351: Mozc cannot be activated in the search box on the task bar when configured to be the default IME on Windows 10
Following issues are not completely fixed yet, but at least worked around.
#348: DirectWrite may fail to render text in certain enviromnents
#349: Word suggestion can be unexpectedly suppressed on Chromium
Total commits:
29 commits.
2.17.2285.102 - 2.17.2287.102 / 2016-01-01 - 2016-01-02
Summary of changes between 2.17.2285.102 and 2.17.2287.102 as follows.
Third party libraries:
None.
Build related changes:
None.
Major changes:
None.
Fixed issues:
None.
Total commits:
4 commits.
2.17.2241.102 - 2.17.2284.102 / 2015-11-15 - 2015-12-31
Summary of changes between 2.17.2241.102 and 2.17.2284.102 as follows.
Third party libraries:
fontTools: 5ba7d98 -> 8724513
Build related changes:
Reference Dockerfile for Fedora now uses Fedora 23 base image.
Default SDKROOT for OS X build is switched from macosx10.8 to macosx10.9.
Major changes:
CalculatorRewriter is now triggered not only by inputs end with = but also by inputs start with =. For instance, now =1+1 triggers CalculatorRewriter. See the commit message of 5d423b0b and its unittests as for how it works.
Performance improvements in LOUDS. See commits 3591f5e7 and cac14650 for details.
Fixed issues:
#317: session_handler_scenario_test is flaky in Linux build on Travis-CI
#341: 1d*= should not trigger language-aware rewriter
Total commits:
48 commits.
|
|
|
|
|
|
|
|
Ishihara
(That includes Githubify).
|
|
The find-prefix infrastructure was required in a pkgviews world where
packages installed from pkgsrc could have different installation
prefixes, and this was a way for a dependency prefix to be determined.
Now that pkgviews has been removed there is no longer any need for the
overhead of this infrastructure. Instead we use BUILDLINK_PREFIX.pkg
for dependencies pulled in via buildlink, or LOCALBASE/PREFIX where the
dependency is coming from pkgsrc.
Provides a reasonable performance win due to the reduction of `pkg_info
-qp` calls, some of which were redundant anyway as they were duplicating
the same information provided by BUILDLINK_PREFIX.pkg.
|
|
|
|
Problems found locating distfiles:
Package anthy: missing distfile 2ch.t
Package anthy: missing distfile okinawa-20090801.t
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
|
|
|
|
might incur ncurses dependencies on some platforms, and ncurses just bumped
its shlib.
Some packages were bumped twice now, sorry for that.
|
|
|
|
|
|
|
|
|
|
|
|
Fixes a part of PR pkg/49504 by YAMASHIRO Jun.
|
|
fixes a part of PR pkg/49504 by YAMASHIRO Jun.
|
|
|
|
|
|
|
|
Load init files from etc/ first.
Noted by obache@
|
|
Switch to use it even on UIM base package.
Bump PKGREVISION.
|
|
|
|
Fix PR pkg/48777
|
|
The patch for sigscheme/configure is restored.
-shared is not needed.
|
|
|
|
Use loader.scm and installed-modules.scm from ${PREFIX}/etc/uim
They are changed by uim-module-manager during installation.
They should not be in ${PREFIX}/share.
I have changed hack for SunOS. My change may break SunOS build.
I will fix the breakage.
|
|
|
|
|
|
|
|
|
|
Implement proper module handling. This idea is provided by obache@.
* Remove all modules when uim is deinstalled, and register installed
modules when uim is installed. This actions are needed when
the modules that are provided by uim are changed.
|
|
* Treat loader.scm and installed-modules.scm as CONF_FILES.
They are modified by uim-module-manager.
|
|
|
|
|
|
|
|
|
|
|
|
(now, editline is in pkgsrc, so optionify editline support).
Overview of changes from 1.8.5 to 1.8.6
=======================================
* Fixes
- libuim
* Add XDG_RUNTIME_DIR support (by tagoh)
- po
* List language names on each line in LINGUAS (by naota)
- uim-canna
* Avoid a crash when a Canna server name is specified (by Kouichi ONO)
* Enhancements
- uim-m17nlib
* Add an option to set a candidate windows to be visiable or hidden
- uim-tutcode
* Updated trycode composition table retrieved 2013-06-26
Overview of changes from 1.8.4 to 1.8.5
=======================================
* Fixes
- uim-gtk2
- uim-gtk3
* Avoid an infinite recursion when no preedit is started (by tagoh)
- uim-tutcode
* Fix behavior of postfix katakana conversion
|
|
|
|
are replaced with .include "../../devel/readline/buildlink3.mk", and
USE_GNU_READLINE are removed,
* .include "../../devel/readline/buildlink3.mk" without USE_GNU_READLINE
are replaced with .include "../../mk/readline.buildlink3.mk".
|
|
|
|
NetBSD 6, requested by tron.
|
|
Recursively bump package revisions again after the "freetype2" and
"fontconfig" handling was fixed.
|
|
to address issues with NetBSD-6(and earlier)'s fontconfig not being
new enough for pango.
While doing that, also bump freetype2 dependency to current pkgsrc
version.
Suggested by tron in PR 47882
|
|
|