aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2024-05-09 14:03:13 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2024-05-10 16:19:55 +0000
commit44479d3e385c44d89400e2bb46884bdc5665b67d (patch)
tree408d1d2a4061fd495a2353eebb31ddb9cb0ca9d1
parentd25876c3fb5f106b9630e2516ad33b158e8e9b61 (diff)
downloadports-44479d3e385c44d89400e2bb46884bdc5665b67d.tar.gz
ports-44479d3e385c44d89400e2bb46884bdc5665b67d.zip
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]; ^
-rw-r--r--dns/powerdns/Makefile3
-rw-r--r--dns/powerdns/distinfo4
2 files changed, 6 insertions, 1 deletions
diff --git a/dns/powerdns/Makefile b/dns/powerdns/Makefile
index e2e2d5c2abc3..8d73a44a3e99 100644
--- a/dns/powerdns/Makefile
+++ b/dns/powerdns/Makefile
@@ -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
diff --git a/dns/powerdns/distinfo b/dns/powerdns/distinfo
index ede00fe71048..c78c0982bac7 100644
--- a/dns/powerdns/distinfo
+++ b/dns/powerdns/distinfo
@@ -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