K 10 svn:author V 3 dvl K 8 svn:date V 27 2020-07-20T19:22:16.452334Z K 7 svn:log V 698 At present, the policy implemented in Mk/Scripts/qa.sh prevents me from adding lang/python, lang/python2, or lang/python3 as a dependency of another port. "This is to prevent adding dependencies to meta ports that are only there to improve the end user experience." - I build my own packages via poudriere. I want to create my own meta-package which has such packages as RUN_DEPENDS. It's been suggested that I patch my own copy of the tree. This patch moves towards tools, not policy. This patch allows me to set this variable in a poudriere make.conf file: QA_ENV+= IGNORE_DEPENDS_BLACKLIST="YES" Reviewed by: mat Approved by: portmgr Differential Revision: https://reviews.freebsd.org/D25450 END