Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Apr 2016 11:06:54 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 208725] [PATCH] dns/powerdns: Fix build with libc++ 3.8.0
Message-ID:  <bug-208725-13-UA2HpgKV5l@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-208725-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-208725-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D208725

--- Comment #4 from commit-hook@freebsd.org ---
A commit references this bug:

Author: dim
Date: Wed Apr 27 11:06:01 UTC 2016
New revision: 414098
URL: https://svnweb.freebsd.org/changeset/ports/414098

Log:
  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

Changes:
_U  branches/2016Q2/
  branches/2016Q2/dns/powerdns/files/patch-pdns_dnspacket.cc

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-208725-13-UA2HpgKV5l>