From owner-freebsd-questions@FreeBSD.ORG Sun Jul 29 16:49:25 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 851E916A41F for ; Sun, 29 Jul 2007 16:49:25 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id 7268513C428 for ; Sun, 29 Jul 2007 16:49:25 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from rot26.obsecurity.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 626F21A3C1A; Sun, 29 Jul 2007 09:49:11 -0700 (PDT) Received: by rot26.obsecurity.org (Postfix, from userid 1001) id A84B4C0E7; Sun, 29 Jul 2007 12:49:24 -0400 (EDT) Date: Sun, 29 Jul 2007 12:49:24 -0400 From: Kris Kennaway To: Peter Boosten Message-ID: <20070729164923.GB84095@rot26.obsecurity.org> References: <46AC6EEE.8040201@boosten.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <46AC6EEE.8040201@boosten.org> User-Agent: Mutt/1.4.2.3i Cc: FreeBSD Questions Subject: Re: Several version of gcc 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: Sun, 29 Jul 2007 16:49:25 -0000 On Sun, Jul 29, 2007 at 12:41:50PM +0200, Peter Boosten wrote: > Hi all, > > Next to the standard gcc there seem to be two others on my system, > installed as dependencies for other packages. > > These are gcc_4.1.3 and gcc_4.2.1, both with a date behind there name. > > Since these packages seem to be updated daily (at least once a week) and > updating these packages take forever, this is becoming quite a burden. > > Is there any smart setting in /etc/make.conf that keeps my system from > eanting to update these? I think portupgrade uses HOLD_PKGS, check the docs. Or you could just delete them if they are unused, they were probably used at some point to compile something but may be no longer required. Kris