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

Collapse All | Expand All

(-)b/dns/powerdns-recursor/Makefile (-3 / +4 lines)
Lines 15-29 LICENSE_FILE= ${WRKSRC}/COPYING Link Here
15
15
16
BROKEN_armv6=	fails to compile: use of overloaded operator << is ambiguous
16
BROKEN_armv6=	fails to compile: use of overloaded operator << is ambiguous
17
BROKEN_armv7=	fails to compile: use of overloaded operator << is ambiguous
17
BROKEN_armv7=	fails to compile: use of overloaded operator << is ambiguous
18
BROKEN_i386=	crashes on startup (SIGSEGV)
19
BROKEN_FreeBSD_12_powerpc64=	fails to compile: Assembler messages: unaligned opcodes detected in executable segment
18
BROKEN_FreeBSD_12_powerpc64=	fails to compile: Assembler messages: unaligned opcodes detected in executable segment
19
NOT_FOR_ARCHS=	i386
20
NOT_FOR_ARCHS_REASON=	archs with 32-bits time_t are no longer supported by upstream
20
21
21
BUILD_DEPENDS=	${LOCALBASE}/include/boost/shared_ptr.hpp:devel/boost-libs
22
BUILD_DEPENDS=	${LOCALBASE}/include/boost/shared_ptr.hpp:devel/boost-libs
22
LIB_DEPENDS=	libboost_context.so:devel/boost-libs \
23
LIB_DEPENDS=	libboost_context.so:devel/boost-libs \
23
		libprotobuf.so:devel/protobuf
24
		libprotobuf.so:devel/protobuf
24
25
25
USES=		autoreconf compiler:c++11-lib cpe gmake libtool localbase:ldflags \
26
USES=		autoreconf compiler:c++11-lib cpe gmake libtool \
26
		pkgconfig ssl tar:bzip2
27
		localbase:ldflags pkgconfig ssl tar:bzip2
27
28
28
CPE_VENDOR=	powerdns
29
CPE_VENDOR=	powerdns
29
USE_RC_SUBR=	pdns-recursor
30
USE_RC_SUBR=	pdns-recursor

Return to bug 255842