poudriere, FLAVOR and rebuilding for python3.6

2018-09-09 Thread Bjarne
I have been using python 2.7 so far for all ports, which means all python packages  are built as py27-something. These python packages are all automaticcaly build as dependencies from other packages, for example like py27-dnspython which is a requirement of mailman. Now I am trying to change

RUN_DEPENDS and portmaster

2018-09-09 Thread Matthias Fechner
Dear all, I have a questions reagarding the RUN_DEPENDS and at which step dependencies should be installed. I'm the maintainer of gitlab-ce port and I added a feature that checks in the install target: do-install: (cd ${WRKSRC} && ${RM} Gemfile.lock && bundle install --local)