From owner-freebsd-questions@FreeBSD.ORG Sat Oct 29 11:23:59 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 DE57516A41F for ; Sat, 29 Oct 2005 11:23:59 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F73643D45 for ; Sat, 29 Oct 2005 11:23:59 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by zproxy.gmail.com with SMTP id x3so575527nzd for ; Sat, 29 Oct 2005 04:23:58 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=NRkUmR+CqtVRClsOPGbYj+koUjyjQQYmayDGTF0Em3THVGuwUl8XO7THaJq0+vn/TGtkUcQUsct4IOtVaDTFl31gTGzeeiydWbglTaSM8CfBcC68YuQtuRWeTF2McTMIt0CqIfm1xxmiF2Ve33QgGszxGqhfPCLnIhgAtzz3jRk= Received: by 10.36.222.75 with SMTP id u75mr1249058nzg; Sat, 29 Oct 2005 04:23:58 -0700 (PDT) Received: by 10.37.20.34 with HTTP; Sat, 29 Oct 2005 04:23:58 -0700 (PDT) Message-ID: Date: Sat, 29 Oct 2005 15:23:58 +0400 From: "Andrew P." To: John DeStefano In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <6FB767AE-D4D7-4C38-90C0-726D48AF5654@secure-computing.net> <200510281922.16495.ringworm01@gmail.com> Cc: Eric F Crist , "Michael C. Shultz" , freebsd-questions@freebsd.org Subject: Re: portupgrade stale dependencies 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, 29 Oct 2005 11:24:00 -0000 On 10/29/05, John DeStefano wrote: > > Needless to say, this process wasn't much fun. What can I do to keep > this from happening again? What can/can't I safely include in cron to > automate database and index maintenance? > cvsup or portsnap, then portsdb -uUF. Work under any circumstances, leave you with updated ports tree and indexes. You can also try portupgrade -aF (prefetches needed files to speed up manual upgrade at a later time) and portsclean -DP (removes sources and packages which become outdated due to ports tree updates).