pkg repos for 15.0 (basify) and latest

Hi,
I have doubts about enabling the latest repository in FreeBSD-15.0 (pkgbasify). I've encountered package conflicts and I'm looking for help with the configuration.about enabling the latest repository in FreeBSD-15.0 (pkgbasify). I've encountered package conflicts and I'm looking for help with the configuration.
/usr/local/etc/pkg/repos 12:17 #> cat FreeBSD-base.conf
FreeBSD-base: {
enabled: yes
}

/usr/local/etc/pkg/repos 12:17 #> cat FreeBSD.conf
#FreeBSD: { url: "pkg+https://pkg.freebsd.org/${ABI}/latest" }
FreeBSD: {
url: "http://pkg0.sjb.freebsd.org/${ABI}/latest",
mirror_type: "NONE",
enabled: no
}

freebsd-version -kru
15.0-RELEASE-p1
15.0-RELEASE-p1
15.0-RELEASE-p1


Thks
 
For the conflicting repos, see my post: https://forums.freebsd.org/threads/conflict-hell-after-freebsd-update.100824/#post-733744

You have all the repos defined in /etc/pkg/FreeBSD.conf. The "ports" repos are on quarterly by default. To be on latest repos, you put a conf file in /usr/local/etc/pkg/repos/. Then, as the repos names changed for 15, you have a conflict with that. You just need to adjust your conf file as in my post.

In a pkgbasified system you need, in addition, to enable FreeBSD-base to "yes" as in your quote.

The output you give with freebsd-version -kru is in the wrong order. Be more rigorous.
 
For the conflicting repos, see my post: https://forums.freebsd.org/threads/conflict-hell-after-freebsd-update.100824/#post-733744

You have all the repos defined in /etc/pkg/FreeBSD.conf. The "ports" repos are on quarterly by default. To be on latest repos, you put a conf file in /usr/local/etc/pkg/repos/. Then, as the repos names changed for 15, you have a conflict with that. You just need to adjust your conf file as in my post.

In a pkgbasified system you need, in addition, to enable FreeBSD-base to "yes" as in your quote.

The output you give with freebsd-version -kru is in the wrong order. Be more rigorous.
Thks
I try
I don't understand the wrong order
%> freebsd-version -kru
15.0-RELEASE-p1
15.0-RELEASE-p1
15.0-RELEASE-p1
 
Back
Top