From owner-freebsd-hackers Sat Mar 20 22:35:35 1999 Delivered-To: freebsd-hackers@freebsd.org Received: from phoenix.volant.org (phoenix.volant.org [205.179.79.193]) by hub.freebsd.org (Postfix) with ESMTP id 93CAD14BE7 for ; Sat, 20 Mar 1999 22:34:25 -0800 (PST) (envelope-from patl@phoenix.volant.org) Received: from asimov.phoenix.volant.org ([205.179.79.65]) by phoenix.volant.org with smtp (Exim 1.92 #8) id 10OboB-0000zG-00; Sat, 20 Mar 1999 22:34:03 -0800 Received: from localhost by asimov.phoenix.volant.org (SMI-8.6/SMI-SVR4) id WAA15100; Sat, 20 Mar 1999 22:33:58 -0800 Date: Sat, 20 Mar 1999 22:33:58 -0800 (PST) From: patl@phoenix.volant.org Reply-To: patl@phoenix.volant.org Subject: Re: GNOME To: Jacques Vidrine Cc: Dan Moschuk , hackers@FreeBSD.ORG In-Reply-To: <199903210610.AAA59688@spawn.nectar.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; CHARSET=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > On 20 March 1999 at 20:35, patl@phoenix.volant.org wrote: > > There is one big problem with the way the ports builds work. When > > checking dependancies, it isn't always possible to tell when the > > installed version isn't really up to date. This can be a particular > > problem with a dependancy tree as deep, complex, and dynamic as the > > gnome suite. > > They usually work. Where they don't, it would be nice to get > a send-pr so the port can be fixed. The problem is that the ports aren't making changes that are visible to the dependancy tests. In some cases it is because a port is changing rapidly enough that it doesn't make sense to bump up a library version number; but in others, the test is for the existance of a file whose name is not expected to change across versions. In general, the updated versions are expected to be backwards compatible. But when they contain significant bug fixes, failing to update them can make the higher-level ports look flakey. These aren't easy things to fix because it isn't at all obvious what the right fix is. -Pat To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message