Re: different outcome freebsd-version -kru
- Reply: Manfred Koch : "Re: different outcome freebsd-version -kru"
- In reply to: Manfred Koch : "different outcome freebsd-version -kru"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 26 May 2026 16:59:25 UTC
Hi,
> 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:
>
> FreeBSD-ports: {
> url: "pkg+https://pkg.FreeBSD.org/${ABI}/latest",
> (...)
> FreeBSD-ports-kmods: {
> url: "pkg+https://pkg.FreeBSD.org/${ABI}/kmods_quarterly_${VERSION_MINOR}",
Kinda offtopic ... but IMHO one should either use '*_latest_*' or '*_quarterly_*' for all '*ports*' repos.
So either this for 'latest' packages:
> FreeBSD-ports: {
> url: "pkg+https://pkg.FreeBSD.org/${ABI}/latest",
> (...)
> FreeBSD-ports-kmods: {
> url: "pkg+https://pkg.FreeBSD.org/${ABI}/kmods_latest_${VERSION_MINOR}",
... or this for 'quarterly':
> FreeBSD-ports: {
> url: "pkg+https://pkg.FreeBSD.org/${ABI}/quarterly",
> (...)
> FreeBSD-ports-kmods: {
> url: "pkg+https://pkg.FreeBSD.org/${ABI}/kmods_quarterly_${VERSION_MINOR}",
Regards,
vermaden