From nobody Mon Aug 14 21:25:08 2023 X-Original-To: freebsd-doc@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 4RPnVg2bv9z4mNtP for ; Mon, 14 Aug 2023 21:25:15 +0000 (UTC) (envelope-from brooks@spindle.one-eyed-alien.net) Received: from spindle.one-eyed-alien.net (spindle.one-eyed-alien.net [199.48.129.229]) (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 did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4RPnVg0SFhz4W2j for ; Mon, 14 Aug 2023 21:25:15 +0000 (UTC) (envelope-from brooks@spindle.one-eyed-alien.net) Authentication-Results: mx1.freebsd.org; none Received: by spindle.one-eyed-alien.net (Postfix, from userid 3001) id 1D3243C0199; Mon, 14 Aug 2023 21:25:08 +0000 (UTC) Date: Mon, 14 Aug 2023 21:25:08 +0000 From: Brooks Davis To: ykla Cc: "freebsd-doc@FreeBSD.org" Subject: Re: May I ask whether FreeBSD's pkg binary packages are compiled on machines with the release version or the stable version? Message-ID: References: List-Id: Documentation project List-Archive: https://lists.freebsd.org/archives/freebsd-doc List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-doc@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Rspamd-Queue-Id: 4RPnVg0SFhz4W2j 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:36236, ipnet:199.48.128.0/22, country:US] On Tue, Aug 15, 2023 at 01:16:26AM +0800, ykla wrote: > Hi, > > May I ask whether FreeBSD's pkg binary packages are compiled on machines > with the release version or the stable version? > > I forgot where this explanation appeared. I've been searching for a long > time and haven't found it. Does anyone know where this explanation is in > any documentation or wiki? Packages for stable are built on the oldest supported release (e.g., packages for 13.x where built on 13.1-RELEASE until a couple weeks ago when it went out of support and are now built on 13.2-RELEASE). -- Brooks