From owner-freebsd-questions@FreeBSD.ORG Sat Feb 4 07:18:49 2006 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 D99D416A420 for ; Sat, 4 Feb 2006 07:18:49 +0000 (GMT) (envelope-from xnooby@gmail.com) Received: from uproxy.gmail.com (uproxy.gmail.com [66.249.92.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id C495443D6D for ; Sat, 4 Feb 2006 07:18:44 +0000 (GMT) (envelope-from xnooby@gmail.com) Received: by uproxy.gmail.com with SMTP id j3so170090ugf for ; Fri, 03 Feb 2006 23:18:43 -0800 (PST) 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:references; b=rMdS+t+4MNdHtv2Ov4NA4QRIcllAw8L+eDh1ALuaY9iVzvjH0kP2xOaGcBZWjOEPTZFu3COZ7J+QsfqIBCHIZ2ljeC3NVvhwUFHgIxfC6GhDOnXss8nE0K8KrQTAhRATKnky51WMP8A/MQCzxIsmjElq6lEuOYiFkaWVTjH65nk= Received: by 10.48.108.11 with SMTP id g11mr712280nfc; Fri, 03 Feb 2006 23:18:43 -0800 (PST) Received: by 10.48.216.11 with HTTP; Fri, 3 Feb 2006 23:18:43 -0800 (PST) Message-ID: Date: Sat, 4 Feb 2006 02:18:43 -0500 From: Xn Nooby To: Nikolas Britton In-Reply-To: MIME-Version: 1.0 References: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: Why does portsdb -Uu run so long? 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, 04 Feb 2006 07:18:50 -0000 > It just does, after you cvsup new ports cd into /usr/ports and type > make fetchindex. what way is the "old foolproof way"? > Here is how I update my system (without using a 'make fetchindex') cvsup -g -L 2 /root/stable-supfile less UPDATING make buildworld make buildkernel make installkernel shutdown now cd /usr/src make installworld mergemaster shutdown -r now portsdb -Uu portversion -l "<" portupgrade -arR reboot It takes forever, but it works everytime. Everything else I've ever tried has always had some kind of error, and I never know what they mean or what = I should do. Maybe by never doing a fetchindex, I've never really updated my system, and thats why its never had a problem, lol. That would be embarassing.