From owner-freebsd-ports@FreeBSD.ORG Wed Jun 15 03:28:57 2005 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 87E2F16A41C; Wed, 15 Jun 2005 03:28:57 +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 3E81443D1D; Wed, 15 Jun 2005 03:28:57 +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 76C1617B845; Wed, 15 Jun 2005 05:28:56 +0200 (CEST) Received: from patsy.ijs.si ([127.0.0.1]) by localhost (patsy.ijs.si [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 39595-02-8; Wed, 15 Jun 2005 05:28:54 +0200 (CEST) Received: from idefix.ijs.si (idefix.ijs.si [193.2.4.33]) by patsy.ijs.si (Postfix) with ESMTP id 201F417B836; Wed, 15 Jun 2005 05:28:54 +0200 (CEST) Received: from localhost.ijs.si (localhost.ijs.si [127.0.0.1]) by idefix.ijs.si (Postfix) with ESMTP id 172835C0A; Wed, 15 Jun 2005 05:28:54 +0200 (CEST) From: Dejan Lesjak To: ports@FreeBSD.org, x11@FreeBSD.org, current@FreeBSD.org Date: Wed, 15 Jun 2005 05:28:53 +0200 User-Agent: KMail/1.8 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200506150528.53747.dejan.lesjak@ijs.si> X-Virus-Scanned: amavisd-new at ijs.si Cc: Subject: HEADSUP: Changes to X PREFIX mtree spec (BSD.x11-4.dist) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Jun 2005 03:28:57 -0000 Hello, The mtree specification file (etc/mtree/BSD.x11-4.dist) got a bit cleaned up. A lot of directories that were previously there, but were only used by a few ports (mostly parts of either of X11 distribution) got moved to respective ports plists. Changes to ports were already tested, maintainers have been notified (If I somehow missed someone, it was completely unintentional and I apologise) so I don't expect any problems from this. More about this changes is here: http://lists.freebsd.org/pipermail/freebsd-x11/2005-February/001619.html One of notable changes is move of share/pixmaps to mtree, so if you have a new port in works that installs files there under X PREFIX, you don't need to put it in plist as mtree will handle this now. Note that for X_WINDOW_SYSTEM=xorg another mtree is used for now, though plan is to revert to using etc/mtree/BSD.x11-4.dist again at the next upgrade of Xorg ports. Dejan