On 2017/06/06 02:52, Antoine Jacoutot wrote: > CVSROOT: /cvs > Module name: ports > Changes by: [email protected] 2017/06/06 02:52:02 > > Modified files: > sysutils/py-augeas: Makefile > > Log message: > Missing BDEP and RDEP. > echo '127.0.0.1 pypi.python.org' >>/etc/hosts to the rescue! >
Hmmm! An alternative to avoid messing with hosts: make prepare doas route -T2 add default 127.0.0.1 -reject route -T2 exec make Or some PORTS_BUILDUSER thing and PF rules... There's got to be some way to do this automatically for port builds.
