diff options
| author | Colin Percival <cperciva@FreeBSD.org> | 2025-11-16 08:56:12 -0800 |
|---|---|---|
| committer | Colin Percival <cperciva@FreeBSD.org> | 2025-11-19 13:36:44 -0800 |
| commit | 476aca498559d0a9d0be91f83bbf23e0d9f83ec9 (patch) | |
| tree | 926b34925f77de05f243a41d22c29fcde2d9a3bf | |
| parent | 7bd80d8ee020ea79fd148f11f295a342b96dcc89 (diff) | |
UPDATING: Document FreeBSD-base pkg .conf shuffle
Approved by: re (cperciva)
Reminded by: yasu
MFC after: 3 days
(cherry picked from commit 6ccdd2fc2328dd81b9c645fba025d01052a3c1a1)
(cherry picked from commit fa546e9d18f4dbbf5fa1fe152c78d97615d51bda)
| -rw-r--r-- | UPDATING | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -12,6 +12,16 @@ Items affecting the ports and packages system can be found in /usr/ports/UPDATING. Please read that file before updating system packages and/or ports. +20251115: + The FreeBSD-base repository is now defined in /etc/pkg/FreeBSD.conf, + disabled by default. In -CURRENT and -STABLE this points at nightly + builds on pkg.freebsd.org; for BETA/RC/RELEASE builds it points at + release engineering builds on pkgbase.freebsd.org. + + Users of pkgbase will need to replace any existing definition of the + FreeBSD-base repository in /usr/local/etc/pkg/repos/ with a single + line "FreeBSD-base: { enabled: yes }". + 20251030: flua(1) has moved to the new FreeBSD-flua package. If you use flua, you may want to install this package if it's not otherwise installed |
