Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Nov 2016 00:11:30 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
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 ...
Message-ID:  <201611130011.uAD0BU89095074@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611130011.uAD0BU89095074>