From nobody Wed May 27 15:34:59 2026 X-Original-To: freebsd-pkgbase@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 4gQYkt3snrz6fDk4 for ; Wed, 27 May 2026 15:41:42 +0000 (UTC) (envelope-from md-koch@t-online.de) Received: from mailout11.t-online.de (mailout11.t-online.de [194.25.134.85]) (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 "mailout00.t-online.de", Issuer "Telekom Security ServerID OV Class 2 CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4gQYks6zS0z3dTt; Wed, 27 May 2026 15:41:41 +0000 (UTC) (envelope-from md-koch@t-online.de) Authentication-Results: mx1.freebsd.org; none Received: from fwd70.aul.t-online.de (fwd70.aul.t-online.de [10.223.144.96]) by mailout11.t-online.de (Postfix) with SMTP id B64521C587; Wed, 27 May 2026 17:35:02 +0200 (CEST) Received: from [192.168.1.3] ([88.152.192.139]) by fwd70.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1wSGHb-1Cnqs40; Wed, 27 May 2026 17:34:59 +0200 Message-ID: <67e46571-fcd7-4c4c-902a-7fb5c4905006@t-online.de> Date: Wed, 27 May 2026 17:34:59 +0200 List-Id: Packaging the FreeBSD base system List-Archive: https://lists.freebsd.org/archives/freebsd-pkgbase List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-pkgbase@FreeBSD.org List-Id: List-Post: List-Help: List-Subscribe: List-Unsubscribe: List-Owner: Precedence: list MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: different outcome freebsd-version -kru To: Dave Cottlehuber , freebsd-pkgbase@FreeBSD.org References: <07c33cf7-8a08-4f09-9084-419eaa29e1ec@t-online.de> <3edb4302-33cb-43f5-b65f-7e781da62858@app.fastmail.com> Content-Language: en-US From: Manfred Koch In-Reply-To: <3edb4302-33cb-43f5-b65f-7e781da62858@app.fastmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-TOI-EXPURGATEID: 150726::1779896099-3CFF699C-E59FD56B/0/0 CLEAN NORMAL X-TOI-MSGID: bad01763-ca7c-444e-9899-7fc635aacb5e DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=t-online.de; s=20260216; t=1779896102; i=md-koch@t-online.de; bh=KNob9apG+RgaXUfMGlNCmoseBlG8wTzrT2U57IZUVgY=; h=Date:Subject:To:References:From:In-Reply-To; b=jtd0hVSA9I2Cw7XMvm1NJCM7/g/4uWZ4FSOYb6/DLlD2Uf8TMLPFRnVgusr43oU+i /eWCj6u5/IhmJi3s/Hy5OhIdVpZjacnjAOtXAO9WGMC8xrmfMYW6dK9J1XOgHlvENi sU0Jd8hUx7xkTO2VUC8X0D4FH6JJhG1WaTPBtmB1Pf14IrEaLJLsqqNWjdyNnVcKuE g5X3avWgk1UUpsIENT0AhEeHS1r1V9HzukK6B6kf9E3p1eI4GpHkOHJu+E5V0758mE QK2a/NgiNu/IYWQbAoayQDsdpZY4N0WjstO2SS2Uaw5BymYxInAGQYNnEv4/icY0ZO MR0XJW50tfOdg== X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:3320, ipnet:194.25.0.0/16, country:DE] X-Rspamd-Queue-Id: 4gQYks6zS0z3dTt X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated Yes a FreeBSD.conf with content: FreeBSD-base: { enabled: yes }   /usr/local/etc/pkg/repos On 5/27/26 09:05, Dave Cottlehuber wrote: > On Tue, 26 May 2026, at 12:51, Manfred Koch wrote: >> Hi Community, >> >> I installed FreeBSD 15.0 on two divergent physical systems with pkgbase. >> On both is under /usr/local/etc/pkg/repos/FreeBSD-base.conf with the >> content: >>   pkg+https://pkg.FreeBSD.org/${ABI}/latest >> pkg+https://pkg.FreeBSD.org/${ABI}/kmods_quarterly_${VERSION_MINOR} >>   pkg+https://pkg.FreeBSD.org/${ABI}/base_release_${VERSION_MINOR} > As vermaden says use latest/quarterly consistently. This is a sufficient > /usr/local/etc/pkg/repos/FreeBSD.conf, the values are merged with /etc/pkg/FreeBSD.conf: > > FreeBSD-base: { enabled: yes } > FreeBSD-ports: { url: "https://pkg.FreeBSD.org/${ABI}/latest" } > FreeBSD-ports-kmods: { url: "pkg+https://pkg.FreeBSD.org/${ABI}/kmods_latest_${VERSION_MINOR}", enabled: yes } > >> On one System I got freebsd-version -kru: >> 15.0-RELEASE-p9 >> 15.0-RELEASE-p9 >> 15.0-RELEASE-p9 > This is consistent with base pkg install after upgrading. > >> On the other System freebsd-version -kru: >> 15.0-STABLE >> 15.0-STABLE >> 15.0-RELEASE-p9 > And this is not. Are there any other files in /usr/local/etc/pkg/repos/*.conf ? > > Or is it possible you used `base_latest` at any point in your pkg testing? > > That would seem to be the most likely explanation. > > A+ > Dave Thanks you all for enlightment, I test it and will let you know Manfred