Source-Changes-HG archive

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

[src/trunk]: src/distrib/sets/lists fix sets for MKCRYPTO=no



details:   https://anonhg.NetBSD.org/src/rev/c6f8e9ff8d7b
branches:  trunk
changeset: 346166:c6f8e9ff8d7b
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Jun 29 23:23:05 2016 +0000

description:
fix sets for MKCRYPTO=no

diffstat:

 distrib/sets/lists/base/mi      |   4 +-
 distrib/sets/lists/base/shl.mi  |   8 +++---
 distrib/sets/lists/comp/mi      |  50 ++++++++++++++++++++++++++++++++++++++++-
 distrib/sets/lists/comp/shl.mi  |   4 +-
 distrib/sets/lists/debug/mi     |  14 +++++-----
 distrib/sets/lists/debug/shl.mi |   6 ++--
 distrib/sets/lists/man/mi       |   8 +++---
 distrib/sets/lists/misc/mi      |  20 ++++++++--------
 distrib/sets/lists/tests/mi     |   4 +-
 9 files changed, 83 insertions(+), 35 deletions(-)

diffs (truncated from 377 to 300 lines):

diff -r 9e31a2e7acd6 -r c6f8e9ff8d7b distrib/sets/lists/base/mi
--- a/distrib/sets/lists/base/mi        Wed Jun 29 23:03:24 2016 +0000
+++ b/distrib/sets/lists/base/mi        Wed Jun 29 23:23:05 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.1129 2016/06/25 18:05:57 maya Exp $
+# $NetBSD: mi,v 1.1130 2016/06/29 23:23:05 christos Exp $
 #
 # Note:        Don't delete entries from here - mark them as "obsolete" instead,
 #      unless otherwise stated below.
@@ -1758,7 +1758,7 @@
 ./usr/sbin/nslookup                            base-obsolete           obsolete
 ./usr/sbin/nsquery                             base-obsolete           obsolete
 ./usr/sbin/nstest                              base-obsolete           obsolete
-./usr/sbin/ntp-keygen                          base-ntp-bin            crypto
+./usr/sbin/ntp-keygen                          base-ntp-bin
 ./usr/sbin/ntpd                                        base-ntp-bin
 ./usr/sbin/ntpdate                             base-ntp-bin
 ./usr/sbin/ntpdc                               base-ntp-bin
diff -r 9e31a2e7acd6 -r c6f8e9ff8d7b distrib/sets/lists/base/shl.mi
--- a/distrib/sets/lists/base/shl.mi    Wed Jun 29 23:03:24 2016 +0000
+++ b/distrib/sets/lists/base/shl.mi    Wed Jun 29 23:23:05 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: shl.mi,v 1.776 2016/06/05 01:31:03 christos Exp $
+# $NetBSD: shl.mi,v 1.777 2016/06/29 23:23:05 christos Exp $
 #
 # Note:        Don't delete entries from here - mark them as "obsolete" instead,
 #      unless otherwise stated below.
@@ -22,9 +22,9 @@
 ./lib/libcrypt.so                              base-sys-shlib          dynamicroot
 ./lib/libcrypt.so.1                            base-sys-shlib          dynamicroot
 ./lib/libcrypt.so.1.0                          base-sys-shlib          dynamicroot
-./lib/libcrypto.so                             base-crypto-shlib       dynamicroot
-./lib/libcrypto.so.11                          base-crypto-shlib       dynamicroot
-./lib/libcrypto.so.11.0                                base-crypto-shlib       dynamicroot
+./lib/libcrypto.so                             base-crypto-shlib       dynamicroot,crypto
+./lib/libcrypto.so.11                          base-crypto-shlib       dynamicroot,crypto
+./lib/libcrypto.so.11.0                                base-crypto-shlib       dynamicroot,crypto
 ./lib/libdevmapper.so                          base-lvm-shlib          dynamicroot
 ./lib/libdevmapper.so.1                                base-lvm-shlib          dynamicroot
 ./lib/libdevmapper.so.1.0                      base-lvm-shlib          dynamicroot
