git: d8514fa6f1b0 - main - mk: LZMA_SUPPORT is unused

Warner Losh imp at FreeBSD.org
Sat Jul 10 16:54:05 UTC 2021


The branch main has been updated by imp:

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

commit d8514fa6f1b0b9824b169c5ab66f37713b303c57
Author:     Warner Losh <imp at FreeBSD.org>
AuthorDate: 2021-07-10 16:52:12 +0000
Commit:     Warner Losh <imp at 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 | 2 --
 3 files changed, 1 insertion(+), 6 deletions(-)

diff --git a/share/man/man5/src.conf.5 b/share/man/man5/src.conf.5
index e9265df9051a..b08abf4888b7 100644
--- a/share/man/man5/src.conf.5
+++ b/share/man/man5/src.conf.5
@@ -1,6 +1,6 @@
 .\" DO NOT EDIT-- this file is @generated by tools/build/options/makeman.
 .\" $FreeBSD$
-.Dd June 28, 2021
+.Dd July 6, 2021
 .Dt SRC.CONF 5
 .Os
 .Sh NAME
@@ -1040,8 +1040,6 @@ and related programs.
 Build
 .Xr ls 1
 without support for colors to distinguish file types.
-.It Va WITHOUT_LZMA_SUPPORT
-Build some programs without optional lzma compression support.
 .It Va WITHOUT_MAIL
 Do not build any mail support (MUA or MTA).
 When set, it enforces these options:
diff --git a/share/mk/src.opts.mk b/share/mk/src.opts.mk
index db2625a80c52..27de86f6c8d4 100644
--- a/share/mk/src.opts.mk
+++ b/share/mk/src.opts.mk
@@ -139,7 +139,6 @@ __DEFAULT_YES_OPTIONS = \
     LOCATE \
     LPR \
     LS_COLORS \
-    LZMA_SUPPORT \
     MAIL \
     MAILWRAPPER \
     MAKE \
diff --git a/tools/build/options/WITHOUT_LZMA_SUPPORT b/tools/build/options/WITHOUT_LZMA_SUPPORT
deleted file mode 100644
index 9e8a9bc55194..000000000000
--- a/tools/build/options/WITHOUT_LZMA_SUPPORT
+++ /dev/null
@@ -1,2 +0,0 @@
-.\" $FreeBSD$
-Build some programs without optional lzma compression support.


More information about the dev-commits-src-main mailing list