From owner-freebsd-questions@FreeBSD.ORG Thu Sep 23 14:50:29 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 C010316A4CE for ; Thu, 23 Sep 2004 14:50:29 +0000 (GMT) Received: from sirius.emea.mci.com (sirius.wcom.co.uk [193.131.254.154]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8A6543D54 for ; Thu, 23 Sep 2004 14:50:28 +0000 (GMT) (envelope-from philip.payne@uk.mci.com) Received: from ocampa.wcom.co.uk ([166.59.189.250] helo=breen.emea.mci.com) by sirius.emea.mci.com with esmtp (Exim 4.42) id 1CAUvR-0006Tw-60; Thu, 23 Sep 2004 14:50:25 +0000 Received: from gblon1exch06.uk.mcilink.com ([170.127.79.25]) by breen.emea.mci.com with esmtp (Exim 4.42) id 1CAUvK-0000AS-UP; Thu, 23 Sep 2004 14:50:18 +0000 Received: by gblon1exch06.uk.mcilink.com with Internet Mail Service (5.5.2653.19) id ; Thu, 23 Sep 2004 15:50:12 +0100 Message-ID: From: Philip Payne To: Choy Kho Yee , freebsd-questions@freebsd.org Date: Thu, 23 Sep 2004 15:49:55 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" X-MCI-EMEA-Spam-Score: -98.5 (---------------------------------------------------) X-MCI-EMEA-Signature: be2d88c384620c9409978b62835eb863 Subject: RE: correct routine of updating installed ports? 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: Thu, 23 Sep 2004 14:50:29 -0000 > # cvsup -g -L 2 supfile > # portsdb -uU > # pkgdb -F > # port_version > # portupgrade -a > > And what does "make index" actually do? Do I need it? You missed a step between cvsup and portupgrade. less /usr/ports/UPGRADING ... and read, to check out what will happen when certain ports are updated. Looks much the same as I how I do it. I dont do a portversion. You might want to create a portupgrade log with the -l switch on portupgrade. Then, after its complete check for failed entries i.e. those marked with "!" or "*" so you can manually check out the problem Also, you may want to add a "portsclean" at the end to remove old distfiles etc. "man portsclean" will give all the relevant options. Phil.