From owner-freebsd-ports@freebsd.org Thu Apr 2 06:39:02 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 5548026CFB7 for ; Thu, 2 Apr 2020 06:39:02 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 48tD1C35Qzz4DCs for ; Thu, 2 Apr 2020 06:38:54 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: by mailman.nyi.freebsd.org (Postfix) id 5D9A726CF82; Thu, 2 Apr 2020 06:38:46 +0000 (UTC) Delivered-To: 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 45E1F26CF81 for ; Thu, 2 Apr 2020 06:38:46 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.95.76.21]) (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 "troutmask", Issuer "troutmask" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 48tD1032vWz4D98; Thu, 2 Apr 2020 06:38:43 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) by troutmask.apl.washington.edu (8.15.2/8.15.2) with ESMTPS id 0326cQLI056993 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Wed, 1 Apr 2020 23:38:26 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.15.2/8.15.2/Submit) id 0326cQtu056992; Wed, 1 Apr 2020 23:38:26 -0700 (PDT) (envelope-from sgk) Date: Wed, 1 Apr 2020 23:38:26 -0700 From: Steve Kargl To: Dimitry Andric Cc: "Julian H. Stacey" , ports@freebsd.org Subject: Re: current: cd /lib ; ln -s libncurses.so.9 libncurses.so.8 xterm & ffox Message-ID: <20200402063826.GA56987@troutmask.apl.washington.edu> Reply-To: sgk@troutmask.apl.washington.edu References: <202004010022.0310MId7034895@fire.js.berklix.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Rspamd-Queue-Id: 48tD1032vWz4D98 X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-6.00 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[] 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: Thu, 02 Apr 2020 06:39:02 -0000 On Wed, Apr 01, 2020 at 08:01:35PM +0200, Dimitry Andric wrote: > > Yeah, this ncurses bump was handled pretty badly, as it breaks almost all > installed ports (and a bunch of base programs too, if you are unlucky). > Isn't there any compat package for it yet? > % cat /etc/libmap.conf ... libncurses.so.8 libncurses.so.9 libncursesw.so.8 libncursesw.so.9 HTH -- Steve