View | Details | Raw Unified | Return to bug 145239 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-4 / +12 lines)
Lines 6-18 Link Here
6
#
6
#
7
7
8
PORTNAME=	collectd
8
PORTNAME=	collectd
9
PORTVERSION=	4.5.1
9
PORTVERSION=	4.9.1
10
PORTREVISION=	2
11
CATEGORIES=	net-mgmt
10
CATEGORIES=	net-mgmt
12
MASTER_SITES=	http://collectd.org/files/ \
11
MASTER_SITES=	http://collectd.org/files/ \
13
		http://mirror.roe.ch/dist/${PORTNAME}/
12
		http://mirror.roe.ch/dist/${PORTNAME}/
14
13
15
MAINTAINER=	daniel@roe.ch
14
MAINTAINER=	ports@bsdserwis.com
16
COMMENT=	Systems & network statistics collection daemon
15
COMMENT=	Systems & network statistics collection daemon
17
16
18
USE_GMAKE=	yes
17
USE_GMAKE=	yes
Lines 27-32 Link Here
27
		INTERFACE "Input: Network interfaces (libstatgrab)" On \
26
		INTERFACE "Input: Network interfaces (libstatgrab)" On \
28
		MBMON	"Input: MBMon" Off \
27
		MBMON	"Input: MBMon" Off \
29
		MYSQL	"Input: MySQL" Off \
28
		MYSQL	"Input: MySQL" Off \
29
		PGSQL	"Input: PostgreSQL" Off \
30
		PING	"Input: Network latency (liboping)" On \
30
		PING	"Input: Network latency (liboping)" On \
31
		SNMP	"Input: SNMP" On \
31
		SNMP	"Input: SNMP" On \
32
		XMMS	"Input: XMMS" Off \
32
		XMMS	"Input: XMMS" Off \
Lines 73-79 Link Here
73
		--disable-notify_email \
73
		--disable-notify_email \
74
		--disable-onewire \
74
		--disable-onewire \
75
		--disable-perl \
75
		--disable-perl \
76
		--disable-postgresql \
77
		--disable-sensors \
76
		--disable-sensors \
78
		--disable-serial \
77
		--disable-serial \
79
		--disable-tape \
78
		--disable-tape \
Lines 153-158 Link Here
153
PLIST_SUB+=	MYSQL="@comment "
152
PLIST_SUB+=	MYSQL="@comment "
154
.endif
153
.endif
155
154
155
.if defined(WITH_PGSQL)
156
USE_PGSQL=	yes
157
CONFIGURE_ARGS+=--enable-postgresql
158
PLIST_SUB+=	PGSQL=""
159
.else
160
CONFIGURE_ARGS+=--disable-postgresql
161
PLIST_SUB+=	PGSQL="@comment "
162
.endif
163
156
.if defined(WITH_PING)
164
.if defined(WITH_PING)
157
LIB_DEPENDS+=	oping:${PORTSDIR}/net/liboping
165
LIB_DEPENDS+=	oping:${PORTSDIR}/net/liboping
158
CONFIGURE_ARGS+=--enable-ping
166
CONFIGURE_ARGS+=--enable-ping

Return to bug 145239