Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/etc/mtree mark /usr/lib/openssl and /usr/lib/openssl/modules...



details:   https://anonhg.NetBSD.org/src/rev/2c31f318941d
branches:  trunk
changeset: 374843:2c31f318941d
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sun May 14 07:07:23 2023 +0000

description:
mark /usr/lib/openssl and /usr/lib/openssl/modules as "compatdir".

remove them as explicit part of all arm64 builds when they're only
(currently) used and consumed by llvm builds.

this fixes gcc builds and i don't think it breaks llvm ones though
i'm still waiting for that test.

diffstat:

 distrib/sets/lists/base/mi    |  6 +++---
 etc/mtree/NetBSD.dist.aarch64 |  6 +-----
 2 files changed, 4 insertions(+), 8 deletions(-)

diffs (34 lines):

diff -r d78fa4a7d8c4 -r 2c31f318941d distrib/sets/lists/base/mi
--- a/distrib/sets/lists/base/mi        Sun May 14 01:17:08 2023 +0000
+++ b/distrib/sets/lists/base/mi        Sun May 14 07:07:23 2023 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.1317 2023/05/12 11:13:09 riastradh Exp $
+# $NetBSD: mi,v 1.1318 2023/05/14 07:07:23 mrg Exp $
 #
 # Note:        Don't delete entries from here - mark them as "obsolete" instead,
 #      unless otherwise stated below.
@@ -1210,9 +1210,9 @@
 ./usr/lib/lua/5.4                              base-sys-usr            compatfile
 ./usr/lib/named                                        base-sys-usr
 ./usr/lib/npf                                  base-obsolete           obsolete
-./usr/lib/openssl                              base-crypto-usr
+./usr/lib/openssl                              base-crypto-usr         compatdir
 ./usr/lib/openssl/engines                      base-crypto-usr
-./usr/lib/openssl/modules                      base-crypto-usr
+./usr/lib/openssl/modules                      base-crypto-usr         compatdir
 ./usr/lib/openssl/modules/legacy.so            base-crypto-usr         pic,openssl=30
 ./usr/lib/postfix                              base-postfix-usr
 ./usr/lib/runemodule                           base-obsolete           obsolete
diff -r d78fa4a7d8c4 -r 2c31f318941d etc/mtree/NetBSD.dist.aarch64
--- a/etc/mtree/NetBSD.dist.aarch64     Sun May 14 01:17:08 2023 +0000
+++ b/etc/mtree/NetBSD.dist.aarch64     Sun May 14 07:07:23 2023 +0000
@@ -1,8 +1,4 @@
-#      $NetBSD: NetBSD.dist.aarch64,v 1.10 2023/05/13 13:04:14 riastradh Exp $
+#      $NetBSD: NetBSD.dist.aarch64,v 1.11 2023/05/14 07:07:23 mrg Exp $
 
 ./usr/include/aarch64
 ./usr/include/arm
-./usr/lib/eabi/openssl
-./usr/lib/eabi/openssl/modules
-./usr/lib/eabihf/openssl
-./usr/lib/eabihf/openssl/modules



Home | Main Index | Thread Index | Old Index