Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Oct 2016 13:04:04 +0200
From:      Dimitry Andric <dim@FreeBSD.org>
To:        Dewayne Geraghty <dewaynegeraghty@gmail.com>
Cc:        ports-list freebsd <freebsd-ports@freebsd.org>
Subject:   Re: Eliminate the use of gettext
Message-ID:  <07D4471E-94A8-447F-8C6F-4E428BD0952D@FreeBSD.org>
In-Reply-To: <CAGnMC6oEFrfUJBTvqztosOsZNR%2Bm6%2BRbkB1g5RwaQLkr4w%2BCyg@mail.gmail.com>
References:  <CAGnMC6oEFrfUJBTvqztosOsZNR%2Bm6%2BRbkB1g5RwaQLkr4w%2BCyg@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help

--Apple-Mail=_07B8875A-234D-4FCD-AB47-AC183A274EC9
Content-Transfer-Encoding: 7bit
Content-Type: text/plain;
	charset=us-ascii

On 11 Oct 2016, at 02:49, Dewayne Geraghty <dewaynegeraghty@gmail.com> wrote:
> 
> I would like to reduce (eliminate) the prevalence of GPLv3 code in the
> applications that we build.
> 
> How can we eliminate the use of gettext-runtime in, for example, heimdal
> which is widely used?
> 
> We use English only, so internationalisation isn't a concern and the
> inclusion of gettext-runtime means that we're introducing GPLv3 code into
> applications that are BSD licenced.

Add the following line to /etc/make.conf:

OPTIONS_UNSET+=NLS

This will unset NLS support for all the ports that support it, at least.
There will still be a few where this support is not optional, however.

-Dimitry


--Apple-Mail=_07B8875A-234D-4FCD-AB47-AC183A274EC9
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
	filename=signature.asc
Content-Type: application/pgp-signature;
	name=signature.asc
Content-Description: Message signed with OpenPGP using GPGMail

-----BEGIN PGP SIGNATURE-----
Version: GnuPG/MacGPG2 v2.0.30

iEYEARECAAYFAlf8xzQACgkQsF6jCi4glqNGKACgjgYy87D/gAmQcVtQecfIKHQi
5SAAoMmQiUGZvAP1w+m8uj1BDQYGiRfj
=1bj1
-----END PGP SIGNATURE-----

--Apple-Mail=_07B8875A-234D-4FCD-AB47-AC183A274EC9--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?07D4471E-94A8-447F-8C6F-4E428BD0952D>