forked from NetBSD/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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)
- Loading branch information
Showing
12 changed files
with
65 additions
and
120 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,6 @@ | ||
# $NetBSD: Makefile,v 1.21 2023/01/09 00:14:06 sekiya Exp $ | ||
# | ||
# $NetBSD: Makefile,v 1.22 2023/03/17 12:40:33 jperkin Exp $ | ||
|
||
PKGNAME= nagios-plugin-ldap-${PLUGINSVERSION} | ||
PKGREVISION= 1 | ||
CATEGORIES= net sysutils databases | ||
|
||
MAINTAINER= [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,6 @@ | ||
# $NetBSD: Makefile,v 1.21 2023/01/09 00:14:06 sekiya Exp $ | ||
# | ||
# $NetBSD: Makefile,v 1.22 2023/03/17 12:40:33 jperkin Exp $ | ||
|
||
PKGNAME= nagios-plugin-mysql-${PLUGINSVERSION} | ||
PKGREVISION= 2 | ||
CATEGORIES= net sysutils databases | ||
|
||
MAINTAINER= [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,6 @@ | ||
# $NetBSD: Makefile,v 1.23 2023/01/09 00:14:06 sekiya Exp $ | ||
# | ||
# $NetBSD: Makefile,v 1.24 2023/03/17 12:40:34 jperkin Exp $ | ||
|
||
PKGNAME= nagios-plugin-pgsql-${PLUGINSVERSION} | ||
PKGREVISION= 1 | ||
CATEGORIES= net sysutils databases | ||
|
||
MAINTAINER= [email protected] | ||
|
@@ -12,7 +10,6 @@ LICENSE= gnu-gpl-v3 | |
DEPENDS+= nagios-plugins-${PLUGINSVERSION}{,nb[0-9]*}:../../net/nagios-plugins | ||
|
||
CONFIGURE_ARGS+= --with-pgsql=${BUILDLINK_PREFIX.pgsql-lib} | ||
#CPPFLAGS+= -I${PGSQL_PREFIX}/include/pgsql | ||
|
||
.include "../../net/nagios-plugins/Makefile.common" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,6 @@ | ||
# $NetBSD: Makefile,v 1.21 2023/01/09 00:14:06 sekiya Exp $ | ||
# | ||
# $NetBSD: Makefile,v 1.22 2023/03/17 12:40:34 jperkin Exp $ | ||
|
||
PKGNAME= nagios-plugin-radius-${PLUGINSVERSION} | ||
PKGREVISION= 1 | ||
CATEGORIES= net sysutils | ||
|
||
MAINTAINER= [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,6 @@ | ||
# $NetBSD: Makefile,v 1.31 2023/01/09 00:14:06 sekiya Exp $ | ||
# | ||
# $NetBSD: Makefile,v 1.32 2023/03/17 12:40:34 jperkin Exp $ | ||
|
||
PKGNAME= nagios-plugin-snmp-${PLUGINSVERSION} | ||
PKGREVISION= 6 | ||
CATEGORIES= net sysutils | ||
|
||
MAINTAINER= [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
# $NetBSD: Makefile,v 1.56 2023/01/09 00:28:41 sekiya Exp $ | ||
# | ||
# $NetBSD: Makefile,v 1.57 2023/03/17 12:40:34 jperkin Exp $ | ||
|
||
#PKGREVISION= 1 | ||
CATEGORIES= net sysutils | ||
|
||
MAINTAINER= [email protected] | ||
|
@@ -17,10 +15,13 @@ USE_TOOLS+= msgfmt msgmerge intltool perl:run xgettext | |
|
||
PKG_GROUPS+= ${NAGIOS_GROUP} | ||
|
||
CONFIGURE_ARGS+= --without-pgsql --without-mysql \ | ||
--without-smbclient-command --without-snmpget-command \ | ||
--without-snmpgetnext-command --without-fping-command \ | ||
--without-apt-get-command | ||
CONFIGURE_ARGS+= --without-apt-get-command | ||
CONFIGURE_ARGS+= --without-fping-command | ||
CONFIGURE_ARGS+= --without-mysql | ||
CONFIGURE_ARGS+= --without-pgsql | ||
CONFIGURE_ARGS+= --without-smbclient-command | ||
CONFIGURE_ARGS+= --without-snmpget-command | ||
CONFIGURE_ARGS+= --without-snmpgetnext-command | ||
|
||
SPECIAL_PERMS+= ${PREFIX}/libexec/nagios/check_icmp ${SETUID_ROOT_PERMS} | ||
SPECIAL_PERMS+= ${PREFIX}/libexec/nagios/check_dhcp ${SETUID_ROOT_PERMS} | ||
|
@@ -48,8 +49,6 @@ MAKE_ENV+= CPPFLAGS_LFS=${CPPFLAGS_LFS:Q} | |
.endif | ||
LIBS.SunOS+= -lm | ||
|
||
#DEPENDS+= nagios-base-*:../../net/nagios-base | ||
|
||
.if !exists(/usr/bin/ssh) | ||
DEPENDS+= {ssh{,6}-[0-9]*,openssh-[0-9]*}:../../security/openssh | ||
.endif | ||
|
@@ -80,6 +79,6 @@ post-install: | |
${CHMOD} -x ${DESTDIR}${PREFIX}/libexec/nagios/utils.pm | ||
|
||
.include "../../mk/pthread.buildlink3.mk" | ||
.include "../../security/openssl/buildlink3.mk" | ||
.include "../../devel/gettext-lib/buildlink3.mk" | ||
.include "../../security/openssl/buildlink3.mk" | ||
.include "../../mk/bsd.pkg.mk" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
$NetBSD: patch-lib_Makefile.in,v 1.1 2023/01/09 00:28:41 sekiya Exp $ | ||
$NetBSD: patch-lib_Makefile.in,v 1.2 2023/03/17 12:40:34 jperkin Exp $ | ||
|
||
Pull in CPPFLAGS_LFS. | ||
|
||
--- lib/Makefile.in.orig 2020-03-12 01:57:59.000000000 +0900 | ||
+++ lib/Makefile.in 2023-01-09 08:50:52.418317845 +0900 | ||
@@ -166,7 +166,7 @@ | ||
am__depfiles_maybe = depfiles | ||
--- lib/Makefile.in.orig 2023-01-17 22:21:29.000000000 +0000 | ||
+++ lib/Makefile.in | ||
@@ -240,7 +240,7 @@ am__depfiles_remade = ./$(DEPDIR)/extra_ | ||
./$(DEPDIR)/utils_tcp.Po | ||
am__mv = mv -f | ||
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ | ||
- $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) | ||
+ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) $(CPPFLAGS_LFS) | ||
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ | ||
--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ | ||
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) | ||
AM_V_lt = $(am__v_lt_@AM_V@) | ||
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) | ||
am__v_lt_0 = --silent |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters