FreshPorts provides tables, and more.
It's not unusual for a Tier 1 platform to have no package for a wanted desktop environment. Two platforms are at this tier:
- aarch64 – 64-bit ARMv8
- amd64 – 64-bit x86.
Tables in FreshPorts:
FreeBSD 14.3-RELEASE is preconfigured to use a FreeBSD-kmods
repo, for up-to-date versions of commonly-used non-base kernel modules that have unstable kernel interfaces.
In simple terms:
- using a FreeBSD-kmods repo may avoid problems with inferior versions of modules
– modules in GPU-related packages such as graphics/drm-61-kmod.
To tell which packages are in the repo for your installation of FreeBSD:
pkg search --repository FreeBSD-kmods --quiet --glob '*'
FreeBSD-kmods does not include a package of drm-kmod:
- it's a meta-port
- none of the three files in its
pkg-plist
is a kernel module.
If version 2.2.0 of pkg
is not packaged for your platform, and if you need a package from a FreeBSD-kmods
repo, then please be prepared to run:
pkg upgrade --repository FreeBSD-kmods
https://people.freebsd.org/~grahamperrin/pkg-status/
If you have any question about discoveries, please ask here:
Thank you