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

Hajimu UMEMOTO ume at FreeBSD.org
Sat Dec 9 22:50:27 PST 2006


Hi,

>>>>> On Sun, 10 Dec 2006 05:10:38 +0000 (UTC)
>>>>> "Andrey A. Chernov" <ache at FreeBSD.org> said:

ache> ache        2006-12-10 05:10:38 UTC

ache>   FreeBSD ports repository

ache>   Modified files:
ache>     mail/milter-greylist Makefile distinfo pkg-message pkg-plist 
ache>     mail/milter-greylist/files milter-greylist.sh 
ache>   Added files:
ache>     mail/milter-greylist/files patch-configure patch-greylist.conf 
ache>   Log:
ache>   Upgrade to 3.0
  
> if ${OSVERSION} >= 502102
> CONFIGURE_ARGS+=	--enable-dnsrbl
> .endif

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

Sincerely,

--
Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan
ume at mahoroba.org  ume@{,jp.}FreeBSD.org
http://www.imasy.org/~ume/


More information about the cvs-ports mailing list