From owner-freebsd-questions@FreeBSD.ORG Mon Dec 27 04:44:05 2010 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 550D11065670 for ; Mon, 27 Dec 2010 04:44:05 +0000 (UTC) (envelope-from dnewman@networktest.com) Received: from mail3.networktest.com (mail3.networktest.com [69.55.234.104]) by mx1.freebsd.org (Postfix) with ESMTP id 32EF18FC15 for ; Mon, 27 Dec 2010 04:44:04 +0000 (UTC) Received: from localhost (localhost [69.55.234.104]) by mail3.networktest.com (Postfix) with ESMTP id 24D112560D3 for ; Sun, 26 Dec 2010 20:26:38 -0800 (PST) Received: from mail3.networktest.com ([69.55.234.104]) by localhost (mail3.networktest.com [69.55.234.104]) (amavisd-maia, port 10024) with ESMTP id 32121-05 for ; Sun, 26 Dec 2010 20:26:38 -0800 (PST) Received: from sagan.local (cpe-76-83-7-25.socal.res.rr.com [76.83.7.25]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: dnewman@networktest.com) by mail3.networktest.com (Postfix) with ESMTPSA id E0D632560D2 for ; Sun, 26 Dec 2010 20:26:37 -0800 (PST) Message-ID: <4D18157C.6050903@networktest.com> Date: Sun, 26 Dec 2010 20:26:36 -0800 From: David Newman User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.13) Gecko/20101207 Lightning/1.0b2 Thunderbird/3.1.7 MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <14212432ba707fc5f9fbc75b56e8e783@flabnapple.net> <20101226194523.00001f92@unknown> In-Reply-To: <20101226194523.00001f92@unknown> X-Enigmail-Version: 1.1.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: Portmaster general questions and problems 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: Mon, 27 Dec 2010 04:44:05 -0000 On 12/26/10 11:45 AM, Bruce Cran wrote: > On Sun, 26 Dec 2010 11:39:58 -0800 > "Ron (Lists)" wrote: > >> ok, so libltdl-2.2.10 is already installed? Why is that an issue? >> Why doesn't portmaster just happily skip it since it's already >> installed? What am I not understanding here? Or am I using >> portmaster wrong? > > That's a problem I've come across before too - I'd be interested to > know what's going wrong too. This is covered in /usr/ports/UPDATING as part of the autotools cleanup. Just search for the date '20101208' and follow the instructions in that note. It's a good idea to check the UPDATING file before running 'portmaster -a' or anytime you have problems with portmaster. dn