From owner-cvs-all@FreeBSD.ORG Sun Dec 10 13:03:31 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3D7D616A509; Sun, 10 Dec 2006 13:03:31 +0000 (UTC) (envelope-from ache@nagual.pp.ru) Received: from nagual.pp.ru (nagual.pp.ru [194.87.13.69]) by mx1.FreeBSD.org (Postfix) with ESMTP id E624543CB2; Sun, 10 Dec 2006 13:02:11 +0000 (GMT) (envelope-from ache@nagual.pp.ru) Received: from nagual.pp.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.13.8/8.13.8) with ESMTP id kBAD3KNH016807; Sun, 10 Dec 2006 16:03:20 +0300 (MSK) (envelope-from ache@nagual.pp.ru) Received: (from ache@localhost) by nagual.pp.ru (8.13.8/8.13.8/Submit) id kBAD3K3h016806; Sun, 10 Dec 2006 16:03:20 +0300 (MSK) (envelope-from ache) Date: Sun, 10 Dec 2006 16:03:20 +0300 From: Andrey Chernov To: Hajimu UMEMOTO Message-ID: <20061210130320.GA16769@nagual.pp.ru> Mail-Followup-To: Andrey Chernov , Hajimu UMEMOTO , ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org References: <200612100510.kBA5Acxc082301@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.13 (2006-08-11) Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/mail/milter-greylist Makefile distinfo pkg-message pkg-plist ports/mail/milter-greylist/files milter-greylist.sh patch-configure patch-greylist.conf 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: Sun, 10 Dec 2006 13:03:31 -0000 On Sun, Dec 10, 2006 at 03:50:15PM +0900, Hajimu UMEMOTO wrote: > The DNSRBL support requires the BIND9's resolver, i.e. FreeBSD 6.2. > But, our resolver is thread-safe before updating to the BIND9's one. > The milter-greylist has an option for our resolver. This option is > safe with the BIND9's resolver. So, it should be: > > .if ${OSVERSION} >= 502102 > CONFIGURE_ARGS+= --enable-dnsrbl --with-thread-safe-resolver > .endif This is superfluous. From my source reading --with-thread-safe-resolver just forces configure to treat any resolver as safe. Without this option configure does actual check for res_ninit(). -- http://ache.pp.ru/