diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2016-01-15 06:36:37 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2016-01-15 06:36:37 +0000 |
commit | ba8b8159db1952d41d52126ea2b121144df9a8c8 (patch) | |
tree | f3a19735ce0d94af8e0ae4009f25da866cc2b6dd /dns | |
parent | 838fcfd1fec2095168dfbb70d4505447173271a9 (diff) |
Notes
Diffstat (limited to 'dns')
-rw-r--r-- | dns/dnsdist/Makefile | 2 | ||||
-rw-r--r-- | dns/dnsdist/distinfo | 4 | ||||
-rw-r--r-- | dns/dnsdist/files/patch-iputils.hh | 14 |
3 files changed, 17 insertions, 3 deletions
diff --git a/dns/dnsdist/Makefile b/dns/dnsdist/Makefile index 096131d82b34..c553d22d617e 100644 --- a/dns/dnsdist/Makefile +++ b/dns/dnsdist/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dnsdist -DISTVERSION= 0.0.336gc278ffd +DISTVERSION= 0.0.619gda835ff CATEGORIES= dns net MASTER_SITES= http://builder.powerdns.com/files/dnsdist/dist/ \ http://fbsd.es/~cpm/freebsd/ports/distfiles/ \ diff --git a/dns/dnsdist/distinfo b/dns/dnsdist/distinfo index d720fbbf0127..323225094acf 100644 --- a/dns/dnsdist/distinfo +++ b/dns/dnsdist/distinfo @@ -1,2 +1,2 @@ -SHA256 (dnsdist-0.0.336gc278ffd.tar.bz2) = 2a617d1cb2bcf87b5866d186254078332fe24cbc074c78391e9e07d73fd8fe54 -SIZE (dnsdist-0.0.336gc278ffd.tar.bz2) = 561370 +SHA256 (dnsdist-0.0.619gda835ff.tar.bz2) = d97964fab8700e56f3f96994afec2d0a5fa5293be5db9abb038122d18b3442c9 +SIZE (dnsdist-0.0.619gda835ff.tar.bz2) = 609709 diff --git a/dns/dnsdist/files/patch-iputils.hh b/dns/dnsdist/files/patch-iputils.hh new file mode 100644 index 000000000000..fead6b9f76e7 --- /dev/null +++ b/dns/dnsdist/files/patch-iputils.hh @@ -0,0 +1,14 @@ +--- iputils.hh.orig 2016-01-13 10:18:24 UTC ++++ iputils.hh +@@ -59,6 +59,11 @@ + #define le64toh(x) OSSwapLittleToHostInt64(x) + #endif + ++// for FreeBSD ++#ifdef __FreeBSD__ ++#include <sys/endian.h> ++#endif ++ + // for illumos + #ifdef BE_64 + |