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
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)
MFH: 2017Q1 Differential Revision: https://reviews.freebsd.org/D9142
Removed uesless @exec and prefer setting owner directly on the directory itself
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
With hat: portmgr Sponsored by: Absolight