From nobody Tue Sep 3 22:13:34 2024 X-Original-To: freebsd-hackers@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 4Wz0JP5qVpz5MX4j for ; Tue, 03 Sep 2024 22:13:41 +0000 (UTC) (envelope-from jamie@catflap.org) Received: from donotpassgo.dyslexicfish.net (donotpassgo.dyslexicfish.net [IPv6:2001:19f0:7400:8808:123::1]) by mx1.freebsd.org (Postfix) with ESMTP id 4Wz0JP3WHJz470y for ; Tue, 3 Sep 2024 22:13:41 +0000 (UTC) (envelope-from jamie@catflap.org) Authentication-Results: mx1.freebsd.org; none X-Catflap-Envelope-From: X-Catflap-Envelope-To: freebsd-hackers@FreeBSD.org Received: from donotpassgo.dyslexicfish.net (donotpassgo.dyslexicfish.net [209.250.224.51]) by donotpassgo.dyslexicfish.net (8.14.5/8.14.5) with ESMTP id 483MDdxe077310; Tue, 3 Sep 2024 23:13:39 +0100 (BST) (envelope-from jamie@donotpassgo.dyslexicfish.net) Received: (from jamie@localhost) by donotpassgo.dyslexicfish.net (8.14.5/8.14.5/Submit) id 483MDY1w077309; Tue, 3 Sep 2024 23:13:34 +0100 (BST) (envelope-from jamie) From: Jamie Landeg-Jones Message-Id: <202409032213.483MDY1w077309@donotpassgo.dyslexicfish.net> Date: Tue, 03 Sep 2024 23:13:34 +0100 Organization: Dyslexic Fish To: phk@phk.freebsd.dk, dcrosstech@gmail.com Cc: freebsd-hackers@FreeBSD.org Subject: Re: It's not Rust, it's FreeBSD (and LLVM) References: <202409031532.483FW0If007252@critter.freebsd.dk> <159D15FA-6235-484C-A54A-565E3CDEA690@gmail.com> In-Reply-To: <159D15FA-6235-484C-A54A-565E3CDEA690@gmail.com> User-Agent: Heirloom mailx 12.4 7/29/08 List-Id: Technical discussions relating to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-hackers List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-hackers@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender passed SPF test, not delayed by milter-greylist-4.2.7 (donotpassgo.dyslexicfish.net [209.250.224.51]); Tue, 03 Sep 2024 23:13:39 +0100 (BST) 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:20473, ipnet:2001:19f0:7400::/38, country:US] X-Rspamd-Queue-Id: 4Wz0JP3WHJz470y David Cross wrote: > As a quick note I constantly build freebsd from source. I do it for all of my systems for all updates, all patch releases. > > I may be an outlier here, but my impression from email, forum posts, and redit threads suggests it is at least somewhat common. /me too Also, all ports from src rather than pkg. Jamie