From owner-freebsd-hackers@freebsd.org Tue Nov 1 11:06:43 2016 Return-Path: Delivered-To: freebsd-hackers@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 507E7C290D4 for ; Tue, 1 Nov 2016 11:06:43 +0000 (UTC) (envelope-from julian@freebsd.org) Received: from vps1.elischer.org (vps1.elischer.org [204.109.63.16]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "vps1.elischer.org", Issuer "CA Cert Signing Authority" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 2E8D41BE2 for ; Tue, 1 Nov 2016 11:06:42 +0000 (UTC) (envelope-from julian@freebsd.org) Received: from Julian-MBP3.local (ppp121-45-232-92.lns20.per1.internode.on.net [121.45.232.92]) (authenticated bits=0) by vps1.elischer.org (8.15.2/8.15.2) with ESMTPSA id uA1B6bjv045238 (version=TLSv1.2 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Tue, 1 Nov 2016 04:06:40 -0700 (PDT) (envelope-from julian@freebsd.org) Subject: Re: how to reduce the size of /usr/share/i18n data? To: Eugene Grosbein , freebsd References: <7b036323-aa77-6d41-36b0-439a12a36524@freebsd.org> <58187573.7020402@grosbein.net> From: Julian Elischer Message-ID: Date: Tue, 1 Nov 2016 19:06:32 +0800 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <58187573.7020402@grosbein.net> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Nov 2016 11:06:43 -0000 On 1/11/2016 6:58 PM, Eugene Grosbein wrote: > 01.11.2016 17:53, Julian Elischer пишет: >> there are a number of packages that want to link with or use that >> data, and you can't always disable it, but it's very very big >> (38MB?), especially in the context of an appliance that doesn't >> really need it at all. >> >> >> If anyone has a procedure to follow to put that onto a diet, maybe >> just as a stub then I'm all ears. > > +1 > > Introduction of such large part of base system is kind of > catastrophe for embedded systems > that need only ASCII and may be additionally one of "good old" 8-bit > locales. > > FreeBSD 11 got pretty large and embedded-unfriendly without clear > way to exclude such unneeded parts. > > it's already bloating out 10.3