From nobody Fri Dec 9 17:09:27 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 4NTHZF1zfhz4jmJL for ; Fri, 9 Dec 2022 17:09:41 +0000 (UTC) (envelope-from jon@xyinn.org) Received: from mail-4317.proton.ch (mail-4317.proton.ch [185.70.43.17]) (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-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "protonmail.com", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4NTHZD6kBWz3CHy for ; Fri, 9 Dec 2022 17:09:40 +0000 (UTC) (envelope-from jon@xyinn.org) Authentication-Results: mx1.freebsd.org; none Date: Fri, 09 Dec 2022 17:09:27 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=xyinn.org; s=protonmail3; t=1670605778; x=1670864978; bh=mkczVqX1VoMXT6N7xOzsCHNzf/3smJeseIsR8vU9O7Y=; h=Date:To:From:Cc:Subject:Message-ID:In-Reply-To:References: Feedback-ID:From:To:Cc:Date:Subject:Reply-To:Feedback-ID: Message-ID:BIMI-Selector; b=n+x95FyqfI7melcrXTixxoAXbE8W3FeconKbc8903qehsbZYF2ZqS3M65fa2TsVwl 8JukAvk69crXkQXXeqcPlvFQGfTh1CGG/sG4/LIOQ3Q3gDaVcZsEGVGV2aefHI9vba +G+2HRqysWlhMVytOVGbnUZPOR+CH1ROglDLSefTbCEW96pk+aIVjn9yNM9SBGk/Dl VCBNYJ5h72RHBNybIslxrU2+dMAVnVpPgtGvuzHIwq/OikCU+Tr9Qe6FHUKgyVCWPw ouIoBRSkIhj2A84nIHQG3iQVWRQI3GergPzBKUGm8bneN/mlTn+g6GikdN04IarEm8 20XigKfoUUNoA== To: Mel Pilgrim From: Jonathan Vasquez Cc: "freebsd-stable@freebsd.org" Subject: Re: PORTSDIR not being read from /etc/make.conf when build /usr/src Message-ID: In-Reply-To: <3b3339c7-4ec7-5d44-1486-33d3147a89bf@bluerosetech.com> References: <3b3339c7-4ec7-5d44-1486-33d3147a89bf@bluerosetech.com> Feedback-ID: 12351801:user:proton 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 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Rspamd-Queue-Id: 4NTHZD6kBWz3CHy X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:62371, ipnet:185.70.43.0/24, country:CH] X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-ThisMailContainsUnwantedMimeParts: N Thanks Mel. Like I said before, I know we have a lot of workarounds for this, but I'm w= ondering if the current behavior of "PORTSDIR" not being respected when dec= lared in the /etc/make.conf, if that's intended behavior or a bug? Jonathan Vasquez PGP: 34DA 858C 1447 509E C77A D49F FB85 90B7 C4CA 5279 Sent with ProtonMail Secure Email ------- Original Message ------- On Friday, December 9th, 2022 at 07:10, Mel Pilgrim wrote: > On 2022-12-07 14:18, Jonathan Vasquez wrote: >=20 > > 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. >=20 > [...] >=20 > > At the moment I have my poudriere ports directory and > > distfiles defined at: > >=20 > > /usr/local/poudriere/ports/default (The standard path for poudriere). > > /usr/local/poudriere/distfiles > >=20 > > I went ahead and added the following to /etc/make.conf: > >=20 > > PORTSDIR=3D/usr/local/poudriere/ports/default > > DISTDIR=3D/usr/local/poudriere/distfiles > >=20 > > However, when running a "make -j32 buildkernel", the PORTSDIR variable > > doesn't get read in properly and will default to /usr/ports. >=20 >=20 > Symlink /usr/ports -> /usr/local/poudriere/ports/default