aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2018-08-24 11:50:32 +0000
committerMathieu Arnold <mat@FreeBSD.org>2018-08-24 11:50:32 +0000
commit5d8f7e39f483760c89a336b9042ce49aba0d9511 (patch)
tree54ae92aa3298791380fc9d2e4df1a744bc5385a5
parent1c46d513a0cf3c1f75a3dd655c0c3e286ff20e58 (diff)
downloadports-5d8f7e39f483760c89a336b9042ce49aba0d9511.tar.gz
ports-5d8f7e39f483760c89a336b9042ce49aba0d9511.zip
MFH: r477957
Permit using allow-new-zones, LMDB, and a chrooted environment. Fixes this obscure and not at all helpful message: mdb_env_open of '_default.nzd' failed: No such file or directory PR: 229125 Reported by: Tomáš Čiernik
Notes
Notes: svn path=/branches/2018Q3/; revision=477958
-rw-r--r--dns/bind9-devel/Makefile2
-rw-r--r--dns/bind9-devel/files/BIND.chroot.dist2
-rw-r--r--dns/bind911/Makefile2
-rw-r--r--dns/bind911/files/BIND.chroot.dist2
-rw-r--r--dns/bind912/Makefile2
-rw-r--r--dns/bind912/files/BIND.chroot.dist2
-rw-r--r--dns/bind913/Makefile2
-rw-r--r--dns/bind913/files/BIND.chroot.dist2
8 files changed, 12 insertions, 4 deletions
diff --git a/dns/bind9-devel/Makefile b/dns/bind9-devel/Makefile
index 53bf7d482e35..be5c8b800f3c 100644
--- a/dns/bind9-devel/Makefile
+++ b/dns/bind9-devel/Makefile
@@ -9,7 +9,7 @@ PORTREVISION= 0
.else
# XXX: correct version
# dns/bind9xx here
-PORTREVISION= 0
+PORTREVISION= 1
.endif
CATEGORIES= dns net ipv6
# XXX: put the ISC master_site
diff --git a/dns/bind9-devel/files/BIND.chroot.dist b/dns/bind9-devel/files/BIND.chroot.dist
index c3863a6a4e7b..08378e7e1057 100644
--- a/dns/bind9-devel/files/BIND.chroot.dist
+++ b/dns/bind9-devel/files/BIND.chroot.dist
@@ -9,6 +9,8 @@
..
etc type=dir
..
+ tmp type=dir mode=01777
+ ..
/set type=file uname=bind gname=bind mode=0755
var type=dir uname=root gname=wheel
dump type=dir
diff --git a/dns/bind911/Makefile b/dns/bind911/Makefile
index dcdc384b5399..cbc8ae389a63 100644
--- a/dns/bind911/Makefile
+++ b/dns/bind911/Makefile
@@ -3,7 +3,7 @@
PORTNAME= bind
PORTVERSION= ${ISCVERSION:S/-P/P/:S/b/.b/:S/a/.a/:S/rc/.rc/}
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= dns net ipv6
MASTER_SITES= ISC/bind9/${ISCVERSION}
PKGNAMESUFFIX= 911
diff --git a/dns/bind911/files/BIND.chroot.dist b/dns/bind911/files/BIND.chroot.dist
index c3863a6a4e7b..08378e7e1057 100644
--- a/dns/bind911/files/BIND.chroot.dist
+++ b/dns/bind911/files/BIND.chroot.dist
@@ -9,6 +9,8 @@
..
etc type=dir
..
+ tmp type=dir mode=01777
+ ..
/set type=file uname=bind gname=bind mode=0755
var type=dir uname=root gname=wheel
dump type=dir
diff --git a/dns/bind912/Makefile b/dns/bind912/Makefile
index 2c33addc7b13..9cc1b3398648 100644
--- a/dns/bind912/Makefile
+++ b/dns/bind912/Makefile
@@ -8,7 +8,7 @@ PORTVERSION= ${ISCVERSION:S/-P/P/:S/b/.b/:S/a/.a/:S/rc/.rc/}
PORTREVISION= 0
.else
# dns/bind912 here
-PORTREVISION= 0
+PORTREVISION= 1
.endif
CATEGORIES= dns net ipv6
MASTER_SITES= ISC/bind9/${ISCVERSION}
diff --git a/dns/bind912/files/BIND.chroot.dist b/dns/bind912/files/BIND.chroot.dist
index c3863a6a4e7b..08378e7e1057 100644
--- a/dns/bind912/files/BIND.chroot.dist
+++ b/dns/bind912/files/BIND.chroot.dist
@@ -9,6 +9,8 @@
..
etc type=dir
..
+ tmp type=dir mode=01777
+ ..
/set type=file uname=bind gname=bind mode=0755
var type=dir uname=root gname=wheel
dump type=dir
diff --git a/dns/bind913/Makefile b/dns/bind913/Makefile
index 64ed15f704d8..9ba476c1a9b7 100644
--- a/dns/bind913/Makefile
+++ b/dns/bind913/Makefile
@@ -8,7 +8,7 @@ PORTVERSION= ${ISCVERSION:S/-P/P/:S/b/.b/:S/a/.a/:S/rc/.rc/}
PORTREVISION= 0
.else
# dns/bind913 here
-PORTREVISION= 0
+PORTREVISION= 1
.endif
CATEGORIES= dns net ipv6
MASTER_SITES= ISC/bind9/${ISCVERSION}
diff --git a/dns/bind913/files/BIND.chroot.dist b/dns/bind913/files/BIND.chroot.dist
index c3863a6a4e7b..08378e7e1057 100644
--- a/dns/bind913/files/BIND.chroot.dist
+++ b/dns/bind913/files/BIND.chroot.dist
@@ -9,6 +9,8 @@
..
etc type=dir
..
+ tmp type=dir mode=01777
+ ..
/set type=file uname=bind gname=bind mode=0755
var type=dir uname=root gname=wheel
dump type=dir