Remove minigzip from the base system.
The minigzip(1) was initially introduced as a minimal replacement of GNU gzip(1). We have replaced the GNU gzip(1) with the zlib based, GPL-free implementation, and minigzip(1) is not being used anywhere in the base system, so just remove it. Relnotes: yes Reviewed by: emaste Differential Revision: https://reviews.freebsd.org/D35979
This commit is contained in:
@@ -52,6 +52,10 @@
|
||||
# xargs -n1 | sort | uniq -d;
|
||||
# done
|
||||
|
||||
# 20220813: minigzip(1) removed in favor of gzip(1)
|
||||
OLD_FILES+=usr/bin/minigzip
|
||||
OLD_FILES+=usr/share/man/man1/minigzip.1.gz
|
||||
|
||||
# 20220811: new iconv encoder trait added
|
||||
OLD_LIBS+=usr/lib/i18n/libBIG5.so.4
|
||||
OLD_LIBS+=usr/lib/i18n/libDECHanyu.so.4
|
||||
|
||||
Reference in New Issue
Block a user