freebsd-ports/dns/powerdns
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
..
files During the exp-run in bug 208158, it was found that dns/powerdns gives 2016-04-26 18:18:15 +00:00
distinfo Update to PowerDNS Auth 3.4.8 2016-02-12 20:43:31 +00:00
Makefile Remove USE_SQLITE from bsd.databases.mk, replaced by USES=sqlite. 2016-04-25 16:13:38 +00:00
pkg-descr
pkg-plist Convert to @sample 2016-04-10 09:00:17 +00:00