File:  [cvs.NetBSD.org] / pkgsrc / net / nagios-plugins / patches / patch-plugins-scripts_Makefile.in
Revision 1.2: download - view: text, annotated - select for diffs
Fri Mar 17 12:40:34 2023 UTC (22 months, 1 week ago) by jperkin
Branches: MAIN
CVS tags: pkgsrc-2024Q4-base, pkgsrc-2024Q4, pkgsrc-2024Q3-base, pkgsrc-2024Q3, pkgsrc-2024Q2-base, pkgsrc-2024Q2, pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4, pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, HEAD
nagios-plugins: Update to 2.4.3.

The distribution includes a broken NEWS file that refers to a non-existant
version 2.3.4, and a ChangeLog that has not been updated since 2020, so it is
assumed that the following changes are in this release, even though the version
number is wrong.  This update is primarily for the Solaris build fix.

2.3.4 ????-??-??
        pst3.c: Fix build issue on Solaris (#537)
        check_log: Fix error message for systems that don't use bash (#539)

$NetBSD: patch-plugins-scripts_Makefile.in,v 1.2 2023/03/17 12:40:34 jperkin Exp $

Exclude plugins that would require extra dependancies.
Some can be found in specific nagios plugin packages.

--- plugins-scripts/Makefile.in.orig	2023-01-17 22:21:30.000000000 +0000
+++ plugins-scripts/Makefile.in
@@ -1603,17 +1603,12 @@ top_srcdir = @top_srcdir@
 with_trusted_path = @with_trusted_path@
 @RELEASE_PRESENT_TRUE@NP_VERSION = @NP_RELEASE@
 SUFFIXES = .pl .sh
-libexec_SCRIPTS = check_breeze check_disk_smb check_flexlm check_ircd \
-	check_log check_oracle check_rpc check_sensors check_wave \
-	check_ifstatus check_ifoperstatus check_mailq check_file_age \
-	check_ssl_validity \
-	utils.sh utils.pm
 
-EXTRA_DIST = check_breeze.pl check_disk_smb.pl check_flexlm.pl check_ircd.pl \
-	check_log.sh check_ntp.pl check_oracle.sh check_rpc.pl check_sensors.sh \
-	check_ifstatus.pl check_ifoperstatus.pl check_wave.pl check_mailq.pl check_file_age.pl \
-	check_ssl_validity.pl \
-	utils.sh.in utils.pm.in t
+libexec_SCRIPTS = check_ircd check_log check_ntp check_rpc \
+	check_mailq check_file_age utils.sh utils.pm
+
+EXTRA_DIST = check_ircd.pl check_log.sh check_ntp.pl check_rpc.pl \
+	check_mailq.pl check_file_age.pl utils.sh.in utils.pm.in t
 
 EDIT = sed \
   -e 's|[@]NP_VERSION[@]|$(NP_VERSION)|g' \

CVSweb <webmaster@jp.NetBSD.org>