Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 May 2021 20:40:33 GMT
From:      Dimitry Andric <dim@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: d134e496151e - main - Add a few missed gnuregex libraries to ObsoleteFiles.inc
Message-ID:  <202105032040.143KeXF6069398@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by dim:

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

commit d134e496151e8103ca8acc7bb1696babe07576a7
Author:     Dimitry Andric <dim@FreeBSD.org>
AuthorDate: 2021-05-03 20:40:11 +0000
Commit:     Dimitry Andric <dim@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105032040.143KeXF6069398>