/www/wml/

rom make.conf (see bug 226557). Moreover, they don't require any additional dependencies and their cost in terms of size is small wrt the total size of these ports. PR: 226557 The output of tools like awk, date, sort, tr,... depends on the current 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)
lang/tcl85: fix integer overflow and avoid segfault 2016-11-04T15:15:36+00:00 gahr gahr@FreeBSD.org 2016-11-04T15:15:36+00:00 0e16f1520b576c43f8a7ef896b6a8908978361b8 PR: 214205 Submitted by: gahr
PR:		214205
Submitted by:	gahr
lang/tcl85, x11-toolkits/tk85: update to 8.5.19 2016-02-16T09:06:55+00:00 gahr gahr@FreeBSD.org 2016-02-16T09:06:55+00:00 fa15792c8ca46baab60534df68b8c918697b70d1 Announcement: http://code.activestate.com/lists/tcl-core/15413/
Announcement: http://code.activestate.com/lists/tcl-core/15413/