From owner-freebsd-stable@FreeBSD.ORG Fri Jul 11 07:40:37 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 3C1AC37B401 for ; Fri, 11 Jul 2003 07:40:37 -0700 (PDT) Received: from falcon.midgard.homeip.net (h76n3fls20o913.bredband.comhem.se [213.67.148.76]) by mx1.FreeBSD.org (Postfix) with SMTP id 7F58A43F3F for ; Fri, 11 Jul 2003 07:40:32 -0700 (PDT) (envelope-from ertr1013@student.uu.se) Received: (qmail 73463 invoked by uid 1001); 11 Jul 2003 14:40:28 -0000 Date: Fri, 11 Jul 2003 16:40:28 +0200 From: Erik Trulsson To: Doug Lee , freebsd-stable@freebsd.org Message-ID: <20030711144028.GA73422@falcon.midgard.homeip.net> Mail-Followup-To: Doug Lee , freebsd-stable@freebsd.org References: <20030711131741.GN485@kirk.dlee.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030711131741.GN485@kirk.dlee.org> User-Agent: Mutt/1.5.4i 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:40:37 -0000 On Fri, Jul 11, 2003 at 09:17:41AM -0400, 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. Well, it won't. The README.html files are only created when you build them yourself. > > Should I be running `make readme' and/or `make index' (and/or anything > else) myself after cvsupdating ports? If you want them to be as up to date as possible, then yes. ports/INDEX is updated be cvsup, but since the file itself is only regenerated on a semi-regular basis it will often be a few weeks out of date. If this is a problem for you, you should rebuild it yourself. -- Erik Trulsson ertr1013@student.uu.se