pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/nagios-plugin-x509
Module Name: pkgsrc
Committed By: nia
Date: Wed Jul 12 20:17:12 UTC 2023
Modified Files:
pkgsrc/net/nagios-plugin-x509: Makefile distinfo
Added Files:
pkgsrc/net/nagios-plugin-x509/patches: patch-Makefile
Log Message:
nagios-plugin-x509: Avoid use of strict C89 mode when some non-standard
functions (asprintf) are used. Honour CFLAGS. Avoid Werror when the target
system is not predictable.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/nagios-plugin-x509/Makefile \
pkgsrc/net/nagios-plugin-x509/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/net/nagios-plugin-x509/patches/patch-Makefile
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-plugin-x509/Makefile
diff -u pkgsrc/net/nagios-plugin-x509/Makefile:1.1 pkgsrc/net/nagios-plugin-x509/Makefile:1.2
--- pkgsrc/net/nagios-plugin-x509/Makefile:1.1 Thu Jan 19 15:15:02 2023
+++ pkgsrc/net/nagios-plugin-x509/Makefile Wed Jul 12 20:17:12 2023
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2023/01/19 15:15:02 manu Exp $
+# $NetBSD: Makefile,v 1.2 2023/07/12 20:17:12 nia Exp $
#
PKGNAME= nagios-plugin-x509-${DISTNAME:C/.*-//}
+PKGREVISION= 1
DISTNAME= check_x509-0.1
CATEGORIES= net
MASTER_SITES= http://ftp.espci.fr/pub/nagios-local/
Index: pkgsrc/net/nagios-plugin-x509/distinfo
diff -u pkgsrc/net/nagios-plugin-x509/distinfo:1.1 pkgsrc/net/nagios-plugin-x509/distinfo:1.2
--- pkgsrc/net/nagios-plugin-x509/distinfo:1.1 Thu Jan 19 15:15:02 2023
+++ pkgsrc/net/nagios-plugin-x509/distinfo Wed Jul 12 20:17:12 2023
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.1 2023/01/19 15:15:02 manu Exp $
+$NetBSD: distinfo,v 1.2 2023/07/12 20:17:12 nia Exp $
BLAKE2s (check_x509-0.1.tgz) = 3837e7cd6d8839f9d0c450c4086d2482626a661ad70e440817ea66bee40d5d39
SHA512 (check_x509-0.1.tgz) = daec2e04c52da0811b9b0658cd0dd600fc766253801563fc9b601f8ef03eb030c4b7e69c4a7524f2584b9e282f326215eab154b9357ae766c991ec4d854236e4
Size (check_x509-0.1.tgz) = 2160 bytes
+SHA1 (patch-Makefile) = 8657e512e50669f971a75175c184c9c8b9fa00aa
Added files:
Index: pkgsrc/net/nagios-plugin-x509/patches/patch-Makefile
diff -u /dev/null pkgsrc/net/nagios-plugin-x509/patches/patch-Makefile:1.1
--- /dev/null Wed Jul 12 20:17:12 2023
+++ pkgsrc/net/nagios-plugin-x509/patches/patch-Makefile Wed Jul 12 20:17:12 2023
@@ -0,0 +1,14 @@
+$NetBSD: patch-Makefile,v 1.1 2023/07/12 20:17:12 nia Exp $
+
+Avoid use of strict C89 mode when some non-standard functions (asprintf)
+are used. Honour CFLAGS. Avoid Werror when the target system is not
+predictable.
+
+--- Makefile.orig 2022-11-29 10:13:20.000000000 +0000
++++ Makefile
+@@ -1,4 +1,4 @@
+-CFLAGS= -Wall -Werror -ansi -g
++CFLAGS+= -std=gnu99
+
+ all: check_x509
+
Home |
Main Index |
Thread Index |
Old Index