Summary: | WITHOUT_LZMA_SUPPORT has no effect | ||
---|---|---|---|
Product: | Base System | Reporter: | Xin LI <delphij> |
Component: | bin | Assignee: | Warner Losh <imp> |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | CC: | bapt, delphij |
Priority: | --- | ||
Version: | CURRENT | ||
Hardware: | Any | ||
OS: | Any |
Description
Xin LI
![]() ![]() -> imp@ for triage. The option was added in r263997 and the sole user was grep. Compression support was removed in r332995 by bapt@. Sorry for the delay... Where'd 2020 go to anyway? I concur. This option is obsolete, and should go away... https://reviews.freebsd.org/D31088 A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=d8514fa6f1b0b9824b169c5ab66f37713b303c57 commit d8514fa6f1b0b9824b169c5ab66f37713b303c57 Author: Warner Losh <imp@FreeBSD.org> AuthorDate: 2021-07-10 16:52:12 +0000 Commit: Warner Losh <imp@FreeBSD.org> CommitDate: 2021-07-10 16:53:35 +0000 mk: LZMA_SUPPORT is unused Retire LZMA_SUPPORT. It's unused since r332995. Reviewed by: delphij PR: 244302 Sponsored by: Netflix Differential Revision: https://reviews.freebsd.org/D31088 share/man/man5/src.conf.5 | 4 +--- share/mk/src.opts.mk | 1 - tools/build/options/WITHOUT_LZMA_SUPPORT (gone) | 2 -- 3 files changed, 1 insertion(+), 6 deletions(-) A commit in branch stable/13 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=9148a80a65463c40e5e20e861fed9669e4cd0c95 commit 9148a80a65463c40e5e20e861fed9669e4cd0c95 Author: Warner Losh <imp@FreeBSD.org> AuthorDate: 2021-07-10 16:52:12 +0000 Commit: Warner Losh <imp@FreeBSD.org> CommitDate: 2021-07-16 18:28:44 +0000 mk: LZMA_SUPPORT is unused Retire LZMA_SUPPORT. It's unused since r332995. Reviewed by: delphij PR: 244302 Sponsored by: Netflix Differential Revision: https://reviews.freebsd.org/D31088 (cherry picked from commit d8514fa6f1b0b9824b169c5ab66f37713b303c57) share/man/man5/src.conf.5 | 4 +--- share/mk/src.opts.mk | 1 - tools/build/options/WITHOUT_LZMA_SUPPORT (gone) | 2 -- 3 files changed, 1 insertion(+), 6 deletions(-) |