Re: PORTSDIR not being read from /etc/make.conf when build /usr/src

From: Mel Pilgrim <list_freebsd_at_bluerosetech.com>
Date: Fri, 09 Dec 2022 12:10:52 UTC
On 2022-12-07 14:18, Jonathan Vasquez wrote:
> I'm currently trying to centralize my poudriere ports directory and my 
> normal /usr/ports dir so that I can reduce the load on the central 
> freebsd servers, and also to clean it up on my end.
[...]
> At the moment I have my poudriere ports directory and 
> distfiles defined at:
> 
> /usr/local/poudriere/ports/default (The standard path for poudriere).
> /usr/local/poudriere/distfiles
> 
> I went ahead and added the following to /etc/make.conf:
> 
> PORTSDIR=/usr/local/poudriere/ports/default
> DISTDIR=/usr/local/poudriere/distfiles
> 
> However, when running a "make -j32 buildkernel", the PORTSDIR variable 
> doesn't get read in properly and will default to /usr/ports.

Symlink /usr/ports -> /usr/local/poudriere/ports/default