diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2014-05-17 21:30:24 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2014-05-17 21:30:24 +0000 |
commit | 3d3897ed7d0dc33327efdb9b1e3221d226372b20 (patch) | |
tree | 01de60d3f79d9dcff23458449fd688d94dd791b0 /dns/bind98 | |
parent | 8e4282ffe63ea028c7fb47ddca3a33fb2de11b10 (diff) |
Notes
Diffstat (limited to 'dns/bind98')
-rw-r--r-- | dns/bind98/Makefile | 8 | ||||
-rw-r--r-- | dns/bind98/pkg-help | 8 |
2 files changed, 15 insertions, 1 deletions
diff --git a/dns/bind98/Makefile b/dns/bind98/Makefile index 0734dcc64dbf..951074cd8293 100644 --- a/dns/bind98/Makefile +++ b/dns/bind98/Makefile @@ -2,7 +2,7 @@ PORTNAME= bind PORTVERSION= 9.8.7 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= dns net ipv6 MASTER_SITES= ${MASTER_SITE_ISC} MASTER_SITE_SUBDIR= bind9/${ISCVERSION} @@ -156,8 +156,14 @@ SUB_LIST+= BIND_DESTETC="${BIND_DESTETC}" PLIST_SUB+= NOBASE="" BASE="@comment " USE_RC_SUBR+= named SUB_FILES+= named.conf +.if ${PORT_OPTIONS:MGOST} +WITH_OPENSSL_PORT=yes +.endif .else PLIST_SUB+= NOBASE="@comment " BASE="" +.if ${PORT_OPTIONS:MSSL} +WITH_OPENSSL_PORT= yes +.endif .endif post-patch: diff --git a/dns/bind98/pkg-help b/dns/bind98/pkg-help new file mode 100644 index 000000000000..af49ace19efb --- /dev/null +++ b/dns/bind98/pkg-help @@ -0,0 +1,8 @@ + GOST +If using a chrooted instance of BIND, the OpenSSL engines +need to be accessible from within the chroot. If BIND +is chrooted in /var/named, this can be achieved by either +copying content of /usr/local/lib/engines into +/var/named/usr/local/lib/engines, or by creating that +directory and adding this line to /etc/fstab: +/usr/local/lib/engines /var/named/usr/local/lib/engines nullfs ro 0 0 |