From owner-freebsd-questions@FreeBSD.ORG Tue Sep 27 16:15:22 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 8060A16A420 for ; Tue, 27 Sep 2005 16:15:22 +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 228B143D49 for ; Tue, 27 Sep 2005 16:15:22 +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 C1D42CD0E86 for ; Tue, 27 Sep 2005 12:15:20 -0400 (EDT) Received: from frontend2.messagingengine.com ([10.202.2.151]) by frontend1.internal (MEProxy); Tue, 27 Sep 2005 12:15:20 -0400 X-Sasl-enc: wp/C2JAev1kpqlxIfARbTEyWA/ze0sMnGYmUq9xZNqIr 1127837718 Received: from gumby.localdomain (dsl-80-41-66-214.access.as9105.com [80.41.66.214]) by frontend2.messagingengine.com (Postfix) with ESMTP id 1E02C57030B for ; Tue, 27 Sep 2005 12:15:17 -0400 (EDT) From: RW To: freebsd-questions@freebsd.org Date: Tue, 27 Sep 2005 17:15:18 +0100 User-Agent: KMail/1.8.2 References: <20050927152144.28723.qmail@web54509.mail.yahoo.com> In-Reply-To: <20050927152144.28723.qmail@web54509.mail.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509271715.19087.list-freebsd-2004@morbius.sent.com> Subject: Re: Questions regarding FreeBSD packages and dependancies 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: Tue, 27 Sep 2005 16:15:22 -0000 On Tuesday 27 September 2005 16:21, Milscvaer wrote: > I tried to use pkg_add to install a new program from > stable, however, it complained about older versions of > gtk being installed and refused to continue. Why not > just leave the old versions of Gtk there so existing > programs may continue to use them, and have new > programs installed from stable use the new version? I don't use packages much, but I think it's the case that a package won't install if it was built against a dependency that is newer that the one you have installed. Note GTK1 and GTK2 are separate and can co-exists, so I think you need to identiy which GTK port it's asking for and update it.