Date: Tue, 21 Jun 2022 17:57:50 GMT From: Dimitry Andric <dim@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: fe40dea74dd9 - stable/13 - Add a few missed gnuregex libraries to ObsoleteFiles.inc Message-ID: <202206211757.25LHvoW7069174@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by dim: URL: https://cgit.FreeBSD.org/src/commit/?id=fe40dea74dd9abee7430819966687815a22a2f96 commit fe40dea74dd9abee7430819966687815a22a2f96 Author: Dimitry Andric <dim@FreeBSD.org> AuthorDate: 2021-05-03 20:40:11 +0000 Commit: Dimitry Andric <dim@FreeBSD.org> CommitDate: 2022-06-21 17:51:39 +0000 Add a few missed gnuregex libraries to ObsoleteFiles.inc (cherry picked from commit d134e496151e8103ca8acc7bb1696babe07576a7) --- ObsoleteFiles.inc | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc index 4fa4f9d203e1..7cd4ed25d01f 100644 --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -2344,14 +2344,19 @@ OLD_DIRS+=usr/lib/clang/11.0.0/lib OLD_DIRS+=usr/lib/clang/11.0.0 # 20201225: libregex removed -OLD_FILES+=usr/lib/libgnuregex.so -OLD_LIBS+=usr/lib/libgnuregex.so.5 -OLD_FILES+=usr/lib/libgnuregex_p.a OLD_FILES+=usr/include/gnu/posix/regex.h OLD_DIRS+=usr/include/gnu/posix OLD_FILES+=usr/include/gnu/regex.h OLD_DIRS+=usr/include/gnu OLD_FILES+=usr/include/gnuregex.h +OLD_FILES+=usr/lib/libgnuregex.a +OLD_FILES+=usr/lib/libgnuregex.so +OLD_LIBS+=usr/lib/libgnuregex.so.5 +OLD_FILES+=usr/lib/libgnuregex_p.a +OLD_FILES+=usr/lib32/libgnuregex.a +OLD_FILES+=usr/lib32/libgnuregex.so +OLD_LIBS+=usr/lib32/libgnuregex.so.5 +OLD_FILES+=usr/lib32/libgnuregex_p.a # 20201225: gnugrep removed OLD_FILES+=usr/bin/bsdgrep
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202206211757.25LHvoW7069174>