git: ecaf90ee03bc - main - ncurses: Move to the minimal set
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 08 Oct 2025 03:54:23 UTC
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"
+}