pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/nagios-base



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.

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



Home | Main Index | Thread Index | Old Index