From owner-freebsd-questions@FreeBSD.ORG Thu Oct 20 15:07:16 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8CCA416A41F for ; Thu, 20 Oct 2005 15:07:16 +0000 (GMT) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from out3.smtp.messagingengine.com (out3.smtp.messagingengine.com [66.111.4.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id E62B043D5A for ; Thu, 20 Oct 2005 15:07:10 +0000 (GMT) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from frontend1.internal (mysql-sessions.internal [10.202.2.149]) by frontend1.messagingengine.com (Postfix) with ESMTP id 609C4CD5866 for ; Thu, 20 Oct 2005 11:07:08 -0400 (EDT) Received: from frontend2.messagingengine.com ([10.202.2.151]) by frontend1.internal (MEProxy); Thu, 20 Oct 2005 11:07:08 -0400 X-Sasl-enc: sLKb29z9yM5ZSt5ZyQ4BDDbP8aFkCnXNmA/cjymLMDC9 1129820827 Received: from gumby.localdomain (88-104-194-252.dynamic.dsl.as9105.com [88.104.194.252]) by frontend2.messagingengine.com (Postfix) with ESMTP id 3F6D35703D1 for ; Thu, 20 Oct 2005 11:07:07 -0400 (EDT) From: RW To: freebsd-questions@freebsd.org Date: Thu, 20 Oct 2005 16:06:41 +0100 User-Agent: KMail/1.8.2 References: <1129818347.11012.8.camel@localhost> In-Reply-To: <1129818347.11012.8.camel@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-6" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200510201606.44110.list-freebsd-2004@morbius.sent.com> Subject: Re: A simple ports question... 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: Thu, 20 Oct 2005 15:07:16 -0000 On Thursday 20 October 2005 15:25, makisupa wrote: > How would you install a port that had dependencies that were older than > identical items on your system? > > For example, you install portx that requires depend1.1 -- you have > depend1.2 on your system. This will happen if you have an out-of-date ports tree, and have installed packages built against a newer tree. Try bringing your tree up-to-date with cvsup or portsnap. See the handbook for details.