From owner-freebsd-ports@FreeBSD.ORG Tue Jun 22 10:03:29 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 A07AC16A4CE for ; Tue, 22 Jun 2004 10:03:29 +0000 (GMT) Received: from ylpvm43.prodigy.net (ylpvm43-ext.prodigy.net [207.115.57.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6614843D45 for ; Tue, 22 Jun 2004 10:03:29 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (adsl-63-207-60-35.dsl.lsan03.pacbell.net [63.207.60.35])i5MA3SdK022343 for ; Tue, 22 Jun 2004 06:03:28 -0400 Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 33B2B54B83; Tue, 22 Jun 2004 03:03:28 -0700 (PDT) Date: Tue, 22 Jun 2004 03:03:27 -0700 From: Kris Kennaway To: ports@freebsd.org Message-ID: <20040622100327.GA12999@xor.obsecurity.org> References: <20040622083214.GA91013@sanatana.dharma> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="huq684BweRXVnRxX" Content-Disposition: inline In-Reply-To: <20040622083214.GA91013@sanatana.dharma> User-Agent: Mutt/1.4.2.1i Subject: Re: incremental ports/INDEX builder 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: Tue, 22 Jun 2004 10:03:29 -0000 --huq684BweRXVnRxX Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jun 22, 2004 at 10:32:14AM +0200, Radim Kolar wrote: > my program for speedups of make index rebuilding after cvsup >=20 > http://home.tiscali.cz/~cz210552/bsdportsutils.html This is interesting, but based on my attempt to read the code (it's not commented, and I don't speak ruby) I don't think you catch all the cases. For example, when something like bsd.kde.mk or =2E./../someother/port/Makefile.inc changes, it can also affect ports that .include those files, and cause a change to 'make index'. This doesn't happen often, but it happens sometimes, and an incremental index generator needs to handle it. There are some other corner cases, but I can't tell whether your code handles them. I have a make-based prototype that maintains and updates this dependency information too, but it currently also has a bug (missing newline on one of the 'make describe' outputs). I'm hoping to work on that again this week so I can post the implementation for comments. Kris --huq684BweRXVnRxX Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFA2APvWry0BWjoQKURAqS4AJ0eE7DW2vYUZfx2mevcJ3a8SCLWwQCgisx3 YY/6isxxNk7i8PWTmHtK3FQ= =T8Xh -----END PGP SIGNATURE----- --huq684BweRXVnRxX--