[Bug 216253] devel/py-pykde4: fails to build with clang 4.0
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Jan 20 12:20:31 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216253
--- Comment #2 from commit-hook at freebsd.org ---
A commit references this bug:
Author: tcberner
Date: Fri Jan 20 12:20:15 UTC 2017
New revision: 431949
URL: https://svnweb.freebsd.org/changeset/ports/431949
Log:
Fix py-pykde4 against newest clang
PyList_SET_ITEM() is supposed to be void, but as a macro it's an
expression and has a pointer value. Clang 4.0 trips on the bogus
pointer comparison; given the comparison, it should be PyList_SetItem()
which returns -1 on failure.
As the produced code may be changed by this, bump PORTREVISION.
PR: 216253
Submitted by: Adriaan de Groot <groot at kde.org>
Reported by: jbeich
Reviewed by: rakuco, tcberner
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D9253
Changes:
head/devel/py-pykde4/Makefile
head/devel/py-pykde4/files/patch-sip_phonon_abstractvideodataoutput.sip
head/devel/py-pykde4/files/patch-sip_solid_powermanagement.sip
head/devel/py-pykde4/files/patch-sip_solid_predicate.sip
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the kde-freebsd
mailing list