svn commit: r345629 - head/dns/nsd

Mathieu Arnold mat at FreeBSD.org
Sat Feb 22 12:58:41 UTC 2014


+--On 22 février 2014 12:47:25 +0000 Pawel Pekala <pawel at FreeBSD.org>
wrote:

| +ROOT_SERVER_CONFIGURE_ON=	--enable-root-server
| +LARGEFILE_CONFIGURE_OFF=	--disable-largefile
| +IPV6_CONFIGURE_OFF=		--disable-ipv6
| +BIND8_STATS_CONFIGURE_ON=	--enable-bind8-stats
| +CHECKING_CONFIGURE_ON=		--enable-checking
| +NSEC3_CONFIGURE_OFF=		--disable-nsec3
| +MINRESPSIZE_CONFIGURE_OFF=	--disable-minimal-responses
| +NSEC3PREHASH_CONFIGURE_OFF=	--disable-full-prehash
| +MMAP_CONFIGURE_ON=		--enable-mmap
| +RRL_CONFIGURE_ON=		--enable-ratelimit
| +EUI_RRTYPES_CONFIGURE_ON=	--enable-draft-rrtypes

Those should be using the _ENABLE knobs, like this :
ROOT_SERVER_CONFIGURE_ENABLE=	root-server
LARGEFILE_CONFIGURE_ENABLE=	largefile
IPV6_CONFIGURE_ENABLE=		ipv6
...

-- 
Mathieu Arnold


More information about the svn-ports-all mailing list