Bug 214640 - multimedia/k9copy-kde4 : fix 'abs is ambiguous'
Summary: multimedia/k9copy-kde4 : fix 'abs is ambiguous'
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-18 21:07 UTC by Tobias C. Berner
Modified: 2016-11-28 21:27 UTC (History)
1 user (show)

See Also:
rakuco: maintainer-feedback-


Attachments
work around abs() (1.96 KB, patch)
2016-11-18 21:07 UTC, Tobias C. Berner
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.