diff -r 9e31a2e7acd6 -r c6f8e9ff8d7b distrib/sets/lists/comp/mi
--- a/distrib/sets/lists/comp/mi        Wed Jun 29 23:03:24 2016 +0000
+++ b/distrib/sets/lists/comp/mi        Wed Jun 29 23:23:05 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: mi,v 1.2044 2016/06/08 22:32:01 mrg Exp $
+#      $NetBSD: mi,v 1.2045 2016/06/29 23:23:05 christos Exp $
 #
 # Note: don't delete entries from here - mark them as "obsolete" instead.
 ./etc/mtree/set.comp                           comp-sys-root
@@ -8357,6 +8357,8 @@
 ./usr/share/man/cat3/pthread_barrier_wait.0    comp-c-catman           .cat
 ./usr/share/man/cat3/pthread_barrierattr.0     comp-c-catman           .cat
 ./usr/share/man/cat3/pthread_barrierattr_destroy.0     comp-c-catman           .cat
+#./usr/share/man/cat3/pthread_barrierattr_getpshared.0 comp-c-catman   .cat
+#./usr/share/man/cat3/pthread_barrierattr_setpshared.0 comp-c-catman   .cat
 ./usr/share/man/cat3/pthread_barrierattr_init.0 comp-c-catman          .cat
 ./usr/share/man/cat3/pthread_cancel.0          comp-c-catman           .cat
 ./usr/share/man/cat3/pthread_cleanup_pop.0     comp-c-catman           .cat
@@ -8370,8 +8372,11 @@
 ./usr/share/man/cat3/pthread_cond_wait.0       comp-c-catman           .cat
 ./usr/share/man/cat3/pthread_condattr.0                comp-c-catman           .cat
 ./usr/share/man/cat3/pthread_condattr_destroy.0 comp-c-catman          .cat
+#./usr/share/man/cat3/pthread_condattr_getpshared.0    comp-c-catman   .cat
+#./usr/share/man/cat3/pthread_condattr_setpshared.0    comp-c-catman   .cat
 ./usr/share/man/cat3/pthread_condattr_init.0   comp-c-catman           .cat
 ./usr/share/man/cat3/pthread_condattr_setclock.0       comp-c-catman           .cat
+./usr/share/man/cat3/pthread_condattr_getclock.0       comp-c-catmat   .cat
 ./usr/share/man/cat3/pthread_create.0          comp-c-catman           .cat
 ./usr/share/man/cat3/pthread_curcpu_np.0       comp-c-catman           .cat
 ./usr/share/man/cat3/pthread_detach.0          comp-c-catman           .cat
@@ -8393,11 +8398,20 @@
 ./usr/share/man/cat3/pthread_mutex_lock.0      comp-c-catman           .cat
 ./usr/share/man/cat3/pthread_mutex_trylock.0   comp-c-catman           .cat
 ./usr/share/man/cat3/pthread_mutex_unlock.0    comp-c-catman           .cat
+./usr/share/man/cat3/pthread_mutex_timedlock.0 comp-c-catman           .cat
+./usr/share/man/cat3/pthread_mutex_getprioceiling.0    comp-c-catman   .cat
+./usr/share/man/cat3/pthread_mutex_setprioceiling.0    comp-c-catman   .cat
 ./usr/share/man/cat3/pthread_mutexattr.0       comp-c-catman           .cat
 ./usr/share/man/cat3/pthread_mutexattr_destroy.0       comp-c-catman           .cat
+#./usr/share/man/cat3/pthread_mutexattr_getpshared.0   comp-c-catman   .cat
+#./usr/share/man/cat3/pthread_mutexattr_setpshared.0   comp-c-catman   .cat
 ./usr/share/man/cat3/pthread_mutexattr_gettype.0       comp-c-catman           .cat
 ./usr/share/man/cat3/pthread_mutexattr_init.0  comp-c-catman           .cat
 ./usr/share/man/cat3/pthread_mutexattr_settype.0       comp-c-catman           .cat
