Index: head/japanese/mozc-server/files/patch-src-session-session_base.gyp =================================================================== --- head/japanese/mozc-server/files/patch-src-session-session_base.gyp (nonexistent) +++ head/japanese/mozc-server/files/patch-src-session-session_base.gyp (revision 396515) @@ -0,0 +1,10 @@ +--- src/session/session_base.gyp.orig 2015-09-09 23:49:24.267933000 +0900 ++++ src/session/session_base.gyp 2015-09-09 23:50:12.347558000 +0900 +@@ -101,6 +101,7 @@ + '../composer/composer.gyp:key_event_util', + '../composer/composer.gyp:key_parser', + '../config/config.gyp:config_handler', ++ '../protocol/protocol.gyp:commands_proto', + '../protocol/protocol.gyp:config_proto', + 'keymap', + ], Property changes on: head/japanese/mozc-server/files/patch-src-session-session_base.gyp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/japanese/uim-mozc/Makefile =================================================================== --- head/japanese/uim-mozc/Makefile (revision 396514) +++ head/japanese/uim-mozc/Makefile (revision 396515) @@ -1,18 +1,16 @@ # Created by: Koichiro IWAO # $FreeBSD$ PKGNAMEPREFIX= ja-uim- COMMENT= Mozc engine for uim MASTERDIR= ${.CURDIR}/../../japanese/mozc-server FILESDIR= ${.CURDIR}/files DATADIR= ${PREFIX}/share/uim SUB_FILES= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message BUILD_MOZC_LIST=uim_mozc -MAKE_JOBS_UNSAFE=yes - .include "${MASTERDIR}/Makefile"