From owner-freebsd-ports@FreeBSD.ORG Sat Mar 9 21:49:46 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 71FCF363 for ; Sat, 9 Mar 2013 21:49:46 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-ee0-f43.google.com (mail-ee0-f43.google.com [74.125.83.43]) by mx1.freebsd.org (Postfix) with ESMTP id 09EC2B83 for ; Sat, 9 Mar 2013 21:49:45 +0000 (UTC) Received: by mail-ee0-f43.google.com with SMTP id c50so1646918eek.16 for ; Sat, 09 Mar 2013 13:49:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:date:from:to:cc:subject:message-id:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; bh=MrIhAFMAHyKfHQQAeWCB38n8098UKkm7Ii8pTTZJg6o=; b=Nak/bH5rijIpL+LYAl8FaP630OoEwwjCVSJpE2rxu4vdjBkiXOOZlLc5cE2lJ0WjoW A5Y15nYl+bihW7SlA/0zXxHietV4eC9f7OIyHMrhgVG1v+3WBnQm3m5JChlLyxcVK7YD lwTXvj1cZ7Pk/JP4Dt12IX5x/oxbjdMesRcVHgIK4vrfkmuyZWwTUx74Bfik/nf7EEGP UC/SGqr/ZoQfztZfLsRk87hNUcjxcnOe7OSAUMUFbUlnNWnVhmVNM/GrMPV4RDKlLCZ/ pdnex1Wx77IXLsSIxOwbX1JblUkx7U1Qc3pvoPE103C1pnDAIpnrwGck1NJvl9rn1fkr mc/g== X-Received: by 10.14.223.199 with SMTP id v47mr19691533eep.18.1362865779585; Sat, 09 Mar 2013 13:49:39 -0800 (PST) Received: from ithaqua.etoilebsd.net (ithaqua.etoilebsd.net. [37.59.37.188]) by mx.google.com with ESMTPS id k7sm15033122een.8.2013.03.09.13.49.38 (version=TLSv1 cipher=RC4-SHA bits=128/128); Sat, 09 Mar 2013 13:49:38 -0800 (PST) Sender: Baptiste Daroussin Date: Sat, 9 Mar 2013 22:49:36 +0100 From: Baptiste Daroussin To: Stephen Montgomery-Smith Subject: Re: Questions about ldconfig Message-ID: <20130309214936.GW18971@ithaqua.etoilebsd.net> References: <513BA7BC.3030300@missouri.edu> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="b/3kIrr+SWblMf9a" Content-Disposition: inline In-Reply-To: <513BA7BC.3030300@missouri.edu> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: FreeBSD Ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Mar 2013 21:49:46 -0000 --b/3kIrr+SWblMf9a Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Mar 09, 2013 at 03:21:00PM -0600, Stephen Montgomery-Smith wrote: > I am looking at committing a port which creates the following files: >=20 > /usr/local/lib/libGmsh.so > /usr/local/lib/libGmsh.so.0 > /usr/local/lib/libGmsh.so.2.7 > /usr/local/lib/libGmsh.so.2.7.0 >=20 > libGmsh.so is a link to libGmsh.so.0, which is a link to libGmsh.so.2.7, > which is a link to libGmsh.so.2.7.0. >=20 > My concern is that this will confuse ldconfig. Is my concern justified? It will not confuse the os at all but it will confuse ldconfig -r which is = not able to list libraries ending with more that one digit. Which is just informational, so not a big deal except that bsd.port.mk is not clever enou= gh to correctly deal with libraries. so only detection from ports will be confuse= d, all the rest will work. https://wiki.freebsd.org/ports/fix_lib_depends for more details regards, Bapt --b/3kIrr+SWblMf9a Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlE7rnAACgkQ8kTtMUmk6Ex7ZwCgl4EV2ta9zVuS78ZiRZ2jhODV d3gAoJhww5NoY6wUFlnzIigDyF1Ez+AV =YEto -----END PGP SIGNATURE----- --b/3kIrr+SWblMf9a--