From owner-freebsd-x11@FreeBSD.ORG Wed Feb 1 01:02:53 2006 Return-Path: X-Original-To: freebsd-x11@freebsd.org Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 011E616A429 for ; Wed, 1 Feb 2006 01:02:52 +0000 (GMT) (envelope-from dejan.lesjak@ijs.si) Received: from mail.ijs.si (mail.ijs.si [193.2.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 35C8743D48 for ; Wed, 1 Feb 2006 01:02:51 +0000 (GMT) (envelope-from dejan.lesjak@ijs.si) Received: from localhost (mail.ijs.si [193.2.4.66]) by patsy.ijs.si (Postfix) with ESMTP id B4FEE17B823; Wed, 1 Feb 2006 02:02:50 +0100 (CET) X-Virus-Scanned: amavisd-new at ijs.si Received: from mail.ijs.si ([193.2.4.66]) by localhost (patsy.ijs.si [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id gLzWWk2FNCed; Wed, 1 Feb 2006 02:02:48 +0100 (CET) Received: from radagast.ijs.si (radagast.ijs.si [193.2.4.168]) by patsy.ijs.si (Postfix) with ESMTP id C92A517B81A; Wed, 1 Feb 2006 02:02:48 +0100 (CET) Received: from localhost.ijs.si (localhost.ijs.si [127.0.0.1]) by radagast.ijs.si (Postfix) with ESMTP id 8D50B1703D; Wed, 1 Feb 2006 02:02:48 +0100 (CET) From: Dejan Lesjak To: Kris Kennaway Date: Wed, 1 Feb 2006 02:02:46 +0100 User-Agent: KMail/1.9.1 References: <20060131213648.GA15350@xor.obsecurity.org> <200601312337.28476.dejan.lesjak@ijs.si> <20060131230440.GA17290@xor.obsecurity.org> In-Reply-To: <20060131230440.GA17290@xor.obsecurity.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200602010202.48096.dejan.lesjak@ijs.si> Cc: freebsd-x11@freebsd.org Subject: Re: [ports-i386@FreeBSD.org: imaze-xview-1.4 failed on i386 7] X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Feb 2006 01:02:54 -0000 On Wednesday 01 February 2006 00:04, Kris Kennaway wrote: > On Tue, Jan 31, 2006 at 11:37:27PM +0100, Dejan Lesjak wrote: > > On Tuesday 31 January 2006 22:36, Kris Kennaway wrote: > > > OK, next problem..a bunch of ports are leaving behind the following > > > directory. Should it be the port's responsibility to clean it up? > > > > Probably not of each one of these. Imake uses this directory and it > > cleans it up. Also a couple of ports use it to install their imake > > configs. In this case it would probably be x11-toolkits/xview, not > > games/imaze itself. I'll check if adding it to xview plist fixes this. > > That looks reasonable, all the other affected ports depend on xview. > The only thing to check is that xview is the package that created this > directory also (e.g. installed a file inside it and implicitly created > the directory in the case when it was not already present). I can't seem to get this error on tinderbox so I'm not sure this would fix it. The change to xview plist is necessary though. I'm also a bit puzzled why pointyhat didn't complain on test run. Should revision of xview be bumped for addition of this directory in plist or can you somehow test before if this is really the culprit? The change I had in mind is: --- pkg-plist 22 Jan 2006 03:00:46 -0000 1.13 +++ pkg-plist 1 Feb 2006 00:46:26 -0000 @@ -544,6 +544,7 @@ lib/X11/config/XView.rules lib/X11/config/XView.tmpl lib/X11/config/XView.prog +@dirrmtry lib/X11/config %%PORTDOCS%%%%DOCSDIR%%/bugform %%PORTDOCS%%%%DOCSDIR%%/dnd_api.txt %%PORTDOCS%%%%DOCSDIR%%/olgx_api.txt Dejan