From owner-svn-ports-all@FreeBSD.ORG Mon Apr 21 09:50:39 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C766A143; Mon, 21 Apr 2014 09:50:39 +0000 (UTC) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 8729112F1; Mon, 21 Apr 2014 09:50:39 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 2CD6FBDC68; Mon, 21 Apr 2014 11:50:37 +0200 (CEST) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) by prod2.absolight.net (Postfix) with ESMTPA id E75A7BDC56; Mon, 21 Apr 2014 11:50:36 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by atuin.in.mat.cc (Postfix) with ESMTP id 98D8CD3E03EE; Mon, 21 Apr 2014 11:50:35 +0200 (CEST) Date: Mon, 21 Apr 2014 11:50:34 +0200 From: Mathieu Arnold To: Craig Leres , Mathieu Arnold , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r351319 - in head/net-mgmt/nagios-plugins: . files Message-ID: In-Reply-To: <53545164.7010009@ee.lbl.gov> References: <201404150957.s3F9vlea057278@svn.freebsd.org> <53545164.7010009@ee.lbl.gov> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Apr 2014 09:50:39 -0000 +--On 20 avril 2014 15:59:48 -0700 Craig Leres wrote: | Can we leave these out and assume that when we have a build depend on | some version of bind, dig and nslookup will exist when the | nagios-plugins configure script runs and it will correctly detect the | correct paths? Hmm, no, if you use REPLACE_BASE, you just tell nagios-plugins to use BASE. It only uses two binaries, no shared libs, so it doesn't need to be upgraded if you upgrade your BIND in base. I'll update the help message to tell exactly that. -- Mathieu Arnold