From owner-svn-ports-branches@freebsd.org Sat Nov 25 14:36:11 2017 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9FD45DE6F4D; Sat, 25 Nov 2017 14:36:11 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5CF792BFD; Sat, 25 Nov 2017 14:36:11 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vAPEaA6Z063673; Sat, 25 Nov 2017 14:36:10 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vAPEaAdI063672; Sat, 25 Nov 2017 14:36:10 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201711251436.vAPEaAdI063672@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sat, 25 Nov 2017 14:36:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r454885 - branches/2017Q4/net-mgmt/collectd5 X-SVN-Group: ports-branches X-SVN-Commit-Author: riggs X-SVN-Commit-Paths: branches/2017Q4/net-mgmt/collectd5 X-SVN-Commit-Revision: 454885 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Nov 2017 14:36:11 -0000 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