git: 1c3dcf8d571e - main - Add a few missed libprivateevent files to ObsoleteFiles.inc
Dimitry Andric
dim at FreeBSD.org
Mon May 3 20:51:02 UTC 2021
The branch main has been updated by dim:
URL: https://cgit.FreeBSD.org/src/commit/?id=1c3dcf8d571e979e5bfe06c285c610e4ca8ecc2f
commit 1c3dcf8d571e979e5bfe06c285c610e4ca8ecc2f
Author: Dimitry Andric <dim at FreeBSD.org>
AuthorDate: 2021-05-03 20:43:39 +0000
Commit: Dimitry Andric <dim at FreeBSD.org>
CommitDate: 2021-05-03 20:43:39 +0000
Add a few missed libprivateevent files to ObsoleteFiles.inc
---
ObsoleteFiles.inc | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc
index 5b42cd94b738..7f15953105ed 100644
--- a/ObsoleteFiles.inc
+++ b/ObsoleteFiles.inc
@@ -3902,11 +3902,15 @@ OLD_LIBS+=usr/lib32/padlock.so
# 20200528: libevent renamed libevent1
OLD_FILES+=usr/include/private/event/event.h
+OLD_DIRS+=usr/include/private/event
OLD_FILES+=usr/lib/libprivateevent.a
OLD_FILES+=usr/lib/libprivateevent.so
OLD_LIBS+=usr/lib/libprivateevent.so.1
OLD_FILES+=usr/lib/libprivateevent_p.a
-OLD_DIRS+=usr/include/private/event
+OLD_FILES+=usr/lib32/libprivateevent.a
+OLD_FILES+=usr/lib32/libprivateevent.so
+OLD_LIBS+=usr/lib32/libprivateevent.so.1
+OLD_FILES+=usr/lib32/libprivateevent_p.a
# 20200523: new clang import which bumps version from 10.0.0 to 10.0.1.
OLD_FILES+=usr/lib/clang/10.0.0/include/cuda_wrappers/algorithm
More information about the dev-commits-src-main
mailing list