On Wed, Jun 03, 2026 at 04:11:34AM -0600, Otto Moerbeek wrote:
> CVSROOT: /cvs
> Module name: ports
> Changes by: [email protected] 2026/06/03 04:11:34
> Modified files:
> net/powerdns : Makefile distinfo
> Log message:
> Update to PowerDNS Authoritative Server 5.1.0
This version does not build on sparc64
c++ -std=c++17 -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -pthread -I../ext/json11
-I../ext/yahttp -I/usr/local/include -I../ext/protozero/include
-DBOOST_CONTAINER_USE_STD_EXCEPTIONS -I/usr/local/include
-I/usr/local/include/lua-5.3 -I/usr/local/include -DPDNS_AUTH
-I/usr/local/include -I/usr/local/heimdal/include -DSYSCONFDIR=\"/etc/pdns\"
-DPKGLIBDIR=\"/usr/local/lib/pdns\" -DLOCALSTATEDIR=\"/var/run\" -g -Wall
-Wextra -Wshadow -Wmissing-declarations -Wredundant-decls -Wno-deprecated-copy
-O2 -pipe -MT auth-zonecache.o -MD -MP -MF $depbase.Tpo -c -o auth-zonecache.o
auth-zonecache.cc &&\
mv -f $depbase.Tpo $depbase.Po
In file included from
../ext/protozero/include/protozero/basic_pbf_writer.hpp:20,
from ../ext/protozero/include/protozero/pbf_writer.hpp:19,
from protozero.hh:32,
from packethandler.hh:26,
from communicator.hh:40,
from auth-main.hh:28,
from auth-zonecache.cc:32:
../ext/protozero/include/protozero/config.hpp:47:36: error: static assertion
failed
47 | static_assert(PROTOZERO_BYTE_ORDER == BYTE_ORDER);
| ^
../ext/protozero/include/protozero/config.hpp:47:36: note: the comparison
reduces to '(1234 == 4321)'
--Kurt