From owner-freebsd-stable@FreeBSD.ORG Fri May 12 12:08:50 2006 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DCD5416A5AA for ; Fri, 12 May 2006 12:08:49 +0000 (UTC) (envelope-from noackjr@alumni.rice.edu) Received: from smtp102.biz.mail.re2.yahoo.com (smtp102.biz.mail.re2.yahoo.com [68.142.229.216]) by mx1.FreeBSD.org (Postfix) with SMTP id 440E943D6A for ; Fri, 12 May 2006 12:08:49 +0000 (GMT) (envelope-from noackjr@alumni.rice.edu) Received: (qmail 10229 invoked from network); 12 May 2006 12:08:48 -0000 Received: from unknown (HELO optimator.noacks.org) (noackjr@supercrime.org@24.99.22.177 with login) by smtp102.biz.mail.re2.yahoo.com with SMTP; 12 May 2006 12:08:48 -0000 Received: from localhost (localhost [127.0.0.1]) by optimator.noacks.org (Postfix) with ESMTP id 1C15E6143; Fri, 12 May 2006 08:08:48 -0400 (EDT) X-Virus-Scanned: amavisd-new at noacks.org Received: from optimator.noacks.org ([127.0.0.1]) by localhost (optimator.noacks.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id gqiB+N7Z5jpv; Fri, 12 May 2006 08:08:47 -0400 (EDT) Received: from compgeek.noacks.org (compgeek [192.168.1.10]) by optimator.noacks.org (Postfix) with ESMTP id F195260D4; Fri, 12 May 2006 08:08:46 -0400 (EDT) Received: from [127.0.0.1] (localhost [127.0.0.1]) by compgeek.noacks.org (8.13.6/8.13.6) with ESMTP id k4CC8kfq000890; Fri, 12 May 2006 08:08:46 -0400 (EDT) (envelope-from noackjr@alumni.rice.edu) Message-ID: <44647AC9.100@alumni.rice.edu> Date: Fri, 12 May 2006 08:08:41 -0400 From: Jonathan Noack User-Agent: Thunderbird 1.5.0.2 (X11/20060422) MIME-Version: 1.0 To: gareth References: <20060510073107.GA19897@lordcow.org> <20060510102222.GA25464@lordcow.org> <446206DF.7020607@alumni.rice.edu> <20060512072021.GA22237@lordcow.org> <446471FF.30001@alumni.rice.edu> <20060512115655.GA4628@lordcow.org> In-Reply-To: <20060512115655.GA4628@lordcow.org> X-Enigmail-Version: 0.94.0.0 OpenPGP: id=991D8195; url=http://www.noacks.org/cert/noackjr.asc Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig4077E84E23F166349FCBC55D" Cc: stable@freebsd.org Subject: Re: portsdb X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: noackjr@alumni.rice.edu List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 May 2006 12:08:54 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig4077E84E23F166349FCBC55D Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 05/12/06 07:56, gareth wrote: > On Fri 2006-05-12 (07:31), Jonathan Noack wrote: >> Ah, I made a mistake in my explanation. Replace INDEX-5.db with >> INDEX-5. Sorry for the confusion... >> >> "make fetchindex" downloads the INDEX-x file (where 'x' is the major >> release number of the version of FreeBSD you are using -- in this case= >> '5'). When this file is newer than INDEX-x.db, the portupgrade tools >> will automatically build an updated version of INDEX-x.db. As such, i= t >> is not necessary to do anything further than "make fetchindex". >> Building INDEX-x takes forever (and may be overheating your machine >> causing freezes/reboots), but building INDEX-x.db is quite fast. >> >> If you want to make sure everything is updated with a single command, >> replace the '-U' with '-F' for "portsdb -Fu" (hehe -- I love it when >> arguments work out like that...). That will 1) download the INDEX-x >> file instead of building it from scratch, and then 2) build an updated= >> INDEX-x.db. >> >> Correction: portsnap automatically builds an up-to-date INDEX-x, not >> INDEX-5.db. "portversion" is building the INDEX-x.db file from INDEX-= x. >=20 > ah ok, thanx that's much clearer now. >=20 > so for interest's sake: >=20 > 'portsdb -F' is the same as 'make fetchindex', and Yes. > 'portsdb -u' is the same as the first part of 'portversion' Yes, but using '-u' is not necessary. From the portsdb(1) man page description of the '-u' option: "Note: the ports database file is automatically updated if it is not up-to-date when looked up, so manual updating is not mandatory." I use '-u' only when I share /usr/ports between machines via NFS. Because I don't want them fighting over updating the INDEX-x.db file, I run "portsdb -Fu" when I update /usr/ports so that all machines have a fresh version. -Jonathan --=20 Jonathan Noack | noackjr@alumni.rice.edu | OpenPGP: 0x991D8195 --------------enig4077E84E23F166349FCBC55D Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFEZHrOUFz01pkdgZURAtd6AKCrYsukwHEKheTt5lfqfIovcW2PQACgl5Be ICgjutnr1CW1lbIprSlzapc= =lqE2 -----END PGP SIGNATURE----- --------------enig4077E84E23F166349FCBC55D--