From nobody Sat Dec 10 09:33:09 2022 X-Original-To: freebsd-stable@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4NTjPC2G37z4jjWB for ; Sat, 10 Dec 2022 09:33:19 +0000 (UTC) (envelope-from list_freebsd@bluerosetech.com) Received: from echo.brtsvcs.net (echo.brtsvcs.net [IPv6:2607:f740:c::4ae]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4NTjPB6sBwz3w3N for ; Sat, 10 Dec 2022 09:33:18 +0000 (UTC) (envelope-from list_freebsd@bluerosetech.com) Authentication-Results: mx1.freebsd.org; none Received: from chombo.houseloki.net (65-100-43-2.dia.static.qwest.net [65.100.43.2]) by echo.brtsvcs.net (Postfix) with ESMTPS id 4CE9038D07; Sat, 10 Dec 2022 09:33:11 +0000 (UTC) Received: from [10.26.25.100] (ivy.pas.ds.pilgrimaccounting.com [10.26.25.100]) by chombo.houseloki.net (Postfix) with ESMTPSA id CD2D5229F8; Sat, 10 Dec 2022 01:33:10 -0800 (PST) Subject: Re: PORTSDIR not being read from /etc/make.conf when build /usr/src To: Jonathan Vasquez Cc: "freebsd-stable@freebsd.org" References: <3b3339c7-4ec7-5d44-1486-33d3147a89bf@bluerosetech.com> From: Mel Pilgrim Message-ID: Date: Sat, 10 Dec 2022 01:33:09 -0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.12.0 List-Id: Production branch of FreeBSD source code List-Archive: https://lists.freebsd.org/archives/freebsd-stable List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4NTjPB6sBwz3w3N X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:36236, ipnet:2607:f740:c::/48, country:US] X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-ThisMailContainsUnwantedMimeParts: N > On Friday, December 9th, 2022 at 07:10, Mel Pilgrim > wrote: >> >> Symlink /usr/ports -> /usr/local/poudriere/ports/default On 2022-12-09 9:09, Jonathan Vasquez wrote: > Thanks Mel. > > Like I said before, I know we have a lot of workarounds for this, > but I'm wondering if the current behavior of "PORTSDIR" not being > respected when declared in the /etc/make.conf, if that's intended > behavior or a bug? Does it work if you set PORTSDIR in /etc/src.conf as well?