Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Feb 2026 00:37:17 +0000
From:      Colin Percival <cperciva@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: d982b7bd4ebf - stable/14 - pkg-stage.sh: Add emacs@nox and vim
Message-ID:  <699a4fbd.3deee.49e14df4@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch stable/14 has been updated by cperciva:

URL: https://cgit.FreeBSD.org/src/commit/?id=d982b7bd4ebfa483a8fa03411fa798add225e6f5

commit d982b7bd4ebfa483a8fa03411fa798add225e6f5
Author:     Colin Percival <cperciva@FreeBSD.org>
AuthorDate: 2026-02-22 00:33:27 +0000
Commit:     Colin Percival <cperciva@FreeBSD.org>
CommitDate: 2026-02-22 00:36:45 +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
---
 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 68cfb1c5dc75..8f7ae35ce9d1 100755
--- a/release/scripts/pkg-stage.sh
+++ b/release/scripts/pkg-stage.sh
@@ -15,6 +15,8 @@ export PORTSDIR="${PORTSDIR:-/usr/ports}"
 _DVD_PACKAGES_MAIN="
 comms/usbmuxd
 devel/git@lite
+editors/emacs@nox
+editors/vim
 misc/freebsd-doc-all
 net/mpd5
 net/rsync


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?699a4fbd.3deee.49e14df4>