majordomo/majorcool.pl majordomo/majorcool_default.cf share/apache/cgi-bin/majordomo share/apache/htdocs/majorcool.html share/apache/icons/mc_action_button.gif share/apache/icons/mc_apply_button.gif share/apache/icons/mc_browse_active.gif share/apache/icons/mc_browse_banner.gif share/apache/icons/mc_browse_button.gif share/apache/icons/mc_browse_hot.gif share/apache/icons/mc_cool_banner.gif share/apache/icons/mc_cool_button.gif share/apache/icons/mc_cool_hot.gif share/apache/icons/mc_create_active.gif share/apache/icons/mc_create_banner.gif share/apache/icons/mc_create_button.gif share/apache/icons/mc_create_hot.gif share/apache/icons/mc_delete_active.gif share/apache/icons/mc_delete_banner.gif share/apache/icons/mc_delete_button.gif share/apache/icons/mc_delete_hot.gif share/apache/icons/mc_help_active.gif share/apache/icons/mc_help_banner.gif share/apache/icons/mc_help_button.gif share/apache/icons/mc_help_hot.gif share/apache/icons/mc_home_button.gif share/apache/icons/mc_home_hot.gif share/apache/icons/mc_lock.gif share/apache/icons/mc_mail_button.gif share/apache/icons/mc_mail_hot.gif share/apache/icons/mc_modify_active.gif share/apache/icons/mc_modify_banner.gif share/apache/icons/mc_modify_button.gif share/apache/icons/mc_modify_hot.gif share/apache/icons/mc_not.gif share/apache/icons/mc_prefs_active.gif share/apache/icons/mc_prefs_banner.gif share/apache/icons/mc_prefs_button.gif share/apache/icons/mc_prefs_hot.gif share/apache/icons/mc_rename_active.gif share/apache/icons/mc_rename_banner.gif share/apache/icons/mc_rename_button.gif share/apache/icons/mc_rename_hot.gif share/apache/icons/mc_scrncap_approval.gif share/apache/icons/mc_scrncap_backdoor.gif share/apache/icons/mc_scrncap_browse.gif share/apache/icons/mc_scrncap_confkey.gif share/apache/icons/mc_scrncap_full_browse1.gif share/apache/icons/mc_scrncap_full_browse2.gif share/apache/icons/mc_scrncap_full_browse3.gif share/apache/icons/mc_scrncap_full_create1.gif share/apache/icons/mc_scrncap_full_delete1.gif share/apache/icons/mc_scrncap_full_modify1.gif share/apache/icons/mc_scrncap_full_modify2.gif share/apache/icons/mc_scrncap_full_modify3.gif share/apache/icons/mc_scrncap_full_modify4.gif share/apache/icons/mc_scrncap_full_modify5.gif share/apache/icons/mc_scrncap_full_prefs1.gif share/apache/icons/mc_scrncap_full_rename1.gif share/apache/icons/mc_scrncap_keywords.gif share/apache/icons/mc_scrncap_menu.gif share/apache/icons/mc_scrncap_mini_browse1.gif share/apache/icons/mc_scrncap_mini_browse2.gif share/apache/icons/mc_scrncap_mini_browse3.gif share/apache/icons/mc_scrncap_mini_create1.gif share/apache/icons/mc_scrncap_mini_delete1.gif share/apache/icons/mc_scrncap_mini_modify1.gif share/apache/icons/mc_scrncap_mini_modify2.gif share/apache/icons/mc_scrncap_mini_modify3.gif share/apache/icons/mc_scrncap_mini_modify4.gif share/apache/icons/mc_scrncap_mini_modify5.gif share/apache/icons/mc_scrncap_mini_prefs1.gif share/apache/icons/mc_scrncap_mini_rename1.gif share/apache/icons/mc_scrncap_modify.gif share/apache/icons/mc_scrncap_prefs.gif share/apache/icons/mc_scrncap_sub.gif share/apache/icons/mc_scrncap_toggle.gif share/apache/icons/mc_send_button.gif share/apache/icons/mc_wait.gif .org/1999/xhtml'>
With hat:	perl
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)
net-mgmt/smokeping: Allow slaves to contact master over HTTPS 2017-01-17T16:49:19+00:00 feld feld@FreeBSD.org 2017-01-17T16:49:19+00:00 4dbd5f99750797b233f9f106352a7c4f6c0d4c55 MFH: 2017Q1 Differential Revision: https://reviews.freebsd.org/D9142
MFH:		2017Q1
Differential Revision:	https://reviews.freebsd.org/D9142
Fix build on unicode env 2016-12-22T23:14:43+00:00 bapt bapt@FreeBSD.org 2016-12-22T23:14:43+00:00 012647b580c07bffcd1ca3deee5ad4468e48e771 Removed uesless @exec and prefer setting owner directly on the directory itself
Removed uesless @exec and prefer setting owner directly on the directory itself
Update databases/rrdtool to 1.6.0 2016-05-02T16:08:56+00:00 zeising zeising@FreeBSD.org 2016-05-02T16:08:56+00:00 070e6635dfd8dba686122dbdca67310c45ccadf0 Most notably, this version of rrdtools.so is thread safe, so the rrdtools_th.so library is removed. Bump portrevision for depending ports due to shlib version bump. For full changelog: http://oss.oetiker.ch/rrdtool/pub/CHANGES Reviewed by: kwm Differential Revision: D6168
Most notably, this version of rrdtools.so is thread safe, so the
rrdtools_th.so library is removed.

Bump portrevision for depending ports due to shlib version bump.

For full changelog: http://oss.oetiker.ch/rrdtool/pub/CHANGES

Reviewed by:	kwm
Differential Revision:	D6168
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p. 2016-04-01T14:16:16+00:00 mat mat@FreeBSD.org 2016-04-01T14:16:16+00:00 c60c1d09235abbfd733e901b1872b86adc82027c With hat: portmgr Sponsored by: Absolight
With hat:	portmgr
Sponsored by:	Absolight