Bug 214632

Summary: net-im/kmess-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: syncer
Priority: --- Flags: rakuco: maintainer-feedback-
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Replace abs() by inplace calculation. none

Description Tobias C. Berner freebsd_committer freebsd_triage 2016-11-18 18:59:39 UTC
Created attachment 177150 [details]
Replace abs() by inplace calculation.

Hi

net-im/kmess-kde4 fails to build on FreeBSD >= 10.

The attached patch works around it.


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

Author: tcberner
Date: Mon Nov 28 20:55:19 UTC 2016
New revision: 427346
URL: https://svnweb.freebsd.org/changeset/ports/427346

Log:
  net-im/kmess-kde4 : fix 'abs is ambiguous'

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

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

Changes:
  head/net-im/kmess-kde4/files/patch-src_utils_xautolock.cpp
Comment 2 Tobias C. Berner freebsd_committer freebsd_triage 2016-11-28 20:56:28 UTC
Committed.