From owner-svn-src-head@freebsd.org Wed Feb 24 17:18:37 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 8CEB2AB3056; Wed, 24 Feb 2016 17:18:37 +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 437271F08; Wed, 24 Feb 2016 17:18:37 +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 u1OHIapq089157; Wed, 24 Feb 2016 17:18:36 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1OHIZSq089153; Wed, 24 Feb 2016 17:18:35 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201602241718.u1OHIZSq089153@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Wed, 24 Feb 2016 17:18:35 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r295978 - in head: lib/libcxxrt usr.bin/mkcsmapper_static usr.bin/mkesdb_static usr.bin/mkuzip 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: Wed, 24 Feb 2016 17:18:37 -0000 Author: bdrewery Date: Wed Feb 24 17:18:35 2016 New Revision: 295978 URL: https://svnweb.freebsd.org/changeset/base/295978 Log: DIRDEPS_BUILD: Update dependencies. Sponsored by: EMC / Isilon Storage Division Added: head/usr.bin/mkesdb_static/Makefile.depend - copied, changed from r295977, head/usr.bin/mkcsmapper_static/Makefile.depend Modified: head/lib/libcxxrt/Makefile.depend.host head/usr.bin/mkcsmapper_static/Makefile.depend head/usr.bin/mkuzip/Makefile.depend Modified: head/lib/libcxxrt/Makefile.depend.host ============================================================================== --- head/lib/libcxxrt/Makefile.depend.host Wed Feb 24 17:18:31 2016 (r295977) +++ head/lib/libcxxrt/Makefile.depend.host Wed Feb 24 17:18:35 2016 (r295978) @@ -2,7 +2,6 @@ # Autogenerated - do NOT edit! DIRDEPS = \ - usr.bin/clang/clang \ .include Modified: head/usr.bin/mkcsmapper_static/Makefile.depend ============================================================================== --- head/usr.bin/mkcsmapper_static/Makefile.depend Wed Feb 24 17:18:31 2016 (r295977) +++ head/usr.bin/mkcsmapper_static/Makefile.depend Wed Feb 24 17:18:35 2016 (r295978) @@ -2,12 +2,15 @@ # Autogenerated - do NOT edit! DIRDEPS = \ + gnu/lib/csu \ + gnu/lib/libgcc \ include \ include/arpa \ include/xlocale \ lib/${CSU_DIR} \ lib/libc \ lib/libcompiler_rt \ + usr.bin/yacc.host \ .include Copied and modified: head/usr.bin/mkesdb_static/Makefile.depend (from r295977, head/usr.bin/mkcsmapper_static/Makefile.depend) ============================================================================== --- head/usr.bin/mkcsmapper_static/Makefile.depend Wed Feb 24 17:18:31 2016 (r295977, copy source) +++ head/usr.bin/mkesdb_static/Makefile.depend Wed Feb 24 17:18:35 2016 (r295978) @@ -2,12 +2,15 @@ # Autogenerated - do NOT edit! DIRDEPS = \ + gnu/lib/csu \ + gnu/lib/libgcc \ include \ include/arpa \ include/xlocale \ lib/${CSU_DIR} \ lib/libc \ lib/libcompiler_rt \ + usr.bin/yacc.host \ .include Modified: head/usr.bin/mkuzip/Makefile.depend ============================================================================== --- head/usr.bin/mkuzip/Makefile.depend Wed Feb 24 17:18:31 2016 (r295977) +++ head/usr.bin/mkuzip/Makefile.depend Wed Feb 24 17:18:35 2016 (r295978) @@ -9,6 +9,9 @@ DIRDEPS = \ lib/${CSU_DIR} \ lib/libc \ lib/libcompiler_rt \ + lib/liblzma \ + lib/libmd \ + lib/libthr \ lib/libz \