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

Collapse All | Expand All

(-)dns/yadifa/Makefile 2020-02-24 17:32:58.351400000 +0000 (-11 / +26 lines)
Lines 3-10 Link Here
3
PORTNAME=      yadifa
3
PORTNAME=      yadifa
4
DISTVERSION=   2.3.9
4
DISTVERSION=   2.3.9
5
DISTVERSIONSUFFIX=     -8497
5
DISTVERSIONSUFFIX=     -8497
6
PORTREVISION=  1
6
CATEGORIES=    dns
7
CATEGORIES=    dns
7
MASTER_SITES=  http://cdn.yadifa.eu/sites/default/files/releases/
8
MASTER_SITES=  http://cdn.yadifa.eu/sites/default/files/releases/ \
9
               https://dns.company/downloads/yadifa/
8
10
9
MAINTAINER=    freebsd@dns.company
11
MAINTAINER=    freebsd@dns.company
10
COMMENT=       Authoritative nameserver with DNSSEC capabilities
12
COMMENT=       Authoritative nameserver with DNSSEC capabilities
Lines 17-37 Link Here
17
GNU_CONFIGURE= yes
19
GNU_CONFIGURE= yes
18
CONFIGURE_ARGS=        --localstatedir=/var
20
CONFIGURE_ARGS=        --localstatedir=/var
19
21
20
OPTIONS_DEFINE=        CTRL DOCS EXAMPLES TCL RRL MESSAGES NSID
22
OPTIONS_DEFINE=        CTRL DDNS DOCS EXAMPLES LARGEFILE MASTER RRL RRSIG NSID
21
OPTIONS_DEFAULT=       RRL NSID
23
OPTIONS_DEFAULT=DDNS DOCS EXAMPLES LARGEFILE MASTER RRL RRSIG NSID
22
OPTIONS_SUB=   yes
24
OPTIONS_SUB=   yes
23
25
24
CTRL_DESC=     Remote control
26
CTRL_DESC=     Remote control
25
RRL_DESC=      Response Rate Limiting
27
DDNS_DESC=     Dynamic DNS support (DDNS)
26
MESSAGES_DESC= Use messages instead of send (if many ip aliases)
28
LARGEFILE_DESC=        Support for largefiles
29
MASTER_DESC=   Use as primary nameserver
27
NSID_DESC=     Name Server Identifier Option
30
NSID_DESC=     Name Server Identifier Option
31
RRL_DESC=      Response Rate Limiting
32
RRSIG_DESC=    RRSIG management
28
33
29
CTRL_CONFIGURE_ENABLE= ctrl
34
CTRL_CONFIGURE_ENABLE=         ctrl
30
TCL_USES=      tcl
35
CTRL_CONFIGURE_DISABLE_OFF=    ctrl
31
TCL_CONFIGURE_ENABLE=  tcl
36
DDNS_CONFIGURE_ENABLE=         dynupdate
32
RRL_CONFIGURE_ENABLE=  rrl
37
DDNS_CONFIGURE_DISABLE_OFF=    dynupdate
33
MESSAGES_CONFIGURE_ENABLE=     messages
38
DDNS_PLIST_FILES=              include/dnsdb/dynupdate-diff.h \
34
NSID_CONFIGURE_ENABLE= nsid
39
                               include/dnsdb/dynupdate.h
40
LARGEFILE_CONFIGURE_ENABLE=    largefile
41
LARGEFILE_CONFIGURE_DISABLE_OFF=largefile
42
MASTER_CONFIGURE_ENABLE=       master
43
MASTER_CONFIGURE_DISABLE_OFF=  master
44
NSID_CONFIGURE_ENABLE=         nsid
45
NSID_CONFIGURE_DISABLE_OFF=    nsid
46
RRL_CONFIGURE_ENABLE=          rrl
47
RRL_CONFIGURE_DISABLE_OFF=     rrl
48
RRSIG_CONFIGURE_ENABLE=                rrsig-management
49
RRSIG_CONFIGURE_DISABLE_OFF=   rrsig-management
35
50
36
USE_RC_SUBR=   ${PORTNAME}d
51
USE_RC_SUBR=   ${PORTNAME}d
37
52
(-)dns/yadifa/pkg-plist 2020-02-24 09:50:46.528760000 +0000 (-2 lines)
Lines 131-138 Link Here
131
include/dnsdb/dnssec-keystore.h
131
include/dnsdb/dnssec-keystore.h
132
include/dnsdb/dnssec.h
132
include/dnsdb/dnssec.h
133
include/dnsdb/dnssec_config.h
133
include/dnsdb/dnssec_config.h
134
include/dnsdb/dynupdate.h
135
include/dnsdb/dynupdate-diff.h
136
include/dnsdb/hash.h
134
include/dnsdb/hash.h
137
include/dnsdb/htable.h
135
include/dnsdb/htable.h
138
include/dnsdb/htbt.h
136
include/dnsdb/htbt.h

Return to bug 244362