From owner-svn-ports-all@FreeBSD.ORG Thu Apr 18 12:55:23 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 8BBDA34E; Thu, 18 Apr 2013 12:55:23 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-wi0-x22d.google.com (mail-wi0-x22d.google.com [IPv6:2a00:1450:400c:c05::22d]) by mx1.freebsd.org (Postfix) with ESMTP id 84A16B0E; Thu, 18 Apr 2013 12:55:22 +0000 (UTC) Received: by mail-wi0-f173.google.com with SMTP id c10so1827765wiw.0 for ; Thu, 18 Apr 2013 05:55:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:date:from:to:cc:subject:message-id:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; bh=Y0po0iHy7AdTFFsMszlyAucdOUNrAY+SVmOhHMUNNEU=; b=MxOG4ck8NETqfhMbhf6XlUhnCvXlKek/hMOixIuB53HBpyyIT8QSBoKzSWJtcgdcr/ 5C4jrdtospUCSCmw4bJzxIpiXklDlys27iSKIY9dgmeMGA10ybOCopRgEdarYizTcvLL KxrVDCQL0bxx1iam5m7RwJLR/bOytktUci+gZgB49cwAD83+FrRHo24F9ihGmbymvQM8 xKiKceTEMzD8WWl52udgllROMb125Lb+VoX8g4GecA4QsPVHBp7Vs/Q0kD5pZhSLC6s3 ry1E4oDXyPdgsVWziOqs7jecGCe3eEvuYxDlANEKMOX+5ERGCiALWYzkM2asZCyJezSa mtHA== X-Received: by 10.194.104.168 with SMTP id gf8mr18455011wjb.58.1366289721584; Thu, 18 Apr 2013 05:55:21 -0700 (PDT) Received: from ithaqua.etoilebsd.net (ithaqua.etoilebsd.net. [37.59.37.188]) by mx.google.com with ESMTPS id d8sm4998642wiv.10.2013.04.18.05.55.20 (version=TLSv1 cipher=RC4-SHA bits=128/128); Thu, 18 Apr 2013 05:55:20 -0700 (PDT) Sender: Baptiste Daroussin Date: Thu, 18 Apr 2013 14:55:18 +0200 From: Baptiste Daroussin To: Jeremy Messenger Subject: Re: svn commit: r316035 - head/emulators/linux_base-f10 Message-ID: <20130418125518.GH90159@ithaqua.etoilebsd.net> References: <201304181034.r3IAYPQP010244@svn.freebsd.org> <516FCE04.10507@freebsd.org> <516FD10C.1030907@FreeBSD.org> <20130418114707.GG90159@ithaqua.etoilebsd.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="xHbokkKX1kTiQeDC" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, "ports-committers@freebsd.org" , Rene Ladan , Tijl Coosemans , Chris Rees X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Apr 2013 12:55:23 -0000 --xHbokkKX1kTiQeDC Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Apr 18, 2013 at 07:50:58AM -0500, Jeremy Messenger wrote: > On Thu, Apr 18, 2013 at 7:31 AM, Chris Rees wrote: > > > > On 18 Apr 2013 12:47, "Baptiste Daroussin" wrote: > >> > >> On Thu, Apr 18, 2013 at 12:55:08PM +0200, Tijl Coosemans wrote: > >> > On 2013-04-18 12:42, Ren=E9 Ladan wrote: > >> > > On 18-04-2013 12:34, Tijl Coosemans wrote: > >> > >> Author: tijl > >> > >> Date: Thu Apr 18 10:34:25 2013 > >> > >> New Revision: 316035 > >> > >> URL: http://svnweb.freebsd.org/changeset/ports/316035 > >> > >> > >> > >> Log: > >> > >> Create empty locale directories to fix linux-f10-gtk2 package. > >> > >> This partially reverts r315685. > >> > >> > >> > >> Feature safe: yes > >> > >> > >> > > Are you sure the error is in this package and not in linux-f10-gtk= 2 ? > >> > > Baptiste, any opinions? > >> > > >> > It's debatable, but linux_base handling these directories is compara= ble > >> > to ports like gnomehier and kdehier. > >> > >> I agree this is debatable, if you consider linux_base-f10 to be a *hier > >> like > >> port then it belongs to linux_base-f10 otherwise it belong to > >> linux-f10-gtk2. > >> > >> In all cases I'm not a huge fan of the *hier ports or about the mtrees= all > >> over > >> the place :) > > > > I absolutely *hate* the locale plist steps. It almost certainly would = be > > very easy to automate this, but how would portmgr react to this? > > > > PORTLOCALES=3D${PORTNAME} >=20 > Or just create localehier. I don't understand why our @dirrm isn't as > @dirrmtry (remove @dirrmtry) by default? >=20 pkgng did that at first parsing @dirm and @dirrmtry the same way, and I have been yelled at by a lot of people, that dirrmtry/dirrm distinction was real= ly really important :) I still don't get why but heh we did it :) regards, Bapt --xHbokkKX1kTiQeDC Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlFv7TYACgkQ8kTtMUmk6Ex8YQCfciPiurZk3ZcHWYm9lOGj5udY nr0An3ZP9frgda3dnN8R2bJd3ilFQ6kt =TgeX -----END PGP SIGNATURE----- --xHbokkKX1kTiQeDC--