diff options
author | hrs <hrs@FreeBSD.org> | 2013-05-15 03:46:20 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2013-05-15 03:46:20 +0800 |
commit | e4b30749a745b203b86568b696b9c1a8a9d83254 (patch) | |
tree | f985850491613a2507e5197dbaec962101e3ffef /japanese/mozc-tool | |
parent | bcc7cc53cdadb16e2351f04c10d3d1825766eb7c (diff) | |
download | freebsd-ports-gnome-e4b30749a745b203b86568b696b9c1a8a9d83254.tar.gz freebsd-ports-gnome-e4b30749a745b203b86568b696b9c1a8a9d83254.tar.zst freebsd-ports-gnome-e4b30749a745b203b86568b696b9c1a8a9d83254.zip |
- 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.
- Fix whitespaces to make portlint happy.
- Disable serialization for linking. It is not needed.
- Remove hardcoded mozc.xml.
- Respect DISABLE_MAKE_JOBS=yes. Do not calculate the factor using the
number of CPUs.
- Remove a confusing message after pkg-message.
- Rename a deprecated function (inactivate-current-input-method-function)
in mozc.el in a compatible fashion with the older emacsen [1].
- Add leim-list.el for registration of mozc-mode via LEIM API.
"(require 'mozc)" is no longer needed.
- Fix a build problem when binutils is installed and ${LOCALBASE}/bin
comes first in $PATH [2].
Submitted by: Tadaaki Nagao [1]
Reported by: Kenichi Niioka [2]
PR: ports/178250
Approved by: maintainer timeout (2 weeks)
Diffstat (limited to 'japanese/mozc-tool')
-rw-r--r-- | japanese/mozc-tool/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/japanese/mozc-tool/Makefile b/japanese/mozc-tool/Makefile index dfbed866abee..0a611407365c 100644 --- a/japanese/mozc-tool/Makefile +++ b/japanese/mozc-tool/Makefile @@ -6,6 +6,7 @@ # PKGNAMESUFFIX= -tool + COMMENT= Mozc tool for IBus, SCIM, and others DATADIR= ${PREFIX}/share/${PORTNAME}${PKGNAMESUFFIX} |