svn commit: r522483 - in head: comms/nanovna-saver sysutils/azure-agent

Mathieu Arnold mat at FreeBSD.org
Thu Jan 9 12:46:36 UTC 2020


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" \


More information about the svn-ports-head mailing list