Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Jan 2020 12:46:36 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r522483 - in head: comms/nanovna-saver sysutils/azure-agent
Message-ID:  <202001091246.009CkaQm071990@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Thu Jan  9 12:46:35 2020
New Revision: 522483
URL: https://svnweb.freebsd.org/changeset/ports/522483

Log:
  Fix bulk -a when building with all python flavors.

Modified:
  head/comms/nanovna-saver/Makefile   (contents, props changed)
  head/sysutils/azure-agent/Makefile   (contents, props changed)

Modified: head/comms/nanovna-saver/Makefile
==============================================================================
--- head/comms/nanovna-saver/Makefile	Thu Jan  9 12:35:46 2020	(r522482)
+++ head/comms/nanovna-saver/Makefile	Thu Jan  9 12:46:35 2020	(r522483)
@@ -16,7 +16,7 @@ BUILD_DEPENDS=	${PYNUMPY} \
 RUN_DEPENDS=	${BUILD_DEPENDS}
 
 USES=		python:3.3+ pyqt:5 qt:5
-USE_PYTHON=	distutils autoplist
+USE_PYTHON=	distutils autoplist noflavors
 USE_PYQT=	core_run gui_run widgets_run
 QT5_USE=	core gui widgets
 

Modified: head/sysutils/azure-agent/Makefile
==============================================================================
--- head/sysutils/azure-agent/Makefile	Thu Jan  9 12:35:46 2020	(r522482)
+++ head/sysutils/azure-agent/Makefile	Thu Jan  9 12:46:35 2020	(r522483)
@@ -25,7 +25,7 @@ SHEBANG_FILES=	bin/waagent bin/waagent2.0
 USE_GITHUB=	yes
 GH_ACCOUNT=	Azure
 GH_PROJECT=	WALinuxAgent
-USE_PYTHON=	autoplist distutils
+USE_PYTHON=	autoplist distutils noflavors
 
 post-patch:
 	${REINPLACE_CMD} -e "s,/etc/waagent,${PREFIX}/etc/waagent,g" \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001091246.009CkaQm071990>