From owner-freebsd-questions@FreeBSD.ORG Sat Apr 4 13:34:07 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 C9463172 for ; Sat, 4 Apr 2015 13:34:07 +0000 (UTC) Received: from mail-ig0-x236.google.com (mail-ig0-x236.google.com [IPv6:2607:f8b0:4001:c05::236]) (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 8CBDCA1C for ; Sat, 4 Apr 2015 13:34:07 +0000 (UTC) Received: by igcau2 with SMTP id au2so115765713igc.0 for ; Sat, 04 Apr 2015 06:34:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=oEn95cMPwfDAf1J5Gur26+sRbB0x6Q4/LEUO7F2PtEU=; b=BIYqc3fbgGsMG5Aes99WTjRU+Sm9V3HbVLD+VNzjhDAy679iMuTd8oI89B36Hdjccj pKgzROUbM8KGIOX3dgpi9P91KVnq8ZtLTVlWHtqMPphcxs55Cn60iTvgTg4Nv4o05cXW poL3Y2ncOaN2t4FYcEIg7GF8SKWVublgTICwIarPZPvTnkQppFmy9uliF1rUb16AQ26y do3br1ydRKFFVNpVIKZ8EZEaAL64EZKsA0j/gZS2u3dsAGYrqb8aA1tnyFLFpAwCLw9G nx/W2p06q4XyylhiaFVf3TwvxyPA/oDVrcRxQvGwfaAaIQ1UKafoQGxJ5fPPA+P6DuMG 3JvQ== X-Received: by 10.107.34.210 with SMTP id i201mr10404426ioi.1.1428154447046; Sat, 04 Apr 2015 06:34:07 -0700 (PDT) Received: from [10.0.10.5] (cpe-76-190-244-6.neo.res.rr.com. [76.190.244.6]) by mx.google.com with ESMTPSA id w17sm7578368iod.44.2015.04.04.06.34.05 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 04 Apr 2015 06:34:06 -0700 (PDT) Message-ID: <551FE855.2030105@gmail.com> Date: Sat, 04 Apr 2015 09:34:13 -0400 From: Ernie Luzar User-Agent: Thunderbird 2.0.0.24 (Windows/20100228) MIME-Version: 1.0 To: FreeBSD Questions Subject: pkg install isc-dhcp43-server Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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:34:07 -0000 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?