git: 9148a80a6546 - stable/13 - mk: LZMA_SUPPORT is unused

Warner Losh imp at FreeBSD.org
Fri Jul 16 18:30:46 UTC 2021


The branch stable/13 has been updated by imp:

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

commit 9148a80a65463c40e5e20e861fed9669e4cd0c95
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-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 | 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 4f44bda093ce..c083d8b91cb1 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 9, 2021
+.Dd July 10, 2021
 .Dt SRC.CONF 5
 .Os
 .Sh NAME
@@ -1055,8 +1055,6 @@ and related programs.
 Set to build
 .Xr ls 1
 without support for colors to distinguish file types.
-.It Va WITHOUT_LZMA_SUPPORT
-Set to build some programs without optional lzma compression support.
 .It Va WITHOUT_MAIL
 Set to 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 70462adb6a37..7c64d54e39f3 100644
--- a/share/mk/src.opts.mk
+++ b/share/mk/src.opts.mk
@@ -140,7 +140,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 627d46433066..000000000000
--- a/tools/build/options/WITHOUT_LZMA_SUPPORT
+++ /dev/null
@@ -1,2 +0,0 @@
-.\" $FreeBSD$
-Set to build some programs without optional lzma compression support.


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