From nobody Mon Apr 15 16:48:22 2024 X-Original-To: freebsd-ports@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 4VJCmF4NSLz5Gx2x for ; Mon, 15 Apr 2024 16:48:29 +0000 (UTC) (envelope-from portmaster@bsdforge.com) Received: from udns.ultimatedns.net (udns.ultimatedns.net [24.113.41.81]) (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 "ultimatedns.net", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4VJCmF2nXMz41c4; Mon, 15 Apr 2024 16:48:29 +0000 (UTC) (envelope-from portmaster@bsdforge.com) Authentication-Results: mx1.freebsd.org; none Received: from ultimatedns.net (localhost [127.0.0.1]) by udns.ultimatedns.net (8.16.1/8.16.1) with ESMTP id 43FGmMIg041328; Mon, 15 Apr 2024 09:48:28 -0700 (PDT) (envelope-from portmaster@bsdforge.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=ultimatedns.net; s=mx99; t=1713199708; x=1713200308; r=y; bh=DGv1hA9X91OdwJWzxGmdEMBAUbSuzs0x7J5tcQFDki8=; h=Date:From:To:Cc:Subject:In-Reply-To:References; b=jS0LGubEIwheRG8EbJ0idKzahcEIvwes+rzLsz9knP/grZL7q7Pzi7zzunoaa15pO N5URGvJrOBZJCqLmrYiL5Z/rbCzuE0RpGhIB7tPi6gwhKqFjq+3a3gbfGB8c6sISGc pKbmqmPc14kZeA9coZAUsAysEi8ub19JzIX310lgU7ZZyBe09SRAjZ5SRvZ6G9qqSl bcKE6rAIT2f3DoWwwXF0pDrxamVl3evGt6UcaTPLRkviPXG+hrWo0XAQp65E6UmBln zgeHg+4fZ6injqARIYHj8cv82EZRUU2jyl5yeUn03+uguASvOlkc98lfzsRX43VWeO SXJswgmAA29hg== List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: freebsd-ports@freebsd.org Sender: owner-freebsd-ports@FreeBSD.org MIME-Version: 1.0 Date: Mon, 15 Apr 2024 09:48:22 -0700 From: Chris To: Moin Rahman Cc: freebsd-ports@freebsd.org Subject: Re: holding rust at a particular version In-Reply-To: References: <20f77d23043622d68d6421bfdc9a1cc7@bsdforge.com> User-Agent: UDNSMS/17.0 Message-ID: X-Sender: portmaster@bsdforge.com Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:11404, ipnet:24.113.0.0/16, country:US] X-Rspamd-Queue-Id: 4VJCmF2nXMz41c4 On 2024-04-15 09:31, Moin Rahman wrote: >> On Apr 15, 2024, at 6:27 PM, Chris wrote: >> >> On 2024-04-15 06:33, void wrote: >>> Is it possible, either within poudriere or using traditional ports, >>> to not have ports building fetching latest rust? >>> rust 1.76 is already installed. 1.77 is in the ports tree. >>> 1.76 is the latest for -current on arm64 on the pkg builders. >>> if I go into the ports tree and build something needing rust, >>> it'll build 1.77 rust locally instead of using the already-installed 1.76. >>> which would tie the machine up for hours if not days if allowed to >>> proceed. >>> Can this be avoided? >> make.conf(5) is your friend. You should be able to add >> DEFAULT_VERSIONS+=rust1.76 >> to accomplish your task. NOTE you may want to comment this line later >> should it cause problems with other ports that aren't your current target. >> IOW your choices here should be chosen carefully and watched closely. It's >> easy to set it and forget it. :) >> To get the right permutation. Have a look in Mk/bsd.default-versions.mk >> >> -- >> --Chris Hutchinson >> > > This is not correct. :/ I'm sorry to hear this. For the sake of clarity; Is this just my ignorance for rust? I have no difficulty accomplishing this task with other targets -- perl, php, *SQL,... So long as the *chosen* version is still available within the ports tree. Granted; this isn't a one-size-fits-all situation. Much the same as mixing ports && packages. But if carefully curated, has worked for me. -- --Chris Hutchinson