+./usr/share/man/cat3/pthread_mutexattr_getprotocol.0   comp-c-catman   .cat
+./usr/share/man/cat3/pthread_mutexattr_setprotocol.0   comp-c-catman   .cat
+./usr/share/man/cat3/pthread_mutexattr_getprioceiling.0        comp-c-catman   .cat
+./usr/share/man/cat3/pthread_mutexattr_setprioceiling.0        comp-c-catman   .cat
 ./usr/share/man/cat3/pthread_once.0            comp-c-catman           .cat
 ./usr/share/man/cat3/pthread_resume_np.0       comp-c-catman           .cat
 ./usr/share/man/cat3/pthread_rwlock.0          comp-c-catman           .cat
@@ -8412,6 +8426,8 @@
 ./usr/share/man/cat3/pthread_rwlock_wrlock.0   comp-c-catman           .cat
 ./usr/share/man/cat3/pthread_rwlockattr.0      comp-c-catman           .cat
 ./usr/share/man/cat3/pthread_rwlockattr_destroy.0      comp-c-catman           .cat
+#./usr/share/man/cat3/pthread_rwlockattr_getpshared.0  comp-c-catman   .cat
+#./usr/share/man/cat3/pthread_rwlockattr_setpshared.0  comp-c-catman   .cat
 ./usr/share/man/cat3/pthread_rwlockattr_init.0 comp-c-catman           .cat
 ./usr/share/man/cat3/pthread_schedparam.0      comp-c-catman           .cat
 ./usr/share/man/cat3/pthread_self.0            comp-c-catman           .cat
@@ -15529,6 +15545,8 @@
 ./usr/share/man/html3/pthread_barrier_wait.html comp-c-htmlman         html
 ./usr/share/man/html3/pthread_barrierattr.html comp-c-htmlman          html
 ./usr/share/man/html3/pthread_barrierattr_destroy.html comp-c-htmlman          html
+#./usr/share/man/html3/pthread_barrierattr_getpshared.html     comp-c-htmlman  html
+#./usr/share/man/html3/pthread_barrierattr_setpshared.html     comp-c-htmlman  html
 ./usr/share/man/html3/pthread_barrierattr_init.html    comp-c-htmlman          html
 ./usr/share/man/html3/pthread_cancel.html      comp-c-htmlman          html
 ./usr/share/man/html3/pthread_cleanup_pop.html comp-c-htmlman          html
@@ -15542,8 +15560,11 @@
 ./usr/share/man/html3/pthread_cond_wait.html   comp-c-htmlman          html
 ./usr/share/man/html3/pthread_condattr.html    comp-c-htmlman          html
 ./usr/share/man/html3/pthread_condattr_destroy.html    comp-c-htmlman          html
+#./usr/share/man/html3/pthread_condattr_getpshared.html        comp-c-htmlman  html
+#./usr/share/man/html3/pthread_condattr_setpshared.html        comp-c-htmlman  html
 ./usr/share/man/html3/pthread_condattr_init.html       comp-c-htmlman          html
 ./usr/share/man/html3/pthread_condattr_setclock.html   comp-c-htmlman          html
+./usr/share/man/html3/pthread_condattr_getclock.html   comp-c-htmlman  html
 ./usr/share/man/html3/pthread_create.html      comp-c-htmlman          html
 ./usr/share/man/html3/pthread_curcpu_np.html   comp-c-htmlman          html
 ./usr/share/man/html3/pthread_detach.html      comp-c-htmlman          html
@@ -15565,11 +15586,20 @@
 ./usr/share/man/html3/pthread_mutex_lock.html  comp-c-htmlman          html
 ./usr/share/man/html3/pthread_mutex_trylock.html       comp-c-htmlman          html
 ./usr/share/man/html3/pthread_mutex_unlock.html comp-c-htmlman         html
