View | Details | Raw Unified | Return to bug 153643
Collapse All | Expand All

(-)collectd/Makefile (-2 / +10 lines)
Lines 7-13 Link Here
7
7
8
PORTNAME=	collectd
8
PORTNAME=	collectd
9
PORTVERSION=	4.9.3
9
PORTVERSION=	4.9.3
10
PORTREVISION=	1
10
PORTREVISION=	2
11
CATEGORIES=	net-mgmt
11
CATEGORIES=	net-mgmt
12
MASTER_SITES=	http://collectd.org/files/
12
MASTER_SITES=	http://collectd.org/files/
13
13
Lines 26-31 Link Here
26
		APCUPS		"Input: APC UPS (apcupsd)" 			Off \
26
		APCUPS		"Input: APC UPS (apcupsd)" 			Off \
27
		CURL		"Input: CURL generic web statistics" 		Off \
27
		CURL		"Input: CURL generic web statistics" 		Off \
28
		DBI		"Input: database abstraction library"		Off \
28
		DBI		"Input: database abstraction library"		Off \
29
		DISK		"Input: Disk performance statistics"		Off \
29
		NUTUPS		"Input: NUT UPS daemon" 			Off \
30
		NUTUPS		"Input: NUT UPS daemon" 			Off \
30
		INTERFACE 	"Input: Network interfaces (libstatgrab)" 	On  \
31
		INTERFACE 	"Input: Network interfaces (libstatgrab)" 	On  \
31
		MBMON		"Input: MBMon" 					Off \
32
		MBMON		"Input: MBMon" 					Off \
Lines 74-80 Link Here
74
		--disable-contextswitch \
75
		--disable-contextswitch \
75
		--disable-cpufreq \
76
		--disable-cpufreq \
76
		--disable-curl_json \
77
		--disable-curl_json \
77
		--disable-disk \
78
		--disable-entropy \
78
		--disable-entropy \
79
		--disable-fscache \
79
		--disable-fscache \
80
		--disable-gmond \
80
		--disable-gmond \
Lines 195-200 Link Here
195
PLIST_SUB+=	DBI="@comment "
195
PLIST_SUB+=	DBI="@comment "
196
.endif
196
.endif
197
197
198
.if defined(WITH_DISK)
199
CONFIGURE_ARGS+=--enable-disk
200
PLIST_SUB+=	DISK=""
201
.else
202
CONFIGURE_ARGS+=--disable-disk
203
PLIST_SUB+=	DISK="@comment "
204
.endif
205
198
.if defined(WITH_NUTUPS)
206
.if defined(WITH_NUTUPS)
199
CONFIGURE_ARGS+=--enable-nut
207
CONFIGURE_ARGS+=--enable-nut
200
BUILD_DEPENDS+=	${LOCALBASE}/include/upsclient.h:${PORTSDIR}/sysutils/nut
208
BUILD_DEPENDS+=	${LOCALBASE}/include/upsclient.h:${PORTSDIR}/sysutils/nut
(-)collectd/pkg-plist (+3 lines)
Lines 35-40 Link Here
35
%%DBI%%lib/collectd/dbi.a
35
%%DBI%%lib/collectd/dbi.a
36
%%DBI%%lib/collectd/dbi.la
36
%%DBI%%lib/collectd/dbi.la
37
%%DBI%%lib/collectd/dbi.so
37
%%DBI%%lib/collectd/dbi.so
38
%%DISK%%lib/collectd/disk.a
39
%%DISK%%lib/collectd/disk.la
40
%%DISK%%lib/collectd/disk.so
38
lib/collectd/df.a
41
lib/collectd/df.a
39
lib/collectd/df.la
42
lib/collectd/df.la
40
lib/collectd/df.so
43
lib/collectd/df.so

Return to bug 153643