This library is able to encode/decode files in the following formats: uuencode xxencode Base64 BinHex yEnc WWW: http://www.fpx.de/fp/Software/UUDeview/ 2017-01-18T13:20:31+00:00 tijl tijl@FreeBSD.org 2017-01-18T13:20:31+00:00 d7b51d6e3b9874fae397ddfa8717c3be71d84edb locale set by the user. Add LANG=C and LC_ALL=C at the beginning of bsd.port.mk and export them so all commands are executed with the C locale. LC_ALL=C overrides all other LC_* variables. LANG is used by setlocale(3) as default value for LC_* variables, so normally it isn't used when LC_ALL is set, but there's code out there that looks at LANG directly so it's safer to set it as well. The only commands not captured by this are != assignments before any inclusion of bsd.port.*mk. Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a different locale (e.g. USE_LOCALE=en_US.UTF-8). PR: 215882 Exp-run by: antoine Approved by: portmgr (antoine)
locale set by the user.  Add LANG=C and LC_ALL=C at the beginning of
bsd.port.mk and export them so all commands are executed with the C locale.
LC_ALL=C overrides all other LC_* variables.  LANG is used by setlocale(3)
as default value for LC_* variables, so normally it isn't used when LC_ALL
is set, but there's code out there that looks at LANG directly so it's safer
to set it as well.  The only commands not captured by this are !=
assignments before any inclusion of bsd.port.*mk.

Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to
CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a
different locale (e.g. USE_LOCALE=en_US.UTF-8).

PR:		215882
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g. 2016-04-01T14:00:51+00:00 mat mat@FreeBSD.org 2016-04-01T14:00:51+00:00 148314483d3098c0d6a33944f1190842e671502f With hat: portmgr Sponsored by: Absolight
With hat:	portmgr
Sponsored by:	Absolight
- Strip libraries 2015-05-28T11:41:20+00:00 amdmi3 amdmi3@FreeBSD.org 2015-05-28T11:41:20+00:00 fa584a31d9324cdddfe29123ae1d6acfe5f75369