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

(-)Makefile (-2 / +6 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	recursor
4
PORTNAME=	recursor
5
DISTVERSION=	4.1.0
5
DISTVERSION=	4.1.0
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	dns ipv6
7
CATEGORIES=	dns ipv6
8
MASTER_SITES=	http://downloads.powerdns.com/releases/
8
MASTER_SITES=	http://downloads.powerdns.com/releases/
9
PKGNAMEPREFIX=	powerdns-
9
PKGNAMEPREFIX=	powerdns-
Lines 23-28 Link Here
23
LIB_DEPENDS=	libboost_context.so:devel/boost-libs \
23
LIB_DEPENDS=	libboost_context.so:devel/boost-libs \
24
		libprotobuf.so:devel/protobuf
24
		libprotobuf.so:devel/protobuf
25
25
26
CONFLICTS_INSTALL=	recursor-4.0.*
27
26
USES=		compiler:c++11-lib cpe gmake localbase:ldflags pkgconfig ssl tar:bzip2
28
USES=		compiler:c++11-lib cpe gmake localbase:ldflags pkgconfig ssl tar:bzip2
27
GNU_CONFIGURE=	YES
29
GNU_CONFIGURE=	YES
28
CXXFLAGS+=	-D_GLIBCXX_USE_C99
30
CXXFLAGS+=	-D_GLIBCXX_USE_C99
Lines 39-45 Link Here
39
OPTIONS_RADIO_LUA_RG=	LUA LUAJIT
41
OPTIONS_RADIO_LUA_RG=	LUA LUAJIT
40
LUAJIT_DESC=		Enable LuaJIT
42
LUAJIT_DESC=		Enable LuaJIT
41
LUA_RG_DESC=		Lua Engine
43
LUA_RG_DESC=		Lua Engine
42
OPTALGO_DESC=		Enable optional algorithms (12 & 15)
44
OPTALGO_DESC=		Enable optional algorithms (12, 15 & 16)
43
SETUID_DESC=		Run as pdns_recursor user
45
SETUID_DESC=		Run as pdns_recursor user
44
46
45
LUA_CONFIGURE_WITH=	lua
47
LUA_CONFIGURE_WITH=	lua
Lines 49-56 Link Here
49
LUAJIT_LIB_DEPENDS=	libluajit-5.1.so.2:lang/luajit
51
LUAJIT_LIB_DEPENDS=	libluajit-5.1.so.2:lang/luajit
50
52
51
OPTALGO_CONFIGURE_ON=	--enable-botan \
53
OPTALGO_CONFIGURE_ON=	--enable-botan \
54
			--enable-libdecaf \
52
			--enable-libsodium
55
			--enable-libsodium
53
OPTALGO_LIB_DEPENDS=	libbotan-2.so:security/botan2 \
56
OPTALGO_LIB_DEPENDS=	libbotan-2.so:security/botan2 \
57
			libdecaf.so:security/libdecaf \
54
			libsodium.so:security/libsodium
58
			libsodium.so:security/libsodium
55
59
56
SETUID_VARS=	USERS=pdns_recursor GROUPS=pdns
60
SETUID_VARS=	USERS=pdns_recursor GROUPS=pdns

Return to bug 225177