Revision: 26087 http://sourceforge.net/p/gar/code/26087 Author: dmichelsen Date: 2017-01-26 13:02:38 +0000 (Thu, 26 Jan 2017) Log Message: ----------- collectd/trunk: Update to 5.7.1
Modified Paths: -------------- csw/mgar/pkg/collectd/trunk/Makefile csw/mgar/pkg/collectd/trunk/checksums Added Paths: ----------- csw/mgar/pkg/collectd/trunk/files/cswcollectd.xml Modified: csw/mgar/pkg/collectd/trunk/Makefile =================================================================== --- csw/mgar/pkg/collectd/trunk/Makefile 2017-01-26 13:00:33 UTC (rev 26086) +++ csw/mgar/pkg/collectd/trunk/Makefile 2017-01-26 13:02:38 UTC (rev 26087) @@ -1,7 +1,7 @@ # $Id$ # NAME = collectd -VERSION = 5.6.0 +VERSION = 5.7.1 GARTYPE = v2 DESCRIPTION = Collects system performance statistics periodically @@ -33,10 +33,12 @@ GARCOMPILER = GNU BUILD64 = 1 -ISAEXEC = 1 EXTRA_CFLAGS += -std=gnu99 +sysconfdir-suffix-64 = /64 +sysconfdir = /etc/opt/csw$(sysconfdir-suffix-$(MEMORYMODEL)) + CONFIGURE_ARGS += $(DIRPATHS) # Disable for now and probably try this patch: @@ -261,6 +263,7 @@ INITSMF = $(sysconfdir)/init\.d/cswcollectd PRESERVECONF += $(sysconfdir)/collectd.conf +PRESERVECONF += $(sysconfdir)/64/collectd.conf include gar/category.mk Modified: csw/mgar/pkg/collectd/trunk/checksums =================================================================== --- csw/mgar/pkg/collectd/trunk/checksums 2017-01-26 13:00:33 UTC (rev 26086) +++ csw/mgar/pkg/collectd/trunk/checksums 2017-01-26 13:02:38 UTC (rev 26087) @@ -1 +1 @@ -572b346ca47d6466fe48e6e504b41cf0 collectd-5.6.0.tar.bz2 +dc36141ed3058c4919bbd54b87c07873 collectd-5.7.1.tar.bz2 Copied: csw/mgar/pkg/collectd/trunk/files/cswcollectd.xml (from rev 25802, csw/mgar/pkg/logstash/trunk/files/cswlogstash.xml) =================================================================== (Binary files differ) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.