+./usr/share/man/html3/pthread_mutex_timedlock.html     comp-c-htmlman  html
+./usr/share/man/html3/pthread_mutex_getprioceiling.html        comp-c-htmlman  html
+./usr/share/man/html3/pthread_mutex_setprioceiling.html        comp-c-htmlman  html
 ./usr/share/man/html3/pthread_mutexattr.html   comp-c-htmlman          html
 ./usr/share/man/html3/pthread_mutexattr_destroy.html   comp-c-htmlman          html
+#./usr/share/man/html3/pthread_mutexattr_getpshared.html       comp-c-htmlman  html
+#./usr/share/man/html3/pthread_mutexattr_setpshared.html       comp-c-htmlman  html
 ./usr/share/man/html3/pthread_mutexattr_gettype.html   comp-c-htmlman          html
 ./usr/share/man/html3/pthread_mutexattr_init.html      comp-c-htmlman          html
 ./usr/share/man/html3/pthread_mutexattr_settype.html   comp-c-htmlman          html
+./usr/share/man/html3/pthread_mutexattr_getprotocol.html       comp-c-htmlman  html
+./usr/share/man/html3/pthread_mutexattr_setprotocol.html       comp-c-htmlman  html
+./usr/share/man/html3/pthread_mutexattr_getprioceiling.html    comp-c-htmlman  html
+./usr/share/man/html3/pthread_mutexattr_setprioceiling.html    comp-c-htmlman  html
 ./usr/share/man/html3/pthread_once.html                comp-c-htmlman          html
 ./usr/share/man/html3/pthread_resume_np.html   comp-c-htmlman          html
 ./usr/share/man/html3/pthread_rwlock.html      comp-c-htmlman          html
@@ -15584,6 +15614,8 @@
 ./usr/share/man/html3/pthread_rwlock_wrlock.html       comp-c-htmlman          html
 ./usr/share/man/html3/pthread_rwlockattr.html  comp-c-htmlman          html
 ./usr/share/man/html3/pthread_rwlockattr_destroy.html  comp-c-htmlman          html
+#./usr/share/man/html3/pthread_rwlockattr_getpshared.html      comp-c-htmlman  html
+#./usr/share/man/html3/pthread_rwlockattr_setpshared.html      comp-c-htmlman  html
 ./usr/share/man/html3/pthread_rwlockattr_init.html     comp-c-htmlman          html
 ./usr/share/man/html3/pthread_schedparam.html  comp-c-htmlman          html
 ./usr/share/man/html3/pthread_self.html                comp-c-htmlman          html
@@ -22694,6 +22726,8 @@
 ./usr/share/man/man3/pthread_barrier_wait.3    comp-c-man              .man
 ./usr/share/man/man3/pthread_barrierattr.3     comp-c-man              .man
 ./usr/share/man/man3/pthread_barrierattr_destroy.3     comp-c-man              .man
+#./usr/share/man/man3/pthread_barrierattr_getpshared.3 comp-c-man      .man
+#./usr/share/man/man3/pthread_barrierattr_setpshared.3 comp-c-man      .man
 ./usr/share/man/man3/pthread_barrierattr_init.3 comp-c-man             .man
 ./usr/share/man/man3/pthread_cancel.3          comp-c-man              .man
 ./usr/share/man/man3/pthread_cleanup_pop.3     comp-c-man              .man
@@ -22707,8 +22741,11 @@
 ./usr/share/man/man3/pthread_cond_wait.3       comp-c-man              .man
 ./usr/share/man/man3/pthread_condattr.3                comp-c-man              .man
 ./usr/share/man/man3/pthread_condattr_destroy.3 comp-c-man             .man
+#./usr/share/man/man3/pthread_condattr_getpshared.3    comp-c-man      .man
+#./usr/share/man/man3/pthread_condattr_setpshared.3    comp-c-man      .man
 ./usr/share/man/man3/pthread_condattr_init.3   comp-c-man              .man
 ./usr/share/man/man3/pthread_condattr_setclock.3       comp-c-man              .man
+./usr/share/man/man3/pthread_condattr_getclock.3       comp-c-man      .man
 ./usr/share/man/man3/pthread_create.3          comp-c-man              .man
 ./usr/share/man/man3/pthread_curcpu_np.3       comp-c-man              .man
 ./usr/share/man/man3/pthread_detach.3          comp-c-man              .man
