From owner-freebsd-questions@FreeBSD.ORG Sat Feb 4 22:56:53 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 2E5A016A420 for ; Sat, 4 Feb 2006 22:56:53 +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 779EA43D45 for ; Sat, 4 Feb 2006 22:56:52 +0000 (GMT) (envelope-from xnooby@gmail.com) Received: by uproxy.gmail.com with SMTP id m2so296485ugc for ; Sat, 04 Feb 2006 14:56:51 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=SvlhjJ9gw0CPSGzFiU2pYOOaWQ6q9IBRPtWu3dSkQ5A2ICRiSzod1ql7E35LLA3hoV/W1quyv1vq+K2fjsuSAT00zGrFr72knRkuC5C5zECpEFn485CjtwvTmbgrl+24HEhUCHXbmGGodaXheoSBGlDncLZQtMz+Pb5TFBFhnBM= Received: by 10.49.10.14 with SMTP id n14mr854508nfi; Sat, 04 Feb 2006 14:56:50 -0800 (PST) Received: by 10.48.216.11 with HTTP; Sat, 4 Feb 2006 14:56:50 -0800 (PST) Message-ID: Date: Sat, 4 Feb 2006 17:56:50 -0500 From: Xn Nooby To: freebsd-questions@freebsd.org 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 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 22:56:53 -0000 By the looks of it when you cvsup you get everything (src-all, > ports-all, etc) all at once. I think it might be better if you split > that into two sup-files where you would have one for the system, > src-all, and the other one for ports. This way you don't have to > rebuild the system every time you update your ports, this also works > the other way around. Once a branch is cut and declared -STABLE the > libraries used to make your programs work are rarely changed, If it > does change they will tell you in /usr/src/UPDATING. For the sake of > troubleshooting it helps if you don't change everything all at once. I thought that maybe by changing everything at once, I would avoid mismatched libraries. Someone should write a book on all this stuff, and explain it thoroughly, with various case examples. When I use the old slow way, I never get an error - when I use portsnap, I do. This makes me inclined to never use portsnap, regardless of how fast it is.