Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Mar 2018 09:20:31 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r465678 - head/net-mgmt/monitoring-plugins
Message-ID:  <201803270920.w2R9KV9f006039@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Tue Mar 27 09:20:31 2018
New Revision: 465678
URL: https://svnweb.freebsd.org/changeset/ports/465678

Log:
  Force path to sudo to fix, at least, check_mailq -s.
  
  PR:		226918
  Reported by:	alexander wittig name
  Sponsored by:	Absolight

Modified:
  head/net-mgmt/monitoring-plugins/Makefile   (contents, props changed)

Modified: head/net-mgmt/monitoring-plugins/Makefile
==============================================================================
--- head/net-mgmt/monitoring-plugins/Makefile	Tue Mar 27 09:09:24 2018	(r465677)
+++ head/net-mgmt/monitoring-plugins/Makefile	Tue Mar 27 09:20:31 2018	(r465678)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803270920.w2R9KV9f006039>