Received: by mail.netbsd.org (Postfix, from userid 605) id 041E384D53; Mon, 1 Jun 2020 05:54:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7F2F284D2C for ; Mon, 1 Jun 2020 05:54:17 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id h18h1WmPHXT1 for ; Mon, 1 Jun 2020 05:54:17 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id D17D284C8B for ; Mon, 1 Jun 2020 05:54:16 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C6478FB27; Mon, 1 Jun 2020 05:54:16 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_159099085631510" MIME-Version: 1.0 Date: Mon, 1 Jun 2020 05:54:16 +0000 From: "Roland Illig" Subject: CVS commit: pkgsrc/net/nagios-base To: pkgsrc-changes@NetBSD.org Reply-To: rillig@netbsd.org X-Mailer: log_accum Message-Id: <20200601055416.C6478FB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_159099085631510 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: rillig Date: Mon Jun 1 05:54:16 UTC 2020 Modified Files: pkgsrc/net/nagios-base: Makefile.common Log Message: net/nagios*: remove unknown configure option Neither nagios-base nor the plugins know this option. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 pkgsrc/net/nagios-base/Makefile.common Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_159099085631510 Content-Disposition: inline Content-Length: 751 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/nagios-base/Makefile.common diff -u pkgsrc/net/nagios-base/Makefile.common:1.12 pkgsrc/net/nagios-base/Makefile.common:1.13 --- pkgsrc/net/nagios-base/Makefile.common:1.12 Tue Aug 2 14:03:18 2011 +++ pkgsrc/net/nagios-base/Makefile.common Mon Jun 1 05:54:16 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.12 2011/08/02 14:03:18 bouyer Exp $ +# $NetBSD: Makefile.common,v 1.13 2020/06/01 05:54:16 rillig Exp $ # # used by net/nagios-base/Makefile # used by net/nagios-nsca/Makefile @@ -27,6 +27,5 @@ CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSC CONFIGURE_ARGS+= --localstatedir=${NAGIOSDIR} CONFIGURE_ARGS+= --with-cgiurl=/nagios/cgi-bin -CONFIGURE_ARGS+= --with-htmurl=/nagios BUILD_DEFS+= NAGIOSDIR --_----------=_159099085631510--