Lines 1-16
Link Here
|
1 |
# Created by: alexis |
1 |
# Created by: alexis |
2 |
# $FreeBSD: head/dns/nsd/Makefile 327719 2013-09-20 16:31:57Z bapt $ |
2 |
# $FreeBSD: ports/dns/nsd/Makefile,v 1.53 2011/03/30 13:48:13 ohauer Exp $ |
3 |
|
3 |
|
4 |
PORTNAME= nsd |
4 |
PORTNAME= nsd |
5 |
PORTVERSION= 3.2.16 |
5 |
PORTVERSION= 4.0.0 |
6 |
CATEGORIES= dns ipv6 |
6 |
CATEGORIES= dns ipv6 |
7 |
MASTER_SITES= http://www.nlnetlabs.nl/downloads/nsd/ \ |
7 |
MASTER_SITES= http://www.nlnetlabs.nl/downloads/nsd/ \ |
8 |
ftp://ftp.rhnet.is/pub/nsd/ |
8 |
ftp://ftp.rhnet.is/pub/nsd/ |
9 |
|
9 |
|
10 |
MAINTAINER= jaap@NLnetLabs.nl |
10 |
MAINTAINER= jaap@NLnetLabs.nl |
11 |
COMMENT= Authoritative only non-recursive name server |
11 |
COMMENT= An authoritative only non-recursive name server |
12 |
|
12 |
|
13 |
CONFLICTS= nsd-[0-2]* |
13 |
CONFLICTS= nsd-[0-3]* |
14 |
|
14 |
|
15 |
USE_RC_SUBR= nsd |
15 |
USE_RC_SUBR= nsd |
16 |
|
16 |
|
Lines 22-28
Link Here
|
22 |
NSDMAX_IPS?= 512 |
22 |
NSDMAX_IPS?= 512 |
23 |
|
23 |
|
24 |
GNU_CONFIGURE= yes |
24 |
GNU_CONFIGURE= yes |
25 |
CONFIGURE_ARGS= --with-user=${NSDUSER} \ |
25 |
CONFIGURE_ARGS= --with-libevent=${LOCALBASE} \ |
|
|
26 |
--with-user=${NSDUSER} \ |
26 |
--with-configdir=${PREFIX}/etc/nsd \ |
27 |
--with-configdir=${PREFIX}/etc/nsd \ |
27 |
--localstatedir=${NSDLSDIR} \ |
28 |
--localstatedir=${NSDLSDIR} \ |
28 |
--with-dbfile=${NSDDBDIR}/nsd.db \ |
29 |
--with-dbfile=${NSDDBDIR}/nsd.db \ |
Lines 36-58
Link Here
|
36 |
|
37 |
|
37 |
USE_OPENSSL= yes |
38 |
USE_OPENSSL= yes |
38 |
|
39 |
|
39 |
MAN5= nsd.conf.5 |
40 |
MAN5= nsd.conf.5 |
40 |
MAN8= nsd.8 nsdc.8 zonec.8 nsd-checkconf.8 nsd-notify.8 nsd-patch.8 \ |
41 |
MAN8= nsd.8 nsd-checkconf.8 nsd-control.8 |
41 |
nsd-xfer.8 |
|
|
42 |
|
42 |
|
43 |
PORTDOCS= CREDITS ChangeLog LICENSE NSD-DATABASE NSD-DIFFFILE \ |
43 |
PORTDOCS= CREDITS ChangeLog LICENSE NSD-DATABASE NSD-DIFFFILE \ |
44 |
NSD-FOR-BIND-USERS README README.icc RELNOTES \ |
44 |
NSD-4-features NSD-FOR-BIND-USERS README README.icc RELNOTES \ |
45 |
REQUIREMENTS TESTPLAN TODO UPGRADING coding-style \ |
45 |
REQUIREMENTS TESTPLAN TODO UPGRADING coding-style \ |
46 |
differences.tex |
46 |
differences.tex |
47 |
|
47 |
|
48 |
OPTIONS_DEFINE= ROOT_SERVER LARGEFILE IPV6 BIND8_STATS ZONE_STATS CHECKING \ |
48 |
OPTIONS_DEFINE= ROOT_SERVER LARGEFILE IPV6 BIND8_STATS CHECKING \ |
49 |
MINRESPSIZE NSEC3 NSEC3PREHASH MMAP MAXIPS DOCS RRL EUI_RRTYPES |
49 |
MINRESPSIZE NSEC3 NSEC3PREHASH MMAP MAXIPS DOCS EUI_RRTYPES |
50 |
OPTIONS_DEFAULT= LARGEFILE IPV6 NSEC3 NSEC3PREHASH MINRESPSIZE |
50 |
OPTIONS_DEFAULT= LARGEFILE IPV6 NSEC3 NSEC3PREHASH MINRESPSIZE RRL \ |
|
|
51 |
EUI_RRTYPES |
51 |
|
52 |
|
52 |
ROOT_SERVER_DESC= Configure as a root server |
53 |
ROOT_SERVER_DESC= Configure as a root server |
53 |
LARGEFILE_DESC= Largefile support |
54 |
LARGEFILE_DESC= Largefile support |
54 |
BIND8_STATS_DESC= BIND8-like NSTATS & XSTATS |
55 |
BIND8_STATS_DESC= BIND8-like NSTATS & XSTATS |
55 |
ZONE_STATS_DESC= Per-zone BIND8 stats |
|
|
56 |
CHECKING_DESC= Internal run-time checks |
56 |
CHECKING_DESC= Internal run-time checks |
57 |
NSEC3_DESC= NSEC3 support |
57 |
NSEC3_DESC= NSEC3 support |
58 |
NSEC3PREHASH_DESC= Full NSEC3 pre-hashing |
58 |
NSEC3PREHASH_DESC= Full NSEC3 pre-hashing |
Lines 62-70
Link Here
|
62 |
RRL_DESC= Response Rate Limiting |
62 |
RRL_DESC= Response Rate Limiting |
63 |
EUI_RRTYPES_DESC= EUI48 and EUI64 RRtypes support |
63 |
EUI_RRTYPES_DESC= EUI48 and EUI64 RRtypes support |
64 |
|
64 |
|
65 |
NO_STAGE= yes |
65 |
NO_STAGE= yes |
66 |
.include <bsd.port.options.mk> |
66 |
.include <bsd.port.options.mk> |
67 |
|
67 |
|
|
|
68 |
LIB_DEPENDS+= event-1:${PORTSDIR}/devel/libevent |
69 |
|
68 |
.if ${PORT_OPTIONS:MROOT_SERVER} |
70 |
.if ${PORT_OPTIONS:MROOT_SERVER} |
69 |
CONFIGURE_ARGS+= --enable-root-server |
71 |
CONFIGURE_ARGS+= --enable-root-server |
70 |
.endif |
72 |
.endif |
Lines 81-93
Link Here
|
81 |
CONFIGURE_ARGS+= --enable-bind8-stats |
83 |
CONFIGURE_ARGS+= --enable-bind8-stats |
82 |
.endif |
84 |
.endif |
83 |
|
85 |
|
84 |
.if ${PORT_OPTIONS:MZONE_STATS} |
|
|
85 |
. if empty(PORT_OPTIONS:MBIND8_STATS) |
86 |
CONFIGURE_ARGS+= --enable-bind8-stats |
87 |
. endif |
88 |
CONFIGURE_ARGS+= --enable-zone-stats |
89 |
.endif |
90 |
|
91 |
.if ${PORT_OPTIONS:MCHECKING} |
86 |
.if ${PORT_OPTIONS:MCHECKING} |
92 |
CONFIGURE_ARGS+= --enable-checking |
87 |
CONFIGURE_ARGS+= --enable-checking |
93 |
.endif |
88 |
.endif |