@@ -22730,11 +22767,20 @@
 ./usr/share/man/man3/pthread_mutex_lock.3      comp-c-man              .man
 ./usr/share/man/man3/pthread_mutex_trylock.3   comp-c-man              .man
 ./usr/share/man/man3/pthread_mutex_unlock.3    comp-c-man              .man
+./usr/share/man/man3/pthread_mutex_timedlock.3 comp-c-man              .man
+./usr/share/man/man3/pthread_mutex_getprioceiling.3    comp-c-man      .man
+./usr/share/man/man3/pthread_mutex_setprioceiling.3    comp-c-man      .man
 ./usr/share/man/man3/pthread_mutexattr.3       comp-c-man              .man
 ./usr/share/man/man3/pthread_mutexattr_destroy.3       comp-c-man              .man
+#./usr/share/man/man3/pthread_mutexattr_getpshared.3   comp-c-man      .man
+#./usr/share/man/man3/pthread_mutexattr_setpshared.3   comp-c-man      .man
 ./usr/share/man/man3/pthread_mutexattr_gettype.3       comp-c-man              .man
 ./usr/share/man/man3/pthread_mutexattr_init.3  comp-c-man              .man
 ./usr/share/man/man3/pthread_mutexattr_settype.3       comp-c-man              .man
+./usr/share/man/man3/pthread_mutexattr_getprotocol.3   comp-c-man      .man
+./usr/share/man/man3/pthread_mutexattr_setprotocol.3   comp-c-man      .man
+./usr/share/man/man3/pthread_mutexattr_getprioceiling.3        comp-c-man      .man
+./usr/share/man/man3/pthread_mutexattr_setprioceiling.3        comp-c-man      .man
 ./usr/share/man/man3/pthread_once.3            comp-c-man              .man
 ./usr/share/man/man3/pthread_resume_np.3       comp-c-man              .man
 ./usr/share/man/man3/pthread_rwlock.3          comp-c-man              .man
@@ -22749,6 +22795,8 @@
 ./usr/share/man/man3/pthread_rwlock_wrlock.3   comp-c-man              .man
 ./usr/share/man/man3/pthread_rwlockattr.3      comp-c-man              .man
 ./usr/share/man/man3/pthread_rwlockattr_destroy.3      comp-c-man              .man
+#./usr/share/man/man3/pthread_rwlockattr_getpshared.3  comp-c-man      .man
+#./usr/share/man/man3/pthread_rwlockattr_setpshared.3  comp-c-man      .man
 ./usr/share/man/man3/pthread_rwlockattr_init.3 comp-c-man              .man
 ./usr/share/man/man3/pthread_schedparam.3      comp-c-man              .man
 ./usr/share/man/man3/pthread_self.3            comp-c-man              .man
diff -r 9e31a2e7acd6 -r c6f8e9ff8d7b distrib/sets/lists/comp/shl.mi
--- a/distrib/sets/lists/comp/shl.mi    Wed Jun 29 23:03:24 2016 +0000
+++ b/distrib/sets/lists/comp/shl.mi    Wed Jun 29 23:23:05 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: shl.mi,v 1.291 2016/06/05 01:31:03 christos Exp $
+# $NetBSD: shl.mi,v 1.292 2016/06/29 23:23:05 christos Exp $
 #
 # Note: don't delete entries from here - mark them as "obsolete" instead.
 #
@@ -91,7 +91,7 @@
 ./usr/lib/libm_pic.a                           comp-c-piclib           compatfile,picinstall
 ./usr/lib/libmagic_pic.a                       comp-c-piclib           compatfile,picinstall
 ./usr/lib/libmenu_pic.a                                comp-c-piclib           compatfile,picinstall
-./usr/lib/libmj_pic.a                          comp-c-piclib           compatfile,picinstall
+./usr/lib/libmj_pic.a                          comp-c-piclib           compatfile,picinstall,crypto
 ./usr/lib/libmpc.so                            comp-c-shlib            obsolete
 ./usr/lib/libmpc.so.2                          comp-c-shlib            obsolete
 ./usr/lib/libmpc.so.2.0                                comp-c-shlib            obsolete
