There's a merge conflict in the #HardenedBSD ports tree right now due to #FreeBSD updating ports-mgmt/pkg to 2.6.0.

So, I updated HardenedBSD's fork of pkg and updated the port locally.

Now pkg can't find itself:

$ pkg info pkg
pkg: No package(s) matching pkg

I won't push the merge conflict resolution in ports until I figure out what upstream broke and why.

@lattera database? I am a bit worried that pkg(8) is about to be "everything" for FreeBSD with bugs like https://github.com/freebsd/pkg/issues/2496
pkg may crash in pkg_jobs_execute() when removing itself during upgrade · Issue #2496 · freebsd/pkg

following the thread "after updating to latest, pkg base segfaults and leaves me unbootable" on pkgbase@, i was able to obtain a core file from one of the affected users. the crash occurs here in p...

GitHub