From owner-freebsd-ports@freebsd.org Thu May 6 16:54:28 2021 Return-Path: Delivered-To: freebsd-ports@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 1E383627A63 for ; Thu, 6 May 2021 16:54:28 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (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 "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FbfnH6P48z4rpT; Thu, 6 May 2021 16:54:27 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from ale.bitgold.com (151-0-207-195.ip282.fastwebnet.it [151.0.207.195]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: ale) by smtp.freebsd.org (Postfix) with ESMTPSA id 82B472B823; Thu, 6 May 2021 16:54:27 +0000 (UTC) (envelope-from ale@FreeBSD.org) Subject: Re: USES=cargo vs. workspaces To: freebsd-ports@freebsd.org, rust@FreeBSD.org References: <72cc189f-178d-008c-f2de-9a32b72fcd9e@FreeBSD.org> From: Alex Dupre Message-ID: <88da3e16-1a37-4332-0d5f-2ad6f87376f8@FreeBSD.org> Date: Thu, 6 May 2021 18:54:26 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:78.0) Gecko/20100101 Thunderbird/78.10.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 May 2021 16:54:28 -0000 On 06/05/21 18:32, Jan Beich wrote: > Did you try CARGO_GIT_SUBDIR? See https://cgit.freebsd.org/ports/commit/?id=ab415159b8b9 > If that commit message is still unclear check existing consumers: Thanks, it worked! I wasn't aware of it. -- Alex Dupre