On an aarch64 that I was updating:
Checking integrity... done (2 conflicting)
- sudo-1.9.16p2_1 [FreeBSD] conflicts with sudo-sssd-1.9.16p2_1 [installed]
on /usr/local/bin/cvtsudoers
- sudo-1.9.16p2_1 [FreeBSD] conflicts with sudo-sssd-1.9.16p2_1 [FreeBSD] on
/usr/local/bin/cvtsudoers
# uname -apKU # PkgBase
FreeBSD aarch64-main-pbase 15.0-CURRENT FreeBSD 15.0-CURRENT
main-n275921-cabf76fde836 GENERIC-NODEBUG arm64 aarch64 1500034 1500034
On an amd64 that I was updating:
Checking integrity... done (1 conflicting)
- sudo-sssd-1.9.16p2_1 [FreeBSD] conflicts with sudo-1.9.16p2_1 [installed]
on /usr/local/bin/cvtsudoers
# uname -apKU # PkgBase
FreeBSD 7950X3D-ZFS 15.0-CURRENT FreeBSD 15.0-CURRENT main-n275921-cabf76fde836
GENERIC-NODEBUG amd64 amd64 1500034 1500034
For both systems:
# more /etc/pkg/FreeBSD.conf
#
# To disable this repository, instead of modifying or removing this file,
# create a /usr/local/etc/pkg/repos/FreeBSD.conf file:
#
# mkdir -p /usr/local/etc/pkg/repos
# echo "FreeBSD: { enabled: no }" > /usr/local/etc/pkg/repos/FreeBSD.conf
#
FreeBSD: {
url: "pkg+http://pkg.FreeBSD.org/${ABI}/latest",
mirror_type: "srv",
signature_type: "fingerprints",
fingerprints: "/usr/share/keys/pkg",
enabled: yes
}
===
Mark Millard
marklmi at yahoo.com