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

Collapse All | Expand All

(-)dns/yadifa/Makefile (-11 / +28 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_ON=		--enable-ctrl
30
TCL_USES=	tcl
35
CTRL_CONFIGURE_OFF=		--disable-ctrl
31
TCL_CONFIGURE_ENABLE=	tcl
36
DDNS_CONFIGURE_ON=		--enable-dynupdate
32
RRL_CONFIGURE_ENABLE=	rrl
37
DDNS_CONFIGURE_OFF=		--disable-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_ON=		--enable-largefile
41
LARGEFILE_CONFIGURE_OFF=	--disable-largefile
42
MASTER_CONFIGURE_ON=		--enable-master
43
MASTER_CONFIGURE_OFF=		--disable-master
44
MESSAGES_CONFIGURE_ON=		--enable-messages
45
MESSAGES_CONFIGURE_OFF=		--disable-messages
46
NSID_CONFIGURE_ON=		--enable-nsid
47
NSID_CONFIGURE_OFF=		--disable-nsid
48
RRL_CONFIGURE_ON=		--enable-rrl
49
RRL_CONFIGURE_OFF=		--disable-rrl
50
RRSIG_CONFIGURE_ON=		--enable-rrsig-management
51
RRSIG_CONFIGURE_OFF=		--disable-rrsig-management
35
52
36
USE_RC_SUBR=	${PORTNAME}d
53
USE_RC_SUBR=	${PORTNAME}d
37
54
(-)dns/yadifa/pkg-plist (-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