Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Feb 2014 13:14:55 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r345635 - head/dns/nsd
Message-ID:  <201402221314.s1MDEthj057586@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pawel
Date: Sat Feb 22 13:14:55 2014
New Revision: 345635
URL: http://svnweb.freebsd.org/changeset/ports/345635
QAT: https://qat.redports.org/buildarchive/r345635/

Log:
  Prefer CONFIGURE_ENABLE over CONFIGURE_ON/OFF
  
  Suggested by:	mat@

Modified:
  head/dns/nsd/Makefile

Modified: head/dns/nsd/Makefile
==============================================================================
--- head/dns/nsd/Makefile	Sat Feb 22 13:10:00 2014	(r345634)
+++ head/dns/nsd/Makefile	Sat Feb 22 13:14:55 2014	(r345635)
@@ -64,18 +64,18 @@ EUI_RRTYPES_DESC=	EUI48 and EUI64 RRtype
 
 LIB_DEPENDS+=	libevent-1.4.so:${PORTSDIR}/devel/libevent
 
-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
+ROOT_SERVER_CONFIGURE_ENABLE=	root-server
+LARGEFILE_CONFIGURE_ENABLE=	largefile
+IPV6_CONFIGURE_ENABLE=		ipv6
+BIND8_STATS_CONFIGURE_ENABLE=	bind8-stats
+CHECKING_CONFIGURE_ENABLE=	checking
+NSEC3_CONFIGURE_ENABLE=		nsec3
+MINRESPSIZE_CONFIGURE_ENABLE=	minimal-responses
+NSEC3PREHASH_CONFIGURE_ENABLE=	full-prehash
+MMAP_CONFIGURE_ENABLE=		mmap
 MAXIPS_CONFIGURE_ON=		--with-max-ips=${NSDMAX_IPS}
-RRL_CONFIGURE_ON=		--enable-ratelimit
-EUI_RRTYPES_CONFIGURE_ON=	--enable-draft-rrtypes
+RRL_CONFIGURE_ENABLE=		ratelimit
+EUI_RRTYPES_CONFIGURE_ENABLE=	draft-rrtypes
 
 pre-patch:
 .if defined(NSD_OPTIONS)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402221314.s1MDEthj057586>