From owner-freebsd-questions@FreeBSD.ORG Sat Jul 24 17:34:28 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 B87D41065700 for ; Sat, 24 Jul 2010 17:34:28 +0000 (UTC) (envelope-from 849372@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 2EC428FC23 for ; Sat, 24 Jul 2010 17:34:27 +0000 (UTC) Received: by vws7 with SMTP id 7so1557127vws.13 for ; Sat, 24 Jul 2010 10:34:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:cc:content-type; bh=kKnVjF2MIG2Aq+NyDUUHJyH2ZT/ofR7d8dbqMqYVGy4=; b=yIGXU+vp/QxgLFhB3Pvt6EH6QoU1BFCcVHyGPJwlq22P9eIIgEINfmKXe8kEgIoEJa iQyefeO21YWn+5LyLqhtQa92KFJGEPOB1FmkR1KAXGg+zJJqF5rjdew2OZx4PkT+8VZf QPAQErMAzrSXv4dXRLF0Zi69aBDjt7f6UCX0g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; b=FvkAO4M8QtlHPHDNrFkbXHjbl+wn22Ce5o5kqqZNkL78v9ktUGP9YheQTXPp4djl13 0q4PgbgDmtL8VuZQ5jG84VcNpZcleyZY2Y/D75Z/iRvd4qKjPtYnxTi5HWvQxxb3aK6M fCmBPuWAELlnOE/xsANZNsBkcgEjqUeRw8QvY= MIME-Version: 1.0 Received: by 10.220.157.140 with SMTP id b12mr2805494vcx.156.1279991483553; Sat, 24 Jul 2010 10:11:23 -0700 (PDT) Sender: 849372@gmail.com Received: by 10.220.190.200 with HTTP; Sat, 24 Jul 2010 10:11:23 -0700 (PDT) In-Reply-To: <4C4B12AC.1080405@webrz.net> References: <4C4B12AC.1080405@webrz.net> Date: Sat, 24 Jul 2010 12:41:23 -0430 X-Google-Sender-Auth: jaMD0qZVyq4NP-8uj6X_FfFLvno Message-ID: From: Andres Perera To: Jos Chrispijn Content-Type: text/plain; charset=UTF-8 Cc: freebsd-questions@freebsd.org Subject: Re: Automake installed 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, 24 Jul 2010 17:34:28 -0000 On Sat, Jul 24, 2010 at 11:49 AM, Jos Chrispijn wrote: > Is this common or should I get rid of all automake-1.9.x versions? How could > I do such best? There are numerous tools for doing this; e.g., pkg_cutleaves and pkg_rmleaves. This is common because not all ports build with a given automake version, so the wrapper takes care of selecting the appropiate version. I would say that it's a waste of time to uninstall these since they take next to no space, and reinstalling them everytime you build something seems like a bigger waste in the long run. Andres