git: da1ef8ebb975 - main - dns/powerdns: Set NOT_FOR_ARCHS = i386

Kevin Bowling kbowling at FreeBSD.org
Mon Jul 19 18:37:49 UTC 2021


The branch main has been updated by kbowling:

URL: https://cgit.FreeBSD.org/ports/commit/?id=da1ef8ebb97508f10c4f713bc969556f11df88a3

commit da1ef8ebb97508f10c4f713bc969556f11df88a3
Author:     Kevin Bowling <kbowling at FreeBSD.org>
AuthorDate: 2021-07-19 18:36:49 +0000
Commit:     Kevin Bowling <kbowling at 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 at 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


More information about the dev-commits-ports-all mailing list