diff -r 9e31a2e7acd6 -r c6f8e9ff8d7b distrib/sets/lists/debug/mi
--- a/distrib/sets/lists/debug/mi       Wed Jun 29 23:03:24 2016 +0000
+++ b/distrib/sets/lists/debug/mi       Wed Jun 29 23:23:05 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.156 2016/06/05 01:31:03 christos Exp $
+# $NetBSD: mi,v 1.157 2016/06/29 23:23:05 christos Exp $
 ./etc/mtree/set.debug                           comp-sys-root
 ./usr/lib                                      comp-sys-usr            compatdir
 ./usr/lib/i18n/libBIG5_g.a                     comp-c-debuglib         debuglib,compatfile
@@ -103,11 +103,11 @@
 ./usr/lib/libm_g.a                             comp-c-debuglib         debuglib,compatfile
 ./usr/lib/libmagic_g.a                         comp-c-debuglib         debuglib,compatfile
 ./usr/lib/libmenu_g.a                          comp-c-debuglib         debuglib,compatfile
-./usr/lib/libmj_g.a                            comp-c-debuglib         debuglib,compatfile
+./usr/lib/libmj_g.a                            comp-c-debuglib         debuglib,compatfile,crypto
 ./usr/lib/libmudflap_g.a                       comp-c-debuglib         debuglib,compatfile,gcc=48
 ./usr/lib/libmudflapth_g.a                     comp-c-debuglib         debuglib,compatfile,gcc=48
-./usr/lib/libnetpgp_g.a                                comp-c-debuglib         debuglib,compatfile
-./usr/lib/libnetpgpverify_g.a                  comp-c-debuglib         debuglib,compatfile
+./usr/lib/libnetpgp_g.a                                comp-c-debuglib         debuglib,compatfile,crypto
+./usr/lib/libnetpgpverify_g.a                  comp-c-debuglib         debuglib,compatfile,crypto
 ./usr/lib/libnpf_g.a                           comp-c-debuglib         debuglib,compatfile
 ./usr/lib/libnvpair_g.a                                comp-c-debuglib         debuglib,zfs,compatfile
 ./usr/lib/libobjc_g.a                          comp-c-debuglib         debuglib,gcccmds,compatfile
@@ -235,8 +235,8 @@
 ./usr/lib/libsl_g.a                            comp-c-debuglib         debuglib,compatfile,kerberos
 ./usr/lib/libsqlite3_g.a                       comp-c-debuglib         debuglib,compatfile
 ./usr/lib/libss_g.a                            comp-c-debuglib         obsolete,compatfile
-./usr/lib/libssh_g.a                           comp-c-debuglib         debuglib,compatfile
-./usr/lib/libssl_g.a                           comp-c-debuglib         debuglib,compatfile
+./usr/lib/libssh_g.a                           comp-c-debuglib         debuglib,compatfile,crypto
+./usr/lib/libssl_g.a                           comp-c-debuglib         debuglib,compatfile,crypto
 ./usr/lib/libstdc++_g.a                                comp-c-debuglib         debuglib,compatfile,cxx,gcccmds,libstdcxx
 ./usr/lib/libsupc++_g.a                                comp-c-debuglib         debuglib,compatfile,cxx,gcccmds,libstdcxx
 ./usr/lib/libtddl_g.a                          comp-c-debuglib         debuglib,compatfile,tpm
@@ -1147,7 +1147,7 @@
 ./usr/libdata/debug/usr/sbin/npfctl.debug      comp-obsolete           obsolete
 ./usr/libdata/debug/usr/sbin/npftest.debug     comp-npf-debug          npf,rump,debug,pic
 ./usr/libdata/debug/usr/sbin/nsec3hash.debug   comp-bind-debug         debug
