From owner-svn-src-head@freebsd.org Tue Dec 1 05:18:53 2015 Return-Path: Delivered-To: svn-src-head@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 DE185A3F39A; Tue, 1 Dec 2015 05:18:52 +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 A4D7D1513; Tue, 1 Dec 2015 05:18:52 +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 tB15Ipqg008721; Tue, 1 Dec 2015 05:18:51 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tB15ImWP008687; Tue, 1 Dec 2015 05:18:48 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201512010518.tB15ImWP008687@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Tue, 1 Dec 2015 05:18:48 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r291558 - in head: bin/pkill bin/ps gnu/usr.bin/gdb/kgdb libexec/rpc.rstatd sbin/ddb sbin/dmesg sbin/ipf/ipf sbin/ipf/ipfs sbin/ipf/ipfstat sbin/ipf/ipftest sbin/ipf/ipmon sbin/ipf/ipna... X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Dec 2015 05:18:53 -0000 Author: bdrewery Date: Tue Dec 1 05:18:48 2015 New Revision: 291558 URL: https://svnweb.freebsd.org/changeset/base/291558 Log: Update dependencies after r291406 added libelf to libkvm. Unfortunately filemon/meta mode tracks all indirect dependencies here since ld(1) is reading libelf when linking in libkvm. Churn would be reduced if this was able to be limited to direct dependencies. Sponsored by: EMC / Isilon Storage Division Modified: head/bin/pkill/Makefile.depend head/bin/ps/Makefile.depend head/gnu/usr.bin/gdb/kgdb/Makefile.depend.amd64 head/libexec/rpc.rstatd/Makefile.depend head/sbin/ddb/Makefile.depend head/sbin/dmesg/Makefile.depend head/sbin/ipf/ipf/Makefile.depend head/sbin/ipf/ipfs/Makefile.depend head/sbin/ipf/ipfstat/Makefile.depend head/sbin/ipf/ipftest/Makefile.depend head/sbin/ipf/ipmon/Makefile.depend head/sbin/ipf/ipnat/Makefile.depend head/sbin/ipf/ippool/Makefile.depend head/sbin/ipf/ipresend/Makefile.depend head/usr.bin/bluetooth/btsockstat/Makefile.depend head/usr.bin/ipcrm/Makefile.depend head/usr.bin/ipcs/Makefile.depend head/usr.bin/ktrdump/Makefile.depend head/usr.bin/netstat/Makefile.depend head/usr.bin/nfsstat/Makefile.depend head/usr.bin/systat/Makefile.depend head/usr.bin/top/Makefile.depend head/usr.bin/vmstat/Makefile.depend head/usr.bin/w/Makefile.depend head/usr.sbin/asf/Makefile.depend head/usr.sbin/dconschat/Makefile.depend head/usr.sbin/gstat/Makefile.depend head/usr.sbin/iostat/Makefile.depend head/usr.sbin/jail/Makefile.depend head/usr.sbin/kgmon/Makefile.depend head/usr.sbin/pstat/Makefile.depend Modified: head/bin/pkill/Makefile.depend ============================================================================== --- head/bin/pkill/Makefile.depend Tue Dec 1 05:12:13 2015 (r291557) +++ head/bin/pkill/Makefile.depend Tue Dec 1 05:18:48 2015 (r291558) @@ -9,6 +9,7 @@ DIRDEPS = \ lib/${CSU_DIR} \ lib/libc \ lib/libcompiler_rt \ + lib/libelf \ lib/libjail \ lib/libkvm \ Modified: head/bin/ps/Makefile.depend ============================================================================== --- head/bin/ps/Makefile.depend Tue Dec 1 05:12:13 2015 (r291557) +++ head/bin/ps/Makefile.depend Tue Dec 1 05:18:48 2015 (r291558) @@ -9,6 +9,7 @@ DIRDEPS = \ lib/${CSU_DIR} \ lib/libc \ lib/libcompiler_rt \ + lib/libelf \ lib/libjail \ lib/libkvm \ lib/libutil \ Modified: head/gnu/usr.bin/gdb/kgdb/Makefile.depend.amd64 ============================================================================== --- head/gnu/usr.bin/gdb/kgdb/Makefile.depend.amd64 Tue Dec 1 05:12:13 2015 (r291557) +++ head/gnu/usr.bin/gdb/kgdb/Makefile.depend.amd64 Tue Dec 1 05:18:48 2015 (r291558) @@ -15,6 +15,7 @@ DIRDEPS = \ lib/${CSU_DIR} \ lib/libc \ lib/libcompiler_rt \ + lib/libelf \ lib/libkvm \ lib/msun \ lib/ncurses/ncursesw \ Modified: head/libexec/rpc.rstatd/Makefile.depend ============================================================================== --- head/libexec/rpc.rstatd/Makefile.depend Tue Dec 1 05:12:13 2015 (r291557) +++ head/libexec/rpc.rstatd/Makefile.depend Tue Dec 1 05:18:48 2015 (r291558) @@ -12,6 +12,7 @@ DIRDEPS = \ lib/libc \ lib/libcompiler_rt \ lib/libdevstat \ + lib/libelf \ lib/libkvm \ lib/librpcsvc \ Modified: head/sbin/ddb/Makefile.depend ============================================================================== --- head/sbin/ddb/Makefile.depend Tue Dec 1 05:12:13 2015 (r291557) +++ head/sbin/ddb/Makefile.depend Tue Dec 1 05:18:48 2015 (r291558) @@ -9,6 +9,7 @@ DIRDEPS = \ lib/${CSU_DIR} \ lib/libc \ lib/libcompiler_rt \ + lib/libelf \ lib/libkvm \ Modified: head/sbin/dmesg/Makefile.depend ============================================================================== --- head/sbin/dmesg/Makefile.depend Tue Dec 1 05:12:13 2015 (r291557) +++ head/sbin/dmesg/Makefile.depend Tue Dec 1 05:18:48 2015 (r291558) @@ -9,6 +9,7 @@ DIRDEPS = \ lib/${CSU_DIR} \ lib/libc \ lib/libcompiler_rt \ + lib/libelf \ lib/libkvm \ Modified: head/sbin/ipf/ipf/Makefile.depend ============================================================================== --- head/sbin/ipf/ipf/Makefile.depend Tue Dec 1 05:12:13 2015 (r291557) +++ head/sbin/ipf/ipf/Makefile.depend Tue Dec 1 05:18:48 2015 (r291558) @@ -10,6 +10,7 @@ DIRDEPS = \ lib/${CSU_DIR} \ lib/libc \ lib/libcompiler_rt \ + lib/libelf \ lib/libkvm \ lib/libpcap \ sbin/ipf/libipf \ Modified: head/sbin/ipf/ipfs/Makefile.depend ============================================================================== --- head/sbin/ipf/ipfs/Makefile.depend Tue Dec 1 05:12:13 2015 (r291557) +++ head/sbin/ipf/ipfs/Makefile.depend Tue Dec 1 05:18:48 2015 (r291558) @@ -10,6 +10,7 @@ DIRDEPS = \ lib/${CSU_DIR} \ lib/libc \ lib/libcompiler_rt \ + lib/libelf \ lib/libkvm \ sbin/ipf/libipf \ Modified: head/sbin/ipf/ipfstat/Makefile.depend ============================================================================== --- head/sbin/ipf/ipfstat/Makefile.depend Tue Dec 1 05:12:13 2015 (r291557) +++ head/sbin/ipf/ipfstat/Makefile.depend Tue Dec 1 05:18:48 2015 (r291558) @@ -10,6 +10,7 @@ DIRDEPS = \ lib/${CSU_DIR} \ lib/libc \ lib/libcompiler_rt \ + lib/libelf \ lib/libkvm \ lib/ncurses/ncursesw \ sbin/ipf/libipf \ Modified: head/sbin/ipf/ipftest/Makefile.depend ============================================================================== --- head/sbin/ipf/ipftest/Makefile.depend Tue Dec 1 05:12:13 2015 (r291557) +++ head/sbin/ipf/ipftest/Makefile.depend Tue Dec 1 05:18:48 2015 (r291558) @@ -10,6 +10,7 @@ DIRDEPS = \ lib/${CSU_DIR} \ lib/libc \ lib/libcompiler_rt \ + lib/libelf \ lib/libkvm \ sbin/ipf/libipf \ usr.bin/yacc.host \ Modified: head/sbin/ipf/ipmon/Makefile.depend ============================================================================== --- head/sbin/ipf/ipmon/Makefile.depend Tue Dec 1 05:12:13 2015 (r291557) +++ head/sbin/ipf/ipmon/Makefile.depend Tue Dec 1 05:18:48 2015 (r291558) @@ -10,6 +10,7 @@ DIRDEPS = \ lib/${CSU_DIR} \ lib/libc \ lib/libcompiler_rt \ + lib/libelf \ lib/libkvm \ sbin/ipf/libipf \ usr.bin/yacc.host \ Modified: head/sbin/ipf/ipnat/Makefile.depend ============================================================================== --- head/sbin/ipf/ipnat/Makefile.depend Tue Dec 1 05:12:13 2015 (r291557) +++ head/sbin/ipf/ipnat/Makefile.depend Tue Dec 1 05:18:48 2015 (r291558) @@ -10,6 +10,7 @@ DIRDEPS = \ lib/${CSU_DIR} \ lib/libc \ lib/libcompiler_rt \ + lib/libelf \ lib/libkvm \ sbin/ipf/libipf \ usr.bin/yacc.host \ Modified: head/sbin/ipf/ippool/Makefile.depend ============================================================================== --- head/sbin/ipf/ippool/Makefile.depend Tue Dec 1 05:12:13 2015 (r291557) +++ head/sbin/ipf/ippool/Makefile.depend Tue Dec 1 05:18:48 2015 (r291558) @@ -10,6 +10,7 @@ DIRDEPS = \ lib/${CSU_DIR} \ lib/libc \ lib/libcompiler_rt \ + lib/libelf \ lib/libkvm \ sbin/ipf/libipf \ usr.bin/yacc.host \ Modified: head/sbin/ipf/ipresend/Makefile.depend ============================================================================== --- head/sbin/ipf/ipresend/Makefile.depend Tue Dec 1 05:12:13 2015 (r291557) +++ head/sbin/ipf/ipresend/Makefile.depend Tue Dec 1 05:18:48 2015 (r291558) @@ -10,6 +10,7 @@ DIRDEPS = \ lib/${CSU_DIR} \ lib/libc \ lib/libcompiler_rt \ + lib/libelf \ lib/libkvm \ lib/msun \ sbin/ipf/libipf \ Modified: head/usr.bin/bluetooth/btsockstat/Makefile.depend ============================================================================== --- head/usr.bin/bluetooth/btsockstat/Makefile.depend Tue Dec 1 05:12:13 2015 (r291557) +++ head/usr.bin/bluetooth/btsockstat/Makefile.depend Tue Dec 1 05:18:48 2015 (r291558) @@ -10,6 +10,7 @@ DIRDEPS = \ lib/libbluetooth \ lib/libc \ lib/libcompiler_rt \ + lib/libelf \ lib/libkvm \ Modified: head/usr.bin/ipcrm/Makefile.depend ============================================================================== --- head/usr.bin/ipcrm/Makefile.depend Tue Dec 1 05:12:13 2015 (r291557) +++ head/usr.bin/ipcrm/Makefile.depend Tue Dec 1 05:18:48 2015 (r291558) @@ -9,6 +9,7 @@ DIRDEPS = \ lib/${CSU_DIR} \ lib/libc \ lib/libcompiler_rt \ + lib/libelf \ lib/libkvm \ Modified: head/usr.bin/ipcs/Makefile.depend ============================================================================== --- head/usr.bin/ipcs/Makefile.depend Tue Dec 1 05:12:13 2015 (r291557) +++ head/usr.bin/ipcs/Makefile.depend Tue Dec 1 05:18:48 2015 (r291558) @@ -9,6 +9,7 @@ DIRDEPS = \ lib/${CSU_DIR} \ lib/libc \ lib/libcompiler_rt \ + lib/libelf \ lib/libkvm \ Modified: head/usr.bin/ktrdump/Makefile.depend ============================================================================== --- head/usr.bin/ktrdump/Makefile.depend Tue Dec 1 05:12:13 2015 (r291557) +++ head/usr.bin/ktrdump/Makefile.depend Tue Dec 1 05:18:48 2015 (r291558) @@ -9,6 +9,7 @@ DIRDEPS = \ lib/${CSU_DIR} \ lib/libc \ lib/libcompiler_rt \ + lib/libelf \ lib/libkvm \ Modified: head/usr.bin/netstat/Makefile.depend ============================================================================== --- head/usr.bin/netstat/Makefile.depend Tue Dec 1 05:12:13 2015 (r291557) +++ head/usr.bin/netstat/Makefile.depend Tue Dec 1 05:18:48 2015 (r291558) @@ -10,6 +10,7 @@ DIRDEPS = \ lib/${CSU_DIR} \ lib/libc \ lib/libcompiler_rt \ + lib/libelf \ lib/libkvm \ lib/libmemstat \ lib/libnetgraph \ Modified: head/usr.bin/nfsstat/Makefile.depend ============================================================================== --- head/usr.bin/nfsstat/Makefile.depend Tue Dec 1 05:12:13 2015 (r291557) +++ head/usr.bin/nfsstat/Makefile.depend Tue Dec 1 05:18:48 2015 (r291558) @@ -9,6 +9,7 @@ DIRDEPS = \ lib/${CSU_DIR} \ lib/libc \ lib/libcompiler_rt \ + lib/libelf \ lib/libkvm \ Modified: head/usr.bin/systat/Makefile.depend ============================================================================== --- head/usr.bin/systat/Makefile.depend Tue Dec 1 05:12:13 2015 (r291557) +++ head/usr.bin/systat/Makefile.depend Tue Dec 1 05:18:48 2015 (r291558) @@ -11,6 +11,7 @@ DIRDEPS = \ lib/libc \ lib/libcompiler_rt \ lib/libdevstat \ + lib/libelf \ lib/libkvm \ lib/msun \ lib/ncurses/ncursesw \ Modified: head/usr.bin/top/Makefile.depend ============================================================================== --- head/usr.bin/top/Makefile.depend Tue Dec 1 05:12:13 2015 (r291557) +++ head/usr.bin/top/Makefile.depend Tue Dec 1 05:18:48 2015 (r291558) @@ -9,6 +9,7 @@ DIRDEPS = \ lib/${CSU_DIR} \ lib/libc \ lib/libcompiler_rt \ + lib/libelf \ lib/libjail \ lib/libkvm \ lib/msun \ Modified: head/usr.bin/vmstat/Makefile.depend ============================================================================== --- head/usr.bin/vmstat/Makefile.depend Tue Dec 1 05:12:13 2015 (r291557) +++ head/usr.bin/vmstat/Makefile.depend Tue Dec 1 05:18:48 2015 (r291558) @@ -10,9 +10,11 @@ DIRDEPS = \ lib/libc \ lib/libcompiler_rt \ lib/libdevstat \ + lib/libelf \ lib/libkvm \ lib/libmemstat \ lib/libutil \ + lib/libxo \ .include Modified: head/usr.bin/w/Makefile.depend ============================================================================== --- head/usr.bin/w/Makefile.depend Tue Dec 1 05:12:13 2015 (r291557) +++ head/usr.bin/w/Makefile.depend Tue Dec 1 05:18:48 2015 (r291558) @@ -10,6 +10,7 @@ DIRDEPS = \ lib/${CSU_DIR} \ lib/libc \ lib/libcompiler_rt \ + lib/libelf \ lib/libkvm \ lib/libsbuf \ lib/libutil \ Modified: head/usr.sbin/asf/Makefile.depend ============================================================================== --- head/usr.sbin/asf/Makefile.depend Tue Dec 1 05:12:13 2015 (r291557) +++ head/usr.sbin/asf/Makefile.depend Tue Dec 1 05:18:48 2015 (r291558) @@ -9,6 +9,7 @@ DIRDEPS = \ lib/${CSU_DIR} \ lib/libc \ lib/libcompiler_rt \ + lib/libelf \ lib/libkvm \ Modified: head/usr.sbin/dconschat/Makefile.depend ============================================================================== --- head/usr.sbin/dconschat/Makefile.depend Tue Dec 1 05:12:13 2015 (r291557) +++ head/usr.sbin/dconschat/Makefile.depend Tue Dec 1 05:18:48 2015 (r291558) @@ -10,6 +10,7 @@ DIRDEPS = \ lib/${CSU_DIR} \ lib/libc \ lib/libcompiler_rt \ + lib/libelf \ lib/libkvm \ Modified: head/usr.sbin/gstat/Makefile.depend ============================================================================== --- head/usr.sbin/gstat/Makefile.depend Tue Dec 1 05:12:13 2015 (r291557) +++ head/usr.sbin/gstat/Makefile.depend Tue Dec 1 05:18:48 2015 (r291558) @@ -11,6 +11,7 @@ DIRDEPS = \ lib/libcompiler_rt \ lib/libdevstat \ lib/libedit \ + lib/libelf \ lib/libexpat \ lib/libgeom \ lib/libkvm \ Modified: head/usr.sbin/iostat/Makefile.depend ============================================================================== --- head/usr.sbin/iostat/Makefile.depend Tue Dec 1 05:12:13 2015 (r291557) +++ head/usr.sbin/iostat/Makefile.depend Tue Dec 1 05:18:48 2015 (r291558) @@ -10,6 +10,7 @@ DIRDEPS = \ lib/libc \ lib/libcompiler_rt \ lib/libdevstat \ + lib/libelf \ lib/libkvm \ lib/msun \ Modified: head/usr.sbin/jail/Makefile.depend ============================================================================== --- head/usr.sbin/jail/Makefile.depend Tue Dec 1 05:12:13 2015 (r291557) +++ head/usr.sbin/jail/Makefile.depend Tue Dec 1 05:18:48 2015 (r291558) @@ -10,6 +10,7 @@ DIRDEPS = \ lib/${CSU_DIR} \ lib/libc \ lib/libcompiler_rt \ + lib/libelf \ lib/libjail \ lib/libkvm \ lib/libutil \ Modified: head/usr.sbin/kgmon/Makefile.depend ============================================================================== --- head/usr.sbin/kgmon/Makefile.depend Tue Dec 1 05:12:13 2015 (r291557) +++ head/usr.sbin/kgmon/Makefile.depend Tue Dec 1 05:18:48 2015 (r291558) @@ -9,6 +9,7 @@ DIRDEPS = \ lib/${CSU_DIR} \ lib/libc \ lib/libcompiler_rt \ + lib/libelf \ lib/libkvm \ Modified: head/usr.sbin/pstat/Makefile.depend ============================================================================== --- head/usr.sbin/pstat/Makefile.depend Tue Dec 1 05:12:13 2015 (r291557) +++ head/usr.sbin/pstat/Makefile.depend Tue Dec 1 05:18:48 2015 (r291558) @@ -9,6 +9,7 @@ DIRDEPS = \ lib/${CSU_DIR} \ lib/libc \ lib/libcompiler_rt \ + lib/libelf \ lib/libkvm \ lib/libutil \