From owner-freebsd-x11@FreeBSD.ORG Tue Mar 15 11:35:06 2005 Return-Path: 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 97A0216A4CE for ; Tue, 15 Mar 2005 11:35:06 +0000 (GMT) Received: from niobe.ijs.si (mail.ijs.si [193.2.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FA8D43D5D for ; Tue, 15 Mar 2005 11:35:05 +0000 (GMT) (envelope-from dejan.lesjak@ijs.si) Received: from localhost (localhost [IPv6:::1]) by niobe.ijs.si (Postfix) with ESMTP id 8C7B81DD65B; Tue, 15 Mar 2005 12:35:03 +0100 (CET) Received: from niobe.ijs.si ([127.0.0.1]) by localhost (niobe.ijs.si [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 53382-01-22; Tue, 15 Mar 2005 12:34:50 +0100 (CET) Received: from metatron.ijs.si (metatron.ijs.si [193.2.4.152]) by niobe.ijs.si (Postfix) with ESMTP id 21A511DD5FA; Tue, 15 Mar 2005 12:34:49 +0100 (CET) Received: from idefix.ijs.si (idefix.ijs.si [193.2.4.33]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by metatron.ijs.si (Postfix) with ESMTP id C53E61C00733; Tue, 15 Mar 2005 12:34:49 +0100 (CET) From: Dejan Lesjak To: freebsd-x11@freebsd.org Date: Tue, 15 Mar 2005 12:34:48 +0100 User-Agent: KMail/1.7.2 References: <20050314212236.GA44452@voodoo.oberon.net> <20050315095546.GD87322@voodoo.oberon.net> In-Reply-To: <20050315095546.GD87322@voodoo.oberon.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200503151234.49070.dejan.lesjak@ijs.si> X-Virus-Scanned: amavisd-new at ijs.si Subject: Re: [ports-i386@pointyhat.freebsd.org: imake-6.8.2 failed on i386 5-exp] X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.1 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, 15 Mar 2005 11:35:06 -0000 On Tuesday 15 of March 2005 10:55, Kirill Ponomarew wrote: > On Mon, Mar 14, 2005 at 10:22:36PM +0100, Kirill Ponomarew wrote: > > Could you please investigate ? > > > > ================================================================ > > Deleting perl-5.8.6_2 > > Removing stale symlinks from /usr/bin... > > Removing /usr/bin/perl > > Removing /usr/bin/perl5 > > Skipping /usr/bin/suidperl > > Done. > > Cleaning up /etc/make.conf... Done. > > Cleaning up /etc/manpath.config... Done. > > > > === Checking filesystem state > > list of files present before this port was installed but missing after it > > was deinstalled) ./usr/X11R6/lib/X11/config missing > > Putting config dir into mtree and removing @dirrm lib/X11/config > from imake port fixed this problem. Is there any reason why > config dir was removed from mtree ? Erm, yes indeed there was. As I explained before, the plan is to move several directories from mtree to plists. One of them is this one which is needed only by imake. This is why imake lists it's own MTREE_FILE, but pointyhat would need a change in portbuild script if I'm not mistaken to not apply BSD.x11-4.dist automatically. All xorg ports are changed to use (a temporary) mtree file because of this. After talking to kris last time, we agreed that this could be the way to go, but that it would require a one-line change in pointyhat build scripts. No package that imake depends on (it actually only perl) requires x11 mtree, so since this dir doesn't get created by imake, it must be created by pointyhat if I understand things correctly. So can the buildscripts be changed or am I missing something? Dejan