Received: by mail.netbsd.org (Postfix, from userid 605) id 102D584D99; Sat, 20 Feb 2021 21:27:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 48ECB84D0D for ; Sat, 20 Feb 2021 21:26:59 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id VJMwaRlN74Yn for ; Sat, 20 Feb 2021 21:26:58 +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 D38CB84C71 for ; Sat, 20 Feb 2021 21:26:58 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D0B44FA95; Sat, 20 Feb 2021 21:26:58 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1613856418276910" MIME-Version: 1.0 Date: Sat, 20 Feb 2021 21:26:58 +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: <20210220212658.D0B44FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1613856418276910 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Sat Feb 20 21:26:58 UTC 2021 Modified Files: pkgsrc/inputmethod: Makefile Log Message: inputmethod: Enable fcitx5-chewing To generate a diff of this commit: cvs rdiff -u -r1.92 -r1.93 pkgsrc/inputmethod/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1613856418276910 Content-Disposition: inline Content-Length: 623 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/inputmethod/Makefile diff -u pkgsrc/inputmethod/Makefile:1.92 pkgsrc/inputmethod/Makefile:1.93 --- pkgsrc/inputmethod/Makefile:1.92 Sat Feb 20 21:20:22 2021 +++ pkgsrc/inputmethod/Makefile Sat Feb 20 21:26:58 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.92 2021/02/20 21:20:22 ryoon Exp $ +# $NetBSD: Makefile,v 1.93 2021/02/20 21:26:58 ryoon Exp $ # COMMENT= Input method tools and libraries @@ -18,6 +18,7 @@ SUBDIR+= fcitx-qt5 SUBDIR+= fcitx-skk SUBDIR+= fcitx5 SUBDIR+= fcitx5-anthy +SUBDIR+= fcitx5-chewing SUBDIR+= fcitx5-configtool SUBDIR+= fcitx5-gtk SUBDIR+= fcitx5-mozc --_----------=_1613856418276910--