The branch main has been updated by se:

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

commit a0d921bae9f3bcdb664f9737e20c0015123f11af
Author:     Stefan Eßer <s...@freebsd.org>
AuthorDate: 2021-03-04 13:21:58 +0000
Commit:     Stefan Eßer <s...@freebsd.org>
CommitDate: 2021-03-04 13:24:51 +0000

    Remove obsolete bc library and dc test files
    
    The new bc implementation has the library embedded into the binary
    and tests in tests/usr.bin/bc instead of tests/ustr.bin/dc.
    
    MFC after:      3 days
---
 ObsoleteFiles.inc | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc
index 5821e9f04e89..59412729ad7e 100644
--- a/ObsoleteFiles.inc
+++ b/ObsoleteFiles.inc
@@ -36,6 +36,15 @@
 #   xargs -n1 | sort | uniq -d;
 # done
 
+# 20210304: remove old bc and dc support and test files
+.if !defined(WITHOUT_GH_BC)
+OLD_FILES+=usr/share/misc/bc.library
+OLD_FILES+=usr/tests/usr.bin/dc/Kyuafile
+OLD_FILES+=usr/tests/usr.bin/dc/bcode
+OLD_FILES+=usr/tests/usr.bin/dc/inout
+OLD_DIRS+=usr/tests/usr.bin/dc
+.endif
+
 # 20210302: fmtree removed
 OLD_FILES+=usr/sbin/fmtree
 OLD_FILES+=usr/share/man/man8/fmtree.8.gz
_______________________________________________
dev-commits-src-main@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/dev-commits-src-main
To unsubscribe, send any mail to "dev-commits-src-main-unsubscr...@freebsd.org"

Reply via email to