From owner-freebsd-ports@freebsd.org Sat Sep 8 02:34:37 2018 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 32E66FE4BAB for ; Sat, 8 Sep 2018 02:34:37 +0000 (UTC) (envelope-from yuripv@yuripv.net) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) (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 D59AB81D19 for ; Sat, 8 Sep 2018 02:34:36 +0000 (UTC) (envelope-from yuripv@yuripv.net) Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.nyi.internal (Postfix) with ESMTP id 2BF7E21F61; Fri, 7 Sep 2018 22:34:36 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute5.internal (MEProxy); Fri, 07 Sep 2018 22:34:36 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yuripv.net; h= content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=fm2; bh=OFnhVxgqmyHRhA5mLZTh/EdFMS+Yc WvL+EaBoX2OPSs=; b=FZfKoILMg8Fnq5LL4AjALYIODsuQk1eomQofmSwxyb5h/ 2xC/4o/jrk83ndxQEgEmK1mrgCcphKJTU9iWU5mZVjRhxc66ahHsR0wq3tWJg/Ge +avxvPnJHqJVQPIeKOxZJSjpJx8r25ZyILK5DUeHWhhRdNHEP1DBU0/azZ/1tjQz wc41MwpFJD7hyA7Wljtq9OuJM4px67e2n87h8pvA0KCYICQaj01Zt5pPkTf5a6kq kjgi+8qckaSkBJ4Yq5wxEEfLH74ujNDzgynkBK79JkU2M3dNDjvGpTE+Gf3da+BT s4M8xz3AEJUmh5gdqdHj8BRhU3AacJ0EYNneyGzlQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=OFnhVx gqmyHRhA5mLZTh/EdFMS+YcWvL+EaBoX2OPSs=; b=WyNjOubQfh4ED+nG8a06Wt JSusX0sKxb3m8A1V9SdACAYjPDl7rtguEvYleqfE0+aitzIZdLz2DkdsMkpfxfGU kZBLruw+mixPydgDb+axGKU78OcRo9I3r/9Lkw7+KRm3d7GlKgXez65KdYzIIbUk 2X9I3Swswlji9ywv5EoYMqvIH1BxyvSfDcbQTRXveOlkC/bby2vxoXmIU9/xc3yb EyB1vbQt9VfJhFSZxsNztBF1WMMKyDQ0Sf8ImlZrtTj4fq5uj2z+/iGf+qHXjG5f lvUD4HJYjPmdcjEsJPv8G3kRrUt4J4GNMLZvnTyJNTHcn+OYQNTJP0yYncaMrZ9g == X-ME-Proxy: X-ME-Sender: Received: from [192.168.1.2] (unknown [62.183.126.215]) by mail.messagingengine.com (Postfix) with ESMTPA id E75411028D; Fri, 7 Sep 2018 22:34:32 -0400 (EDT) Subject: Re: Gnutls depends on unbound. Why? To: "@lbutlr" , freebsd-ports@freebsd.org References: From: Yuri Pankov Message-ID: <88220715-b2e6-1362-7bf3-cc3748b6caf0@yuripv.net> Date: Sat, 8 Sep 2018 05:34:27 +0300 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Sep 2018 02:34:37 -0000 @lbutlr wrote: > When trying to update gnutls it wants to install unbound. > > I do not want unbound since my server is already running bind. > > make config shows nothing at all that implies unbound is required, and the only option that is even close to being related is IDN support which certainly doesn’t require unbound, but disabling this option doesn’t change anything. It's actually the DANE option, which brings in unbound. > # portmaster --show-work gnutls > > ===>>> Currently installed version: gnutls-3.5.18 > ===>>> Port directory: /usr/ports/security/gnutls > > ===>>> Starting check for all dependencies > ===>>> Gathering dependency list for security/gnutls from ports > > ===>>> Installed converters/libiconv > ===>>> Installed devel/gettext-runtime > ===>>> Installed devel/gettext-tools > ===>>> Installed devel/gmake > ===>>> Installed devel/libunistring > ===>>> Installed devel/pkgconf > ===>>> NOT INSTALLED dns/unbound > ===>>> Installed math/gmp > ===>>> Installed ports-mgmt/pkg > ===>>> Installed print/indexinfo > ===>>> Installed print/texinfo > ===>>> Installed security/ca_root_nss > ===>>> Installed security/libtasn1 > ===>>> Installed security/nettle > ===>>> Installed security/p11-kit > ===>>> Installed security/trousers > > Also, when actually running postmaster gnutls it says it will install unbound AND ldns, and also upgrade p11-kit, none of which are mentioned in —show-work. I thought show work would show ALL the dependancies down the tree (Unbound depends on ldns), don’t know where p11-kit shows up. > > Trying to dig further, > > # pkg info -Rx gnutls > > Shows only the following dependancies (In deps { … }: > > trousers > p11-kit > nettle > libtasn1 > ca_root_nss > indexinfo > gmp > libidn2 > libunistring > gettext-runtime > > Which is a different list than —show-work lists. > > So I am quite confused. > >