From owner-freebsd-questions@FreeBSD.ORG Sun Feb 10 20:37:56 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ADBC216A417 for ; Sun, 10 Feb 2008 20:37:56 +0000 (UTC) (envelope-from cwhiteh@onetel.com) Received: from smtp1.bethere.co.uk (smtp1.betherenow.co.uk [87.194.0.68]) by mx1.freebsd.org (Postfix) with ESMTP id 8D57613C465 for ; Sun, 10 Feb 2008 20:37:56 +0000 (UTC) (envelope-from cwhiteh@onetel.com) Received: from [192.168.1.71] (78-86-169-223.zone2.bethere.co.uk [78.86.169.223]) by smtp1.bethere.co.uk (Postfix) with SMTP id 666E2A006D; Sun, 10 Feb 2008 20:37:54 +0000 (GMT) Message-ID: <47AF60A2.6080706@onetel.com> Date: Sun, 10 Feb 2008 20:37:54 +0000 From: Chris Whitehouse User-Agent: Thunderbird 2.0.0.9 (X11/20071228) MIME-Version: 1.0 To: "E. J. Cerejo" References: <47ADE033.7070402@optonline.net> <47ADE2EC.2030906@infracaninophile.co.uk> <47ADEAD2.2030803@bsdforen.de> <200802092346.23078.ejcerejo@optonline.net> <47AEF9B5.10509@onetel.com> <20080210084035.551b9acf@scorpio> <47AF1AB3.80702@optonline.net> In-Reply-To: <47AF1AB3.80702@optonline.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: libicui18n.so.36 not found, required by "evolution" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Feb 2008 20:37:56 -0000 E. J. Cerejo wrote: > Gerard wrote: >> On Sun, 10 Feb 2008 13:18:45 +0000 >> Chris Whitehouse wrote: >> >> [snip] >> >> >>> portmanager -s piped to a file might tell you what's missing >>> >> >> Just running: >> >> portmanager -u -l -p -y >> >> should correct the problem as well. Make sure the ports tree is up to >> date prior to running that command however. >> >> > I think this is similar to running portupgrade -urf icu, it will > re-upgrade icu and all the the ports that depend on it. It's 239 > packages and I really don't want to do that. portmanager -s only lists what needs to be done, it doesn't change anything. It shows which packages are up to date, which are out of date, which are current but have been built with out of date dependencies, which are missing etc. Chris