From 5de972c92f7181f28e526b5ddc78c8ab66d37422 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Sat, 23 Jan 2010 18:39:04 +0000 Subject: [PATCH] rules: Disabled further Linux-specific plugins on kfreebsd. --- debian/changelog | 7 ++++++- debian/rules | 21 +++++++++++++++++++++ 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 8f96f62..25b4c28 100644 --- a/debian/changelog +++ b/debian/changelog @@ -32,8 +32,13 @@ collectd (4.9.1-1) unstable; urgency=low + "gmond" plugin / libganglia1-dev + "libvirt" plugin / libvirt-dev + "java" plugin / openjdk6-jdk + * debian/rules: + - Disabled the following plugins on kfreebsd-{i386,amd64} which have not + yet been ported to FreeBSD: battery, conntrack, contextswitch, cpufreq, + disk, entropy, fscache, irq, madwifi, nfs, protocols, serial, thermal, + vmem, vserver, wireless. - -- Sebastian Harl Sat, 23 Jan 2010 18:20:17 +0000 + -- Sebastian Harl Sat, 23 Jan 2010 18:38:40 +0000 collectd (4.8.2-1) unstable; urgency=medium diff --git a/debian/rules b/debian/rules index 150271f..cb1e229 100755 --- a/debian/rules +++ b/debian/rules @@ -100,6 +100,27 @@ ifneq (,$(findstring $(DEB_BUILD_ARCH),kfreebsd-i386 kfreebsd-amd64)) --disable-sensors endif +# These plugins have not been ported to FreeBSD yet. +ifneq (,$(findstring $(DEB_BUILD_ARCH),kfreebsd-i386 kfreebsd-amd64)) + confflags += \ + --disable-battery \ + --disable-conntrack \ + --disable-contextswitch \ + --disable-cpufreq \ + --disable-disk \ + --disable-entropy \ + --disable-fscache \ + --disable-irq \ + --disable-madwifi \ + --disable-nfs \ + --disable-protocols \ + --disable-serial \ + --disable-thermal \ + --disable-vmem \ + --disable-vserver \ + --disable-wireless +endif + # Build-dependencies of these plugins are (not yet) available for kfreebsd. ifneq (,$(findstring $(DEB_BUILD_ARCH),kfreebsd-i386 kfreebsd-amd64)) confflags += \ -- 2.30.2