From owner-freebsd-ports@FreeBSD.ORG Thu Aug 24 14:50:54 2006 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 CE20516A4E1 for ; Thu, 24 Aug 2006 14:50:54 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id C836A43D5A for ; Thu, 24 Aug 2006 14:50:53 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by nz-out-0102.google.com with SMTP id 13so351826nzn for ; Thu, 24 Aug 2006 07:50:53 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=mqGPo2TU8k2CTlO2mIvlH5BAbEfjKgc1ND/6vMpq3jB+CNy7qgzaymOVAiO+hxQfSEN47A6EmUCe3banxsx75xKdvzZMN4fJ4YY7pfNwjHrNFDXKPS7jyNGk92rOFr74Dg6MSLsgTn23PGaEM5z7zGsv2E2bNHgJXtzNTdxthyg= Received: by 10.35.9.15 with SMTP id m15mr2913654pyi; Thu, 24 Aug 2006 07:50:52 -0700 (PDT) Received: by 10.35.105.10 with HTTP; Thu, 24 Aug 2006 07:50:51 -0700 (PDT) Message-ID: Date: Thu, 24 Aug 2006 18:50:52 +0400 From: "Andrew Pantyukhin" Sender: infofarmer@gmail.com To: "Jeremy Messenger" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: X-Google-Sender-Auth: ffc666e4e916bdb0 Cc: FreeBSD Ports , Stanislav Sedov , portmgr@freebsd.org Subject: Re: BSD.local.dist - share/locale 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: Thu, 24 Aug 2006 14:50:54 -0000 On 8/24/06, Jeremy Messenger wrote: > On Thu, 24 Aug 2006 08:26:53 -0500, Andrew Pantyukhin > wrote: > > > I can't help thinking that the way we're trying to deal with > > locale directories is far from optimal. IMHO, there are > > several ways to improve the state of things: > > I think the current how we handle locale is a bit silly, so I personal in > favor of create localehier like misc/gnomehier than four suggested below.. > Honestly, I would be more rather to put mtree that is for ports in > somewhere of /usr/ports/ than /etc/mtree/ that way any version of FreeBSD > won't have any of left over directories problem. It's a good idea, but we're back at the second question - what if someone fancies to pkg_delete -xf gnomehier? There will be no way to get a clean system after that other than by reinstalling gnomehier and deleting it after all the ports requiring it. And in case we ignore it and say that one should not deinstall a foo-dep before foo, then the whole point of the latest locale-related pkg-plist fixes is lost.