From owner-freebsd-ports@FreeBSD.ORG Sat Nov 13 19:08:42 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF37B16A4CE for ; Sat, 13 Nov 2004 19:08:42 +0000 (GMT) Received: from smtp1.netcologne.de (smtp1.netcologne.de [194.8.194.112]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75A8743D2D for ; Sat, 13 Nov 2004 19:08:42 +0000 (GMT) (envelope-from thomas@laurel.tmseck.homedns.org) Received: from laurel.tmseck.homedns.org (xdsl-213-196-226-169.netcologne.de [213.196.226.169]) by smtp1.netcologne.de (Postfix) with SMTP id 2076C38C5D for ; Sat, 13 Nov 2004 20:08:39 +0100 (MET) Received: (qmail 18619 invoked by uid 1001); 13 Nov 2004 19:09:01 -0000 Date: 13 Nov 2004 19:09:01 -0000 Message-ID: <20041113190901.18618.qmail@laurel.tmseck.homedns.org> From: tmseck-lists@netcologne.de (Thomas-Martin Seck) To: freebsd-ports@freebsd.org Organization: a private site in Germany In-Reply-To: <419646EE.5090304@gmx.net> X-Newsgroups: gmane.os.freebsd.devel.ports X-Attribution: tms Subject: Re: HEADSUP: INDEX[-5] files were removed from CVS. X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Nov 2004 19:08:43 -0000 * Michael Nottebrock [gmane.os.freebsd.devel.ports]: > Mark Russell wrote: > > >> I realize ports doesn't have branches, I've also discovered the hours of >> work I have to do due to MAJOR changes in the system not being discussed >> with the userbase >> >> eg >> >> [Updating the pkgdb in /var/db/pkg ... - 442 >> packages found (-0 +1) . done] >> Updating the ports index ... Generating INDEX.tmp - please wait.. > > > It seems that portsdb makes some rather bogus assumptions about the value of > INDEXFILE and other things... it might be best to generate the index by 'make > index' instead of the time being. Well, it just tries to protect you against clobbering your working index file in case the index build fails. portsdb calls 'make index' with INDEXFILE set to $PORTSDIR/INDEX.tmp and copies this temporary index file over when 'make index' was successful.