From owner-freebsd-questions@FreeBSD.ORG Tue Sep 21 19:23:09 2004 Return-Path: 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 500F116A4CE for ; Tue, 21 Sep 2004 19:23:09 +0000 (GMT) Received: from smtp801.mail.sc5.yahoo.com (smtp801.mail.sc5.yahoo.com [66.163.168.180]) by mx1.FreeBSD.org (Postfix) with SMTP id D28CD43D49 for ; Tue, 21 Sep 2004 19:23:08 +0000 (GMT) (envelope-from donaldj1066@fastmail.fm) Received: from unknown (HELO pres7000.mylan.net) (donaldj@ameritech.net@68.249.2.234 with plain) by smtp801.mail.sc5.yahoo.com with SMTP; 21 Sep 2004 19:23:07 -0000 From: "Donald J. O'Neill" To: freebsd-questions@freebsd.org Date: Tue, 21 Sep 2004 14:22:10 -0500 User-Agent: KMail/1.7 References: <451E9011-0BF5-11D9-B049-000393934006@npc-usa.com> In-Reply-To: <451E9011-0BF5-11D9-B049-000393934006@npc-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200409211422.10752.donaldj1066@fastmail.fm> Subject: Re: Port upgrading - my way X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Sep 2004 19:23:09 -0000 On Tuesday 21 September 2004 12:40 pm, Curtis Vaughan wrote: I just want to know whether there is any reason I > shouldn't be doing it this way. In other words, by doing it this > way is there a potential problem or error that my result? > <<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>> Yes, there is. As far as I can tell from what you've given, you're depending on INDEX-5 to be up to date after your ports upgrade. I don't believe it is and you need to run make index or some other means of getting INDEX-5 to be up to date.. Try this experiment: cvsup your ports note the date and size of /usr/ports/INDEX-5 run " portversion -vL=" or portversion -rRvc keep track of that output now cd /usr/ports make index note the date and size of INDEX-4 run portversion -vL= or portverstion -rRvc I think you'll see a lot more of your installed stuff needs updating. Don -- Donald J. O'Neill donaldj1066@fastmail.fm