Created attachment 197573 [details] patch USES=compiler:c11 needs to be declared on powerpc64 to build successfully. Tested on powerpc64 and amd64 Hardware sponsored by IntegriCloud.
Gonna see if it builds on mips without compiler:c*, as it breaks mips
(In reply to Nathan from comment #1) This would break mips Gonna come up with an alternative patch
Created attachment 197587 [details] Patch Test this, as it should only affect powerpc64 and still allow it to work on mips. Otherwise adding compiler:c11 will break mips/mips64 because compiler: pulls gcc and gcc is not available for mips-based
(In reply to Nathan from comment #3) Yes, that works as well.
Could you check the other dns/bind9 ports?
(In reply to Mathieu Arnold from comment #5) I will, I'm running poudriere bulk -a for powerpc64.
(In reply to Mathieu Arnold from comment #5) dns/bind9-devel also requires it.
(In reply to Mathieu Arnold from comment #5) dns/bind913 is also affected.
dns/bind911 builds ok, so I guess it's only 9.12 and newer that need it.
A commit references this bug: Author: mat Date: Fri Nov 2 09:59:47 UTC 2018 New revision: 483797 URL: https://svnweb.freebsd.org/changeset/ports/483797 Log: Fix build on powerpc64. PR: 231786 Submitted by: Piotr Kubaj Changes: head/dns/bind9-devel/Makefile head/dns/bind912/Makefile head/dns/bind913/Makefile