freebsd-ports/dns/powerdns/files
Dimitry Andric 4f32016ea7 During the exp-run in bug 208158, it was found that dns/powerdns gives
errors with libc++ 3.8.0:

dnspacket.cc:645:6: error: call to 'abs' is ambiguous
  if(abs(trc->d_time - now) > trc->d_fudge) {
     ^~~

This is because abs() is being called with unsigned arguments.  Import
upstream commit f2d05dd to fix it.

Approved by:	tremere@cainites.net
PR:		208725
MFH:		2016Q2
2016-04-26 18:18:15 +00:00
..
patch-pdns_dnspacket.cc During the exp-run in bug 208158, it was found that dns/powerdns gives 2016-04-26 18:18:15 +00:00
pdns.conf
pdns.in - Update dns/powerdns to 3.4.2 2015-02-12 02:21:02 +00:00
pkg-message.in