The branch releng/14.4 has been updated by cperciva: URL: https://cgit.FreeBSD.org/src/commit/?id=6ecd231b9e68f2d143927b54606a444141dd5094
commit 6ecd231b9e68f2d143927b54606a444141dd5094 Author: Colin Percival <[email protected]> AuthorDate: 2026-02-22 00:33:27 +0000 Commit: Colin Percival <[email protected]> CommitDate: 2026-02-26 00:23:31 +0000 pkg-stage.sh: Add emacs@nox and vim We have a bit of space left on the 14.4 DVDs; add packages for two editors, one of which is useful. Direct commit to stable/14: These packages were added to 15.0 but at the same time as removing kde, because shipping distribution sets *and* a pkgbase repository on 15 significantly cuts into the space available. On 14 we can keep kde and still add these packages. With hat: re MFC after: 3 days (cherry picked from commit d982b7bd4ebfa483a8fa03411fa798add225e6f5) --- release/scripts/pkg-stage.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/release/scripts/pkg-stage.sh b/release/scripts/pkg-stage.sh index fe4b5051fc14..86bf32940975 100755 --- a/release/scripts/pkg-stage.sh +++ b/release/scripts/pkg-stage.sh @@ -15,6 +15,8 @@ export PORTSDIR="${PORTSDIR:-/usr/ports}" _DVD_PACKAGES=" comms/usbmuxd devel/git@lite +editors/emacs@nox +editors/vim misc/freebsd-doc-all net/mpd5 net/rsync
