Received: by mail.netbsd.org (Postfix, from userid 605) id AE70A84F83; Sat, 10 Feb 2024 01:24:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1707528275; bh=6YOaMthI2rF0izblMn/B5OukDPQvhN2OQs+h0N4/Dzc=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=BSONoAICR5natXGVtTyHKlk4EbKXE9Te+ysETU0UEpA3KLVyAqvbmO9puTZ3RGK03 0s2tlFLrM29nOXINUIdmO0KyTrXEtQjD1d1SDtzKgqlUT5a16J+5PM57e5m0JJumJM F3Km2E5dmbNivb+5iYqm2riazgsW5SYSNjcnefEc= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9F67B84CF3 for ; Sat, 10 Feb 2024 01:24:34 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id GfOCW-rDFyAq for ; Sat, 10 Feb 2024 01:24:34 +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 3025984CCC for ; Sat, 10 Feb 2024 01:24:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1707528274; bh=6YOaMthI2rF0izblMn/B5OukDPQvhN2OQs+h0N4/Dzc=; h=Date:From:Subject:To:Reply-To; b=IqabF2tPlHXvLXZVI88GJyrIrmyzrRkc9dwbGy4HLqZ/bWuYCmncdrGVUDhqxR7LB Wxp3Ilf7MDgzcinkHVPHdHpOJAIHLIBFYvosf0On9nq6brwru0+/gQojRdGPObmhGL d9WGWECdnvW8CFoZ3QRhn5aJn5XVYZWUj/7Xllx0= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2C70FFA42; Sat, 10 Feb 2024 01:24:34 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1707528274119180" MIME-Version: 1.0 Date: Sat, 10 Feb 2024 01:24:34 +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: <20240210012434.2C70FFA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1707528274119180 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Sat Feb 10 01:24:34 UTC 2024 Modified Files: pkgsrc/inputmethod: Makefile Log Message: inputmethod: Enable mozc-tool226 To generate a diff of this commit: cvs rdiff -u -r1.128 -r1.129 pkgsrc/inputmethod/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1707528274119180 Content-Disposition: inline Content-Length: 630 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/inputmethod/Makefile diff -u pkgsrc/inputmethod/Makefile:1.128 pkgsrc/inputmethod/Makefile:1.129 --- pkgsrc/inputmethod/Makefile:1.128 Sat Feb 10 01:23:24 2024 +++ pkgsrc/inputmethod/Makefile Sat Feb 10 01:24:34 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.128 2024/02/10 01:23:24 ryoon Exp $ +# $NetBSD: Makefile,v 1.129 2024/02/10 01:24:34 ryoon Exp $ # COMMENT= Input method tools and libraries @@ -82,6 +82,7 @@ SUBDIR+= mozc-renderer226 SUBDIR+= mozc-server SUBDIR+= mozc-server226 SUBDIR+= mozc-tool +SUBDIR+= mozc-tool226 SUBDIR+= multiskkserv SUBDIR+= nabi SUBDIR+= novel-pinyin --_----------=_1707528274119180--