mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
dns/powerdns: fix build on big-endian
dnsproxy.cc:245:9: error: use of undeclared identifier 'd' d.id = (256 * (uint16_t)buffer[1]) + (uint16_t)buffer[0]; ^
This commit is contained in:
parent
d25876c3fb
commit
44479d3e38
@ -4,6 +4,9 @@ CATEGORIES= dns
|
||||
MASTER_SITES= https://downloads.powerdns.com/releases/
|
||||
DISTNAME= pdns-${DISTVERSION}
|
||||
|
||||
PATCH_SITES= https://github.com/PowerDNS/pdns/commit/
|
||||
PATCHFILES= c6b1e59f3b413493551910a7d0a3e9206d488599.patch:-p1
|
||||
|
||||
MAINTAINER= tremere@cainites.net
|
||||
COMMENT= Advanced DNS server with multiple backends including SQL
|
||||
WWW= https://www.powerdns.com/auth.html
|
||||
|
@ -1,3 +1,5 @@
|
||||
TIMESTAMP = 1710517194
|
||||
TIMESTAMP = 1715262617
|
||||
SHA256 (pdns-4.9.0.tar.bz2) = fe1d5433c88446ed70d931605c6ec377da99839c4e151b90b71aa211bd6eea92
|
||||
SIZE (pdns-4.9.0.tar.bz2) = 1364768
|
||||
SHA256 (c6b1e59f3b413493551910a7d0a3e9206d488599.patch) = d83d7c359e3d4fad8fe21f649f37d449cfda3739894a755d021897218c8189eb
|
||||
SIZE (c6b1e59f3b413493551910a7d0a3e9206d488599.patch) = 1290
|
||||
|
Loading…
Reference in New Issue
Block a user