View | Details | Raw Unified | Return to bug 172586 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-11 / +21 lines)
Line 24 Link Here
24
CONFLICTS=	bind9*-9.[45789].* bind9-sdb-* host-* bind-tools-9.*
24
CONFLICTS=	bind9*-9.[45789].* bind9*-sdb-9.[45789].* bind-tools-9.*
25
--
Line 28 Link Here
28
			FIXED_RRSET \
Line 33 Link Here
34
SSL_DESC=		Building without OpenSSL removes DNSSEC
Line 38 Link Here
40
IPV6_DESC=		IPv6 Support (autodetected by default)
41
THREADS_DESC=		Compile with thread support
42
FIXED_RRSET_DESC=	Enable fixed rrset ordering
Lines 46-48 Link Here
46
# Just in case
47
USE_OPENSSL=	yes
48
Line 57 Link Here
59
USE_OPENSSL=	yes
Line 94 Link Here
97
.if ${PORT_OPTIONS:MTHREADS}
98
CONFIGURE_ARGS+=	--enable-threads
99
.else
100
CONFIGURE_ARGS+=	--disable-threads
101
.endif
102
103
.if ${PORT_OPTIONS:MFIXED_RRSET}
104
CONFIGURE_ARGS+=	--enable-fixed-rrset
105
.endif
106
Line 102 Link Here
115
.if ${PORT_OPTIONS:MTHREADS}
116
	@${ECHO_CMD} "Incompatible options: DLZ_MYSQL and THREADS"
117
	@${FALSE}
118
.endif
Lines 122-127 Link Here
122
.if ${PORT_OPTIONS:MTHREADS} && empty(PORT_OPTIONS:MDLZ_MYSQL)
123
CONFIGURE_ARGS+=	--enable-threads
124
.else
125
CONFIGURE_ARGS+=	--disable-threads
126
.endif
127

Return to bug 172586