The branch main has been updated by ivy: URL: https://cgit.FreeBSD.org/src/commit/?id=ecaf90ee03bccc14f7628c1e87ac18e29064c079
commit ecaf90ee03bccc14f7628c1e87ac18e29064c079 Author: Lexi Winter <i...@freebsd.org> AuthorDate: 2025-10-08 03:21:25 +0000 Commit: Lexi Winter <i...@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" +}