From owner-freebsd-gnome@FreeBSD.ORG Wed Mar 16 01:39:31 2005 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2EB7B16A4D1 for ; Wed, 16 Mar 2005 01:39:30 +0000 (GMT) Received: from niobe.ijs.si (mail.ijs.si [193.2.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id E195043D3F for ; Wed, 16 Mar 2005 01:39:28 +0000 (GMT) (envelope-from dejan.lesjak@ijs.si) Received: from localhost (localhost [IPv6:::1]) by niobe.ijs.si (Postfix) with ESMTP id 2681E1DD68D for ; Wed, 16 Mar 2005 02:39:28 +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 04067-01-10 for ; Wed, 16 Mar 2005 02:39:20 +0100 (CET) Received: from metatron.ijs.si (metatron.ijs.si [193.2.4.152]) by niobe.ijs.si (Postfix) with ESMTP id 12E4B1DD689 for ; Wed, 16 Mar 2005 02:39:17 +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 CFF541C00734 for ; Wed, 16 Mar 2005 02:39:17 +0100 (CET) From: Dejan Lesjak To: gnome@FreeBSD.org Date: Wed, 16 Mar 2005 02:39:17 +0100 User-Agent: KMail/1.7.2 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200503160239.17359.dejan.lesjak@ijs.si> X-Virus-Scanned: amavisd-new at ijs.si Subject: x11/xfree86_xkb_xml plist fix related to X.Org upgrade X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Mar 2005 01:39:31 -0000 Hello, As part of X.Org upgrade, some cleanups are being made to mtree for /usr/X11R6 directory. Subirectories lib/X11/xkb/rules and lib/X11/xkb are being moved from mtree to pkg-plist file of xorg-clients port as it is the one that uses those. Apart from it, x11/xfree86_xkb_xml also uses them and will have to remove them by itself. However as XFree86 ports still use the old mtree file, until they are changed with the next upgrade, a temporary conditional is required. The patch that does that is here: http://www.ijs.si/~lesi/xorg/upgrade-682/xfree86_xkb_xml_2.diff Please let me know if this change is acceptable, I intend to commit it together with X.Org ports upgrade. Thanks! Dejan