aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLexi Winter <ivy@FreeBSD.org>2026-03-27 14:49:30 +0000
committerLexi Winter <ivy@FreeBSD.org>2026-03-27 15:42:37 +0000
commit43773002fa63262d531ce3ee5cf5d3fe872a3388 (patch)
treef31b8a7bed34eaf384b5857312f63bef68406364
parent8ba3ada41dda46b41100fa913473058856816e0c (diff)
packages: Move xz to the minimal set
pkg(8), via its daily periodic script, requires xz. We don't have a way to encode dependencies from ports on base packages right now, so instead move xz to the minimal set so it's always installed. This isn't an ideal solution, but it's justified in this case since pkg(8) is always installed, so having its dependencies always installed is acceptable. (Following discusson on the diff, new versions of pkg have now been changed to use zstd instead of xz, but we still think xz is useful enough to keep in minimal.) MFC after: 1 week (stable/15 only) Reviewed by: des, bapt, emaste Differential Revision: https://reviews.freebsd.org/D55630 Sponsored by: https://www.patreon.com/bsdivy
-rw-r--r--release/packages/ucl/xz-all.ucl2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/packages/ucl/xz-all.ucl b/release/packages/ucl/xz-all.ucl
index 8a7c33bcce46..3523dc70ca55 100644
--- a/release/packages/ucl/xz-all.ucl
+++ b/release/packages/ucl/xz-all.ucl
@@ -25,5 +25,5 @@ applications to use this functionality programmatically.
EOD
annotations {
- set = "optional,optional-jail"
+ set = "minimal,minimal-jail"
}