diff options
author | Doug Barton <dougb@FreeBSD.org> | 2010-12-03 23:21:31 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2010-12-03 23:21:31 +0000 |
commit | 73ce7e99bbe7bd5b0138b092f3281febcee0a496 (patch) | |
tree | 07c3fcf3e340a8e7ba4c5ba3054db2a080767db7 /dns/bind96 | |
parent | 0030fdbc6f7e500c6eb30be5d610fd127ffe765d (diff) | |
download | ports-73ce7e99bbe7bd5b0138b092f3281febcee0a496.tar.gz ports-73ce7e99bbe7bd5b0138b092f3281febcee0a496.zip |
Notes
Diffstat (limited to 'dns/bind96')
-rw-r--r-- | dns/bind96/Makefile | 22 | ||||
-rw-r--r-- | dns/bind96/distinfo | 8 |
2 files changed, 10 insertions, 20 deletions
diff --git a/dns/bind96/Makefile b/dns/bind96/Makefile index 467583524b5d..5f861557efb4 100644 --- a/dns/bind96/Makefile +++ b/dns/bind96/Makefile @@ -12,7 +12,7 @@ # release you can generally build it cleanly from the source - Doug PORTNAME= bind96 -PORTVERSION= 9.6.3.ESV.2 +PORTVERSION= 9.6.3.ESV.3 CATEGORIES= dns net ipv6 MASTER_SITES= ${MASTER_SITE_ISC} \ http://dougbarton.us/Downloads/%SUBDIR%/ @@ -25,7 +25,7 @@ MAINTAINER= dougb@FreeBSD.org COMMENT= The BIND DNS suite with updated DNSSEC and threads # ISC releases things like 9.4.0b3, which our versioning doesn't like -ISCVERSION= 9.6-ESV-R2 +ISCVERSION= 9.6-ESV-R3 MAKE_JOBS_UNSAFE= yes @@ -33,7 +33,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=/var --disable-linux-caps \ --with-randomdev=/dev/random -CONFLICTS= bind9*-9.[3457].* bind9-sdb-* host-* +CONFLICTS= bind9*-9.[457].* bind9-sdb-* host-* bind-tools-9.* OPTIONS= SSL "Building without OpenSSL removes DNSSEC" on \ LINKS "Create conf file symlinks in ${PREFIX}" on \ @@ -43,6 +43,7 @@ OPTIONS= SSL "Building without OpenSSL removes DNSSEC" on \ LARGE_FILE "64-bit file support" off \ SIGCHASE "dig/host/nslookup will do DNSSEC validation" off \ IPV6 "IPv6 Support (autodetected by default)" off \ + THREADS "Compile with thread support" on \ DLZ_POSTGRESQL "DLZ Postgres driver" off \ DLZ_MYSQL "DLZ MySQL driver (single-threaded BIND)" off \ DLZ_BDB "DLZ BDB driver" off \ @@ -59,13 +60,6 @@ USE_OPENSSL= yes ARCH= x86_64 .endif -# We are ok by default from 7.0-RELEASE on -.if ${OSVERSION} >= 700055 -OPTIONS+= THREADS "Compile with thread support" on -.else -OPTIONS+= THREADS "Compile w/threads (Not Recommended <FreeBSD-7)" off -.endif - .if !defined(WITHOUT_SSL) CONFIGURE_ARGS+= --with-openssl=${OPENSSLBASE} .else @@ -205,6 +199,7 @@ post-patch: ${WRKSRC}/bin/${FILE}.Dist > ${WRKSRC}/bin/${FILE} .endfor +PKGINSTALL= ${.CURDIR}/../bind97/pkg-install post-install: ${INSTALL_DATA} ${WRKSRC}/bin/rndc/rndc.conf \ ${BIND_DESTETC}/rndc.conf.sample @@ -219,12 +214,7 @@ post-install: ${DOCSDIR}/ .endif .if !defined(WITHOUT_LINKS) && !defined(WITH_REPLACE_BASE) - ${MKDIR} /var/named${PREFIX}/etc -.for DIR in ${PREFIX}/etc /var/named${PREFIX}/etc -.for FILE in named.conf rndc.key - ${LN} -sf /etc/namedb/${FILE} ${DIR}/${FILE} -.endfor -.endfor + PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL .endif @${CAT} ${PKGMESSAGE} diff --git a/dns/bind96/distinfo b/dns/bind96/distinfo index 2cfe7bbdbf31..4c7b608c572b 100644 --- a/dns/bind96/distinfo +++ b/dns/bind96/distinfo @@ -1,4 +1,4 @@ -SHA256 (bind-9.6-ESV-R2.tar.gz) = 98a9f91a96ed4d0a3fc462b9eafc594ecaeadc1eaacce74a5de1cc32b22bd4fb -SIZE (bind-9.6-ESV-R2.tar.gz) = 6736800 -SHA256 (bind-9.6-ESV-R2.tar.gz.asc) = 2ea358e6e867cc821a541588f513043939f25bdd19cf34b205e9b05a351e365d -SIZE (bind-9.6-ESV-R2.tar.gz.asc) = 480 +SHA256 (bind-9.6-ESV-R3.tar.gz) = e84d60295ba4ed4b2faad815abc530f97e22d1b0aff2ba06a34e842f0394578e +SIZE (bind-9.6-ESV-R3.tar.gz) = 6809075 +SHA256 (bind-9.6-ESV-R3.tar.gz.asc) = 7eaeb2caf493ed5060161b4febd377641ffd9ec448dd250bd05fbf9295a6669f +SIZE (bind-9.6-ESV-R3.tar.gz.asc) = 481 |