From owner-freebsd-ports@FreeBSD.ORG Mon Jul 16 09:05:28 2012 Return-Path: Delivered-To: ports@freebsd.org Received: from mx2.freebsd.org (mx2.freebsd.org [69.147.83.53]) by hub.freebsd.org (Postfix) with ESMTP id E49911065673; Mon, 16 Jul 2012 09:05:28 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from opti.dougb.net (hub.freebsd.org [IPv6:2001:4f8:fff6::36]) by mx2.freebsd.org (Postfix) with ESMTP id 4096B150821; Mon, 16 Jul 2012 09:05:28 +0000 (UTC) Message-ID: <5003D957.3080006@FreeBSD.org> Date: Mon, 16 Jul 2012 02:05:27 -0700 From: Doug Barton Organization: http://SupersetSolutions.com/ User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:13.0) Gecko/20120621 Thunderbird/13.0.1 MIME-Version: 1.0 To: Olivier Smedts References: In-Reply-To: X-Enigmail-Version: 1.4.2 OpenPGP: id=1A1ABC84 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: FreeBSD Ports , bapt@freebsd.org Subject: Re: editors/libreoffice : doesn't detect libexttextcat since lib name change X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Jul 2012 09:05:29 -0000 On 07/16/2012 01:55, Olivier Smedts wrote: > Hello, > > editors/libreoffice doesn't detect libreoffice any more since the > library name change. It tries to install it even if it's already > installed. It wants "exttextcat.0" but : > # ll /var/db/pkg/ | grep exttextcat > drwxr-xr-x 2 root wheel 8 16 jul 10:34 libexttextcat-3.3.1/ > # ldconfig -r | grep exttextcat\.0 > # ldconfig -r | grep exttextcat > 562:-lexttextcat-1.0.0 => /usr/local/lib/libexttextcat-1.0.so.0 Replacing the installed one with libexttextcat-3.2.0_2 worked for me. Never figured out why the LO port didn't figure this out. Doug -- Change is hard.