HomeFreeBSD

MFH: r414065

Description

MFH: r414065

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: portmgr (junovitch)
PR: 208725

Details

Provenance
dimAuthored on
Parents
rP414097: net-mgmt/zabbix3-server: update 3.0.1 -> 3.0.2
Branches
Unknown
Tags
Unknown