From owner-freebsd-questions@FreeBSD.ORG Mon Oct 10 15:25:55 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D8D416A44B for ; Mon, 10 Oct 2005 15:25:55 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail22.sea5.speakeasy.net (mail22.sea5.speakeasy.net [69.17.117.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1CA643D45 for ; Mon, 10 Oct 2005 15:25:54 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 26632 invoked from network); 10 Oct 2005 15:25:54 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail22.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 10 Oct 2005 15:25:54 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 1EA1341; Mon, 10 Oct 2005 11:25:53 -0400 (EDT) Sender: lowell@be-well.ilk.org To: lr101fc@yahoo.co.uk References: <20051009133057.590ad0ee.lr101fc@yahoo.co.uk> From: Lowell Gilbert Date: 10 Oct 2005 11:25:52 -0400 In-Reply-To: <20051009133057.590ad0ee.lr101fc@yahoo.co.uk> Message-ID: <44y851v1fj.fsf@be-well.ilk.org> Lines: 13 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: make.conf need --disable-nls or NO_LOCALE settings ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2005 15:25:55 -0000 Hanno Krusken writes: > Hi all, > > running FreeBSD-5.4-RELENG-p7 with a custom kernel on a laptop, I would like to disable "ALL" non english building language on the system incl. for all the installed ports. > > I can not find any article about settings for the "/etc/make.conf" file, is there some thing like "NO_LOCALE", "WITHOUT_NLS" or global "CONFIGURE_ARGS+=--disable-nls" witch can be used in single port "Makefile" configurations. > > I would like to use any thing like "?????+=--disable-nls" for my "/etc/make.conf" to include to "buildworld", "make install" and "portupgrade -rRa" with out getting all the "~/local" folders cluttered up. There is no formal support for this. Nor is there likely to be, given the number of different approaches taken by different third-party software. You will need to keep an eye on it port by port.