diff options
author | Doug Barton <dougb@FreeBSD.org> | 2009-01-08 08:18:45 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2009-01-08 08:18:45 +0000 |
commit | 0a1b168539318adcfba294ee02ec97bf33e3080d (patch) | |
tree | 4b79654fbbef38417de72b30b7715035fe3c0f5d /dns/bind94 | |
parent | 6c3cacccc4b5b9697428574a3e1dffec7beac969 (diff) |
Notes
Diffstat (limited to 'dns/bind94')
-rw-r--r-- | dns/bind94/Makefile | 19 | ||||
-rw-r--r-- | dns/bind94/distinfo | 12 |
2 files changed, 17 insertions, 14 deletions
diff --git a/dns/bind94/Makefile b/dns/bind94/Makefile index 5fdff93b0c92..9d582e20737e 100644 --- a/dns/bind94/Makefile +++ b/dns/bind94/Makefile @@ -12,7 +12,7 @@ # release you can generally build it cleanly from the source - Doug PORTNAME= bind94 -PORTVERSION= 9.4.3 +PORTVERSION= 9.4.3.1 CATEGORIES= dns net ipv6 MASTER_SITES= ${MASTER_SITE_ISC} \ http://dougbarton.us/Downloads/%SUBDIR%/ @@ -25,21 +25,23 @@ 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.4.3 +ISCVERSION= 9.4.3-P1 GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=/var --disable-linux-caps \ --with-randomdev=/dev/random -USE_OPENSSL= yes - CONFLICTS= bind9-9.[356].* bind9-sdb-* host-* -OPTIONS= REPLACE_BASE "Replace base BIND with this version" off \ +OPTIONS= SSL "Building without OpenSSL removes DNSSEC" on \ + REPLACE_BASE "Replace base BIND with this version" off \ LARGE_FILE "64-bit file support" off \ SIGCHASE "dig/host/nslookup will do DNSSEC validation" off \ IPV6 "IPv6 Support (autodetected by default)" off +# Just in case +USE_OPENSSL= yes + .include <bsd.port.pre.mk> # We are ok by default from 7.0-RELEASE on @@ -49,10 +51,11 @@ OPTIONS+= THREADS "Compile with thread support" on OPTIONS+= THREADS "Compile w/threads (Not Recommended <FreeBSD-7)" off .endif -.if defined(WITH_OPENSSL_PORT) -CONFIGURE_ARGS+= --with-openssl=${LOCALBASE} +.if !defined(WITHOUT_SSL) +CONFIGURE_ARGS+= --with-openssl=${OPENSSLBASE} .else -CONFIGURE_ARGS+= --with-openssl +CONFIGURE_ARGS+= --disable-openssl-version-check +CONFIGURE_ARGS+= --without-openssl .endif .if defined(WITH_LARGE_FILE) diff --git a/dns/bind94/distinfo b/dns/bind94/distinfo index da53bce81fba..ba127ded9e78 100644 --- a/dns/bind94/distinfo +++ b/dns/bind94/distinfo @@ -1,6 +1,6 @@ -MD5 (bind-9.4.3.tar.gz) = 7a4690d2a1c4437578a2251b0c92f847 -SHA256 (bind-9.4.3.tar.gz) = f1b991947fe673310fa4c61b42723f4efb48ea5c24fb5b802bd66786ea660be6 -SIZE (bind-9.4.3.tar.gz) = 6543773 -MD5 (bind-9.4.3.tar.gz.asc) = 13d4f5ec191aebd75506486e30e0023c -SHA256 (bind-9.4.3.tar.gz.asc) = df54939a87d84ccd5af9dfb60ec8ef1b84653a5c516b0c6826d381ec171f3f53 -SIZE (bind-9.4.3.tar.gz.asc) = 479 +MD5 (bind-9.4.3-P1.tar.gz) = 3cb525ad4f22315e23f08c8ce1e1d3d3 +SHA256 (bind-9.4.3-P1.tar.gz) = 6f4323db5b55105a83a71517f42c0e6f1defdeefa7156b5ebe035480e2755c8a +SIZE (bind-9.4.3-P1.tar.gz) = 6544583 +MD5 (bind-9.4.3-P1.tar.gz.asc) = b0f6c208697755993966c9dca4c0e069 +SHA256 (bind-9.4.3-P1.tar.gz.asc) = e346a9169b9d30d47a709bb9c654d579c86b698531260bd81e526ff40d74cd5c +SIZE (bind-9.4.3-P1.tar.gz.asc) = 479 |