Date: Sat, 25 Nov 2017 14:36:10 +0000 (UTC) From: Thomas Zander <riggs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r454885 - branches/2017Q4/net-mgmt/collectd5 Message-ID: <201711251436.vAPEaAdI063672@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: riggs Date: Sat Nov 25 14:36:10 2017 New Revision: 454885 URL: https://svnweb.freebsd.org/changeset/ports/454885 Log: MFH: r454882 Allow collectd to use python3 if optional python support is activated PR: 222742 Submitted by: mi@ALDAN.algebra.com Approved by: ports-secteam (fix blanket) ports@bsdserwis.com (maintainer) Modified: branches/2017Q4/net-mgmt/collectd5/Makefile Directory Properties: branches/2017Q4/ (props changed) Modified: branches/2017Q4/net-mgmt/collectd5/Makefile ============================================================================== --- branches/2017Q4/net-mgmt/collectd5/Makefile Sat Nov 25 14:29:00 2017 (r454884) +++ branches/2017Q4/net-mgmt/collectd5/Makefile Sat Nov 25 14:36:10 2017 (r454885) @@ -212,9 +212,10 @@ PING_LIB_DEPENDS= liboping.so:net/liboping PING_CONFIGURE_ENABLE= ping PING_CONFIGURE_WITH= liboping=${LOCALBASE} -PYTHON_USES= python:2 +PYTHON_USES= python PYTHON_CONFIGURE_ENABLE= python PYTHON_CONFIGURE_WITH= python=${PYTHON_CMD} +PYTHON_CONFIGURE_ENV= PYTHON_CONFIG=${PYTHON_CMD}-config RABBITMQ_LIB_DEPENDS= librabbitmq.so:net/rabbitmq-c RABBITMQ_CONFIGURE_ENABLE= rabbitmq
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711251436.vAPEaAdI063672>