From owner-freebsd-questions@FreeBSD.ORG Sat Jul 28 20:51:33 2007 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 14F4A16A417 for ; Sat, 28 Jul 2007 20:51:33 +0000 (UTC) (envelope-from lists-fbsd@shadypond.com) Received: from mx-outbound01.easydns.com (mailout.easydns.com [205.210.42.54]) by mx1.freebsd.org (Postfix) with ESMTP id CE51A13C442 for ; Sat, 28 Jul 2007 20:51:32 +0000 (UTC) (envelope-from lists-fbsd@shadypond.com) Received: from slider.shadypond.com (69-12-173-117.static.humboldt1.com [69.12.173.117]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx-outbound01.easydns.com (Postfix) with ESMTP id 47CA57F8A for ; Sat, 28 Jul 2007 16:51:30 -0400 (EDT) Received: from slider.shadypond.com (slider.shadypond.com [192.168.1.11]) by slider.shadypond.com (postoffice) with ESMTP id 7FBBFB65DA for ; Sat, 28 Jul 2007 20:51:29 +0000 (UTC) From: Pollywog To: freebsd-questions@freebsd.org Date: Sat, 28 Jul 2007 20:51:28 +0000 References: <200707281513.51368.freebsd@dfwlp.com> <20070728202316.GA15797@owl.midgard.homeip.net> In-Reply-To: <20070728202316.GA15797@owl.midgard.homeip.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200707282051.28386.lists-fbsd@shadypond.com> Subject: Re: oops, what have i done! 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: Sat, 28 Jul 2007 20:51:33 -0000 On Saturday 28 July 2007 20:23:16 Erik Trulsson wrote: > Short answer: It is perfectly normal. Don't worry. > > > Longer answer: > > The reason you have all of them installed is that some ports need one of > them, and others need another one etc. > It is perfectly safe to have all of them installed at the same time. > > You can delete any or all of them if you wish, but don't be surprised if > they get pulled in again by one port or another. In Linux, I occasionally have compiling problems when I have two versions of automake installed. Removing the ones that are not needed fixes the problem.