Received: by mail.netbsd.org (Postfix, from userid 605) id 3C82A84D67; Wed, 17 Feb 2021 15:27:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 76DBA84D65 for ; Wed, 17 Feb 2021 15:27:14 +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 QfblzETplOJt for ; Wed, 17 Feb 2021 15:27:14 +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 0D74F84CDA for ; Wed, 17 Feb 2021 15:27:14 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0B5ACFA95; Wed, 17 Feb 2021 15:27:14 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1613575634253930" MIME-Version: 1.0 Date: Wed, 17 Feb 2021 15:27:14 +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: <20210217152714.0B5ACFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1613575634253930 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:27:13 UTC 2021 Modified Files: pkgsrc/inputmethod: Makefile Log Message: inputmethod: Enable fcitx5-skk To generate a diff of this commit: cvs rdiff -u -r1.82 -r1.83 pkgsrc/inputmethod/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1613575634253930 Content-Disposition: inline Content-Length: 609 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/inputmethod/Makefile diff -u pkgsrc/inputmethod/Makefile:1.82 pkgsrc/inputmethod/Makefile:1.83 --- pkgsrc/inputmethod/Makefile:1.82 Wed Feb 17 15:25:04 2021 +++ pkgsrc/inputmethod/Makefile Wed Feb 17 15:27:13 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.82 2021/02/17 15:25:04 ryoon Exp $ +# $NetBSD: Makefile,v 1.83 2021/02/17 15:27:13 ryoon Exp $ # COMMENT= Input method tools and libraries @@ -21,6 +21,7 @@ SUBDIR+= fcitx5 SUBDIR+= fcitx5-configtool SUBDIR+= fcitx5-gtk SUBDIR+= fcitx5-qt +SUBDIR+= fcitx5-skk SUBDIR+= gcin SUBDIR+= gtk-im-libthai SUBDIR+= ibus --_----------=_1613575634253930--