-./usr/libdata/debug/usr/sbin/ntp-keygen.debug  comp-ntp-debug          crypto,debug
+./usr/libdata/debug/usr/sbin/ntp-keygen.debug  comp-ntp-debug          debug
 ./usr/libdata/debug/usr/sbin/ntpd.debug                comp-ntp-debug          debug
 ./usr/libdata/debug/usr/sbin/ntpdate.debug     comp-ntp-debug          debug
 ./usr/libdata/debug/usr/sbin/ntpdc.debug       comp-ntp-debug          debug
diff -r 9e31a2e7acd6 -r c6f8e9ff8d7b distrib/sets/lists/debug/shl.mi
--- a/distrib/sets/lists/debug/shl.mi   Wed Jun 29 23:03:24 2016 +0000
+++ b/distrib/sets/lists/debug/shl.mi   Wed Jun 29 23:23:05 2016 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: shl.mi,v 1.136 2016/06/05 01:31:03 christos Exp $
+# $NetBSD: shl.mi,v 1.137 2016/06/29 23:23:05 christos Exp $
 ./usr/libdata/debug/lib                                                base-sys-usr    debug,dynamicroot,compatdir
 ./usr/libdata/debug/lib/libblacklist.so.0.0.debug              comp-sys-debug  debug,dynamicroot
 ./usr/libdata/debug/lib/libc.so.12.202.debug                   comp-sys-debug  debug,dynamicroot
 ./usr/libdata/debug/lib/libcrypt.so.1.0.debug                  comp-sys-debug  debug,dynamicroot
-./usr/libdata/debug/lib/libcrypto.so.11.0.debug                        comp-sys-debug  debug,dynamicroot
+./usr/libdata/debug/lib/libcrypto.so.11.0.debug                        comp-sys-debug  debug,dynamicroot,crypto
 ./usr/libdata/debug/lib/libdevmapper.so.1.0.debug              comp-sys-debug  debug,dynamicroot
 ./usr/libdata/debug/lib/libdm.so.0.0.debug                     comp-sys-debug  debug,dynamicroot
 ./usr/libdata/debug/lib/libedit.so.3.1.debug                   comp-sys-debug  debug,dynamicroot
@@ -135,7 +135,7 @@
 ./usr/libdata/debug/usr/lib/libm.so.0.11.debug                 comp-sys-debug  debug,compatfile
 ./usr/libdata/debug/usr/lib/libmagic.so.5.1.debug              comp-sys-debug  debug,compatfile
 ./usr/libdata/debug/usr/lib/libmenu.so.6.0.debug               comp-sys-debug  debug,compatfile
-./usr/libdata/debug/usr/lib/libmj.so.1.0.debug                 comp-crypto-debug       debug,compatfile
+./usr/libdata/debug/usr/lib/libmj.so.1.0.debug                 comp-crypto-debug       debug,compatfile,crypto
 ./usr/libdata/debug/usr/lib/libmpc.so.2.0.debug                        comp-c-shlib    debug,compatfile,obsolete
 ./usr/libdata/debug/usr/lib/libmpfr.so.4.1.debug               comp-c-shlib    debug,compatfile,obsolete
 ./usr/libdata/debug/usr/lib/libmudflap.so.0.0.debug            comp-sys-debug  debug,compatfile,gcc=48
diff -r 9e31a2e7acd6 -r c6f8e9ff8d7b distrib/sets/lists/man/mi
--- a/distrib/sets/lists/man/mi Wed Jun 29 23:03:24 2016 +0000
+++ b/distrib/sets/lists/man/mi Wed Jun 29 23:23:05 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.1528 2016/06/25 18:05:57 maya Exp $
+# $NetBSD: mi,v 1.1529 2016/06/29 23:23:05 christos Exp $
 #
 # Note: don't delete entries from here - mark them as "obsolete" instead.
 #
@@ -2772,7 +2772,7 @@
 ./usr/share/man/cat8/nslookup.0                        man-netutil-catman      .cat
 ./usr/share/man/cat8/nsupdate.0                        man-obsolete            obsolete



Home | Main Index | Thread Index | Old Index