From owner-freebsd-questions@freebsd.org Fri May 8 19:04:50 2020 Return-Path: Delivered-To: freebsd-questions@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3EEA22DF71F for ; Fri, 8 May 2020 19:04:50 +0000 (UTC) (envelope-from listac@nebelschwaden.de) Received: from mail.worldserver.net (mail.worldserver.net [217.13.200.38]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits)) (Client CN "*.worldserver.net", Issuer "EuropeanSSL Server CA 2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49JfsF33H3z4CmV for ; Fri, 8 May 2020 19:04:49 +0000 (UTC) (envelope-from listac@nebelschwaden.de) Received: from postpony.nebelschwaden.de (v22018114346177759.hotsrv.de [194.55.14.20]) (Authenticated sender: postmaster@nebelschwaden.de) by mail.worldserver.net (Postfix) with ESMTPA id 3DDE425560 for ; Fri, 8 May 2020 21:04:45 +0200 (CEST) Received: from kaperfahrt.nebelschwaden.de (kaperfahrt.nebelschwaden.de [172.16.37.5]) by postpony.nebelschwaden.de (Postfix) with ESMTP id ADC56D825A for ; Fri, 8 May 2020 21:04:44 +0200 (CEST) Date: Fri, 8 May 2020 21:04:44 +0200 From: Ede Wolf To: freebsd-questions@freebsd.org Subject: Moving sources (base/ports) from /usr Message-ID: <20200508210444.7945f4ba@kaperfahrt.nebelschwaden.de> X-Mailer: Claws Mail 3.17.5 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 49JfsF33H3z4CmV X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of listac@nebelschwaden.de has no SPF policy when checking 217.13.200.38) smtp.mailfrom=listac@nebelschwaden.de X-Spamd-Result: default: False [-0.77 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; NEURAL_HAM_MEDIUM(-0.72)[-0.716,0]; FROM_HAS_DN(0.00)[]; RWL_MAILSPIKE_GOOD(0.00)[38.200.13.217.rep.mailspike.net : 127.0.0.18]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-0.85)[-0.846,0]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-questions@freebsd.org]; TO_DN_NONE(0.00)[]; AUTH_NA(1.00)[]; RCPT_COUNT_ONE(0.00)[1]; RCVD_COUNT_THREE(0.00)[3]; DMARC_NA(0.00)[nebelschwaden.de]; R_SPF_NA(0.00)[]; RCVD_IN_DNSWL_LOW(-0.10)[38.200.13.217.list.dnswl.org : 127.0.5.1]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:15657, ipnet:217.13.192.0/20, country:DE]; RCVD_TLS_LAST(0.00)[]; IP_SCORE(-0.00)[country: DE(-0.02)]; FROM_EQ_ENVFROM(0.00)[] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.32 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 May 2020 19:04:50 -0000 Hi, As the title implies, I would like to move everything src/build related from /usr to a different folder, let's call it /import. And since it won't be mounted permanently, I'd rather like not to use links. That would certainly work, but it's ugly. So I am looking for a more clean way of archiving this, but currently I am having trouble to find a comprehensive list of the variables, that would need to be set, and more over, where the proper place woulf be, to do so. More often than not it is not /etc/make.conf For MAKEOBJDIRPREFIX it is src-env.conf, but what about the others? SRCDIR, PORTSDIR, WRKDIRPREFIX, DISTFILES, WRKSRC? Is that list correct and/or complete? Is there any documentation providing a decent overview of the environment (base as well as ports)? Or maybe anyone is running this kind of setup as well? Thanks for helping out Ede