Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Feb 2006 02:02:46 +0100
From:      Dejan Lesjak <dejan.lesjak@ijs.si>
To:        Kris Kennaway <kris@obsecurity.org>
Cc:        freebsd-x11@freebsd.org
Subject:   Re: [ports-i386@FreeBSD.org: imaze-xview-1.4 failed on i386 7]
Message-ID:  <200602010202.48096.dejan.lesjak@ijs.si>
In-Reply-To: <20060131230440.GA17290@xor.obsecurity.org>
References:  <20060131213648.GA15350@xor.obsecurity.org> <200601312337.28476.dejan.lesjak@ijs.si> <20060131230440.GA17290@xor.obsecurity.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602010202.48096.dejan.lesjak>