From owner-freebsd-current@FreeBSD.ORG Wed Sep 18 17:56:37 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 3A524D55 for ; Wed, 18 Sep 2013 17:56:37 +0000 (UTC) (envelope-from freebsd-current@m.gmane.org) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EA2892AC4 for ; Wed, 18 Sep 2013 17:56:36 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1VMLzO-00039I-KY for freebsd-current@freebsd.org; Wed, 18 Sep 2013 19:56:34 +0200 Received: from cpc3-walt15-2-0-cust148.13-2.cable.virginmedia.com ([86.21.186.149]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 18 Sep 2013 19:56:34 +0200 Received: from walterhurry by cpc3-walt15-2-0-cust148.13-2.cable.virginmedia.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 18 Sep 2013 19:56:34 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-current@freebsd.org From: Walter Hurry Subject: Re: libexecinfo? Date: Wed, 18 Sep 2013 17:56:14 +0000 (UTC) Lines: 18 Message-ID: References: <20130918171150.GA68789@ithaqua. etoilebsd.net> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: cpc3-walt15-2-0-cust148.13-2.cable.virginmedia.com User-Agent: Pan/0.139 (Sexual Chocolate; GIT bf56508 git://git.gnome.org/pan2) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Sep 2013 17:56:37 -0000 On Wed, 18 Sep 2013 19:11:50 +0200, Baptiste Daroussin wrote: > On Wed, Sep 18, 2013 at 04:57:35PM +0000, Walter Hurry wrote: >> We had a recent issue with libiconv now being included in base, thus >> rendering the port superfluous. >> >> Does a similar situation exist with libexecinfo? I don't seem to need >> the port on on 10.0-ALPHA1 r255587, and htop and ruby both build quite >> happily without it. The library is /usr/lib/libexecinfo.so.1. >> >> > libexecinfo in base is exactly the same as the on from ports, so it > should be a change that doesn't require any manual operations. > Ah, right. Thanks. Then I can safely do as I already have; i.e. remove the libexecinfo package and recompile those affected. This on the grounds that the fewer unnecessary ports the better, imho.