From owner-freebsd-current@freebsd.org Thu Nov 3 12:23:32 2016 Return-Path: Delivered-To: freebsd-current@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 AB632C2C8FF for ; Thu, 3 Nov 2016 12:23:32 +0000 (UTC) (envelope-from junchoon@dec.sakura.ne.jp) Received: from dec.sakura.ne.jp (dec.sakura.ne.jp [210.188.226.8]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 53CC6107A; Thu, 3 Nov 2016 12:23:31 +0000 (UTC) (envelope-from junchoon@dec.sakura.ne.jp) Received: from fortune.joker.local (123-48-19-110.dz.commufa.jp [123.48.19.110]) (authenticated bits=0) by dec.sakura.ne.jp (8.15.2/8.15.2/[SAKURA-WEB]/20080708) with ESMTPA id uA3BkiEN002331; Thu, 3 Nov 2016 20:46:44 +0900 (JST) (envelope-from junchoon@dec.sakura.ne.jp) Date: Thu, 3 Nov 2016 20:46:44 +0900 From: Tomoaki AOKI To: freebsd-current@freebsd.org Subject: Re: Fwd: Re: how to reduce the size of /usr/share/i18n data? Message-Id: <20161103204644.1b2705306b3d1fc91af67b8f@dec.sakura.ne.jp> In-Reply-To: References: <58187573.7020402@grosbein.net> <20161103092939.GB2648@home.opsec.eu> Organization: Junchoon corps X-Mailer: Sylpheed 3.5.1 (GTK+ 2.24.29; amd64-portbld-freebsd11.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Nov 2016 12:23:32 -0000 On Thu, 3 Nov 2016 06:46:39 -0400 Mark Heily wrote: > On Nov 3, 2016 5:30 AM, "Kurt Jaeger" wrote: > > > > Hi! > > > > > So I am to take it that no-one has any idea how this stuff works and > > > how to stub it out? > > > > Or had time to write about it. > > > > -- > > pi@opsec.eu +49 171 3101372 4 years to > go ! > > > > Maybe you could use 'svn blame' to research who has commited those files, > and contact them directly? Not shure but maybe WITHOUT_ICONV knob would eliminate them from build. Beware! It should completely eliminate iconv features. See commit message for Revision 219019 below. https://svnweb.freebsd.org/base/head/share/i18n/Makefile?view=log Sorry, I don't know how to safely delete some (not all) part of conversions to shrink the contents there, keeping limited iconv features to work. -- Tomoaki AOKI