/mail/libesmtp/

hat 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)
- Fix configure error with Emacs 25. 2016-10-10T13:56:13+00:00 nobutaka nobutaka@FreeBSD.org 2016-10-10T13:56:13+00:00 5c286a2959323be3fbfb828c0d823affb9f6c5ca - Remove xemacs-related files and code that are no longer used.
- Remove xemacs-related files and code that are no longer used.
Rename all files containing a : in their filename. 2016-06-17T23:28:04+00:00 mat mat@FreeBSD.org 2016-06-17T23:28:04+00:00 6c05d1dcf8927d644e123e2e350ac2ad589392dd While there, run make makepatch on affected ports, and rename patches accordingly. Sponsored by: Absolight
While there, run make makepatch on affected ports, and rename patches
accordingly.

Sponsored by:	Absolight
Remove $FreeBSD$ from patches files everywhere. 2015-05-22T20:34:27+00:00 mat mat@FreeBSD.org 2015-05-22T20:34:27+00:00 134f4ddc0efa77d4a1c271a146e0f533abb6409e With hat: portmgr Sponsored by: Absolight
With hat:	portmgr
Sponsored by:	Absolight