Lines 2-13
Link Here
|
2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
3 |
|
3 |
|
4 |
PORTNAME= recursor |
4 |
PORTNAME= recursor |
5 |
PORTVERSION= 4.0.6 |
5 |
DISTVERSION= 4.0.7 |
6 |
PORTREVISION= 5 |
|
|
7 |
CATEGORIES= dns ipv6 |
6 |
CATEGORIES= dns ipv6 |
8 |
MASTER_SITES= http://downloads.powerdns.com/releases/ |
7 |
MASTER_SITES= http://downloads.powerdns.com/releases/ |
9 |
PKGNAMEPREFIX= powerdns- |
8 |
PKGNAMEPREFIX= powerdns- |
10 |
DISTNAME= pdns-${PORTNAME}-${PORTVERSION} |
9 |
DISTNAME= pdns-${PORTNAME}-${DISTVERSION} |
11 |
|
10 |
|
12 |
MAINTAINER= tremere@cainites.net |
11 |
MAINTAINER= tremere@cainites.net |
13 |
COMMENT= Advanced DNS recursor |
12 |
COMMENT= Advanced DNS recursor |
Lines 14-31
Link Here
|
14 |
|
13 |
|
15 |
LICENSE= GPLv2 |
14 |
LICENSE= GPLv2 |
16 |
|
15 |
|
17 |
BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:devel/boost-libs |
|
|
18 |
LIB_DEPENDS= libboost_context.so:devel/boost-libs |
19 |
|
20 |
BROKEN_armv6= fails to compile: use of overloaded operator << is ambiguous |
16 |
BROKEN_armv6= fails to compile: use of overloaded operator << is ambiguous |
21 |
BROKEN_armv7= fails to compile: use of overloaded operator << is ambiguous |
17 |
BROKEN_armv7= fails to compile: use of overloaded operator << is ambiguous |
22 |
BROKEN_sparc64= fails to compile: json11.cpp: undefined reference to std::__throw_out_of_range_fmt |
18 |
BROKEN_sparc64= fails to compile: json11.cpp: undefined reference to std::__throw_out_of_range_fmt |
23 |
BROKEN_powerpc64= fails to compile: dnslabeltext.cc: undefined reference to std::__cxx11::basic_string |
19 |
BROKEN_powerpc64= fails to compile: dnslabeltext.cc: undefined reference to std::__cxx11::basic_string |
24 |
|
20 |
|
25 |
USES= compiler:c++11-lib cpe gmake localbase pkgconfig ssl tar:bzip2 |
21 |
BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:devel/boost-libs |
|
|
22 |
LIB_DEPENDS= libboost_context.so:devel/boost-libs \ |
23 |
libprotobuf.so:devel/protobuf |
24 |
|
25 |
USES= compiler:c++11-lib cpe gmake localbase:ldflags pkgconfig ssl tar:bzip2 |
26 |
GNU_CONFIGURE= YES |
26 |
GNU_CONFIGURE= YES |
27 |
CXXFLAGS+= -D_GLIBCXX_USE_C99 |
27 |
CXXFLAGS+= -D_GLIBCXX_USE_C99 |
28 |
CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc/pdns |
28 |
CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc/pdns \ |
|
|
29 |
--with-protobuf |
29 |
|
30 |
|
30 |
CPE_VENDOR= powerdns |
31 |
CPE_VENDOR= powerdns |
31 |
|
32 |
|
Lines 46-54
Link Here
|
46 |
LUAJIT_CONFIGURE_WITH= luajit |
47 |
LUAJIT_CONFIGURE_WITH= luajit |
47 |
LUAJIT_LIB_DEPENDS= libluajit-5.1.so.2:lang/luajit |
48 |
LUAJIT_LIB_DEPENDS= libluajit-5.1.so.2:lang/luajit |
48 |
|
49 |
|
49 |
OPTALGO_CONFIGURE_ON= --enable-botan1.10 \ |
50 |
OPTALGO_CONFIGURE_ON= --enable-botan \ |
50 |
--enable-libsodium |
51 |
--enable-libsodium |
51 |
OPTALGO_LIB_DEPENDS= libbotan-1.10.so:security/botan110 \ |
52 |
OPTALGO_LIB_DEPENDS= libbotan-2.so:security/botan2 \ |
52 |
libsodium.so:security/libsodium |
53 |
libsodium.so:security/libsodium |
53 |
|
54 |
|
54 |
SETUID_VARS= USERS=pdns_recursor GROUPS=pdns |
55 |
SETUID_VARS= USERS=pdns_recursor GROUPS=pdns |