From owner-svn-src-all@freebsd.org Wed Aug 31 19:30:49 2016 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8607CBCA7BD; Wed, 31 Aug 2016 19:30:49 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4790ED4D; Wed, 31 Aug 2016 19:30:49 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7VJUmLe072014; Wed, 31 Aug 2016 19:30:48 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7VJUlKk071997; Wed, 31 Aug 2016 19:30:47 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201608311930.u7VJUlKk071997@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Wed, 31 Aug 2016 19:30:47 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r305146 - in head: cddl/usr.sbin/dtrace cddl/usr.sbin/lockstat cddl/usr.sbin/plockstat lib/clang/libclangformat lib/clang/libclangtoolingcore lib/libc/tests/stdlib lib/libproc lib/libpr... X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Aug 2016 19:30:49 -0000 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 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 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 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 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 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