View | Details | Raw Unified | Return to bug 203273 | Differences between
and this patch

Collapse All | Expand All

(-)b/dns/bind910/Makefile (-1 / +2 lines)
Lines 25-31 ISCVERSION= 9.10.3 Link Here
25
25
26
MAKE_JOBS_UNSAFE=	yes
26
MAKE_JOBS_UNSAFE=	yes
27
27
28
USES=	cpe libedit
28
USES=	cpe readline
29
29
30
CPE_VENDOR=	isc
30
CPE_VENDOR=	isc
31
CPE_VERSION=	${ISCVERSION:C/-.*//}
31
CPE_VERSION=	${ISCVERSION:C/-.*//}
Lines 40-45 CONFIGURE_ARGS+= --localstatedir=/var --disable-linux-caps \ Link Here
40
		--disable-symtable \
40
		--disable-symtable \
41
		--with-randomdev=/dev/random \
41
		--with-randomdev=/dev/random \
42
		--with-libxml2=${LOCALBASE} \
42
		--with-libxml2=${LOCALBASE} \
43
		--with-readline="-lreadline" \
43
		--sysconfdir=${ETCDIR}
44
		--sysconfdir=${ETCDIR}
44
ETCDIR=		${PREFIX}/etc/namedb
45
ETCDIR=		${PREFIX}/etc/namedb
45
46
(-)b/dns/bind99/Makefile (-1 / +2 lines)
Lines 19-25 ISCVERSION= 9.9.8 Link Here
19
19
20
MAKE_JOBS_UNSAFE=	yes
20
MAKE_JOBS_UNSAFE=	yes
21
21
22
USES=	cpe libedit
22
USES=	cpe readline
23
23
24
CPE_VENDOR=	isc
24
CPE_VENDOR=	isc
25
CPE_VERSION=	${ISCVERSION:C/-.*//}
25
CPE_VERSION=	${ISCVERSION:C/-.*//}
Lines 34-39 CONFIGURE_ARGS= --localstatedir=/var --disable-linux-caps \ Link Here
34
		--disable-symtable \
34
		--disable-symtable \
35
		--with-randomdev=/dev/random \
35
		--with-randomdev=/dev/random \
36
		--with-libxml2=${LOCALBASE} \
36
		--with-libxml2=${LOCALBASE} \
37
		--with-readline="-lreadline" \
37
		--sysconfdir=${ETCDIR}
38
		--sysconfdir=${ETCDIR}
38
ETCDIR=		${PREFIX}/etc/namedb
39
ETCDIR=		${PREFIX}/etc/namedb
39
40

Return to bug 203273