Bug 214640

Summary: multimedia/k9copy-kde4 : fix 'abs is ambiguous'
Product: Ports & Packages Reporter: Tobias C. Berner <tcberner>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me CC: egoliveira
Priority: --- Flags: rakuco: maintainer-feedback-
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
work around abs() none

Description Tobias C. Berner freebsd_committer freebsd_triage 2016-11-18 21:07:34 UTC
Created attachment 177153 [details]
work around abs()

Hi

The attached patch works around the issue of the call to abs() being ambiguous on newer FreeBSD versions.


mfg Tobias
Comment 1 commit-hook freebsd_committer freebsd_triage 2016-11-28 20:50:06 UTC
A commit references this bug:

Author: tcberner
Date: Mon Nov 28 20:49:34 UTC 2016
New revision: 427345
URL: https://svnweb.freebsd.org/changeset/ports/427345

Log:
  multimedia/k9copy-kde4 : fix 'abs is ambiguous

  Work around the call to abs() being ambigous by simply
  calculating the absolute value in place.

  PR:		214640
  Approved by:	just fix it, rakuco (mentor)

Changes:
  head/multimedia/k9copy-kde4/files/patch-src_backup_k9dvdbackup.cpp
Comment 2 Tobias C. Berner freebsd_committer freebsd_triage 2016-11-28 20:51:17 UTC
Committed.