Lines 2-8
Link Here
|
2 |
# $FreeBSD: head/dns/knot-resolver/Makefile 479406 2018-09-10 13:14:50Z mat $ |
2 |
# $FreeBSD: head/dns/knot-resolver/Makefile 479406 2018-09-10 13:14:50Z mat $ |
3 |
|
3 |
|
4 |
PORTNAME= knot-resolver |
4 |
PORTNAME= knot-resolver |
5 |
DISTVERSION= 2.4.1 |
5 |
DISTVERSION= 3.1.0 |
6 |
CATEGORIES= dns ipv6 |
6 |
CATEGORIES= dns ipv6 |
7 |
MASTER_SITES= https://secure.nic.cz/files/knot-resolver/ \ |
7 |
MASTER_SITES= https://secure.nic.cz/files/knot-resolver/ \ |
8 |
https://dns.company/downloads/knot-resolver/ |
8 |
https://dns.company/downloads/knot-resolver/ |
Lines 12-17
Link Here
|
12 |
|
12 |
|
13 |
LICENSE= GPLv3 |
13 |
LICENSE= GPLv3 |
14 |
|
14 |
|
|
|
15 |
.include <bsd.port.options.mk> |
16 |
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1120000 |
17 |
NOT_FOR_ARCHS= i386 |
18 |
NOT_FOR_ARCHS_REASON_i386=libknot (installed by knot2) is broken on 11.2 at i386 |
19 |
.endif |
20 |
|
15 |
BUILD_DEPENDS= bash:shells/bash \ |
21 |
BUILD_DEPENDS= bash:shells/bash \ |
16 |
git:devel/git |
22 |
git:devel/git |
17 |
LIB_DEPENDS= libgnutls.so:security/gnutls \ |
23 |
LIB_DEPENDS= libgnutls.so:security/gnutls \ |
Lines 33-51
Link Here
|
33 |
SHEBANG_FILES= scripts/coverage_env.sh |
39 |
SHEBANG_FILES= scripts/coverage_env.sh |
34 |
USE_LDCONFIG= yes |
40 |
USE_LDCONFIG= yes |
35 |
|
41 |
|
36 |
OPTIONS_DEFINE= DOCS COOKIES DNSTAP DOXYGEN GO TRUSTANCHOR |
42 |
OPTIONS_DEFINE= DOCS DNSTAP DOXYGEN GO TRUSTANCHOR |
37 |
|
43 |
|
38 |
COOKIES_DESC= cookies |
44 |
# COOKIES will come return/reworked to reflect IETF dnsop group development |
39 |
COOKIES_LIB_DEPENDS= libnettle.so:security/nettle |
45 |
#COOKIES_DESC= cookies |
40 |
COOKIES_MAKE_ARGS_ON= HAS_nettle=yes |
46 |
#COOKIES_LIB_DEPENDS= libnettle.so:security/nettle |
41 |
COOKIES_MAKE_ARGS_OFF= HAS_nettle=no |
47 |
#COOKIES_MAKE_ARGS_ON= HAS_nettle=yes |
42 |
COOKIES_PLIST_FILES= lib/kdns_modules/cookies.so \ |
48 |
#COOKIES_MAKE_ARGS_OFF= HAS_nettle=no |
43 |
include/libkres/alg_containers.h \ |
49 |
#COOKIES_PLIST_FILES= lib/kdns_modules/cookies.so \ |
44 |
include/libkres/alg_sha.h \ |
50 |
# include/libkres/alg_containers.h \ |
45 |
include/libkres/control.h \ |
51 |
# include/libkres/alg_sha.h \ |
46 |
include/libkres/helper.h \ |
52 |
# include/libkres/control.h \ |
47 |
include/libkres/lru_cache.h \ |
53 |
# include/libkres/helper.h \ |
48 |
include/libkres/nonce.h |
54 |
# include/libkres/lru_cache.h \ |
|
|
55 |
# include/libkres/nonce.h |
49 |
|
56 |
|
50 |
DNSTAP_DESC= dnstap support |
57 |
DNSTAP_DESC= dnstap support |
51 |
DNSTAP_LIB_DEPENDS= libprotobuf.so:devel/protobuf \ |
58 |
DNSTAP_LIB_DEPENDS= libprotobuf.so:devel/protobuf \ |