From owner-freebsd-stable@FreeBSD.ORG Fri Jul 11 07:48:12 2003 Return-Path: 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 2AA0F37B418 for ; Fri, 11 Jul 2003 07:48:10 -0700 (PDT) Received: from rutger.owt.com (rutger.owt.com [204.118.6.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 067E043F3F for ; Fri, 11 Jul 2003 07:48:07 -0700 (PDT) (envelope-from kstewart@owt.com) Received: from topaz-out (owt-207-41-94-233.owt.com [207.41.94.233]) by rutger.owt.com (8.11.6p2/8.9.3) with ESMTP id h6BEm4k19592; Fri, 11 Jul 2003 07:48:04 -0700 From: Kent Stewart To: Doug Lee , freebsd-stable@freebsd.org Date: Fri, 11 Jul 2003 07:48:04 -0700 User-Agent: KMail/1.5.2 References: <20030711131741.GN485@kirk.dlee.org> In-Reply-To: <20030711131741.GN485@kirk.dlee.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200307110748.04332.kstewart@owt.com> Subject: Re: Should I have to run make readme/index in ports after cvsup's? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jul 2003 14:48:13 -0000 On Friday 11 July 2003 06:17 am, Doug Lee wrote: > /usr/ports/www/README.html went from some 200 lines to over 500 on a > `make readme' in that directory just now. I thought `cvsup -g -L 2 > /etc/cvsup_ports' would update the README.html files too. > > Should I be running `make readme' and/or `make index' (and/or anything > else) myself after cvsupdating ports? The readmes have never been updated by cvsup. In addition, the INDEX and INDEX-5 files are updated infrequently. If you want to use portupgrade tools to maintain your ports, which is the easiest and cleanest, you have to rebuild INDEX[-5] and INDEX.db aftrer each cvsup of portsall. I use a script to update the ports and have the following commands at the bottom # Now update the index pages. cd /usr/ports make index portsdb -u Since I use "make index", I don't refuse anything but "ports/INDEX" so that the make index doesn't terminate prematurely. This produces and INDEX-5 on a FreeBSD 5.x system. Kent -- Kent Stewart Richland, WA http://users.owt.com/kstewart/index.html