1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00

dns/powerdns: Set NOT_FOR_ARCHS = i386

archs with 32-bits time_t are no longer supported by upstream

PR:		257257
Reported by:	Ralf van der Enden <tremere@cainites.net> (maintainer)
This commit is contained in:
Kevin Bowling 2021-07-19 11:36:49 -07:00
parent 7c9b2f40c5
commit da1ef8ebb9

View File

@ -10,6 +10,8 @@ COMMENT= Advanced DNS server with multiple backends including SQL
LICENSE= GPLv2
BROKEN_sparc64= Does not compile: error: to_string is not a member of std
NOT_FOR_ARCHS= i386
NOT_FOR_ARCHS_REASON= archs with 32-bits time_t are no longer supported by upstream
LIB_DEPENDS= libboost_serialization.so:devel/boost-libs \
libcurl.so:ftp/curl