From owner-freebsd-ports@FreeBSD.ORG Tue Jun 22 11:30:20 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 100F616A4CE for ; Tue, 22 Jun 2004 11:30:20 +0000 (GMT) Received: from fillmore.dyndns.org (port-212-202-50-15.dynamic.qsc.de [212.202.50.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD39143D55 for ; Tue, 22 Jun 2004 11:30:19 +0000 (GMT) (envelope-from eikemeier@fillmore-labs.com) Received: from [172.16.0.4] (helo=[172.16.0.4]) by fillmore.dyndns.org with esmtp (Exim 4.34 (FreeBSD)) id 1BcjTc-000HAA-R9; Tue, 22 Jun 2004 13:30:11 +0200 Message-ID: <40D7FD85.2070201@fillmore-labs.com> Date: Tue, 22 Jun 2004 11:36:05 +0200 From: Oliver Eikemeier Organization: Fillmore Labs GmbH - http://www.fillmore-labs.com/ MIME-Version: 1.0 To: Kris Kennaway References: <20040622083214.GA91013@sanatana.dharma> <20040622100327.GA12999@xor.obsecurity.org> <40D7F5EF.4090406@fillmore-labs.com> <20040622112326.GA14566@xor.obsecurity.org> In-Reply-To: <20040622112326.GA14566@xor.obsecurity.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit User-Agent: KMail/1.5.9 cc: ports@freebsd.org 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 11:30:20 -0000 Kris Kennaway wrote: > At least for my purposes, I need index builds to be 100% accurate 100% > of the time..working in almost all cases isn't good enough. Ah, the noble strive for perfect software. Good luck, then. -Oliver -- Btw, a simple example where the make(1) approach fails: .if exsists (my.make.file) .include "my.make.file" .endif ... and my.make.file is added in an later commit. Of course I can construct increasingly complex examples where patching make(1) simply fails. So much for 100% accuracy.