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

Collapse All | Expand All

(-)b/dns/unbound/Makefile (-1 / +6 lines)
Lines 35-41 PORTDOCS= CREDITS Changelog FEATURES LICENSE README README.svn \ Link Here
35
OPTIONS_SUB=	yes
35
OPTIONS_SUB=	yes
36
OPTIONS_DEFINE=	THREADS PYTHON GOST ECDSA MUNIN_PLUGIN DOCS LIBEVENT \
36
OPTIONS_DEFINE=	THREADS PYTHON GOST ECDSA MUNIN_PLUGIN DOCS LIBEVENT \
37
		FILTER_AAAA DNSTAP DNSCRYPT SUBNET EVAPI TFOCL TFOSE \
37
		FILTER_AAAA DNSTAP DNSCRYPT SUBNET EVAPI TFOCL TFOSE \
38
		HIREDIS
38
		HIREDIS START_LATE
39
OPTIONS_DEFAULT=THREADS ECDSA LIBEVENT GOST
39
OPTIONS_DEFAULT=THREADS ECDSA LIBEVENT GOST
40
40
41
LIBEVENT_DESC=	Build against libevent
41
LIBEVENT_DESC=	Build against libevent
Lines 50-55 EVAPI_DESC= (Experimental) pluggable event based libunbound API support Link Here
50
TFOCL_DESC=	Enable TCP Fast Open for client mode
50
TFOCL_DESC=	Enable TCP Fast Open for client mode
51
TFOSE_DESC=	Enable TCP Fast Open for server mode
51
TFOSE_DESC=	Enable TCP Fast Open for server mode
52
HIREDIS_DESC=	Enable hiredis support for the cachedb module
52
HIREDIS_DESC=	Enable hiredis support for the cachedb module
53
START_LATE_DESC=Start unbound later in the boot process
53
54
54
STRIP_FILES=	.libs/libunbound.so unbound-checkconf unbound \
55
STRIP_FILES=	.libs/libunbound.so unbound-checkconf unbound \
55
		unbound-control .libs/unbound-host .libs/unbound-anchor
56
		unbound-control .libs/unbound-host .libs/unbound-anchor
Lines 81-86 PYTHON_VARS= STRIP_FILES+=.libs/_unbound.so Link Here
81
THREADS_CONFIGURE_WITH=	pthreads
82
THREADS_CONFIGURE_WITH=	pthreads
82
HIREDIS_CONFIGURE_ON=	--enable-cachedb --with-libhiredis
83
HIREDIS_CONFIGURE_ON=	--enable-cachedb --with-libhiredis
83
HIREDIS_LIB_DEPENDS=	libhiredis.so:databases/hiredis
84
HIREDIS_LIB_DEPENDS=	libhiredis.so:databases/hiredis
85
START_LATE_SUB_LIST=	UNBOUND_BEFORE="LOGIN" \
86
			UNBOUND_REQUIRE="SERVERS cleanvar"
87
START_LATE_SUB_LIST_OFF=UNBOUND_BEFORE="SERVERS" \
88
			UNBOUND_REQUIRE="NETWORKING ldconfig syslogd"
84
89
85
post-patch:
90
post-patch:
86
	@${RM} ${WRKSRC}/util/configlexer.c
91
	@${RM} ${WRKSRC}/util/configlexer.c
(-)b/dns/unbound/files/unbound.in (-1 / +2 lines)
Lines 12-18 Link Here
12
# root.hints (-r).  Useful for when /etc/resolv.conf only contains 127.0.0.1
12
# root.hints (-r).  Useful for when /etc/resolv.conf only contains 127.0.0.1
13
#
13
#
14
# PROVIDE: unbound
14
# PROVIDE: unbound
15
# REQUIRE: SERVERS cleanvar
15
# REQUIRE: %%UNBOUND_REQUIRE%%
16
# BEFORE: %%UNBOUND_BEFORE%%
16
# KEYWORD: shutdown
17
# KEYWORD: shutdown
17
#
18
#
18
# Add the following line to /etc/rc.conf to enable unbound:
19
# Add the following line to /etc/rc.conf to enable unbound:

Return to bug 247305