From owner-freebsd-questions@FreeBSD.ORG Wed May 4 18:40:15 2011 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 888ED106566C for ; Wed, 4 May 2011 18:40:15 +0000 (UTC) (envelope-from illoai@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id 123D78FC16 for ; Wed, 4 May 2011 18:40:14 +0000 (UTC) Received: by fxm11 with SMTP id 11so1418730fxm.13 for ; Wed, 04 May 2011 11:40:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=vBe2xvY7XkVrNnoqsp7JgByfygWEczMeZHxJGk0fkLk=; b=x2KRj1btQ23p/tEWieWknJuhtaR4v2UzeEv7fMx6wMkiS4fa+biVMfzMKlr09RVBMY XIl1rJwjBLm+C3j/wmyeOufIMhERyZO0ERS55z0b05ngVmxX7QuAlNUF/cTJKcwIbpcn HuPoxTxBy4w1VhvCVjCDwbeFeEPPVqLC4zOUQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=pPDBM63JJ4SyN9/SX3ALR85XYe5O0IctMQFF37Wq7mhLlpOk1QuMAM5WIjsF9i+J+t 3jVcazRy91fjGYYOtDbftLoKTlFurIAjdw9Q68ZF/mo6m1Ox4aCxxgptEc/v81H+uUhO 9xKnnBJCqp1dMkL72LUNLpVo6e96HpKjoLMrY= MIME-Version: 1.0 Received: by 10.223.7.26 with SMTP id b26mr1612308fab.119.1304534413807; Wed, 04 May 2011 11:40:13 -0700 (PDT) Received: by 10.223.87.5 with HTTP; Wed, 4 May 2011 11:40:13 -0700 (PDT) In-Reply-To: References: Date: Wed, 4 May 2011 14:40:13 -0400 Message-ID: From: "illoai@gmail.com" To: Chris Brennan Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: FreeBSD Questions Subject: Re: A possibly odd upgrade question 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: Wed, 04 May 2011 18:40:15 -0000 On 4 May 2011 12:50, Chris Brennan wrote: > is it safe to nuke /usr/local (excluding =A0/usr/local/home), rebuild > world/kernel for 8.2 and start with a fresh ports tree? Yes, though pkg_delete -af will probably suffice for removing the ports (& /var/db/pkg/ as well). --=20 --