On 2/9/26 08:45, Herbert J. Skuhra wrote:
On Thu, 10 Jul 2025 19:57:14 +0200, Kyle Evans wrote:
The branch main has been updated by kevans:
URL:
https://cgit.FreeBSD.org/src/commit/?id=3fde39073c722ba5b1d3aa330ec4dc5e0ecd8495
commit 3fde39073c722ba5b1d3aa330ec4dc5e0ecd8495
Author: Kyle Evans <[email protected]>
AuthorDate: 2025-01-02 02:20:09 +0000
Commit: Kyle Evans <[email protected]>
CommitDate: 2025-07-10 17:57:03 +0000
shar: remove from the tree well in advance of the 15.0 release
We have had deprecation notice in the manpage for nearly six months, and
it is also present both in 13.5 and 14.3. tar(1) can supply this
functionality for those that truly need it, and cy@ has also created a
sysutils/freebsd-shar port for this version of a frontend to live on in
ports -- this port has been available since December 18, 2024.
Reviewed by: allanjude, cy, emaste, jrm
Differential Revision: https://reviews.freebsd.org/D50925
---
ObsoleteFiles.inc | 3 +
UPDATING | 5 ++
usr.bin/Makefile | 1 -
usr.bin/shar/Makefile | 4 -
usr.bin/shar/Makefile.depend | 10 ---
usr.bin/shar/shar.1 | 121 -------------------------------
usr.bin/shar/shar.sh | 78 --------------------
usr.sbin/crunch/examples/really-big.conf | 2 +-
8 files changed, 9 insertions(+), 215 deletions(-)
diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc
index d1095b57c342..4031478f1db4 100644
--- a/ObsoleteFiles.inc
+++ b/ObsoleteFiles.inc
@@ -51,6 +51,9 @@
# xargs -n1 | sort | uniq -d;
# done
+# 20250710: shar(1) removed
+OLD_FILES+=usr/bin/shar
diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc
index b329b26db026..b0ad8ec977b2 100644
--- a/ObsoleteFiles.inc
+++ b/ObsoleteFiles.inc
@@ -247,6 +247,7 @@ OLD_DIRS+=usr/share/examples/drivers
# 20250710: shar(1) removed
OLD_FILES+=usr/bin/shar
+OLD_FILES+=usr/share/man/man1/shar.1.gz
# 20250708: For 34 days 15.0-CURRENT installed libkadm5clnt symlink without .so
OLD_FILES+=usr/lib/libkadm5clnt
?
Hi,
Indeed, your contribution is appreciated:
http://cgit.freebsd.org/src/commit/?id=bb0734cf2446
Thanks!
Kyle Evans