svn commit: r465686 - branches/2018Q1/net-mgmt/monitoring-plugins
Mathieu Arnold
mat at FreeBSD.org
Tue Mar 27 10:53:49 UTC 2018
Author: mat
Date: Tue Mar 27 10:53:48 2018
New Revision: 465686
URL: https://svnweb.freebsd.org/changeset/ports/465686
Log:
MFH: r465678
Force path to sudo to fix, at least, check_mailq -s.
PR: 226918
Reported by: alexander wittig name
Sponsored by: Absolight
Modified:
branches/2018Q1/net-mgmt/monitoring-plugins/Makefile
Directory Properties:
branches/2018Q1/ (props changed)
Modified: branches/2018Q1/net-mgmt/monitoring-plugins/Makefile
==============================================================================
--- branches/2018Q1/net-mgmt/monitoring-plugins/Makefile Tue Mar 27 10:00:48 2018 (r465685)
+++ branches/2018Q1/net-mgmt/monitoring-plugins/Makefile Tue Mar 27 10:53:48 2018 (r465686)
@@ -3,7 +3,7 @@
PORTNAME= monitoring-plugins
PORTVERSION= 2.2
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= net-mgmt
MASTER_SITES= https://www.monitoring-plugins.org/download/ LOCAL/mat/${PORTNAME}
@@ -69,6 +69,7 @@ CONFIGURE_ARGS+=ac_cv_path_PATH_TO_QMAIL_QSTAT=/var/qm
ac_cv_path_PATH_TO_PING6=/sbin/ping6 \
--with-ping-command="/sbin/ping -n -t %d -c %d %s" \
--with-ping6-command="/sbin/ping6 -n -X %d -c %d %s" \
+ ac_cv_path_PATH_TO_SUDO=${LOCALBASE}/bin/sudo \
ac_cv_path_PATH_TO_SMBCLIENT=${LOCALBASE}/bin/smbclient
CPPFLAGS+= -I${LOCALBASE}/include
More information about the svn-ports-branches
mailing list