From owner-freebsd-questions@FreeBSD.ORG Sun Nov 20 11:48:05 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 4D02B16A420 for ; Sun, 20 Nov 2005 11:48:05 +0000 (GMT) (envelope-from plcplc@gmail.com) Received: from nproxy.gmail.com (nproxy.gmail.com [64.233.182.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 06A5F43D5E for ; Sun, 20 Nov 2005 11:48:00 +0000 (GMT) (envelope-from plcplc@gmail.com) Received: by nproxy.gmail.com with SMTP id l37so52800nfc for ; Sun, 20 Nov 2005 03:47:59 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:reply-to:to:subject:date:user-agent:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=tlbIA10PApZayfGQn8WdZzKmjE4hXiDgK4TsE/yKDm7nmO+VytM6VW6LJXnjM7HnTxar56NWBhtPBgUAG0xD0YrIHWFi3iaSd6UcxYMVpbEmJbzyd0tzZlJvO46DsTr3ZN5PF5y2+MG6M8xOipLYdshu3UdZKBAgwblocxh4QuM= Received: by 10.48.248.6 with SMTP id v6mr158501nfh; Sun, 20 Nov 2005 03:47:59 -0800 (PST) Received: from ?192.168.0.102? ( [80.197.43.178]) by mx.gmail.com with ESMTP id c10sm280188nfb.2005.11.20.03.47.58; Sun, 20 Nov 2005 03:47:58 -0800 (PST) From: Philip Lykke Carlsen To: freebsd-questions@freebsd.org Date: Sun, 20 Nov 2005 12:47:51 +0100 User-Agent: KMail/1.8.2 References: <200511191137.45598.plcplc@gmail.com> <200511200218.37151.list-freebsd-2004@morbius.sent.com> In-Reply-To: <200511200218.37151.list-freebsd-2004@morbius.sent.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200511201247.52226.plcplc@gmail.com> Subject: Re: portssystem stale dependencies X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: plcplc@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Nov 2005 11:48:05 -0000 Sunday 20 November 2005 03:18 skrev RW: > On Saturday 19 November 2005 10:37, Philip Lykke Carlsen wrote: > > .. does anyone know why the problem of stale dependencies in the package > > system occurs?.. it's just.. the system won't let you install any given > > port/package without having met all the dependencies.. > > That's not entirely true, it's really only portupgrade and it's associated > tools that have a serious problem with stale dependencies. Portmanager is > much more forgiving, as is direct "make install" installation. Well, then I think that I'll give portmanager a try.. thanks :-)