On 2020/01/22 14:47, Paco Esteban wrote: > On Wed, 22 Jan 2020, Stuart Henderson wrote: > > > Do you have any local changes in mk.conf or diffs in python ports > > infrastructure (python.port.mk etc)? Running "make plist" here doesn't add > > those lines. > > This is my mk.conf (I have some things in /home because I built > this machine before going into the porting party. I know, I should > reinstall): > > WRKOBJDIR=/home/paco/ports/obj > DISTDIR=/home/paco/ports/distfiles > PACKAGE_REPOSITORY=/home/paco/ports/packages > SUDO=/usr/bin/doas > FETCH_PACKAGES= > PORTS_PRIVSEP=Yes > > I don't have any diff on /usr/ports/infrastructure or > /usr/ports/lang/python > > Cheers, > > -- > Paco Esteban. > 5818130B8A6DBC03 >
Hmm, maybe something doas-related, are you allowing it to pass environment variables through (keepenv)? I don't think it's anything to do with WRKOBJDIR, DISTDIR, PACKAGE_REPOSITORY, those are used widely and don't cause it for me.