Received: by mail.netbsd.org (Postfix, from userid 605) id 7315A84D67; Wed, 17 Feb 2021 15:31:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id ACD8984D65 for ; Wed, 17 Feb 2021 15:31:01 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id j8s-99RHeHti for ; Wed, 17 Feb 2021 15:31:01 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 4530284D61 for ; Wed, 17 Feb 2021 15:31:01 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 430F8FA95; Wed, 17 Feb 2021 15:31:01 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_161357586158730" MIME-Version: 1.0 Date: Wed, 17 Feb 2021 15:31:01 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/inputmethod To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20210217153101.430F8FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_161357586158730 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Wed Feb 17 15:31:01 UTC 2021 Modified Files: pkgsrc/inputmethod: Makefile Log Message: inputmethod: Enable fcitx5-mozc To generate a diff of this commit: cvs rdiff -u -r1.83 -r1.84 pkgsrc/inputmethod/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_161357586158730 Content-Disposition: inline Content-Length: 611 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/inputmethod/Makefile diff -u pkgsrc/inputmethod/Makefile:1.83 pkgsrc/inputmethod/Makefile:1.84 --- pkgsrc/inputmethod/Makefile:1.83 Wed Feb 17 15:27:13 2021 +++ pkgsrc/inputmethod/Makefile Wed Feb 17 15:31:01 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.83 2021/02/17 15:27:13 ryoon Exp $ +# $NetBSD: Makefile,v 1.84 2021/02/17 15:31:01 ryoon Exp $ # COMMENT= Input method tools and libraries @@ -20,6 +20,7 @@ SUBDIR+= fcitx-skk SUBDIR+= fcitx5 SUBDIR+= fcitx5-configtool SUBDIR+= fcitx5-gtk +SUBDIR+= fcitx5-mozc SUBDIR+= fcitx5-qt SUBDIR+= fcitx5-skk SUBDIR+= gcin --_----------=_161357586158730--