From owner-freebsd-questions@freebsd.org Mon Mar 16 19:01:12 2020 Return-Path: Delivered-To: freebsd-questions@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 74FD126CBFE for ; Mon, 16 Mar 2020 19:01:12 +0000 (UTC) (envelope-from jacques+freebsd@foucry.net) Received: from boulangerie.foucry.net (boulangerie.foucry.net [62.210.131.96]) (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 48h5HW34V3z3KQT for ; Mon, 16 Mar 2020 19:01:11 +0000 (UTC) (envelope-from jacques+freebsd@foucry.net) Received: from tamanoir.foucry.net (localhost [127.0.0.1]) by boulangerie.foucry.net (Postfix) with ESMTP id E4FF55B4D2 for ; Mon, 16 Mar 2020 20:01:09 +0100 (CET) X-Virus-Scanned: amavisd-new at foucry.net Received: from boulangerie.foucry.net ([127.0.0.1]) by tamanoir.foucry.net (mail.foucry.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id kNb-02HJYD9O for ; Mon, 16 Mar 2020 20:01:09 +0100 (CET) Received: from mithril.localdomain (dontpanic.foucry.net [80.67.176.134]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by boulangerie.foucry.net (Postfix) with ESMTPSA id 139625B4D1 for ; Mon, 16 Mar 2020 20:01:09 +0100 (CET) Received: from foucry.net (mithril.foucry.net [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mithril.localdomain (Postfix) with ESMTPS id 83EEB200DE for ; Mon, 16 Mar 2020 20:01:08 +0100 (CET) Date: Mon, 16 Mar 2020 20:01:07 +0100 From: Jacques Foucry To: freebsd-questions@freebsd.org Subject: poudriere, bind and libxml2-dev Message-ID: <20200316190107.GA3339@foucry.net> Mail-Followup-To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Rspamd-Queue-Id: 48h5HW34V3z3KQT X-Spamd-Bar: - X-Spamd-Result: default: False [-1.39 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; RCVD_COUNT_FIVE(0.00)[5]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+mx]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-questions@freebsd.org]; TO_DN_NONE(0.00)[]; NEURAL_SPAM_MEDIUM(0.70)[0.697,0]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-1.00)[-0.998,0]; RCVD_TLS_LAST(0.00)[]; DMARC_POLICY_ALLOW(-0.50)[foucry.net,reject]; IP_SCORE(-0.29)[ip: (-2.29), ipnet: 62.210.0.0/16(0.53), asn: 12876(0.32), country: FR(0.00)]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:12876, ipnet:62.210.0.0/16, country:FR]; TAGGED_FROM(0.00)[freebsd]; MID_RHS_MATCH_FROM(0.00)[] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Mar 2020 19:01:12 -0000 Hello folks, I would like too use the statistics channel of bind. I use a poudriere in order to compile my own packages, as many of us. The bind doc is clear, named need both libxml2 And libxml2-dev: https://kb.isc.org/docs/aa-00769 I try to remove all the options of bind in order to be sure to have libxml2-dev (poudriere option -r -p xxx dns/bind911 then poudriere option -p xxx dns/bin911), but no chance. libxml2-dev is not include. So my question is very simple, how can I add these lib to the "project" bind911. I suppose there is something in the make.conf file, but I can't figure the correct syntax, Thanks in advance for your help and take care of you and the people you love. -- Jacques Foucry