Date: Mon, 3 May 2021 20:51:01 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: 1c3dcf8d571e - main - Add a few missed libprivateevent files to ObsoleteFiles.inc Message-ID: <202105032051.143Kp1DZ082422@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=1c3dcf8d571e979e5bfe06c285c610e4ca8ecc2f commit 1c3dcf8d571e979e5bfe06c285c610e4ca8ecc2f Author: Dimitry Andric <dim@FreeBSD.org> AuthorDate: 2021-05-03 20:43:39 +0000 Commit: Dimitry Andric <dim@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105032051.143Kp1DZ082422>