From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.utahime.jp (gate.utahime.jp [183.180.29.210]) by sourceware.org (Postfix) with ESMTPS id AD04A386F83C for ; Thu, 28 May 2020 22:36:32 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org AD04A386F83C Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=utahime.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=yasu@utahime.org Received: from eastasia.home.utahime.org (eastasia.home.utahime.org [192.168.174.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by gate.utahime.jp (Postfix) with ESMTPS id A9CD353FE5 for ; Fri, 29 May 2020 07:36:29 +0900 (JST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=utahime.org; s=maybe2019112701; t=1590705389; bh=VKHlZfgorn5D341ngiADn8S6Son5oXaGLILRAOrU/Jk=; h=Date:To:Subject:From:In-Reply-To:References; b=NxKTq2sIpR1nFS8m0Ir7OOov+SSFGsiksp7eEWeN5LDzJbCSvWBHBY4kZ5xL0t2AZ Ff+F9EuAobO/qOZoQAa2+iGmax32f9WLJkHmBp5GNex49RQmz+MMjiAEn3Wbql/r6J vnP5hXexj6IO3CP10VORWn6EltuojXgWsbWX6JZFaHl4X/0dvy0PLQWA9Sznl32s1/ mbqJfBjyvde2Yd9DKheXNBKpPzTkKevvfMMdDQmzaCChtZwoMVTAiQwr+OY6+eEmsj rH9GPjw/EaQMISuIimqveo1dWuPMXwDbI1ZHHF6WInHz6IpzHk9cfAs6ri44tTQ+wF 77XWRLmdQuFrg== Received: from localhost (rolling.home.utahime.org [192.168.174.11]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by eastasia.home.utahime.org (Postfix) with ESMTPSA id 6BAB14C421; Fri, 29 May 2020 07:36:28 +0900 (JST) X-Virus-Status: Clean X-Virus-Scanned: clamav-milter 0.102.3 at eastasia.home.utahime.org Date: Fri, 29 May 2020 07:34:35 +0900 (JST) Message-Id: <20200529.073435.1952274186863135803.yasu@utahime.org> To: cygwin-apps@cygwin.com Subject: Re: Update of packages by non-maintainer From: Yasuhiro KIMURA In-Reply-To: References: <20200521.134708.978300984572490822.yasu@utahime.org> X-Mailer: Mew version 6.8 on Emacs 26.3 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, KAM_ASCII_DIVIDERS, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: cygwin-apps@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Cygwin package maintainer discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 May 2020 22:36:34 -0000 Thank for reply, and sorry for late response I had some troubles to upgrade anthy port to version 0.4 from Debian. But I managed to success to build new anthy packages and am now testing them with my daily use. From: Marco Atzeri Subject: Re: Update of packages by non-maintainer Date: Thu, 21 May 2020 23:11:34 +0200 >> currently we have no solution. There were in the past discussion >> to overcome such problem but they are not yet implemented. > > I was wrong, the mechanism was created > > https://cygwin.com/packaging-hint-files.html#override.hint In my case following line should be put as override.hint. Right? ---------------------------------------------------------------------- curr: 0.4-1 ---------------------------------------------------------------------- And is there any way to generate override.hint from .cygport file with cygport command? --- Yasuhiro KIMURA