Author: bdrewery Date: Wed Aug 31 19:30:46 2016 New Revision: 305146 URL: https://svnweb.freebsd.org/changeset/base/305146
Log: DIRDEPS_BUILD: Update dependencies. Sponsored by: EMC / Isilon Storage Division Modified: head/cddl/usr.sbin/dtrace/Makefile.depend head/cddl/usr.sbin/lockstat/Makefile.depend head/cddl/usr.sbin/plockstat/Makefile.depend head/lib/clang/libclangformat/Makefile.depend head/lib/clang/libclangtoolingcore/Makefile.depend head/lib/libc/tests/stdlib/Makefile.depend head/lib/libproc/Makefile.depend head/lib/libproc/tests/Makefile.depend head/lib/librtld_db/Makefile.depend head/secure/usr.bin/ssh/Makefile.depend head/usr.bin/nfsstat/Makefile.depend head/usr.bin/tar/tests/Makefile.depend head/usr.sbin/bhyve/Makefile.depend head/usr.sbin/pw/tests/Makefile.depend Modified: head/cddl/usr.sbin/dtrace/Makefile.depend ============================================================================== --- head/cddl/usr.sbin/dtrace/Makefile.depend Wed Aug 31 19:30:00 2016 (r305145) +++ head/cddl/usr.sbin/dtrace/Makefile.depend Wed Aug 31 19:30:46 2016 (r305146) @@ -13,7 +13,9 @@ DIRDEPS = \ lib/libcompiler_rt \ lib/libcxxrt \ lib/libelf \ + lib/libkvm \ lib/libproc \ + lib/libprocstat \ lib/librtld_db \ lib/libthr \ lib/libutil \ Modified: head/cddl/usr.sbin/lockstat/Makefile.depend ============================================================================== --- head/cddl/usr.sbin/lockstat/Makefile.depend Wed Aug 31 19:30:00 2016 (r305145) +++ head/cddl/usr.sbin/lockstat/Makefile.depend Wed Aug 31 19:30:46 2016 (r305146) @@ -13,7 +13,9 @@ DIRDEPS = \ lib/libcompiler_rt \ lib/libcxxrt \ lib/libelf \ + lib/libkvm \ lib/libproc \ + lib/libprocstat \ lib/librt \ lib/librtld_db \ lib/libthr \ Modified: head/cddl/usr.sbin/plockstat/Makefile.depend ============================================================================== --- head/cddl/usr.sbin/plockstat/Makefile.depend Wed Aug 31 19:30:00 2016 (r305145) +++ head/cddl/usr.sbin/plockstat/Makefile.depend Wed Aug 31 19:30:46 2016 (r305146) @@ -13,7 +13,9 @@ DIRDEPS = \ lib/libcompiler_rt \ lib/libcxxrt \ lib/libelf \ + lib/libkvm \ lib/libproc \ + lib/libprocstat \ lib/librtld_db \ lib/libthr \ lib/libutil \ Modified: head/lib/clang/libclangformat/Makefile.depend ============================================================================== --- head/lib/clang/libclangformat/Makefile.depend Wed Aug 31 19:30:00 2016 (r305145) +++ head/lib/clang/libclangformat/Makefile.depend Wed Aug 31 19:30:46 2016 (r305146) @@ -6,6 +6,7 @@ DIRDEPS = \ include/xlocale \ lib/libc++ \ lib/msun \ + usr.bin/clang/clang-tblgen.host \ .include <dirdeps.mk> Modified: head/lib/clang/libclangtoolingcore/Makefile.depend ============================================================================== --- head/lib/clang/libclangtoolingcore/Makefile.depend Wed Aug 31 19:30:00 2016 (r305145) +++ head/lib/clang/libclangtoolingcore/Makefile.depend Wed Aug 31 19:30:46 2016 (r305146) @@ -6,6 +6,7 @@ DIRDEPS = \ include/xlocale \ lib/libc++ \ lib/msun \ + usr.bin/clang/clang-tblgen.host \ .include <dirdeps.mk> Modified: head/lib/libc/tests/stdlib/Makefile.depend ============================================================================== --- head/lib/libc/tests/stdlib/Makefile.depend Wed Aug 31 19:30:00 2016 (r305145) +++ head/lib/libc/tests/stdlib/Makefile.depend Wed Aug 31 19:30:46 2016 (r305146) @@ -11,9 +11,10 @@ DIRDEPS = \ lib/atf/libatf-c++ \ lib/libc \ lib/libc++ \ - lib/libthr \ lib/libcompiler_rt \ + lib/libcxxrt \ lib/libnetbsd \ + lib/libthr \ lib/libutil \ lib/msun \ Modified: head/lib/libproc/Makefile.depend ============================================================================== --- head/lib/libproc/Makefile.depend Wed Aug 31 19:30:00 2016 (r305145) +++ head/lib/libproc/Makefile.depend Wed Aug 31 19:30:46 2016 (r305146) @@ -12,6 +12,7 @@ DIRDEPS = \ lib/libcompiler_rt \ lib/libcxxrt \ lib/libelf \ + lib/libprocstat \ lib/librtld_db \ lib/libutil \ Modified: head/lib/libproc/tests/Makefile.depend ============================================================================== --- head/lib/libproc/tests/Makefile.depend Wed Aug 31 19:30:00 2016 (r305145) +++ head/lib/libproc/tests/Makefile.depend Wed Aug 31 19:30:46 2016 (r305146) @@ -13,7 +13,9 @@ DIRDEPS = \ lib/libcompiler_rt \ lib/libcxxrt \ lib/libelf \ + lib/libkvm \ lib/libproc \ + lib/libprocstat \ lib/librtld_db \ lib/libutil \ lib/libz \ Modified: head/lib/librtld_db/Makefile.depend ============================================================================== --- head/lib/librtld_db/Makefile.depend Wed Aug 31 19:30:00 2016 (r305145) +++ head/lib/librtld_db/Makefile.depend Wed Aug 31 19:30:46 2016 (r305146) @@ -10,6 +10,7 @@ DIRDEPS = \ lib/libc \ lib/libcompiler_rt \ lib/libelf \ + lib/libprocstat \ lib/libutil \ Modified: head/secure/usr.bin/ssh/Makefile.depend ============================================================================== --- head/secure/usr.bin/ssh/Makefile.depend Wed Aug 31 19:30:00 2016 (r305145) +++ head/secure/usr.bin/ssh/Makefile.depend Wed Aug 31 19:30:46 2016 (r305146) @@ -9,8 +9,6 @@ DIRDEPS = \ include/gssapi \ include/rpc \ include/xlocale \ - kerberos5/lib/libasn1 \ - kerberos5/lib/libkrb5 \ lib/${CSU_DIR} \ lib/libc \ lib/libcompiler_rt \ Modified: head/usr.bin/nfsstat/Makefile.depend ============================================================================== --- head/usr.bin/nfsstat/Makefile.depend Wed Aug 31 19:30:00 2016 (r305145) +++ head/usr.bin/nfsstat/Makefile.depend Wed Aug 31 19:30:46 2016 (r305146) @@ -9,6 +9,9 @@ DIRDEPS = \ lib/${CSU_DIR} \ lib/libc \ lib/libcompiler_rt \ + lib/libdevstat \ + lib/libelf \ + lib/libkvm \ .include <dirdeps.mk> Modified: head/usr.bin/tar/tests/Makefile.depend ============================================================================== --- head/usr.bin/tar/tests/Makefile.depend Wed Aug 31 19:30:00 2016 (r305145) +++ head/usr.bin/tar/tests/Makefile.depend Wed Aug 31 19:30:46 2016 (r305146) @@ -8,8 +8,14 @@ DIRDEPS = \ include/xlocale \ lib/${CSU_DIR} \ lib/libarchive \ + lib/libbz2 \ lib/libc \ lib/libcompiler_rt \ + lib/libexpat \ + lib/liblzma \ + lib/libthr \ + lib/libz \ + secure/lib/libcrypto \ .include <dirdeps.mk> Modified: head/usr.sbin/bhyve/Makefile.depend ============================================================================== --- head/usr.sbin/bhyve/Makefile.depend Wed Aug 31 19:30:00 2016 (r305145) +++ head/usr.sbin/bhyve/Makefile.depend Wed Aug 31 19:30:46 2016 (r305146) @@ -5,6 +5,7 @@ DIRDEPS = \ gnu/lib/csu \ gnu/lib/libgcc \ include \ + include/arpa \ include/xlocale \ lib/${CSU_DIR} \ lib/libc \ @@ -13,6 +14,7 @@ DIRDEPS = \ lib/libthr \ lib/libutil \ lib/libvmmapi \ + lib/libz \ .include <dirdeps.mk> Modified: head/usr.sbin/pw/tests/Makefile.depend ============================================================================== --- head/usr.sbin/pw/tests/Makefile.depend Wed Aug 31 19:30:00 2016 (r305145) +++ head/usr.sbin/pw/tests/Makefile.depend Wed Aug 31 19:30:46 2016 (r305146) @@ -2,6 +2,13 @@ # Autogenerated - do NOT edit! DIRDEPS = \ + gnu/lib/csu \ + gnu/lib/libgcc \ + include \ + lib/${CSU_DIR} \ + lib/libc \ + lib/libcompiler_rt \ + lib/libcrypt \ .include <dirdeps.mk> _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"