From owner-freebsd-ports@freebsd.org Fri Feb 21 13:52:07 2020 Return-Path: Delivered-To: freebsd-ports@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id BD9D625E479 for ; Fri, 21 Feb 2020 13:52:07 +0000 (UTC) (envelope-from imb@protected-networks.net) Received: from mail.protected-networks.net (mail.protected-networks.net [IPv6:2001:470:8d59:1::8]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "mail.protected-networks.net", Issuer "Protected Networks CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 48PCYy3n5Vz3NgW for ; Fri, 21 Feb 2020 13:52:06 +0000 (UTC) (envelope-from imb@protected-networks.net) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d= protected-networks.net; h=content-transfer-encoding :content-language:content-type:content-type:in-reply-to :mime-version:user-agent:date:date:message-id:from:from :references:subject:subject; s=201508; t=1582293118; bh=gPc9JlNj B2V0bC5pqFKbwkokNMsU5h5Zhd+ekdP3TSc=; b=TQTShCUGoWZDaVjYJZv10jWS cYOrAvAS65Y2J4pKPqtBEwkJ2tccEYTq9M0ygoQ8fjiyEDIgK2VKn/4ZlkQzfrcR 2WC5a84q/7f2clg4Hg8OwX9SQrf6i7JzZJJWlxHXvsae3arglTEKTtxsk6S+r7T1 zIyE8GAuRcH9MFd2h3I= Received: from toshi.auburn.protected-networks.net (toshi.auburn.protected-networks.net [192.168.1.10]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (Client did not present a certificate) (Authenticated sender: imb@mail.protected-networks.net) by mail.protected-networks.net (Postfix) with ESMTPSA id A3EBF317BE for ; Fri, 21 Feb 2020 08:51:58 -0500 (EST) Subject: Re: svn commit: r358166 - head To: freebsd-ports@freebsd.org References: <202002200933.01K9XEcY080828@repo.freebsd.org> <20200221.172215.502488914268947789.yasu@utahime.org> <20200221082522.3m7sc7hodezadai7@ivaldir.net> From: Michael Butler Message-ID: Date: Fri, 21 Feb 2020 08:51:58 -0500 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:68.0) Gecko/20100101 Thunderbird/68.5.0 MIME-Version: 1.0 In-Reply-To: <20200221082522.3m7sc7hodezadai7@ivaldir.net> Content-Type: text/plain; charset=windows-1252 Content-Language: en-NZ Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 48PCYy3n5Vz3NgW X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org; dkim=pass header.d=protected-networks.net header.s=201508 header.b=TQTShCUG; dmarc=none; spf=pass (mx1.freebsd.org: domain of imb@protected-networks.net designates 2001:470:8d59:1::8 as permitted sender) smtp.mailfrom=imb@protected-networks.net X-Spamd-Result: default: False [-6.04 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; R_DKIM_ALLOW(-0.20)[protected-networks.net:s=201508]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+mx]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-ports@freebsd.org]; TO_DN_NONE(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; DMARC_NA(0.00)[protected-networks.net]; DKIM_TRACE(0.00)[protected-networks.net:+]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; IP_SCORE(-3.54)[ip: (-9.39), ipnet: 2001:470::/32(-4.65), asn: 6939(-3.58), country: US(-0.05)]; ASN(0.00)[asn:6939, ipnet:2001:470::/32, country:US]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_TLS_ALL(0.00)[]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Feb 2020 13:52:07 -0000 On 2/21/20 3:25 AM, Baptiste Daroussin wrote: > On Fri, Feb 21, 2020 at 05:22:15PM +0900, Yasuhiro KIMURA wrote: >> (Switch to freebsd-ports ML) >> >> From: Baptiste Daroussin >> Subject: svn commit: r358166 - head >> Date: Thu, 20 Feb 2020 09:33:14 +0000 (UTC) [ .. ] >> Are there any way to know which of installed ports are linked to base >> ncurses? >> >> Best Regards. >> > All the one with USES=ncurses in ports, otherwise I am sorry but no we have no > way to track that down. "pkg check -B" seems to find *some* but not all of the dependent ports once I move the old shared libs out of reach. On my systems, it reliably seems to ignore/skip libedit, libtextstyle and readline ports which all need to be rebuilt:-( imb