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

(-)Makefile (-4 / +4 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	collectd
4
PORTNAME=	collectd
5
PORTVERSION=	5.3.0
5
PORTVERSION=	5.3.0
6
PORTREVISION=	3
6
PORTREVISION=	4
7
CATEGORIES=	net-mgmt
7
CATEGORIES=	net-mgmt
8
MASTER_SITES=	http://collectd.org/files/
8
MASTER_SITES=	http://collectd.org/files/
9
9
Lines 17-23 Link Here
17
17
18
LATEST_LINK=	collectd5
18
LATEST_LINK=	collectd5
19
19
20
OPTIONS_DEFINE=		CGI CURL DEBUG DBI GCRYPT JSON MEMCACHEC MODBUS MYSQL NUTUPS PGSQL PING PYTHON REDIS ROUTEROS RRDTOOL SNMP STATGRAB TOKYOTYRANT VIRT XML XMMS
20
OPTIONS_DEFINE=		CGI CURL DEBUG DBI GCRYPT JSON MEMCACHEC MODBUS MYSQL NOTIFYEMAIL NUTUPS PGSQL PING PYTHON REDIS ROUTEROS RRDTOOL SNMP STATGRAB TOKYOTYRANT VIRT XML XMMS
21
21
22
CGI_DESC=		Install collection.cgi (requires rrdtool)
22
CGI_DESC=		Install collection.cgi (requires rrdtool)
23
CURL_DESC=		Enable curl-based plugins (apache, nginx, etc)
23
CURL_DESC=		Enable curl-based plugins (apache, nginx, etc)
Lines 99-105 Link Here
99
		--without-libyajl \
99
		--without-libyajl \
100
		--without-oracle \
100
		--without-oracle \
101
		--without-perl-bindings \
101
		--without-perl-bindings \
102
		--without-python
103
102
104
# NOTE: Plugins without external dependencies
103
# NOTE: Plugins without external dependencies
105
CONFIGURE_ARGS+=	\
104
CONFIGURE_ARGS+=	\
Lines 275-283 Link Here
275
274
276
.if ${PORT_OPTIONS:MPYTHON}
275
.if ${PORT_OPTIONS:MPYTHON}
277
USE_PYTHON=	yes
276
USE_PYTHON=	yes
278
CONFIGURE_ARGS+=--with-python=${LOCALBASE} --enable-python
277
CONFIGURE_ARGS+=--with-python=${PYTHON_CMD} --enable-python
279
PLIST_SUB+=	PYTHON=""
278
PLIST_SUB+=	PYTHON=""
280
.else
279
.else
280
CONFIGURE_ARGS+=--without-python
281
PLIST_SUB+=	PYTHON="@comment "
281
PLIST_SUB+=	PYTHON="@comment "
282
.endif
282
.endif

Return to bug 180838