RMD160 (collectd-5.8.0.tar.bz2) = 7b812b1046d57a9047213bb182b8744d98606547
SHA512 (collectd-5.8.0.tar.bz2) = 1b3d0cc44e2ca54e13eebf292074f1efa8b33d6800d04405e0eaaa2dd1cb2416c6eae580729fb5aead23a5039f41ffe8a9989a907a8c18be8f867f1099fc0008
Size (collectd-5.8.0.tar.bz2) = 1686017 bytes
-SHA1 (patch-Makefile.am) = 0fb4b20d995cd63943b8a826cc166db1b4f36132
+SHA1 (patch-Makefile.am) = 110cce600c66226bb02291349e76433555418edd
SHA1 (patch-configure.ac) = a98505a285635e54810597604c610541f4cdb5e3
SHA1 (patch-src_bind.c) = 4aa7742c8e24ee6bd7293abc56fc95a605d0a2c7
SHA1 (patch-src_collectd.conf.in) = f0b35085cf0ddfd766e140b145177ab1f1326f5f
$NetBSD: patch-Makefile.am,v 1.3 2018/01/04 15:42:42 jperkin Exp $
-Use other data directory.
+Use other data directory, correct $< in explicit rule
+(https://github.com/collectd/collectd/issues/3313).
---- Makefile.am.orig 2017-11-18 09:03:27.326751649 +0000
-+++ Makefile.am
-@@ -165,7 +165,7 @@ AM_CPPFLAGS = \
+--- Makefile.am.orig 2017-11-18 10:03:27.000000000 +0100
++++ Makefile.am 2019-10-08 16:53:17.694282904 +0200
+@@ -165,7 +165,7 @@
-DPREFIX='"${prefix}"' \
-DCONFIGFILE='"${sysconfdir}/${PACKAGE_NAME}.conf"' \
-DLOCALSTATEDIR='"${localstatedir}"' \
-DPLUGINDIR='"${pkglibdir}"' \
-DPKGDATADIR='"${pkgdatadir}"'
-@@ -1205,6 +1205,12 @@ netlink_la_LDFLAGS = $(PLUGIN_LDFLAGS)
+@@ -1205,6 +1205,12 @@
netlink_la_LIBADD = $(BUILD_WITH_LIBMNL_LIBS)
endif
if BUILD_PLUGIN_NETWORK
pkglib_LTLIBRARIES += network.la
network_la_SOURCES = \
-@@ -1942,6 +1948,8 @@ endif
+@@ -1942,6 +1948,8 @@
if BUILD_PLUGIN_WRITE_PROMETHEUS
BUILT_SOURCES += prometheus.pb-c.c prometheus.pb-c.h
prometheus.pb-c.c prometheus.pb-c.h: $(srcdir)/proto/prometheus.proto
$(AM_V_PROTOC_C)$(PROTOC_C) -I$(srcdir)/proto --c_out=$(builddir) $(srcdir)/proto/prometheus.proto
endif
-@@ -1964,7 +1972,7 @@ endif
+@@ -1952,19 +1960,19 @@
+
+ collectd.grpc.pb.cc: $(srcdir)/proto/collectd.proto $(srcdir)/proto/types.proto
+ $(V_PROTOC)$(PROTOC) -I$(srcdir)/proto \
+- --grpc_out=$(builddir) --plugin=protoc-gen-grpc=$(GRPC_CPP_PLUGIN) $<
++ --grpc_out=$(builddir) --plugin=protoc-gen-grpc=$(GRPC_CPP_PLUGIN) $>
+
+ collectd.pb.cc: $(srcdir)/proto/collectd.proto $(srcdir)/proto/types.proto
+- $(V_PROTOC)$(PROTOC) -I$(srcdir)/proto --cpp_out=$(builddir) $<
++ $(V_PROTOC)$(PROTOC) -I$(srcdir)/proto --cpp_out=$(builddir) $>
+
+ types.pb.cc: $(srcdir)/proto/types.proto
+- $(V_PROTOC)$(PROTOC) -I$(srcdir)/proto --cpp_out=$(builddir) $<
++ $(V_PROTOC)$(PROTOC) -I$(srcdir)/proto --cpp_out=$(builddir) $>
+ endif
+ endif
install-exec-hook:
$(mkinstalldirs) $(DESTDIR)$(localstatedir)/run