From owner-svn-src-projects@FreeBSD.ORG Sun Apr 14 01:22:43 2013 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 2661C70B; Sun, 14 Apr 2013 01:22:43 +0000 (UTC) (envelope-from sjg@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 158CF1BB8; Sun, 14 Apr 2013 01:22:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r3E1MgYv070285; Sun, 14 Apr 2013 01:22:42 GMT (envelope-from sjg@svn.freebsd.org) Received: (from sjg@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r3E1MdO0070265; Sun, 14 Apr 2013 01:22:39 GMT (envelope-from sjg@svn.freebsd.org) Message-Id: <201304140122.r3E1MdO0070265@svn.freebsd.org> From: "Simon J. Gerraty" Date: Sun, 14 Apr 2013 01:22:39 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r249459 - in projects/bmake: cddl/lib/libzfs cddl/lib/libzfs_core cddl/sbin/zfs cddl/sbin/zpool cddl/usr.bin/zinject cddl/usr.bin/ztest cddl/usr.sbin/zdb cddl/usr.sbin/zhack lib/libyaml... X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Apr 2013 01:22:43 -0000 Author: sjg Date: Sun Apr 14 01:22:39 2013 New Revision: 249459 URL: http://svnweb.freebsd.org/changeset/base/249459 Log: New/updated dependencies Added: projects/bmake/cddl/lib/libzfs_core/Makefile.depend (contents, props changed) projects/bmake/lib/libyaml/Makefile.depend (contents, props changed) Modified: projects/bmake/cddl/lib/libzfs/Makefile.depend projects/bmake/cddl/sbin/zfs/Makefile.depend projects/bmake/cddl/sbin/zpool/Makefile.depend projects/bmake/cddl/usr.bin/zinject/Makefile.depend projects/bmake/cddl/usr.bin/ztest/Makefile.depend projects/bmake/cddl/usr.sbin/zdb/Makefile.depend projects/bmake/cddl/usr.sbin/zhack/Makefile.depend projects/bmake/share/doc/bind9/Makefile.depend projects/bmake/share/misc/Makefile.depend projects/bmake/usr.bin/ar/Makefile.depend projects/bmake/usr.sbin/acpi/iasl/Makefile.depend projects/bmake/usr.sbin/pc-sysinstall/backend-query/Makefile.depend projects/bmake/usr.sbin/pc-sysinstall/backend/Makefile.depend projects/bmake/usr.sbin/pc-sysinstall/conf/Makefile.depend projects/bmake/usr.sbin/pkg/Makefile.depend Modified: projects/bmake/cddl/lib/libzfs/Makefile.depend ============================================================================== --- projects/bmake/cddl/lib/libzfs/Makefile.depend Sun Apr 14 01:21:20 2013 (r249458) +++ projects/bmake/cddl/lib/libzfs/Makefile.depend Sun Apr 14 01:22:39 2013 (r249459) @@ -5,6 +5,7 @@ DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,, DIRDEPS = \ cddl/lib/libnvpair \ cddl/lib/libumem \ + cddl/lib/libzfs_core \ gnu/lib/libgcc \ include \ include/xlocale \ Added: projects/bmake/cddl/lib/libzfs_core/Makefile.depend ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ projects/bmake/cddl/lib/libzfs_core/Makefile.depend Sun Apr 14 01:22:39 2013 (r249459) @@ -0,0 +1,20 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DIRDEPS = \ + cddl/lib/libnvpair \ + gnu/lib/libgcc \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + lib/libcompiler_rt \ + lib/msun \ + + +.include + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif Modified: projects/bmake/cddl/sbin/zfs/Makefile.depend ============================================================================== --- projects/bmake/cddl/sbin/zfs/Makefile.depend Sun Apr 14 01:21:20 2013 (r249458) +++ projects/bmake/cddl/sbin/zfs/Makefile.depend Sun Apr 14 01:22:39 2013 (r249459) @@ -7,6 +7,7 @@ DIRDEPS = \ cddl/lib/libumem \ cddl/lib/libuutil \ cddl/lib/libzfs \ + cddl/lib/libzfs_core \ gnu/lib/libgcc \ include \ include/xlocale \ Modified: projects/bmake/cddl/sbin/zpool/Makefile.depend ============================================================================== --- projects/bmake/cddl/sbin/zpool/Makefile.depend Sun Apr 14 01:21:20 2013 (r249458) +++ projects/bmake/cddl/sbin/zpool/Makefile.depend Sun Apr 14 01:22:39 2013 (r249459) @@ -8,6 +8,7 @@ DIRDEPS = \ cddl/lib/libumem \ cddl/lib/libuutil \ cddl/lib/libzfs \ + cddl/lib/libzfs_core \ gnu/lib/libgcc \ include \ include/xlocale \ Modified: projects/bmake/cddl/usr.bin/zinject/Makefile.depend ============================================================================== --- projects/bmake/cddl/usr.bin/zinject/Makefile.depend Sun Apr 14 01:21:20 2013 (r249458) +++ projects/bmake/cddl/usr.bin/zinject/Makefile.depend Sun Apr 14 01:22:39 2013 (r249459) @@ -7,6 +7,7 @@ DIRDEPS = \ cddl/lib/libumem \ cddl/lib/libuutil \ cddl/lib/libzfs \ + cddl/lib/libzfs_core \ cddl/lib/libzpool \ gnu/lib/libgcc \ include \ Modified: projects/bmake/cddl/usr.bin/ztest/Makefile.depend ============================================================================== --- projects/bmake/cddl/usr.bin/ztest/Makefile.depend Sun Apr 14 01:21:20 2013 (r249458) +++ projects/bmake/cddl/usr.bin/ztest/Makefile.depend Sun Apr 14 01:22:39 2013 (r249459) @@ -8,6 +8,7 @@ DIRDEPS = \ cddl/lib/libumem \ cddl/lib/libuutil \ cddl/lib/libzfs \ + cddl/lib/libzfs_core \ cddl/lib/libzpool \ gnu/lib/libgcc \ include \ Modified: projects/bmake/cddl/usr.sbin/zdb/Makefile.depend ============================================================================== --- projects/bmake/cddl/usr.sbin/zdb/Makefile.depend Sun Apr 14 01:21:20 2013 (r249458) +++ projects/bmake/cddl/usr.sbin/zdb/Makefile.depend Sun Apr 14 01:22:39 2013 (r249459) @@ -7,6 +7,7 @@ DIRDEPS = \ cddl/lib/libumem \ cddl/lib/libuutil \ cddl/lib/libzfs \ + cddl/lib/libzfs_core \ cddl/lib/libzpool \ gnu/lib/libgcc \ include \ Modified: projects/bmake/cddl/usr.sbin/zhack/Makefile.depend ============================================================================== --- projects/bmake/cddl/usr.sbin/zhack/Makefile.depend Sun Apr 14 01:21:20 2013 (r249458) +++ projects/bmake/cddl/usr.sbin/zhack/Makefile.depend Sun Apr 14 01:22:39 2013 (r249459) @@ -7,6 +7,7 @@ DIRDEPS = \ cddl/lib/libumem \ cddl/lib/libuutil \ cddl/lib/libzfs \ + cddl/lib/libzfs_core \ cddl/lib/libzpool \ gnu/lib/libgcc \ include \ Added: projects/bmake/lib/libyaml/Makefile.depend ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ projects/bmake/lib/libyaml/Makefile.depend Sun Apr 14 01:22:39 2013 (r249459) @@ -0,0 +1,18 @@ +# Autogenerated - do NOT edit! + +DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} + +DIRDEPS = \ + gnu/lib/libgcc \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + lib/libcompiler_rt \ + + +.include + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif Modified: projects/bmake/share/doc/bind9/Makefile.depend ============================================================================== --- projects/bmake/share/doc/bind9/Makefile.depend Sun Apr 14 01:21:20 2013 (r249458) +++ projects/bmake/share/doc/bind9/Makefile.depend Sun Apr 14 01:22:39 2013 (r249459) @@ -2,8 +2,6 @@ DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} -DEP_MACHINE := ${.PARSEFILE:E} - DIRDEPS = \ Modified: projects/bmake/share/misc/Makefile.depend ============================================================================== --- projects/bmake/share/misc/Makefile.depend Sun Apr 14 01:21:20 2013 (r249458) +++ projects/bmake/share/misc/Makefile.depend Sun Apr 14 01:22:39 2013 (r249459) @@ -2,8 +2,6 @@ DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} -DEP_MACHINE := ${.PARSEFILE:E} - DIRDEPS = \ Modified: projects/bmake/usr.bin/ar/Makefile.depend ============================================================================== --- projects/bmake/usr.bin/ar/Makefile.depend Sun Apr 14 01:21:20 2013 (r249458) +++ projects/bmake/usr.bin/ar/Makefile.depend Sun Apr 14 01:22:39 2013 (r249459) @@ -10,6 +10,7 @@ DIRDEPS = \ lib/libc \ lib/libcompiler_rt \ lib/libelf \ + lib/libz \ .include Modified: projects/bmake/usr.sbin/acpi/iasl/Makefile.depend ============================================================================== --- projects/bmake/usr.sbin/acpi/iasl/Makefile.depend Sun Apr 14 01:21:20 2013 (r249458) +++ projects/bmake/usr.sbin/acpi/iasl/Makefile.depend Sun Apr 14 01:22:39 2013 (r249459) @@ -33,6 +33,8 @@ asllength.o: aslcompiler.y.h asllength.po: aslcompiler.y.h asllisting.o: aslcompiler.y.h asllisting.po: aslcompiler.y.h +asllistsup.o: aslcompiler.y.h +asllistsup.po: aslcompiler.y.h aslload.o: aslcompiler.y.h aslload.po: aslcompiler.y.h asllookup.o: aslcompiler.y.h @@ -41,6 +43,8 @@ aslmethod.o: aslcompiler.y.h aslmethod.po: aslcompiler.y.h aslnamesp.o: aslcompiler.y.h aslnamesp.po: aslcompiler.y.h +asloffset.o: aslcompiler.y.h +asloffset.po: aslcompiler.y.h aslopcodes.o: aslcompiler.y.h aslopcodes.po: aslcompiler.y.h asloperands.o: aslcompiler.y.h @@ -49,6 +53,8 @@ aslopt.o: aslcompiler.y.h aslopt.po: aslcompiler.y.h aslpredef.o: aslcompiler.y.h aslpredef.po: aslcompiler.y.h +aslprepkg.o: aslcompiler.y.h +aslprepkg.po: aslcompiler.y.h aslresource.o: aslcompiler.y.h aslresource.po: aslcompiler.y.h aslrestype1.o: aslcompiler.y.h Modified: projects/bmake/usr.sbin/pc-sysinstall/backend-query/Makefile.depend ============================================================================== --- projects/bmake/usr.sbin/pc-sysinstall/backend-query/Makefile.depend Sun Apr 14 01:21:20 2013 (r249458) +++ projects/bmake/usr.sbin/pc-sysinstall/backend-query/Makefile.depend Sun Apr 14 01:22:39 2013 (r249459) @@ -2,8 +2,6 @@ DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} -DEP_MACHINE := ${.PARSEFILE:E} - DIRDEPS = \ Modified: projects/bmake/usr.sbin/pc-sysinstall/backend/Makefile.depend ============================================================================== --- projects/bmake/usr.sbin/pc-sysinstall/backend/Makefile.depend Sun Apr 14 01:21:20 2013 (r249458) +++ projects/bmake/usr.sbin/pc-sysinstall/backend/Makefile.depend Sun Apr 14 01:22:39 2013 (r249459) @@ -2,8 +2,6 @@ DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} -DEP_MACHINE := ${.PARSEFILE:E} - DIRDEPS = \ Modified: projects/bmake/usr.sbin/pc-sysinstall/conf/Makefile.depend ============================================================================== --- projects/bmake/usr.sbin/pc-sysinstall/conf/Makefile.depend Sun Apr 14 01:21:20 2013 (r249458) +++ projects/bmake/usr.sbin/pc-sysinstall/conf/Makefile.depend Sun Apr 14 01:22:39 2013 (r249459) @@ -2,8 +2,6 @@ DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} -DEP_MACHINE := ${.PARSEFILE:E} - DIRDEPS = \ Modified: projects/bmake/usr.sbin/pkg/Makefile.depend ============================================================================== --- projects/bmake/usr.sbin/pkg/Makefile.depend Sun Apr 14 01:21:20 2013 (r249458) +++ projects/bmake/usr.sbin/pkg/Makefile.depend Sun Apr 14 01:22:39 2013 (r249459) @@ -13,6 +13,8 @@ DIRDEPS = \ lib/libcompiler_rt \ lib/libelf \ lib/libfetch \ + lib/libsbuf \ + lib/libyaml \ .include