Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Jan 2016 14:37:16 +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: r406706 - head/net-mgmt/nagios-plugins
Message-ID:  <201601191437.u0JEbGJs020072@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Tue Jan 19 14:37:16 2016
New Revision: 406706
URL: https://svnweb.freebsd.org/changeset/ports/406706

Log:
  Version 2.1 has a knob to tell where sudo is. Use it.
  
  PR:		206331
  Submitted by:	ohauer
  Sponsored by:	Absolight

Modified:
  head/net-mgmt/nagios-plugins/Makefile

Modified: head/net-mgmt/nagios-plugins/Makefile
==============================================================================
--- head/net-mgmt/nagios-plugins/Makefile	Tue Jan 19 14:26:23 2016	(r406705)
+++ head/net-mgmt/nagios-plugins/Makefile	Tue Jan 19 14:37:16 2016	(r406706)
@@ -3,7 +3,7 @@
 
 PORTNAME=	nagios-plugins
 PORTVERSION=	2.1.1
-PORTREVISION=	4
+PORTREVISION=	5
 PORTEPOCH=	1
 CATEGORIES=	net-mgmt
 MASTER_SITES=	https://www.nagios-plugins.org/download/ \
@@ -75,6 +75,7 @@ CONFIGURE_ARGS+=ac_cv_path_PATH_TO_QMAIL
 		ac_cv_path_PATH_TO_PING6=/sbin/ping6 \
 		--with-ping-command="/sbin/ping -n -c %d %s" \
 		--with-ping6-command="/sbin/ping6 -n -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?201601191437.u0JEbGJs020072>