From owner-svn-src-all@freebsd.org Tue Feb 16 02:14:32 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 68504AA88BD; Tue, 16 Feb 2016 02:14:32 +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 273B21BE5; Tue, 16 Feb 2016 02:14:32 +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 u1G2EVJg011331; Tue, 16 Feb 2016 02:14:31 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1G2EU2H011322; Tue, 16 Feb 2016 02:14:30 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201602160214.u1G2EU2H011322@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Tue, 16 Feb 2016 02:14:30 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r295650 - in head: lib/libpe sbin/kldstat secure/lib/libssh sys/boot/efi/boot1 targets/pseudo/userland/lib usr.bin/elfcopy usr.bin/kdump usr.bin/truss usr.sbin/ctld 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.20 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: Tue, 16 Feb 2016 02:14:32 -0000 Author: bdrewery Date: Tue Feb 16 02:14:30 2016 New Revision: 295650 URL: https://svnweb.freebsd.org/changeset/base/295650 Log: DIRDEPS_BUILD: Update dependencies. Sponsored by: EMC / Isilon Storage Division Added: head/lib/libpe/Makefile.depend - copied, changed from r295649, head/sys/boot/efi/boot1/Makefile.depend head/usr.bin/truss/Makefile.depend - copied, changed from r295649, head/sbin/kldstat/Makefile.depend Deleted: head/usr.bin/truss/Makefile.depend.amd64 Modified: head/sbin/kldstat/Makefile.depend head/secure/lib/libssh/Makefile.depend head/sys/boot/efi/boot1/Makefile.depend head/targets/pseudo/userland/lib/Makefile.depend head/usr.bin/elfcopy/Makefile.depend head/usr.bin/kdump/Makefile.depend head/usr.sbin/ctld/Makefile.depend Copied and modified: head/lib/libpe/Makefile.depend (from r295649, head/sys/boot/efi/boot1/Makefile.depend) ============================================================================== --- head/sys/boot/efi/boot1/Makefile.depend Tue Feb 16 02:14:25 2016 (r295649, copy source) +++ head/lib/libpe/Makefile.depend Tue Feb 16 02:14:30 2016 (r295650) @@ -3,6 +3,7 @@ DIRDEPS = \ include \ + include/xlocale \ .include Modified: head/sbin/kldstat/Makefile.depend ============================================================================== --- head/sbin/kldstat/Makefile.depend Tue Feb 16 02:14:25 2016 (r295649) +++ head/sbin/kldstat/Makefile.depend Tue Feb 16 02:14:30 2016 (r295650) @@ -8,6 +8,7 @@ DIRDEPS = \ lib/${CSU_DIR} \ lib/libc \ lib/libcompiler_rt \ + lib/libutil \ .include Modified: head/secure/lib/libssh/Makefile.depend ============================================================================== --- head/secure/lib/libssh/Makefile.depend Tue Feb 16 02:14:25 2016 (r295649) +++ head/secure/lib/libssh/Makefile.depend Tue Feb 16 02:14:30 2016 (r295650) @@ -6,6 +6,7 @@ DIRDEPS = \ gnu/lib/libgcc \ include \ include/arpa \ + include/gssapi \ include/xlocale \ lib/${CSU_DIR} \ lib/libc \ Modified: head/sys/boot/efi/boot1/Makefile.depend ============================================================================== --- head/sys/boot/efi/boot1/Makefile.depend Tue Feb 16 02:14:25 2016 (r295649) +++ head/sys/boot/efi/boot1/Makefile.depend Tue Feb 16 02:14:30 2016 (r295650) @@ -3,6 +3,8 @@ DIRDEPS = \ include \ + include/xlocale \ + lib/libstand \ .include Modified: head/targets/pseudo/userland/lib/Makefile.depend ============================================================================== --- head/targets/pseudo/userland/lib/Makefile.depend Tue Feb 16 02:14:25 2016 (r295649) +++ head/targets/pseudo/userland/lib/Makefile.depend Tue Feb 16 02:14:30 2016 (r295650) @@ -46,6 +46,7 @@ DIRDEPS = \ lib/libdwarf \ lib/libedit/edit/readline \ lib/libelf \ + lib/libelftc \ lib/libevent \ lib/libexecinfo \ lib/libexpat \ @@ -118,6 +119,7 @@ DIRDEPS = \ lib/libpam/modules/pam_tacplus \ lib/libpam/modules/pam_unix \ lib/libpcap \ + lib/libpe \ lib/libpjdlog \ lib/libpmc \ lib/libproc \ Modified: head/usr.bin/elfcopy/Makefile.depend ============================================================================== --- head/usr.bin/elfcopy/Makefile.depend Tue Feb 16 02:14:25 2016 (r295649) +++ head/usr.bin/elfcopy/Makefile.depend Tue Feb 16 02:14:30 2016 (r295650) @@ -15,6 +15,7 @@ DIRDEPS = \ lib/libelftc \ lib/libexpat \ lib/liblzma \ + lib/libpe \ lib/libthr \ lib/libz \ secure/lib/libcrypto \ Modified: head/usr.bin/kdump/Makefile.depend ============================================================================== --- head/usr.bin/kdump/Makefile.depend Tue Feb 16 02:14:25 2016 (r295649) +++ head/usr.bin/kdump/Makefile.depend Tue Feb 16 02:14:30 2016 (r295650) @@ -20,11 +20,7 @@ DIRDEPS = \ .if ${DEP_RELDIR} == ${_DEP_RELDIR} # local dependencies - needed for -jN in clean tree kdump.o: kdump_subr.h -kdump.o: linux32_syscalls.c -kdump.o: linux_syscalls.c kdump.po: kdump_subr.h -kdump.po: linux32_syscalls.c -kdump.po: linux_syscalls.c kdump_subr.o: kdump_subr.c kdump_subr.o: kdump_subr.h kdump_subr.po: kdump_subr.c Copied and modified: head/usr.bin/truss/Makefile.depend (from r295649, head/sbin/kldstat/Makefile.depend) ============================================================================== --- head/sbin/kldstat/Makefile.depend Tue Feb 16 02:14:25 2016 (r295649, copy source) +++ head/usr.bin/truss/Makefile.depend Tue Feb 16 02:14:30 2016 (r295650) @@ -5,9 +5,12 @@ DIRDEPS = \ gnu/lib/csu \ gnu/lib/libgcc \ include \ + include/arpa \ + include/xlocale \ lib/${CSU_DIR} \ lib/libc \ lib/libcompiler_rt \ + lib/libsysdecode \ .include Modified: head/usr.sbin/ctld/Makefile.depend ============================================================================== --- head/usr.sbin/ctld/Makefile.depend Tue Feb 16 02:14:25 2016 (r295649) +++ head/usr.sbin/ctld/Makefile.depend Tue Feb 16 02:14:30 2016 (r295650) @@ -13,7 +13,9 @@ DIRDEPS = \ lib/libexpat \ lib/libmd \ lib/libsbuf \ + lib/libucl \ lib/libutil \ + lib/msun \ usr.bin/lex/lib \ usr.bin/yacc.host \