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