View | Details | Raw Unified | Return to bug 270912
Collapse All | Expand All

(-)b/dns/unbound/Makefile (-4 / +6 lines)
Lines 1-6 Link Here
1
PORTNAME=	unbound
1
PORTNAME=	unbound
2
DISTVERSION=	1.17.1
2
DISTVERSION=	1.17.1
3
PORTREVISION=	2
3
PORTREVISION=	3
4
CATEGORIES=	dns
4
CATEGORIES=	dns
5
MASTER_SITES=	https://www.nlnetlabs.nl/downloads/unbound/
5
MASTER_SITES=	https://www.nlnetlabs.nl/downloads/unbound/
6
6
Lines 32-39 PORTDOCS= CNAME-basedRedirectionDesignNotes.pdf CREDITS Changelog \ Link Here
32
		control_proto_spec.txt example.conf ietf67-design-02.odp \
32
		control_proto_spec.txt example.conf ietf67-design-02.odp \
33
		ietf67-design-02.pdf requirements.txt
33
		ietf67-design-02.pdf requirements.txt
34
34
35
OPTIONS_DEFINE=		DEP-RSA1024 DNSCRYPT DNSTAP DOCS DOH ECDSA EVAPI \
35
OPTIONS_DEFINE=		DEP-RSA1024 DNSCRYPT DNSTAP DOCS DOH DYNLIB ECDSA EVAPI \
36
			DYNLIB FILTER_AAAA GOST HIREDIS LIBEVENT MUNIN_PLUGIN \
36
			FILTER_AAAA GOST HIREDIS LIBEVENT MUNIN_PLUGIN NOASLR \
37
			PYTHON SUBNET TFOCL TFOSE THREADS
37
			PYTHON SUBNET TFOCL TFOSE THREADS
38
OPTIONS_DEFAULT=	DNSCRYPT DOH DYNLIB ECDSA GOST LIBEVENT THREADS
38
OPTIONS_DEFAULT=	DNSCRYPT DOH DYNLIB ECDSA GOST LIBEVENT THREADS
39
OPTIONS_SUB=		yes
39
OPTIONS_SUB=		yes
Lines 50-55 GOST_DESC= Enable GOST support (requires OpenSSL >= 1.0) Link Here
50
HIREDIS_DESC=		Enable hiredis support for the cachedb module
50
HIREDIS_DESC=		Enable hiredis support for the cachedb module
51
LIBEVENT_DESC=		Build against libevent
51
LIBEVENT_DESC=		Build against libevent
52
MUNIN_PLUGIN_DESC=	Install Munin plugin
52
MUNIN_PLUGIN_DESC=	Install Munin plugin
53
NOASLR_DESC=		Disable ASLR
53
SUBNET_DESC=		Enable client subnet support
54
SUBNET_DESC=		Enable client subnet support
54
TFOCL_DESC=		Enable TCP Fast Open for client mode
55
TFOCL_DESC=		Enable TCP Fast Open for client mode
55
TFOSE_DESC=		Enable TCP Fast Open for server mode
56
TFOSE_DESC=		Enable TCP Fast Open for server mode
Lines 79-84 LIBEVENT_CONFIGURE_WITH= libevent Link Here
79
LIBEVENT_CPPFLAGS+=		$$(pkg-config libevent --cflags-only-I)
80
LIBEVENT_CPPFLAGS+=		$$(pkg-config libevent --cflags-only-I)
80
LIBEVENT_LDFLAGS+=		$$(pkg-config libevent --libs-only-L)
81
LIBEVENT_LDFLAGS+=		$$(pkg-config libevent --libs-only-L)
81
MUNIN_PLUGIN_SUB_FILES=		pkg-message
82
MUNIN_PLUGIN_SUB_FILES=		pkg-message
83
NOASLR_USES=			elfctl
84
NOASLR_VARS=			ELF_FEATURES=+noaslr:${PORTNAME}
82
PYTHON_BUILD_DEPENDS=		swig:devel/swig
85
PYTHON_BUILD_DEPENDS=		swig:devel/swig
83
PYTHON_USES=			python
86
PYTHON_USES=			python
84
PYTHON_CONFIGURE_ON=		--with-pythonmodule=yes \
87
PYTHON_CONFIGURE_ON=		--with-pythonmodule=yes \
85
- 

Return to bug 270912