From owner-svn-src-head@freebsd.org Sun Nov 13 00:11:34 2016 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 21BBDC3EE2C; Sun, 13 Nov 2016 00:11:34 +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 B80B2168C; Sun, 13 Nov 2016 00:11:33 +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 uAD0BWwY095095; Sun, 13 Nov 2016 00:11:32 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAD0BU89095074; Sun, 13 Nov 2016 00:11:30 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201611130011.uAD0BU89095074@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Sun, 13 Nov 2016 00:11:30 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r308606 - in head: bin/echo bin/sleep rescue/rescue sbin/md5 usr.bin/basename usr.bin/cmp usr.bin/col usr.bin/dc usr.bin/dirname usr.bin/elfdump usr.bin/fold usr.bin/getopt usr.bin/jot ... 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.23 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: Sun, 13 Nov 2016 00:11:34 -0000 Author: bdrewery Date: Sun Nov 13 00:11:30 2016 New Revision: 308606 URL: https://svnweb.freebsd.org/changeset/base/308606 Log: DIRDEPS_BUILD: Update dependencies. MFC after: 2 weeks Sponsored by: Dell EMC Isilon Modified: head/bin/echo/Makefile.depend head/bin/sleep/Makefile.depend head/rescue/rescue/Makefile.depend head/sbin/md5/Makefile.depend head/usr.bin/basename/Makefile.depend head/usr.bin/cmp/Makefile.depend head/usr.bin/col/Makefile.depend head/usr.bin/dc/Makefile.depend head/usr.bin/dirname/Makefile.depend head/usr.bin/elfdump/Makefile.depend head/usr.bin/fold/Makefile.depend head/usr.bin/getopt/Makefile.depend head/usr.bin/jot/Makefile.depend head/usr.bin/kdump/Makefile.depend head/usr.bin/locate/bigram/Makefile.depend head/usr.bin/logname/Makefile.depend head/usr.bin/printenv/Makefile.depend head/usr.bin/tee/Makefile.depend head/usr.bin/tr/Makefile.depend head/usr.bin/write/Makefile.depend head/usr.bin/yes/Makefile.depend head/usr.sbin/daemon/Makefile.depend Modified: head/bin/echo/Makefile.depend ============================================================================== --- head/bin/echo/Makefile.depend Sun Nov 13 00:11:23 2016 (r308605) +++ head/bin/echo/Makefile.depend Sun Nov 13 00:11:30 2016 (r308606) @@ -8,6 +8,7 @@ DIRDEPS = \ include/xlocale \ lib/${CSU_DIR} \ lib/libc \ + lib/libcapsicum \ lib/libcompiler_rt \ Modified: head/bin/sleep/Makefile.depend ============================================================================== --- head/bin/sleep/Makefile.depend Sun Nov 13 00:11:23 2016 (r308605) +++ head/bin/sleep/Makefile.depend Sun Nov 13 00:11:30 2016 (r308606) @@ -8,6 +8,7 @@ DIRDEPS = \ include/xlocale \ lib/${CSU_DIR} \ lib/libc \ + lib/libcapsicum \ lib/libcompiler_rt \ Modified: head/rescue/rescue/Makefile.depend ============================================================================== --- head/rescue/rescue/Makefile.depend Sun Nov 13 00:11:23 2016 (r308605) +++ head/rescue/rescue/Makefile.depend Sun Nov 13 00:11:30 2016 (r308606) @@ -24,6 +24,7 @@ DIRDEPS = \ lib/libbz2 \ lib/libc \ lib/libcam \ + lib/libcapsicum \ lib/libcompiler_rt \ lib/libcrypt \ lib/libdevstat \ Modified: head/sbin/md5/Makefile.depend ============================================================================== --- head/sbin/md5/Makefile.depend Sun Nov 13 00:11:23 2016 (r308605) +++ head/sbin/md5/Makefile.depend Sun Nov 13 00:11:30 2016 (r308606) @@ -8,6 +8,7 @@ DIRDEPS = \ include/xlocale \ lib/${CSU_DIR} \ lib/libc \ + lib/libcapsicum \ lib/libcompiler_rt \ lib/libmd \ Modified: head/usr.bin/basename/Makefile.depend ============================================================================== --- head/usr.bin/basename/Makefile.depend Sun Nov 13 00:11:23 2016 (r308605) +++ head/usr.bin/basename/Makefile.depend Sun Nov 13 00:11:30 2016 (r308606) @@ -8,6 +8,7 @@ DIRDEPS = \ include/xlocale \ lib/${CSU_DIR} \ lib/libc \ + lib/libcapsicum \ lib/libcompiler_rt \ Modified: head/usr.bin/cmp/Makefile.depend ============================================================================== --- head/usr.bin/cmp/Makefile.depend Sun Nov 13 00:11:23 2016 (r308605) +++ head/usr.bin/cmp/Makefile.depend Sun Nov 13 00:11:30 2016 (r308606) @@ -8,6 +8,7 @@ DIRDEPS = \ include/xlocale \ lib/${CSU_DIR} \ lib/libc \ + lib/libcapsicum \ lib/libcompiler_rt \ Modified: head/usr.bin/col/Makefile.depend ============================================================================== --- head/usr.bin/col/Makefile.depend Sun Nov 13 00:11:23 2016 (r308605) +++ head/usr.bin/col/Makefile.depend Sun Nov 13 00:11:30 2016 (r308606) @@ -8,6 +8,7 @@ DIRDEPS = \ include/xlocale \ lib/${CSU_DIR} \ lib/libc \ + lib/libcapsicum \ lib/libcompiler_rt \ Modified: head/usr.bin/dc/Makefile.depend ============================================================================== --- head/usr.bin/dc/Makefile.depend Sun Nov 13 00:11:23 2016 (r308605) +++ head/usr.bin/dc/Makefile.depend Sun Nov 13 00:11:30 2016 (r308606) @@ -8,6 +8,7 @@ DIRDEPS = \ include/xlocale \ lib/${CSU_DIR} \ lib/libc \ + lib/libcapsicum \ lib/libcompiler_rt \ secure/lib/libcrypto \ secure/lib/libssl \ Modified: head/usr.bin/dirname/Makefile.depend ============================================================================== --- head/usr.bin/dirname/Makefile.depend Sun Nov 13 00:11:23 2016 (r308605) +++ head/usr.bin/dirname/Makefile.depend Sun Nov 13 00:11:30 2016 (r308606) @@ -5,8 +5,10 @@ DIRDEPS = \ gnu/lib/csu \ gnu/lib/libgcc \ include \ + include/xlocale \ lib/${CSU_DIR} \ lib/libc \ + lib/libcapsicum \ lib/libcompiler_rt \ Modified: head/usr.bin/elfdump/Makefile.depend ============================================================================== --- head/usr.bin/elfdump/Makefile.depend Sun Nov 13 00:11:23 2016 (r308605) +++ head/usr.bin/elfdump/Makefile.depend Sun Nov 13 00:11:30 2016 (r308606) @@ -8,6 +8,7 @@ DIRDEPS = \ include/xlocale \ lib/${CSU_DIR} \ lib/libc \ + lib/libcapsicum \ lib/libcompiler_rt \ Modified: head/usr.bin/fold/Makefile.depend ============================================================================== --- head/usr.bin/fold/Makefile.depend Sun Nov 13 00:11:23 2016 (r308605) +++ head/usr.bin/fold/Makefile.depend Sun Nov 13 00:11:30 2016 (r308606) @@ -8,6 +8,7 @@ DIRDEPS = \ include/xlocale \ lib/${CSU_DIR} \ lib/libc \ + lib/libcapsicum \ lib/libcompiler_rt \ Modified: head/usr.bin/getopt/Makefile.depend ============================================================================== --- head/usr.bin/getopt/Makefile.depend Sun Nov 13 00:11:23 2016 (r308605) +++ head/usr.bin/getopt/Makefile.depend Sun Nov 13 00:11:30 2016 (r308606) @@ -5,8 +5,10 @@ DIRDEPS = \ gnu/lib/csu \ gnu/lib/libgcc \ include \ + include/xlocale \ lib/${CSU_DIR} \ lib/libc \ + lib/libcapsicum \ lib/libcompiler_rt \ Modified: head/usr.bin/jot/Makefile.depend ============================================================================== --- head/usr.bin/jot/Makefile.depend Sun Nov 13 00:11:23 2016 (r308605) +++ head/usr.bin/jot/Makefile.depend Sun Nov 13 00:11:30 2016 (r308606) @@ -8,6 +8,7 @@ DIRDEPS = \ include/xlocale \ lib/${CSU_DIR} \ lib/libc \ + lib/libcapsicum \ lib/libcompiler_rt \ Modified: head/usr.bin/kdump/Makefile.depend ============================================================================== --- head/usr.bin/kdump/Makefile.depend Sun Nov 13 00:11:23 2016 (r308605) +++ head/usr.bin/kdump/Makefile.depend Sun Nov 13 00:11:30 2016 (r308606) @@ -9,6 +9,7 @@ DIRDEPS = \ include/xlocale \ lib/${CSU_DIR} \ lib/libc \ + lib/libcapsicum \ lib/libcasper/libcasper \ lib/libcasper/services/cap_grp \ lib/libcasper/services/cap_pwd \ Modified: head/usr.bin/locate/bigram/Makefile.depend ============================================================================== --- head/usr.bin/locate/bigram/Makefile.depend Sun Nov 13 00:11:23 2016 (r308605) +++ head/usr.bin/locate/bigram/Makefile.depend Sun Nov 13 00:11:30 2016 (r308606) @@ -5,8 +5,10 @@ DIRDEPS = \ gnu/lib/csu \ gnu/lib/libgcc \ include \ + include/xlocale \ lib/${CSU_DIR} \ lib/libc \ + lib/libcapsicum \ lib/libcompiler_rt \ Modified: head/usr.bin/logname/Makefile.depend ============================================================================== --- head/usr.bin/logname/Makefile.depend Sun Nov 13 00:11:23 2016 (r308605) +++ head/usr.bin/logname/Makefile.depend Sun Nov 13 00:11:30 2016 (r308606) @@ -5,8 +5,10 @@ DIRDEPS = \ gnu/lib/csu \ gnu/lib/libgcc \ include \ + include/xlocale \ lib/${CSU_DIR} \ lib/libc \ + lib/libcapsicum \ lib/libcompiler_rt \ Modified: head/usr.bin/printenv/Makefile.depend ============================================================================== --- head/usr.bin/printenv/Makefile.depend Sun Nov 13 00:11:23 2016 (r308605) +++ head/usr.bin/printenv/Makefile.depend Sun Nov 13 00:11:30 2016 (r308606) @@ -8,6 +8,7 @@ DIRDEPS = \ include/xlocale \ lib/${CSU_DIR} \ lib/libc \ + lib/libcapsicum \ lib/libcompiler_rt \ Modified: head/usr.bin/tee/Makefile.depend ============================================================================== --- head/usr.bin/tee/Makefile.depend Sun Nov 13 00:11:23 2016 (r308605) +++ head/usr.bin/tee/Makefile.depend Sun Nov 13 00:11:30 2016 (r308606) @@ -8,6 +8,7 @@ DIRDEPS = \ include/xlocale \ lib/${CSU_DIR} \ lib/libc \ + lib/libcapsicum \ lib/libcompiler_rt \ Modified: head/usr.bin/tr/Makefile.depend ============================================================================== --- head/usr.bin/tr/Makefile.depend Sun Nov 13 00:11:23 2016 (r308605) +++ head/usr.bin/tr/Makefile.depend Sun Nov 13 00:11:30 2016 (r308606) @@ -8,6 +8,7 @@ DIRDEPS = \ include/xlocale \ lib/${CSU_DIR} \ lib/libc \ + lib/libcapsicum \ lib/libcompiler_rt \ Modified: head/usr.bin/write/Makefile.depend ============================================================================== --- head/usr.bin/write/Makefile.depend Sun Nov 13 00:11:23 2016 (r308605) +++ head/usr.bin/write/Makefile.depend Sun Nov 13 00:11:30 2016 (r308606) @@ -8,6 +8,7 @@ DIRDEPS = \ include/xlocale \ lib/${CSU_DIR} \ lib/libc \ + lib/libcapsicum \ lib/libcompiler_rt \ Modified: head/usr.bin/yes/Makefile.depend ============================================================================== --- head/usr.bin/yes/Makefile.depend Sun Nov 13 00:11:23 2016 (r308605) +++ head/usr.bin/yes/Makefile.depend Sun Nov 13 00:11:30 2016 (r308606) @@ -5,8 +5,10 @@ DIRDEPS = \ gnu/lib/csu \ gnu/lib/libgcc \ include \ + include/xlocale \ lib/${CSU_DIR} \ lib/libc \ + lib/libcapsicum \ lib/libcompiler_rt \ Modified: head/usr.sbin/daemon/Makefile.depend ============================================================================== --- head/usr.sbin/daemon/Makefile.depend Sun Nov 13 00:11:23 2016 (r308605) +++ head/usr.sbin/daemon/Makefile.depend Sun Nov 13 00:11:30 2016 (r308606) @@ -5,6 +5,7 @@ DIRDEPS = \ gnu/lib/csu \ gnu/lib/libgcc \ include \ + include/xlocale \ lib/${CSU_DIR} \ lib/libc \ lib/libcompiler_rt \