git: d134e496151e - main - Add a few missed gnuregex libraries to ObsoleteFiles.inc

Dimitry Andric dim at FreeBSD.org
Mon May 3 20:40:33 UTC 2021


The branch main has been updated by dim:

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

commit d134e496151e8103ca8acc7bb1696babe07576a7
Author:     Dimitry Andric <dim at FreeBSD.org>
AuthorDate: 2021-05-03 20:40:11 +0000
Commit:     Dimitry Andric <dim at FreeBSD.org>
CommitDate: 2021-05-03 20:40:11 +0000

    Add a few missed gnuregex libraries to ObsoleteFiles.inc
---
 ObsoleteFiles.inc | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc
index 16fedfbb708b..5b42cd94b738 100644
--- a/ObsoleteFiles.inc
+++ b/ObsoleteFiles.inc
@@ -3275,14 +3275,19 @@ OLD_DIRS+=usr/lib/clang/11.0.0
 OLD_FILES+=usr/share/man/man3/pmc.xscale.3.gz
 
 # 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


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