From owner-svn-src-all@FreeBSD.ORG Sat May 11 13:46:07 2013 Return-Path: Delivered-To: svn-src-all@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 2773A8E0; Sat, 11 May 2013 13:46:07 +0000 (UTC) (envelope-from antoine@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 F263C925; Sat, 11 May 2013 13:46:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4BDk67u005277; Sat, 11 May 2013 13:46:06 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4BDk6ff005271; Sat, 11 May 2013 13:46:06 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201305111346.r4BDk6ff005271@svn.freebsd.org> From: Antoine Brodin Date: Sat, 11 May 2013 13:46:06 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r250511 - in head: usr.bin/gcore usr.sbin/bsdinstall/distextract usr.sbin/bsdinstall/distfetch usr.sbin/bsdinstall/partedit X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 May 2013 13:46:07 -0000 Author: antoine Date: Sat May 11 13:46:05 2013 New Revision: 250511 URL: http://svnweb.freebsd.org/changeset/base/250511 Log: Add some missing DPADD. Modified: head/usr.bin/gcore/Makefile head/usr.sbin/bsdinstall/distextract/Makefile head/usr.sbin/bsdinstall/distfetch/Makefile head/usr.sbin/bsdinstall/partedit/Makefile Modified: head/usr.bin/gcore/Makefile ============================================================================== --- head/usr.bin/gcore/Makefile Sat May 11 13:44:11 2013 (r250510) +++ head/usr.bin/gcore/Makefile Sat May 11 13:46:05 2013 (r250511) @@ -3,7 +3,7 @@ PROG= gcore SRCS= elfcore.c gcore.c -DPADD= ${LIBUTIL} +DPADD= ${LIBSBUF} ${LIBUTIL} LDADD= -lsbuf -lutil WARNS?= 1 Modified: head/usr.sbin/bsdinstall/distextract/Makefile ============================================================================== --- head/usr.sbin/bsdinstall/distextract/Makefile Sat May 11 13:44:11 2013 (r250510) +++ head/usr.sbin/bsdinstall/distextract/Makefile Sat May 11 13:46:05 2013 (r250511) @@ -2,6 +2,7 @@ BINDIR= /usr/libexec/bsdinstall PROG= distextract +DPADD= ${LIBARCHIVE} ${LIBNCURSESW} ${LIBDIALOG} ${LIBM} LDADD= -larchive -lncursesw -ldialog -lm WARNS?= 6 Modified: head/usr.sbin/bsdinstall/distfetch/Makefile ============================================================================== --- head/usr.sbin/bsdinstall/distfetch/Makefile Sat May 11 13:44:11 2013 (r250510) +++ head/usr.sbin/bsdinstall/distfetch/Makefile Sat May 11 13:46:05 2013 (r250511) @@ -2,6 +2,7 @@ BINDIR= /usr/libexec/bsdinstall PROG= distfetch +DPADD= ${LIBFETCH} ${LIBNCURSESW} ${LIBDIALOG} ${LIBM} LDADD= -lfetch -lncursesw -ldialog -lm WARNS?= 6 Modified: head/usr.sbin/bsdinstall/partedit/Makefile ============================================================================== --- head/usr.sbin/bsdinstall/partedit/Makefile Sat May 11 13:44:11 2013 (r250510) +++ head/usr.sbin/bsdinstall/partedit/Makefile Sat May 11 13:46:05 2013 (r250511) @@ -5,6 +5,7 @@ PROG= partedit LINKS= ${BINDIR}/partedit ${BINDIR}/autopart \ ${BINDIR}/partedit ${BINDIR}/scriptedpart SYMLINKS= ${BINDIR}/partedit /usr/sbin/sade +DPADD= ${LIBGEOM} ${LIBNCURSESW} ${LIBUTIL} ${LIBDIALOG} ${LIBM} LDADD= -lgeom -lncursesw -lutil -ldialog -lm PARTEDIT_ARCH= ${MACHINE}