From owner-freebsd-questions@FreeBSD.ORG Sat Apr 4 13:50:33 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D405F475 for ; Sat, 4 Apr 2015 13:50:33 +0000 (UTC) Received: from mail-ie0-x22c.google.com (mail-ie0-x22c.google.com [IPv6:2607:f8b0:4001:c03::22c]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 98647B57 for ; Sat, 4 Apr 2015 13:50:33 +0000 (UTC) Received: by ierf6 with SMTP id f6so106343900ier.2 for ; Sat, 04 Apr 2015 06:50:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :content-type; bh=Q8X9IhYOWKaAM2kjQEuna03M65Xl9qdwJTypji/vUKs=; b=s5zSXrIE3fV0G/f4Zjp1adq6e+sSj0YZwPAYQ/I/HKibcGLopG0dlGbsTqzFlACwdU 3L32qKe/oohw887t2aOEGgpt9+Lrk4E4KEw8H27ZdnKtZFEfiU3RQ95oCGXcw1orv3dk 6sUhNGN22+/cI2gbT45EaO83k/QItlxf4QOSzWxLJ6fO2ZPQaKiHduKgYEj7On9v+9WB PrjvfzxuhWzRZ4q2AJlecI7v20+TOdZwARkLvmGL30ylUEt+p19A/DpCM5/fegvGCn9M Vdl/16/6VByaC1bzLvP6SVHq653ormjEyGcxcDC6rYfGgHXtR60TSzawnBooDGo8UYRx Wf+w== X-Received: by 10.43.55.12 with SMTP id vw12mr9273373icb.30.1428155432290; Sat, 04 Apr 2015 06:50:32 -0700 (PDT) MIME-Version: 1.0 References: <551FE855.2030105@gmail.com> In-Reply-To: <551FE855.2030105@gmail.com> From: Ben Woods Date: Sat, 04 Apr 2015 13:50:31 +0000 Message-ID: Subject: Re: pkg install isc-dhcp43-server To: Ernie Luzar , FreeBSD Questions Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Apr 2015 13:50:34 -0000 Those dependencies are actually build dependencies, meaning they are only required to compile the port, not run the package. pkg knows this and only installs library dependencies or runtime dependencies. It easier to see if the dependencies are build_depends, lib_depends or run_depends using freshports.org: http://www.freshports.org/net/isc-dhcp43-server Regards, Ben On Sat, 4 Apr 2015 at 9:34 pm Ernie Luzar wrote: > It's my understanding that if a port has dependents the pkg package > version of that port will automatically install the required dependents. > > So why does "pkg install isc-dhcp43-server" NOT install the ports > dependents listed here > https://www.freebsd.org/cgi/ports.cgi?query=isc-dhcp43&stype=all > on my 10.1 system freshly installed from cdrom iso? > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions- > unsubscribe@freebsd.org" >