From owner-freebsd-x11@FreeBSD.ORG Tue Jan 31 22:37:37 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 32AF616A420; Tue, 31 Jan 2006 22:37:37 +0000 (GMT) (envelope-from dejan.lesjak@ijs.si) Received: from mail.ijs.si (mailman.ijs.si [193.2.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 294B243D70; Tue, 31 Jan 2006 22:37:32 +0000 (GMT) (envelope-from dejan.lesjak@ijs.si) Received: from localhost (mailman.ijs.si [193.2.4.66]) by patsy.ijs.si (Postfix) with ESMTP id CC0A717B887; Tue, 31 Jan 2006 23:37:31 +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 oJXLTrSS8N6v; Tue, 31 Jan 2006 23:37:30 +0100 (CET) Received: from radagast.ijs.si (radagast.ijs.si [193.2.4.168]) by patsy.ijs.si (Postfix) with ESMTP id EDB3917B886; Tue, 31 Jan 2006 23:37:29 +0100 (CET) Received: from localhost.ijs.si (localhost.ijs.si [127.0.0.1]) by radagast.ijs.si (Postfix) with ESMTP id 275E41703D; Tue, 31 Jan 2006 23:37:29 +0100 (CET) From: Dejan Lesjak To: freebsd-x11@freebsd.org Date: Tue, 31 Jan 2006 23:37:27 +0100 User-Agent: KMail/1.9.1 References: <20060131213648.GA15350@xor.obsecurity.org> In-Reply-To: <20060131213648.GA15350@xor.obsecurity.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200601312337.28476.dejan.lesjak@ijs.si> Cc: x11@freebsd.org, Kris Kennaway 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: Tue, 31 Jan 2006 22:37:37 -0000 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. Dejan