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

Andrey Chernov ache at FreeBSD.org
Sun Dec 10 05:03:31 PST 2006


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/


More information about the cvs-ports mailing list