View | Details | Raw Unified | Return to bug 225176
Collapse All | Expand All

(-)Makefile (-2 / +4 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	powerdns
3
PORTNAME=	powerdns
4
DISTVERSION=	4.1.0
4
DISTVERSION=	4.1.0
5
PORTREVISION=	1
5
PORTREVISION=	2
6
CATEGORIES=	dns ipv6
6
CATEGORIES=	dns ipv6
7
MASTER_SITES=	http://downloads.powerdns.com/releases/
7
MASTER_SITES=	http://downloads.powerdns.com/releases/
8
DISTNAME=	pdns-${DISTVERSION}
8
DISTNAME=	pdns-${DISTVERSION}
Lines 79-86 Link Here
79
OPENLDAP_VARS=		MODULES+=ldap
79
OPENLDAP_VARS=		MODULES+=ldap
80
80
81
OPTALGO_CONFIGURE_ON=	--enable-botan \
81
OPTALGO_CONFIGURE_ON=	--enable-botan \
82
			--enable-libdecaf \
82
			--enable-libsodium
83
			--enable-libsodium
83
OPTALGO_LIB_DEPENDS=	libbotan-2.so:security/botan2 \
84
OPTALGO_LIB_DEPENDS=	libbotan-2.so:security/botan2 \
85
			libdecaf.so:security/libdecaf \
84
			libsodium.so:security/libsodium
86
			libsodium.so:security/libsodium
85
87
86
PGSQL_CONFIGURE_ON=	--with-pgsql=${LOCALBASE}
88
PGSQL_CONFIGURE_ON=	--with-pgsql=${LOCALBASE}
Lines 116-122 Link Here
116
MYSQL_DESC=		MySQL backend
118
MYSQL_DESC=		MySQL backend
117
OPENDBX_DESC=		OpenDBX backend
119
OPENDBX_DESC=		OpenDBX backend
118
OPENLDAP_DESC=		OpenLDAP backend
120
OPENLDAP_DESC=		OpenLDAP backend
119
OPTALGO_DESC=		Enable optional algorithms (12 & 15)
121
OPTALGO_DESC=		Enable optional algorithms (12, 15 & 16)
120
PGSQL_DESC=		PostgreSQL backend
122
PGSQL_DESC=		PostgreSQL backend
121
PROTOBUF_DESC=		Protobuf support
123
PROTOBUF_DESC=		Protobuf support
122
REMOTE_DESC=		Remote backend
124
REMOTE_DESC=		Remote backend

Return to bug 225176