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

Collapse All | Expand All

(-)b/dns/powerdns/Makefile (-1 / +2 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=	powerdns
3
PORTNAME=	powerdns
4
PORTVERSION=	3.4.1
4
PORTVERSION=	3.4.1
5
PORTREVISION=	1
5
CATEGORIES=	dns ipv6
6
CATEGORIES=	dns ipv6
6
MASTER_SITES=	http://downloads.powerdns.com/releases/
7
MASTER_SITES=	http://downloads.powerdns.com/releases/
7
DISTNAME=	pdns-${PORTVERSION}
8
DISTNAME=	pdns-${PORTVERSION}
Lines 15-21 LIB_DEPENDS= libboost_serialization.so:${PORTSDIR}/devel/boost-libs Link Here
15
16
16
CONFLICTS=	powerdns-devel-[2-3].[0-9]*
17
CONFLICTS=	powerdns-devel-[2-3].[0-9]*
17
18
18
USES=		gmake libtool lua:51 pkgconfig tar:bzip2
19
USES=		gmake libtool lua:51,52 pkgconfig tar:bzip2
19
USE_LDCONFIG=	YES
20
USE_LDCONFIG=	YES
20
USE_SUBMAKE=	YES
21
USE_SUBMAKE=	YES
21
GNU_CONFIGURE=	YES
22
GNU_CONFIGURE=	YES
(-)b/dns/powerdns/files/pdns.in (+1 lines)
Lines 27-32 command=%%PREFIX%%/sbin/pdns_server Link Here
27
27
28
pdns_enable=${pdns_enable:-"NO"}
28
pdns_enable=${pdns_enable:-"NO"}
29
pdns_conf=${pdns_conf:-"%%PREFIX%%/etc/pdns/pdns.conf"}
29
pdns_conf=${pdns_conf:-"%%PREFIX%%/etc/pdns/pdns.conf"}
30
pdns_flags=${pdns_flags:-"--daemon=yes --guardian=yes"}
30
31
31
load_rc_config ${name}
32
load_rc_config ${name}
32
33

Return to bug 196889