From owner-freebsd-doc@freebsd.org Fri Oct 21 17:09:17 2016 Return-Path: Delivered-To: freebsd-doc@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 11F31C1B2AF for ; Fri, 21 Oct 2016 17:09:17 +0000 (UTC) (envelope-from freebsd@dreamchaser.org) Received: from nightmare.dreamchaser.org (ns.dreamchaser.org [66.109.141.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CFD8A7F3 for ; Fri, 21 Oct 2016 17:09:15 +0000 (UTC) (envelope-from freebsd@dreamchaser.org) Received: from breakaway.dreamchaser.org. (breakaway.dreamchaser.org. [192.168.151.122]) by nightmare.dreamchaser.org (8.13.6/8.13.6) with ESMTP id u9LH99GB005185; Fri, 21 Oct 2016 11:09:10 -0600 (MDT) (envelope-from freebsd@dreamchaser.org) Reply-To: freebsd@dreamchaser.org Subject: Re: Why does the freebsd-doc-en port install far eastern languages? References: <2548d2dd-221d-8342-7b15-f8976691dddd@dreamchaser.org> To: Warren Block Cc: freebsd-doc@freebsd.org From: Gary Aitken Message-ID: <8058aae3-848a-3d30-b2fa-5212aac01dfe@dreamchaser.org> Date: Fri, 21 Oct 2016 11:09:09 -0600 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (nightmare.dreamchaser.org [192.168.151.101]); Fri, 21 Oct 2016 11:09:10 -0600 (MDT) X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Oct 2016 17:09:17 -0000 On 10/21/16 10:10, Warren Block wrote: > On Thu, 20 Oct 2016, Gary Aitken wrote: > >> If I build the misc/freebsd-doc-en port, it installs chinese, >> japanese, and korean fonts. Can anyone tell me why? >> >> ===>>> The following actions will be taken if you choose to >> proceed: Install misc/freebsd-doc-en > >> Install chinese/arphicttf Install chinese/ttfm Install >> japanese/font-ipa Install korean/nanumfonts-ttf > > These are a default dependency for the textproc/docproj port. Turn > off the TRANSLATOR option in that port to avoid them. ah, thanks. I thought that implied a general mechanism for translation, and languages themselves would need to be added in separately. It would be really helpful if the config dialog had a way to get help on each of the individual options possible. Gary