collected: update to 5.5.1.

This commit is contained in:
Steve Prybylski 2016-01-22 20:31:02 -05:00
parent d2b923d7c3
commit 7f83696191
2 changed files with 4 additions and 26 deletions

View file

@ -1,22 +0,0 @@
--- configure.ac.orig 2015-09-16 11:08:07.715932841 -0400
+++ configure.ac 2015-09-16 11:08:11.162932736 -0400
@@ -49,6 +49,7 @@
AC_PROG_YACC
PKG_PROG_PKG_CONFIG
+AC_GNU_SOURCE
AC_CHECK_PROG([have_protoc_c], [protoc-c], [yes], [no])
AC_CHECK_HEADERS([google/protobuf-c/protobuf-c.h],
[have_protobuf_c_h="yes"],
--- ./src/daemon/Makefile.am.orig 2015-09-16 11:08:07.715932841 -0400
+++ ./src/daemon/Makefile.am 2015-09-16 11:08:07.715932841 -0400
@@ -49,7 +49,7 @@
collectd_CFLAGS = $(AM_CFLAGS)
collectd_LDFLAGS = -export-dynamic
collectd_LDADD = libavltree.la libcommon.la libheap.la -lm
-collectd_DEPENDENCIES =
+collectd_DEPENDENCIES = libavltree.la libcommon.la libheap.la
# Link to these libraries..
if BUILD_WITH_LIBRT

View file

@ -1,7 +1,7 @@
# Template file for 'collectd'
pkgname=collectd
version=5.5.0
revision=2
version=5.5.1
revision=1
build_style=gnu-configure
configure_args="$(vopt_enable rrdtool rrdtool) $(vopt_enable perl perl)
--with-libiptc --enable-virt --sysconfdir=/etc --disable-static --with-fp-layout=nothing"
@ -16,7 +16,7 @@ maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
license="GPL-2, MIT"
homepage="http://collectd.org"
distfiles="http://collectd.org/files/${pkgname}-${version}.tar.gz"
checksum=5f7cfad5b24ed4f8b113cfb270e0f9e5a9f7c3af10443cb507fd40174a6c9028
checksum=4dba51d6243ff77858fff1ffbefe6f6528681ff219051f122aa2727e26271079
LDFLAGS="-lgcrypt"
build_options="rrdtool perl"
@ -36,7 +36,7 @@ post_install() {
vlicense COPYING
}
collectd-utils_package() {
collectd-utils_package() {
short_desc+=" - utilities"
pkg_install() {
for util in collectd-nagios collectd-tg collectdctl; do