From owner-freebsd-ports@freebsd.org Tue Nov 22 16:50:11 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6EA1FC50259 for ; Tue, 22 Nov 2016 16:50:11 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 5C63A1D2E for ; Tue, 22 Nov 2016 16:50:11 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: by mailman.ysv.freebsd.org (Postfix) id 5BB5AC50258; Tue, 22 Nov 2016 16:50:11 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5B57CC50257 for ; Tue, 22 Nov 2016 16:50:11 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from www.zefox.net (www.zefox.net [69.239.235.194]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "www.zefox.org", Issuer "www.zefox.org" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 2665E1D2C for ; Tue, 22 Nov 2016 16:50:10 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from www.zefox.net (localhost [127.0.0.1]) by www.zefox.net (8.15.2/8.15.2) with ESMTPS id uAMGoCKZ012839 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Tue, 22 Nov 2016 08:50:13 -0800 (PST) (envelope-from fbsd@www.zefox.net) Received: (from fbsd@localhost) by www.zefox.net (8.15.2/8.15.2/Submit) id uAMGoCC8012828; Tue, 22 Nov 2016 08:50:12 -0800 (PST) (envelope-from fbsd) Date: Tue, 22 Nov 2016 08:50:12 -0800 From: bob prohaska To: ports@freebsd.org Cc: bob prohaska Subject: Finishing softfloat to hardfloat transition. Message-ID: <20161122165012.GD56313@www.zefox.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Nov 2016 16:50:11 -0000 The transition from softfloat to hardfloat on RPI2 is turning out to be remarkably vexatious due to old libraries not being recognized as stale and hence not upgraded. What's the most straightforward way to find VFP libraries and upgrade them to hardfloat? I've been doing it piecemeal and the task seems endless. The troublesome systems are 11-stable, with one -current machine which matters much less. Thanks for reading, bob prohaska