diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2016-05-16 17:43:22 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2016-05-16 17:43:22 +0000 |
commit | 196453bfe438e95d4554a395653f65fd213c6cff (patch) | |
tree | 2dbeadf4eb748c943569385298a0aa2bbe178035 /japanese/mozc-server/files/extra-patch-src-unix-uim-key_translator.h | |
parent | Remove expired ports: (diff) |
Update japanese/mozc-server to 2.17.2322.102. Changes include:
- Use Github as the source.
- Depend on devel/py-gyp and japanese/zinnia because bundled versions have
been removed from the original distfile.
- devel/py-gyp-devel has been updated to snapshot as of 20160504 and
renamed with devel/py-gyp. Take maintainership[*].
- Install mozc.el.gz instead of mozc.el.
Approved by: maintainer [*]
Diffstat (limited to 'japanese/mozc-server/files/extra-patch-src-unix-uim-key_translator.h')
-rw-r--r-- | japanese/mozc-server/files/extra-patch-src-unix-uim-key_translator.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/japanese/mozc-server/files/extra-patch-src-unix-uim-key_translator.h b/japanese/mozc-server/files/extra-patch-src-unix-uim-key_translator.h deleted file mode 100644 index 2f94143a45d9..000000000000 --- a/japanese/mozc-server/files/extra-patch-src-unix-uim-key_translator.h +++ /dev/null @@ -1,11 +0,0 @@ ---- src/unix/uim/key_translator.h.orig 2015-07-13 05:02:13.505621000 +0900 -+++ src/unix/uim/key_translator.h 2015-07-13 05:02:22.697125000 +0900 -@@ -38,7 +38,7 @@ - using __gnu_cxx::hash_map; - - #include "base/port.h" --#include "session/commands.pb.h" -+#include "protocol/commands.pb.h" - - namespace mozc { - namespace uim { |