From owner-cvs-all@FreeBSD.ORG Fri Oct 12 08:48:19 2007 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 939D816A41A; Fri, 12 Oct 2007 08:48:19 +0000 (UTC) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from mail.cksoft.de (mail.cksoft.de [62.111.66.27]) by mx1.freebsd.org (Postfix) with ESMTP id 3E8A113C4A7; Fri, 12 Oct 2007 08:48:19 +0000 (UTC) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from localhost (amavis.str.cksoft.de [192.168.74.71]) by mail.cksoft.de (Postfix) with ESMTP id 85AB141C7A7; Fri, 12 Oct 2007 10:30:05 +0200 (CEST) X-Virus-Scanned: amavisd-new at cksoft.de Received: from mail.cksoft.de ([62.111.66.27]) by localhost (amavis.str.cksoft.de [192.168.74.71]) (amavisd-new, port 10024) with ESMTP id tUR7xAetE6vt; Fri, 12 Oct 2007 10:30:05 +0200 (CEST) Received: by mail.cksoft.de (Postfix, from userid 66) id 1C15C41C7A6; Fri, 12 Oct 2007 10:30:05 +0200 (CEST) Received: from maildrop.int.zabbadoz.net (maildrop.int.zabbadoz.net [10.111.66.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.int.zabbadoz.net (Postfix) with ESMTP id B2B6A444885; Fri, 12 Oct 2007 08:27:47 +0000 (UTC) Date: Fri, 12 Oct 2007 08:27:47 +0000 (UTC) From: "Bjoern A. Zeeb" X-X-Sender: bz@maildrop.int.zabbadoz.net To: Ruslan Ermilov In-Reply-To: <200710120803.l9C83pLM093240@repoman.freebsd.org> Message-ID: <20071012081105.C6043@maildrop.int.zabbadoz.net> References: <200710120803.l9C83pLM093240@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/mk bsd.own.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Oct 2007 08:48:19 -0000 On Fri, 12 Oct 2007, Ruslan Ermilov wrote: Hi, > ru 2007-10-12 08:03:51 UTC > > FreeBSD src repository > > Modified files: > share/mk bsd.own.mk > Log: > Though it was possible to configure our BIND to build even when > libpthread support isn't present, our maintainer felt it's an > overkill, so instead enforce the BIND dependency on libpthread. > > Revision Changes Path > 1.68 +10 -5 src/share/mk/bsd.own.mk Hmm. Is there any chance to get bind back w/o threading support? I guess the question is more to Doug than to you. I found it usefull especially for (CF) installations where I neither needed pppctl nor any other thing that depended on a threading library but a caching nameserver. Going with a port for this means supporting the ports infrastructure respectively an extra installation procedure. Nothing that can't be done just extra pain;-) So far it was easier to go with just base and live with the size of named. -- Bjoern A. Zeeb bzeeb at Zabbadoz dot NeT Software is harder than hardware so better get it right the first time.