aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJessica Clarke <jrtc27@FreeBSD.org>2023-07-27 04:10:44 +0000
committerJessica Clarke <jrtc27@FreeBSD.org>2023-07-27 04:10:44 +0000
commit5e2bc2f60c8e512925e2dd74f988590a3073d7fc (patch)
tree9b34573aef77543c2ee5342ca429592c5e6ca983
parent264594efbe699defbe2ac4e1d7a91fde3db45e8f (diff)
downloadsrc-5e2bc2f60c8e512925e2dd74f988590a3073d7fc.tar.gz
src-5e2bc2f60c8e512925e2dd74f988590a3073d7fc.zip
ObsoleteFiles.inc: Automatically generate OpenSSL 3 obsoleted libcompat dirs
Older entries in this file are left alone as hard-coding lib32 as they're not worth the churn; downstreams will have already moved past them (in particular, CheriBSD, which adds additional libcompats). Reviewed by: brooks, jhb, emaste Differential Revision: https://reviews.freebsd.org/D41181
-rw-r--r--ObsoleteFiles.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc
index 3acb677c25e4..295d718932e9 100644
--- a/ObsoleteFiles.inc
+++ b/ObsoleteFiles.inc
@@ -78,7 +78,9 @@ OLD_LIBS+=usr/lib/engines/capi.so
OLD_LIBS+=usr/lib/engines/padlock.so
OLD_LIBS+=usr/lib/libssl.so.111
OLD_DIRS+=usr/lib/engines
-OLD_DIRS+=usr/lib32/engines
+.for libcompat in ${_ALL_libcompats}
+OLD_DIRS+=usr/lib${libcompat}/engines
+.endfor
OLD_FILES+=usr/share/man/man1/list.1
OLD_FILES+=usr/share/man/man1/openssl-tsget.1
OLD_FILES+=usr/share/man/man3/ECDH_get_ex_data.3