From nobody Fri Mar 15 22:46:21 2024 X-Original-To: freebsd-questions@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4TxK9k40HYz5D60s for ; Fri, 15 Mar 2024 22:46:34 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from be-well.ilk.org (be-well.ilk.org [23.30.133.173]) by mx1.freebsd.org (Postfix) with ESMTP id 4TxK9j4t9Dz4RMS for ; Fri, 15 Mar 2024 22:46:33 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=pass (policy=none) header.from=ilk.org; spf=pass (mx1.freebsd.org: domain of freebsd-questions-local@be-well.ilk.org designates 23.30.133.173 as permitted sender) smtp.mailfrom=freebsd-questions-local@be-well.ilk.org Received: from lowell-Ubuntu.lan (lowell-Ubuntu.lan [172.30.250.95]) by be-well.ilk.org (Postfix) with ESMTP id 7B51746A30; Fri, 15 Mar 2024 18:46:21 -0400 (EDT) Received: by lowell-Ubuntu.lan (Postfix, from userid 1147) id 624CF10803BC; Fri, 15 Mar 2024 18:46:21 -0400 (EDT) From: Lowell Gilbert To: Tim Daneliuk Cc: FreeBSD Mailing List Subject: Re: Why Does bind Have So Many Dependencies In-Reply-To: (Tim Daneliuk's message of "Fri, 15 Mar 2024 09:42:09 -0500") References: Reply-To: FreeBSD Tech Support Date: Fri, 15 Mar 2024 18:46:21 -0400 Message-ID: <44bk7ff70i.fsf@be-well.ilk.org> User-Agent: Gnus/5.13 (Gnus v5.13) List-Id: User questions List-Archive: https://lists.freebsd.org/archives/freebsd-questions List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain X-Spamd-Bar: --- X-Spamd-Result: default: False [-3.48 / 15.00]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-0.999]; NEURAL_HAM_SHORT(-0.78)[-0.777]; DMARC_POLICY_ALLOW(-0.50)[ilk.org,none]; R_SPF_ALLOW(-0.20)[+a]; MIME_GOOD(-0.10)[text/plain]; RCVD_NO_TLS_LAST(0.10)[]; RCPT_COUNT_TWO(0.00)[2]; ARC_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:7922, ipnet:23.30.0.0/15, country:US]; MID_RHS_MATCH_FROM(0.00)[]; R_DKIM_NA(0.00)[]; TO_DN_ALL(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; FROM_HAS_DN(0.00)[]; MLMMJ_DEST(0.00)[freebsd-questions@freebsd.org]; REPLYTO_DOM_NEQ_FROM_DOM(0.00)[]; RCVD_COUNT_TWO(0.00)[2]; TO_MATCH_ENVRCPT_SOME(0.00)[]; HAS_REPLYTO(0.00)[freebsd-questions@freebsd.org] X-Rspamd-Queue-Id: 4TxK9j4t9Dz4RMS Tim Daneliuk writes: > I got notice the bind 9.16 was going EOL and to upgrade to 9.18. > > When I built from source, I saw this very long list of other stuff > that got build. X libs? doxygen? Why all this: Offhand, I can say that's not a particularly heavy set of dependencies. A lot of them look like they probably come from something along the line using a lot of rendering tools to build its documentation. Why do you ask? After all, you're clearly pretty competent at dealing with the ports system. Be well.