Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Oct 2025 03:54:23 GMT
From:      Lexi Winter <ivy@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: ecaf90ee03bc - main - ncurses: Move to the minimal set
Message-ID:  <202510080354.5983sN5E078577@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by ivy:

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

commit ecaf90ee03bccc14f7628c1e87ac18e29064c079
Author:     Lexi Winter <ivy@FreeBSD.org>
AuthorDate: 2025-10-08 03:21:25 +0000
Commit:     Lexi Winter <ivy@FreeBSD.org>
CommitDate: 2025-10-08 03:22:03 +0000

    ncurses: Move to the minimal set
    
    MFC after:      1 day
    Reviewed by:    bapt
    Sponsored by:   https://www.patreon.com/bsdivy
    Differential Revision:  https://reviews.freebsd.org/D52950
---
 release/packages/ucl/ncurses-all.ucl | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/release/packages/ucl/ncurses-all.ucl b/release/packages/ucl/ncurses-all.ucl
index c0d52e046e78..3963eb98aa72 100644
--- a/release/packages/ucl/ncurses-all.ucl
+++ b/release/packages/ucl/ncurses-all.ucl
@@ -17,3 +17,7 @@ curses interface, and is also backward compatible with traditional BSD curses.
 This package ships with a limited termcap database, but it is designed to use
 a terminfo database provided by ports, such as in misc/terminfo-db.
 EOD
+
+annotations {
+	set = "minimal,minimal-jail"
+}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202510080354.5983sN5E078577>