Does portsnap use Quarterly or HEAD?
This doesn't seem to be documented in portsnap(8) or the FreeBSD Handbook. I can't see mention of "quarterly" in /usr/sbin/portsnap, either.
Wondering what the best practice is.
eldaemon You must be unfamiliar with the difference between packages and ports then. Packages should be expected to trail behind ports.
I understand that packages should trail ports in terms of it taking a while to build the packages on all architectures after an update. That said, I don't understand why packages would trail behind ports beyond that. There's quarterly and head for ports and thus for packages. It isn't clear which portsnap uses to me.
Am I missing something?
They're snapshots from HEAD, made at intervals (don't know the interval though).There's quarterly and head for ports and thus for packages. It isn't clear which portsnap uses to me.
FreeBSD coral.acadix bacon ~ 1008: cat /usr/local/etc/pkg/repos/bleeding-edge.conf
FreeBSD: {
url: "pkg+http://pkg.FreeBSD.org/${ABI}/latest"
}