Date: Mon, 19 Jul 2021 18:37:48 GMT From: Kevin Bowling <kbowling@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: da1ef8ebb975 - main - dns/powerdns: Set NOT_FOR_ARCHS = i386 Message-ID: <202107191837.16JIbmp0023622@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by kbowling: URL: https://cgit.FreeBSD.org/ports/commit/?id=da1ef8ebb97508f10c4f713bc969556f11df88a3 commit da1ef8ebb97508f10c4f713bc969556f11df88a3 Author: Kevin Bowling <kbowling@FreeBSD.org> AuthorDate: 2021-07-19 18:36:49 +0000 Commit: Kevin Bowling <kbowling@FreeBSD.org> CommitDate: 2021-07-19 18:36:49 +0000 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) --- dns/powerdns/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dns/powerdns/Makefile b/dns/powerdns/Makefile index 90714afa7b37..e3da9a172289 100644 --- a/dns/powerdns/Makefile +++ b/dns/powerdns/Makefile @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107191837.16JIbmp0023622>